/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/font-awesome/css/font-awesome.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-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;
}

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/bootstrap/dist/css/bootstrap.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

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

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

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

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

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

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

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

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/animate.css/animate.min.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:translateZ(0);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled), .mat-mdc-option:focus:not(.mdc-list-item--disabled), .mat-mdc-option.mat-mdc-option-active, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #3f51b5);
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ff4081);
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}

.mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #3f51b5;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #3f51b5;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff4081;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff4081;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 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-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 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-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 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-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 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-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 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-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 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-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
}

.mat-mdc-card {
  box-shadow: 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);
  --mdc-elevated-card-container-color: #fff;
}

.mat-mdc-card-outlined {
  box-shadow: 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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}

.mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}

.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff4081;
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #3f51b5);
}
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #3f51b5);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #3f51b5);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(63, 81, 181, 0.87);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(63, 81, 181, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ff4081);
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ff4081);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ff4081);
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(16px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 16px;
}

.mdc-menu-surface {
  box-shadow: 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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #3f51b5);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #3f51b5);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(63, 81, 181, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mdc-menu-surface {
  box-shadow: 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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #3f51b5);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #3f51b5);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}

.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}

.mat-mdc-chip-focus-overlay {
  background: black;
}

.mat-mdc-chip {
  height: 32px;
}

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #3f51b5;
}
.mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff4081;
}
.mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-mdc-slider-ripple-color: #3f51b5;
  --mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mat-mdc-slider-ripple-color: #ff4081;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}

.mat-mdc-slider {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}

.mdc-menu-surface {
  box-shadow: 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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #3f51b5);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #3f51b5);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-menu-item[disabled],
.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}

.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-menu-item:hover:not([disabled]),
.mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #3f51b5;
}
.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff4081;
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3f51b5;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3f51b5;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

.mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
}

.mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-decrement,
.mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-first,
.mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-paginator-container {
  min-height: 56px;
}

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}

.mat-mdc-tab, .mat-mdc-tab-link {
  background-color: transparent;
}
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #3f51b5;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #3f51b5);
}
.mdc-tab__ripple::before,
.mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: #3f51b5;
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff4081;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff4081);
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}

.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #3f51b5;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ff4081;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}

.mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}

.mat-mdc-tab-header .mdc-tab {
  height: 48px;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #3f51b5;
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff4081;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}

.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mat-mdc-fab, .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-unthemed, .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ff4081;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab[disabled][disabled], .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #ff4081;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

.mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-data-table__row--selected {
  background-color: rgba(63, 81, 181, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-table {
  background: white;
}

.mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #3f51b5;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff4081;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: white;
  background: #3f51b5;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: white;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-button-toggle {
  font-family: Roboto, sans-serif;
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(63, 81, 181, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(63, 81, 181, 0.3);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(63, 81, 181, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 64, 129, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 64, 129, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 64, 129, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #3f51b5;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

.mat-calendar {
  font-family: Roboto, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-expansion-panel-header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-icon.mat-primary {
  color: #3f51b5;
}
.mat-icon.mat-accent {
  color: #ff4081;
}
.mat-icon.mat-warn {
  color: #f44336;
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff4081;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 16px;
}

.mat-step-label-selected {
  font-size: 16px;
  font-weight: 400;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ff4081;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-tree {
  font-family: Roboto, sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #3f51b5;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff4081;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #3f51b5;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ff4081;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 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-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 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-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 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-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 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-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 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-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 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-datepicker-content .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
}
.mat-datepicker-content .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081;
}
.mat-datepicker-content .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-datepicker-content .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.mat-datepicker-content .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.mat-datepicker-content .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.mat-datepicker-content .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-datepicker-content .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
}
.mat-datepicker-content .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081;
}
.mat-datepicker-content .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.mat-datepicker-content .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-datepicker-content .mat-mdc-button, .mat-datepicker-content .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-datepicker-content .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-datepicker-content .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-button.mat-primary, .mat-datepicker-content .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-datepicker-content .mat-mdc-button.mat-accent, .mat-datepicker-content .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-datepicker-content .mat-mdc-button.mat-warn, .mat-datepicker-content .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-datepicker-content .mat-mdc-raised-button, .mat-datepicker-content .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-datepicker-content .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-datepicker-content .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-raised-button.mat-primary, .mat-datepicker-content .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-datepicker-content .mat-mdc-raised-button.mat-accent, .mat-datepicker-content .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-datepicker-content .mat-mdc-raised-button.mat-warn, .mat-datepicker-content .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-datepicker-content .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.mat-datepicker-content .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.mat-datepicker-content .mat-mdc-button.mat-mdc-button-base,
.mat-datepicker-content .mat-mdc-raised-button.mat-mdc-button-base,
.mat-datepicker-content .mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-datepicker-content .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-datepicker-content .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}

.mat-option {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-optgroup-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.03125em;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #3f51b5;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #3f51b5;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff4081;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff4081;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  box-shadow: 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-elevation-z1 {
  box-shadow: 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-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 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-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 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-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 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-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 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-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 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-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 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-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-card {
  font-family: Roboto, sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-progress-bar-background {
  fill: #cbd0e9;
}

.mat-progress-bar-buffer {
  background-color: #cbd0e9;
}

.mat-progress-bar-fill::after {
  background-color: #3f51b5;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #fbccdc;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #fbccdc;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ff4081;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #3f51b5;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff4081;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tooltip {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #3f51b5;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
}

.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}

.mat-form-field-disabled .mat-form-field-prefix,
.mat-form-field-disabled .mat-form-field-suffix {
  color: rgba(0, 0, 0, 0.38);
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #3f51b5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ff4081;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}

.mat-error {
  color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff4081;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select {
  font-family: Roboto, sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #3f51b5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff4081;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}

.mat-checkbox {
  font-family: Roboto, sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-dialog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 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-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-chip {
  font-size: 16px;
  font-weight: 400;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  box-shadow: 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);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slide-toggle-content {
  font-family: Roboto, sans-serif;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-radio-button {
  font-family: Roboto, sans-serif;
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #3f51b5;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #ff4081;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-thumb-label-text {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-menu-item {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}

.mat-list-item {
  font-family: Roboto, sans-serif;
}

.mat-list-option {
  font-family: Roboto, sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.mat-paginator {
  background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #3f51b5;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ff4081;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}

.mat-tab-group {
  font-family: Roboto, sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 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-simple-snackbar-action {
  color: #ff4081;
}

.mat-simple-snackbar {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-table {
  font-family: Roboto, sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 400;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-badge-content {
  color: white;
  background: #3f51b5;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: white;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-button-toggle {
  font-family: Roboto, sans-serif;
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(63, 81, 181, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(63, 81, 181, 0.3);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(63, 81, 181, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 64, 129, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 64, 129, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 64, 129, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #3f51b5;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

.mat-calendar {
  font-family: Roboto, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-expansion-panel-header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-icon.mat-primary {
  color: #3f51b5;
}
.mat-icon.mat-accent {
  color: #ff4081;
}
.mat-icon.mat-warn {
  color: #f44336;
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff4081;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 16px;
}

.mat-step-label-selected {
  font-size: 16px;
  font-weight: 400;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ff4081;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-tree {
  font-family: Roboto, sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-display-4,
.mat-typography .mat-display-4 {
  font-size: 112px;
  font-weight: 300;
  line-height: 112px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-datepicker-content .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-dialog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font-size: 96px;
  font-weight: 300;
  line-height: 96px;
  font-family: Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  font-family: Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-button-toggle {
  font-family: Roboto, sans-serif;
}

.mat-calendar {
  font-family: Roboto, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-expansion-panel-header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 16px;
}

.mat-step-label-selected {
  font-size: 16px;
  font-weight: 400;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}

.mat-tree {
  font-family: Roboto, sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
}

.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}

.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(16px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 16px;
}

.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}

.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
}

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

gridster {
  overflow: auto;
}

.sidebar-nav {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  visibility: hidden !important;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/font-awesome/css/font-awesome.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-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;
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/ag-grid/dist/styles/ag-grid.css ***!
  \**************************************************************************************************************************************************************************************************************************************/
ag-grid-angular {
  display: block; }

ag-grid-ng2 {
  display: block; }

ag-grid {
  display: block; }

ag-grid-polymer {
  display: block; }

ag-grid-aurelia {
  display: block; }

.ag-rtl {
  direction: rtl; }

.ag-ltr {
  direction: ltr; }

.ag-select-agg-func-popup {
  position: absolute; }

.ag-body-no-select {
  -webkit-user-select: none;
  user-select: none; }

.ag-root-wrapper {
  position: relative; }

.ag-root-wrapper.ag-layout-normal {
  height: 100%;
  display: flex;
  flex-direction: column; }

.ag-root-wrapper-body {
  display: flex;
  flex-direction: row; }

.ag-layout-normal.ag-root-wrapper-body {
  flex-grow: 1;
  height: 0px;
  min-height: 0px; }

.ag-root {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 0px;
  min-width: 0px;
  flex: 1; }

.ag-layout-normal.ag-root {
  height: 100%;
  display: flex;
  flex-direction: column; }

.ag-font-style {
  cursor: default;
  -webkit-user-select: none;
  user-select: none; }

.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.ag-header {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  display: flex; }

.ag-pinned-left-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden; }

.ag-pinned-right-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden; }

.ag-header-viewport {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  flex: 1; }

.ag-header-row {
  position: absolute; }

.ag-header-container {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap; }

.ag-header-overlay {
  display: block;
  position: absolute; }

.ag-header-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: bottom; }

.ag-floating-filter {
  box-sizing: border-box;
  display: inline-block;
  position: absolute; }

.ag-floating-filter-body {
  height: 20px;
  margin-right: 25px; }

.ag-floating-filter-full-body {
  height: 20px;
  width: 100%; }

.ag-floating-filter-input {
  width: 100%; }

.ag-floating-filter-input:read-only {
  background-color: #eee; }

.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  user-select: none; }

.ag-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid black;
  box-sizing: border-box;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none; }

.ag-dnd-ghost-icon {
  display: inline-block;
  float: left;
  padding: 2px; }

.ag-dnd-ghost-label {
  display: inline-block; }

.ag-header-group-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis; }

.ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex; }

.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis; }

.ag-header-cell-resize {
  cursor: col-resize;
  height: 100%;
  width: 4px; }

.ag-ltr .ag-header-cell-resize {
  float: right; }

.ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
  float: left; }

.ag-rtl .ag-header-cell-resize {
  float: left; }

.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  float: right; }

.ag-ltr .ag-header-select-all {
  float: left; }

.ag-rtl .ag-header-select-all {
  float: right; }

.ag-header-expand-icon {
  padding-left: 4px; }

.ag-header-cell-menu-button {
  float: right; }

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-overlay-panel {
  display: table;
  height: 100%;
  pointer-events: none;
  width: 100%; }

.ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.ag-column-panel {
  display: flex;
  overflow-y: auto; }

.ag-column-panel-center {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  max-height: 100vh; }

.ag-layout-auto-height.ag-body-container {
  min-height: 50px; }

.ag-layout-auto-height.ag-overlay-no-rows-wrapper {
  padding-top: 30px; }

.ag-body {
  box-sizing: border-box;
  display: flex;
  position: relative; }

.ag-layout-normal.ag-body {
  flex: 1;
  height: 0px;
  min-height: 0px; }

.ag-rtl .ag-body {
  flex-direction: row-reverse; }

.ag-ltr .ag-body {
  flex-direction: row; }

.ag-rtl .ag-floating-top {
  flex-direction: row-reverse; }

.ag-ltr .ag-floating-top {
  flex-direction: row; }

.ag-ltr .ag-header {
  flex-direction: row; }

.ag-rtl .ag-header {
  flex-direction: row-reverse; }

.ag-floating-top {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }

.ag-pinned-left-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.ag-pinned-right-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.ag-floating-top-viewport {
  box-sizing: border-box;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  flex: 1; }

.ag-layout-normal.ag-floating-top-viewport {
  height: 100%; }

.ag-floating-top-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap; }

.ag-floating-bottom {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }

.ag-pinned-left-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.ag-pinned-right-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.ag-floating-bottom-viewport {
  box-sizing: border-box;
  overflow: hidden;
  flex: 1;
  width: 0px;
  min-width: 0px; }

.ag-floating-bottom-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap; }

.ag-pinned-left-cols-container {
  display: inline-block;
  position: relative; }

.ag-pinned-right-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-pinned-left-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-pinned-right-cols-container {
  display: inline-block;
  position: relative; }

.ag-pinned-left-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden; }

.ag-body-viewport-wrapper {
  height: 100%;
  width: 0px;
  min-width: 0px;
  flex: 1;
  overflow: hidden; }

.ag-body-viewport {
  overflow-x: auto;
  overflow-y: auto; }

.ag-layout-normal.ag-body-viewport {
  height: 100%; }

.ag-full-width-viewport-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box; }

.ag-full-width-viewport {
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-full-width-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.ag-floating-bottom-full-width-container {
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-floating-top-full-width-container {
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all; }

.ag-body-container {
  display: inline-block;
  margin-bottom: -2px;
  position: relative; }

.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s; }

.ag-row-no-animation .ag-row {
  transition: background-color 0.1s; }

.ag-row {
  box-sizing: border-box;
  position: absolute;
  white-space: nowrap;
  width: 100%; }

.ag-column-moving .ag-cell {
  transition: left 0.2s; }

.ag-column-moving .ag-header-cell {
  transition: left 0.2s; }

.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s; }

.ag-column-drop {
  box-sizing: border-box;
  width: 100%; }

.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 50px;
  overflow: hidden; }
  .ag-column-drop-vertical .ag-column-drop-list {
    flex-grow: 1;
    height: 20px;
    overflow-x: auto; }
  .ag-column-drop-vertical .ag-column-drop-cell {
    display: flex; }
    .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      overflow: hidden;
      flex: 1;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-column-drop-vertical .ag-column-drop-empty-message {
    display: block; }
  .ag-column-drop-vertical .ag-column-drop-cell-button {
    line-height: 16px; }

.ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right; }

.ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left; }

.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden; }
  .ag-column-drop-horizontal .ag-column-drop-cell {
    display: inline-block; }
  .ag-column-drop-horizontal .ag-column-drop-empty-message {
    display: inline-block; }
  .ag-column-drop-horizontal .ag-column-drop-list {
    height: 100%; }

.ag-cell {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-cell-with-height {
  height: 100%; }

.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear; }

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0; }

.ag-opacity-zero {
  opacity: 0; }

.ag-cell-edit-input {
  height: 100%;
  width: 100%; }

.ag-group-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-footer-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  user-select: none; }

.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  user-select: none; }

.ag-menu-column-select-wrapper {
  height: 300px;
  overflow: auto;
  width: 200px; }

.ag-menu-list {
  border-collapse: collapse;
  display: table; }

.ag-menu-option {
  display: table-row; }

.ag-menu-option-text {
  display: table-cell; }

.ag-menu-option-shortcut {
  display: table-cell; }

.ag-menu-option-icon {
  display: table-cell; }

.ag-menu-option-popup-pointer {
  display: table-cell; }

.ag-menu-separator {
  display: table-row; }

.ag-menu-separator-cell {
  display: table-cell; }

.ag-virtual-list-viewport {
  height: 100%;
  overflow-x: auto;
  width: 100%; }

.ag-virtual-list-container {
  overflow: hidden;
  position: relative; }

.ag-rich-select {
  cursor: default;
  outline: none; }

.ag-rich-select-row {
  white-space: nowrap; }

.ag-rich-select-list {
  height: 200px;
  width: 200px; }

.ag-set-filter-list {
  height: 200px;
  width: 200px; }

.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-virtual-list-item {
  position: absolute;
  width: 100%; }
  .ag-virtual-list-item span:empty:not(.ag-icon) {
    border-left: 1px solid transparent; }

.ag-filter-filter {
  box-sizing: border-box;
  width: 100%; }

.ag-floating-filter-body input {
  height: 19px;
  margin: 0;
  width: 100%; }

.ag-floating-filter-full-body input {
  height: 19px;
  margin: 0;
  width: 100%; }

.ag-filter-select {
  margin: 4px 4px 0 4px;
  width: 110px; }

.ag-list-selection {
  cursor: default;
  -webkit-user-select: none;
  user-select: none; }

.ag-column-panel {
  box-sizing: border-box;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  width: 200px; }

.ag-column-container {
  flex-grow: 1;
  height: 50px;
  overflow: auto; }

.ag-column-select-indent {
  display: inline-block; }

.ag-ltr .ag-column-select-column {
  margin-left: 16px; }

.ag-rtl .ag-column-select-column {
  margin-right: 16px; }

.ag-column-select-column,
.ag-column-select-column-group {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .ag-column-select-column .ag-column-select-label,
  .ag-column-select-column .ag-column-select-column-group-label,
  .ag-column-select-column-group .ag-column-select-label,
  .ag-column-select-column-group .ag-column-select-column-group-label {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ag-column-select-column .ag-column-drag,
  .ag-column-select-column-group .ag-column-drag {
    min-width: 16px;
    flex-grow: 0;
    flex-shrink: 0; }

.ag-column-select-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.ag-tool-panel .ag-column-select-panel {
  flex-grow: 4; }

.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1; }

.ag-rtl .ag-tool-panel-horizontal-resize {
  float: right;
  transform: translateX(3px); }

.ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  transform: translateX(-3px); }

.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%; }

.ag-hidden {
  display: none !important; }

.ag-visibility-hidden {
  visibility: hidden !important; }

.ag-faded {
  opacity: 0.3; }

.ag-width-half {
  display: inline-block;
  width: 50%; }

.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right; }

@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }

/* icons are used outside of the grid root (in the ghost) */
.ag-icon-aggregation {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41IDIuNWgtNmwyIDMuNS0yIDMuNWg2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-arrows {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgNmwtMS40MSAxLjQxTDE2LjE3IDlINHYyaDEyLjE3bC0xLjU4IDEuNTlMMTYgMTRsNC00eiIvPjxwYXRoIGQ9Ik00IDZsMS40MSAxLjQxTDMuODMgOUgxNnYySDMuODNsMS41OCAxLjU5TDQgMTRsLTQtNHoiLz48cGF0aCBkPSJNNiAxNmwxLjQxLTEuNDFMOSAxNi4xN1Y0aDJ2MTIuMTdsMS41OS0xLjU4TDE0IDE2bC00IDR6Ii8+PHBhdGggZD0iTTE0IDRsLTEuNDEgMS40MUwxMSAzLjgzVjE2SDlWMy44M0w3LjQxIDUuNDEgNiA0bDQtNHoiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-asc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDUuMlYzLjQ5M2gtNnY2SDQuN1Y1LjJoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA1Ljk5MyA2LjQ5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA0Ljd2LS43MDdoLTV2NUg0LjJWNC43aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-checked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik05IDNMNiA4LjVsLTIuNS0yIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-checked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik05IDNMNiA4LjVsLTIuNS0yIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCA1aDR2Mkg0eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCA1aDR2Mkg0eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-unchecked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-column {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDR2Mkgxem0wIDNoNHY3SDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-columns {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDR2Mkgxem02IDBoNHYySDd6TTEgNWg0djJIMXptNiAwaDR2Mkg3ek0xIDloNHYySDF6bTYgMGg0djJIN3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-contracted {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjMDAwIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjkiIGhlaWdodD0iOSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-copy {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTQuNSA0LjVoNXY1aC01eiIvPjxwYXRoIGQ9Ik03LjUgMi41aC01djVoMnYyaDV2LTVoLTJ2LTJ6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-cut {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTMgMy4xMmMuNjY3LjA3OCAzIDEuNzQ1IDcgNS0uMzI2LjIwNC0uNjU5LjIwNC0xIDAtLjM0MS0uMjA2LTEuNjc0LTEuMjA2LTQtMyAwIC42NjYtLjY2Ny42NjYtMiAwLTItMS0xLTIuMTIgMC0yeiIvPjxwYXRoIGQ9Ik0zIDguMjY0Yy42NjctLjA4IDMtMS43NDYgNy01LS4zMjYtLjIwNS0uNjU5LS4yMDUtMSAwLS4zNDEuMjA0LTEuNjc0IDEuMjA0LTQgMyAwLS42NjctLjY2Ny0uNjY3LTIgMC0yIDEtMSAyLjExOSAwIDJ6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-desc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDJoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDYuMVY0LjM5M2gtNnY2SDQuN1Y2LjFoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMi41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuOTkzIDcuMzkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTguNDkzIDUuNnYtLjcwN2gtNXY1SDQuMlY1LjZoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-expanded {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjMDAwIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjkiIGhlaWdodD0iOSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik05IDV2MkgzVjV6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-eye-slash {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjAwMSAzLjkwOEwzIDRhMyAzIDAgMSAwIDUuOTk5LS4wOTJBNS4yNDggNS4yNDggMCAwIDAgNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjxwYXRoIGQ9Ik00LjAwNCAyLjgzNWw0Ljk5MiA2LjMzIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48cGF0aCBkPSJNMy4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-eye {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjAwMSAzLjkwOEwzIDRhMyAzIDAgMSAwIDUuOTk5LS4wOTJBNS4yNDggNS4yNDggMCAwIDAgNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-filter {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAyaDEwTDcgNnY1TDUgOVY2TDEgMnptNCA0djFoMlY2SDV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-group {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNSAxLjVoM3YyaC0zem0wIDRoM3YyaC0zem0wIDRoM3YyaC0zeiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yIDNoMXY4SDJ6bTEgM2g0djFIM3ptMi00aDN2MUg1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yIDEwaDV2MUgyeiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTEuNSAxLjVoM3YyaC0zeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjA1NiA0LjU4MWEzLjAwMSAzLjAwMSAwIDAgMCA1Ljg4OCAwQzguMDU5IDQuMTk0IDcuMDc4IDQgNiA0Yy0xLjA3OCAwLTIuMDYuMTk0LTIuOTQ0LjU4MXoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA1LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMS4zMzMgMy0yIDUtMnMzLjY2Ny42NjcgNSAyQzkuNjY3IDcuMzMzIDggOCA2IDhzLTMuNjY3LS42NjctNS0yeiIgc3Ryb2tlPSIjMDAwIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01LjUgMS41aDJ2OWgtMnoiLz48cGF0aCBkPSJNNy45OTMgNC43VjIuOTkzaC02djZIMy43VjQuN2g0LjI5M3oiIGlkPSJiIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDYpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNiAyaDF2OEg2eiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNC45OTMgNS45OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNy40OTMgNC4ydi0uNzA3aC01djVIMy4yVjQuMmg0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-loading {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDFoMnYzSDV6Ii8+PHBhdGggaWQ9ImIiIGQ9Ik01IDhoMnYzSDV6Ii8+PHBhdGggaWQ9ImMiIGQ9Ik0xIDVoM3YySDF6Ii8+PHBhdGggaWQ9ImQiIGQ9Ik04IDVoM3YySDh6Ii8+PHBhdGggaWQ9ImUiIGQ9Ik00IDBoMnYzSDR6Ii8+PHBhdGggaWQ9ImYiIGQ9Ik00IDdoMnYzSDR6Ii8+PHBhdGggaWQ9ImciIGQ9Ik0wIDRoM3YySDB6Ii8+PHBhdGggaWQ9ImgiIGQ9Ik03IDRoM3YySDd6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTUuNSAxLjVoMXYyaC0xeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgOC41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNMS41IDUuNWgydjFoLTJ6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTguNSA1LjVoMnYxaC0yeiIvPjxnIG9wYWNpdHk9Ii43MTQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNS41aDF2MmgtMXoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNC4yOTMgNi43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNmIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNC41IDcuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTS41IDQuNWgydjFoLTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjaCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTcuNSA0LjVoMnYxaC0yeiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-menu {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDEwdjJIMXptMCA0aDEwdjJIMXptMCA0aDEwdjJIMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-minus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDh2MkgyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-none {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY2SDV6Ii8+PHBhdGggZD0iTTguMTQ2IDguMTgyVjYuNDc1aC01djVoMS43MDhWOC4xODJoMy4yOTJ6IiBpZD0iYiIvPjxwYXRoIGQ9Ik04LjUgMi45MTRWMS4yMDdoLTV2NWgxLjcwN1YyLjkxNEg4LjV6IiBpZD0iYyIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2NWgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuNjQ2IDguNDc1KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNjQ2IDcuNjgydi0uNzA3aC00djRoLjcwOFY3LjY4MmgzLjI5MnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNiAzLjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2MiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04IDIuNDE0di0uNzA3SDR2NGguNzA3VjIuNDE0SDh6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-not-allowed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjQiLz48cGF0aCBkPSJNOC41IDMuNUwzLjQwMSA4LjU5OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-paste {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTIuNSAyLjVoN3Y3aC03eiIvPjxwYXRoIGQ9Ik02LjUgMS41aC0xdjJoLTF2MWgzdi0xaC0xdi0yeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-pin {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0zIDJoNnYxSDh2NGwyIDFIN2wtMSAzLTEtM0gybDItMVYzSDN6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuNSIgZmlsbD0iI0ZGRiIgZD0iTTUgM2gxdjRINXoiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii4yOCIgZmlsbD0iI0ZGRiIgZD0iTTQgM2gxdjNINHoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-pivot {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZD0iTTEwLjUgMy41aC05bTItMnY5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTcuNSA2LjVsMS0xIDEgMW0tMyAxbC0xIDEgMSAxIi8+PHBhdGggZD0iTTguNSA1LjV2M2gtMyIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-plus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik01IDJoMnY4SDV6Ii8+PHBhdGggZD0iTTIgNWg4djJIMnoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik00LjUgMS41aDJ2OWgtMnoiLz48cGF0aCBkPSJNOS45OTMgNC43VjIuOTkzaC02djZINS43VjQuN2g0LjI5M3oiIGlkPSJiIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNS41IDYpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNSAyaDF2OEg1eiIvPjwvZz48ZyB0cmFuc2Zvcm09InNjYWxlKC0xIDEpIHJvdGF0ZSgtNDUgMCAyMi44NzQpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOS40OTMgNC4ydi0uNzA3aC01djVINS4yVjQuMmg0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA2bDQtNHY4eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAybDQgNC00IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-up {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA3bDQtNCA0IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-down {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDhMNiA5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tick {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDUuNWwzIDMgNi02IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-cross {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAxMGw4LThtMCA4TDIgMiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-open {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDhMNiA5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-closed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAybDQgNC00IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDh2MkgyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }

.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1; }

.ag-details-row {
  height: 100%;
  width: 100%; }

.ag-details-grid {
  height: 100%;
  width: 100%; }

.ag-column-select-header {
  display: flex;
  flex-direction: row; }

.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px; }

.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px; }

.ag-tool-panel {
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box; }
  .ag-tool-panel .ag-side-buttons {
    width: 20px; }
    .ag-tool-panel .ag-side-buttons button {
      display: block;
      transform: rotate(90deg) translateY(-20px);
      transform-origin: left top 0;
      white-space: nowrap;
      outline: none; }
  .ag-tool-panel .panel-container {
    width: 180px; }
  .ag-tool-panel.full-width .panel-container {
    width: 200px; }

.ag-rtl .ag-tool-panel .ag-side-buttons button {
  transform: rotate(-90deg) translatex(20px);
  transform-origin: right bottom 0; }

.ag-row-inline-editing {
  z-index: 1; }

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/ag-grid/dist/styles/ag-theme-balham.css ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.ag-theme-balham {
  background-color: white;
  color: #000;
  font: 400 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .ag-theme-balham .ag-header,
  .ag-theme-balham .ag-row,
  .ag-theme-balham .ag-header-cell,
  .ag-theme-balham .ag-header-group-cell,
  .ag-theme-balham .ag-rich-select-value,
  .ag-theme-balham .ag-root {
    box-sizing: border-box; }
  .ag-theme-balham .ag-menu, .ag-theme-balham .ag-theme-balham.ag-dnd-ghost, .ag-theme-balham .ag-cell-inline-editing, .ag-theme-balham .ag-popup-editor, .ag-theme-balham .ag-select-agg-func-popup, .ag-theme-balham .ag-overlay-loading-center {
    border: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tab-header .ag-tab {
    border: 1px solid transparent;
    border-bottom-width: 0;
    display: inline-block;
    margin: 4px;
    margin-bottom: 0;
    padding: 4px 8px; }
  .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
    background-color: white;
    border-bottom: 2px solid #0091EA;
    border-bottom: 2px solid white;
    border-color: #BDC3C7; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
    padding-left: 20px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
    padding-right: 20px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
    padding-left: 28px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
    padding-right: 28px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
    padding-left: 40px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
    padding-right: 40px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
    padding-left: 56px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
    padding-right: 56px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
    padding-left: 60px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
    padding-right: 60px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
    padding-left: 84px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
    padding-right: 84px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
    padding-left: 80px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
    padding-right: 80px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
    padding-left: 112px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
    padding-right: 112px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
    padding-left: 100px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
    padding-right: 100px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
    padding-left: 140px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
    padding-right: 140px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
    padding-left: 120px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
    padding-right: 120px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
    padding-left: 168px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
    padding-right: 168px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
    padding-left: 140px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
    padding-right: 140px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
    padding-left: 196px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
    padding-right: 196px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
    padding-left: 160px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
    padding-right: 160px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
    padding-left: 224px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
    padding-right: 224px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
    padding-left: 180px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
    padding-right: 180px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
    padding-left: 252px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
    padding-right: 252px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
    padding-left: 200px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
    padding-right: 200px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
    padding-left: 280px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
    padding-right: 280px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
    padding-left: 220px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
    padding-right: 220px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
    padding-left: 308px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
    padding-right: 308px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
    padding-left: 240px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
    padding-right: 240px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
    padding-left: 336px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
    padding-right: 336px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
    padding-left: 260px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
    padding-right: 260px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
    padding-left: 364px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
    padding-right: 364px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
    padding-left: 280px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
    padding-right: 280px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
    padding-left: 392px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
    padding-right: 392px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
    padding-left: 300px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
    padding-right: 300px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
    padding-left: 420px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
    padding-right: 420px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
    padding-left: 320px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
    padding-right: 320px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
    padding-left: 448px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
    padding-right: 448px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
    padding-left: 340px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
    padding-right: 340px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
    padding-left: 476px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
    padding-right: 476px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
    padding-left: 360px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
    padding-right: 360px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
    padding-left: 504px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
    padding-right: 504px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
    padding-left: 380px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
    padding-right: 380px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
    padding-left: 532px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
    padding-right: 532px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
    padding-left: 400px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
    padding-right: 400px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
    padding-left: 560px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
    padding-right: 560px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
    padding-left: 420px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
    padding-right: 420px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
    padding-left: 588px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
    padding-right: 588px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
    padding-left: 440px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
    padding-right: 440px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
    padding-left: 616px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
    padding-right: 616px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
    padding-left: 460px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
    padding-right: 460px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
    padding-left: 644px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
    padding-right: 644px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
    padding-left: 480px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
    padding-right: 480px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
    padding-left: 672px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
    padding-right: 672px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
    padding-left: 500px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
    padding-right: 500px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
    padding-left: 700px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
    padding-right: 700px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
    padding-left: 520px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
    padding-right: 520px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
    padding-left: 728px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
    padding-right: 728px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
    padding-left: 540px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
    padding-right: 540px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
    padding-left: 756px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
    padding-right: 756px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
    padding-left: 560px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
    padding-right: 560px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
    padding-left: 784px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
    padding-right: 784px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
    padding-left: 580px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
    padding-right: 580px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
    padding-left: 812px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
    padding-right: 812px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
    padding-left: 600px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
    padding-right: 600px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
    padding-left: 840px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
    padding-right: 840px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
    padding-left: 620px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
    padding-right: 620px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
    padding-left: 868px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
    padding-right: 868px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
    padding-left: 640px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
    padding-right: 640px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
    padding-left: 896px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
    padding-right: 896px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
    padding-left: 660px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
    padding-right: 660px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
    padding-left: 924px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
    padding-right: 924px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
    padding-left: 680px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
    padding-right: 680px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
    padding-left: 952px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
    padding-right: 952px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
    padding-left: 700px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
    padding-right: 700px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
    padding-left: 980px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
    padding-right: 980px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
    padding-left: 720px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
    padding-right: 720px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
    padding-left: 1008px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
    padding-right: 1008px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
    padding-left: 740px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
    padding-right: 740px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
    padding-left: 1036px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
    padding-right: 1036px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
    padding-left: 760px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
    padding-right: 760px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
    padding-left: 1064px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
    padding-right: 1064px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
    padding-left: 780px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
    padding-right: 780px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
    padding-left: 1092px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
    padding-right: 1092px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
    padding-left: 800px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
    padding-right: 800px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
    padding-left: 1120px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
    padding-right: 1120px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
    padding-left: 820px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
    padding-right: 820px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
    padding-left: 1148px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
    padding-right: 1148px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
    padding-left: 840px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
    padding-right: 840px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
    padding-left: 1176px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
    padding-right: 1176px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
    padding-left: 860px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
    padding-right: 860px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
    padding-left: 1204px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
    padding-right: 1204px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
    padding-left: 880px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
    padding-right: 880px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
    padding-left: 1232px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
    padding-right: 1232px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
    padding-left: 900px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
    padding-right: 900px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
    padding-left: 1260px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
    padding-right: 1260px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
    padding-left: 920px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
    padding-right: 920px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
    padding-left: 1288px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
    padding-right: 1288px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
    padding-left: 940px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
    padding-right: 940px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
    padding-left: 1316px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
    padding-right: 1316px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
    padding-left: 960px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
    padding-right: 960px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
    padding-left: 1344px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
    padding-right: 1344px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
    padding-left: 980px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
    padding-right: 980px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
    padding-left: 1372px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
    padding-right: 1372px; }
  .ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 28px; }
  .ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 28px; }
  .ag-theme-balham .ag-rtl .ag-cell-first-right-pinned {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-ltr .ag-cell-first-right-pinned {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-rtl .ag-cell-last-left-pinned {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-ltr .ag-cell-last-left-pinned {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-value-change-delta {
    padding-right: 2px; }
  .ag-theme-balham .ag-value-change-delta-up {
    color: #43a047; }
  .ag-theme-balham .ag-value-change-delta-down {
    color: #e53935; }
  .ag-theme-balham .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
  .ag-theme-balham .ag-value-change-value-highlight {
    background-color: rgba(22, 160, 133, 0.5);
    transition: background-color 0.1s; }
  .ag-theme-balham .ag-header {
    background-color: #f5f7f7;
    color: rgba(0, 0, 0, 0.54);
    font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .ag-theme-balham .ag-header-row {
    border-bottom: 1px solid #BDC3C7;
    box-sizing: border-box; }
  .ag-theme-balham .ag-row {
    border-bottom: 1px solid #BDC3C7;
    box-sizing: border-box; }
  .ag-theme-balham .ag-row-odd {
    background-color: #fcfdfe; }
  .ag-theme-balham .ag-row-even {
    background-color: white; }
  .ag-theme-balham .ag-row-hover {
    background-color: #ECF0F1; }
  .ag-theme-balham .ag-numeric-cell {
    text-align: right; }
  .ag-theme-balham .ag-header-cell-label {
    display: flex;
    float: left;
    height: 100%;
    width: calc(100% - 16px); }
    .ag-theme-balham .ag-header-cell-label span {
      height: 100%; }
    .ag-theme-balham .ag-header-cell-label > span {
      float: left; }
    .ag-theme-balham .ag-header-cell-label .ag-header-icon {
      background-position-y: 10px;
      background-size: 14px 14px;
      height: 100%;
      margin: 0;
      margin-left: 4px;
      opacity: 0.87; }
    .ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-label {
    flex-direction: row-reverse;
    float: right; }
    .ag-theme-balham .ag-numeric-header .ag-header-cell-label > span {
      float: right; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-balham .ag-header-group-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ag-theme-balham .ag-header-cell,
  .ag-theme-balham .ag-header-group-cell {
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px; }
  .ag-theme-balham .ag-cell {
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
    padding-left: 11px;
    padding-right: 11px; }
  .ag-theme-balham .ag-row-drag {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDIuNXYxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    background-position-x: left;
    background-position-y: 4px;
    float: left;
    height: 100%;
    width: 28px; }
  .ag-theme-balham .ag-column-drag {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDIuNXYxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    background-position-x: left;
    background-position-y: 4px !important;
    height: 100%;
    min-width: 20px; }
  .ag-theme-balham .ag-row-dragging {
    opacity: 0.5;
    z-index: 10000; }
  .ag-theme-balham .ag-ltr .ag-cell-focus {
    border: 1px solid #0091EA;
    outline: initial; }
  .ag-theme-balham .ag-rtl .ag-cell-focus {
    border: 1px solid #0091EA;
    outline: initial; }
  .ag-theme-balham .ag-header-cell-resize {
    position: absolute;
    right: -4px;
    width: 8px;
    z-index: 4; }
    .ag-theme-balham .ag-header-cell-resize::after {
      border-right: 1px solid #BDC3C7;
      box-sizing: content-box;
      content: "resize";
      display: block;
      height: 16px;
      margin-top: 8px;
      overflow: hidden;
      text-indent: 4px;
      width: 4px; }
  .ag-theme-balham .ag-icon-aggregation {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEwLjUgNlY0LjVoLTV2LjUzMmExIDEgMCAwIDAgLjM2Ljc2OGwxLjcxOCAxLjQzMmExIDEgMCAwIDEgMCAxLjUzNkw1Ljg2IDEwLjJhMSAxIDAgMCAwLS4zNi43Njh2LjUzMmg1VjEwIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-arrows {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDE0VjNNMiA4LjVoMTFtLTcuNSA0bDIgMiAyLTJtMC04bC0yLTItMiAybS0yIDJsLTIgMiAyIDJtOCAwbDItMi0yLTIiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-asc {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDEyVjRtMyAyLjVsLTMtMy0zIDMiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-checked-readonly {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiM3RjhDOEQiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-checked {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjN0Y4QzhEIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjxwYXRoIHN0cm9rZT0iIzdGOEM4RCIgZD0iTTEyIDVsLTUuNSA1LjVMNCA4Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-indeterminate-readonly {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBkPSJNNCA4LjVoOCIgc3Ryb2tlPSIjN0Y4QzhEIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-indeterminate {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjN0Y4QzhEIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjxwYXRoIGQ9Ik00IDguNWg4IiBzdHJva2U9IiM3RjhDOEQiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-unchecked {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjN0Y4QzhEIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-column {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDMuNXY4aDN2LTh6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-columns {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi41IDMuNXY4bTMtOHY4bTMtOHY4bS05LTh2OCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-contracted {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0TDUgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-copy {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3QgeD0iNC41IiB5PSI0LjUiIHdpZHRoPSI4IiBoZWlnaHQ9IjkiIHJ4PSIyIi8+PHBhdGggZD0iTTExIDIuNUg0LjVhMiAyIDAgMCAwLTIgMlYxMyIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-cut {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4zNDggNC45NDhjLjE2MS0uMzUuMjUyLS43MzUuMjUyLTEuMTQ4YTIuOCAyLjggMCAxIDAtNS42IDAgMi44IDIuOCAwIDAgMCAyLjggMi44Yy40MTMgMCAuNzk4LS4wOTEgMS4xNDgtLjI1Mkw2LjYgOCA0Ljk0OCA5LjY1MkEyLjcyOCAyLjcyOCAwIDAgMCAzLjggOS40YTIuOCAyLjggMCAxIDAgMCA1LjYgMi44IDIuOCAwIDAgMCAyLjgtMi44YzAtLjQxMy0uMDkxLS43OTgtLjI1Mi0xLjE0OEw4IDkuNGw0LjkgNC45SDE1di0uN0w2LjM0OCA0Ljk0OHpNMy44IDUuMmExLjQgMS40IDAgMSAxIDAtMi44IDEuNCAxLjQgMCAwIDEgMCAyLjh6bTAgOC40YTEuNCAxLjQgMCAxIDEgMC0yLjggMS40IDEuNCAwIDAgMSAwIDIuOHpNOCA4LjM1QS4zNDcuMzQ3IDAgMCAxIDcuNjUgOGMwLS4xOTYuMTU0LS4zNS4zNS0uMzUuMTk2IDAgLjM1LjE1NC4zNS4zNSAwIC4xOTYtLjE1NC4zNS0uMzUuMzV6bTQuOS02LjY1TDguNyA1LjlsMS40IDEuNEwxNSAyLjR2LS43aC0yLjF6IiBmaWxsPSIjN0Y4QzhEIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-desc {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDExVjNtLTMgNS41bDMgMyAzLTMiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-expanded {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-eye-slash {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTggMy42MjVBNi44OTkgNi44OTkgMCAwIDAgMS41ODMgOCA2Ljg5OSA2Ljg5OSAwIDAgMCA4IDEyLjM3NSA2Ljg5OSA2Ljg5OSAwIDAgMCAxNC40MTcgOCA2Ljg5OSA2Ljg5OSAwIDAgMCA4IDMuNjI1eiIvPjxwYXRoIGQ9Ik04IDEwLjkxN2EyLjkxOCAyLjkxOCAwIDAgMSAwLTUuODM0IDIuOTE4IDIuOTE4IDAgMCAxIDAgNS44MzR6Ii8+PHBhdGggZD0iTTMuNSAzLjVsOSA5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-eye {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTggMy42MjVBNi44OTkgNi44OTkgMCAwIDAgMS41ODMgOCA2Ljg5OSA2Ljg5OSAwIDAgMCA4IDEyLjM3NSA2Ljg5OSA2Ljg5OSAwIDAgMCAxNC40MTcgOCA2Ljg5OSA2Ljg5OSAwIDAgMCA4IDMuNjI1eiIvPjxwYXRoIGQ9Ik04IDEwLjkxN2EyLjkxOCAyLjkxOCAwIDAgMSAwLTUuODM0IDIuOTE4IDIuOTE4IDAgMCAxIDAgNS44MzR6Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-filter {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDMuNWg5di41ODZhMSAxIDAgMCAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAgMCA5IDguNDE0VjEwbC0yIDEuNVY4LjQxNGExIDEgMCAwIDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAgMS0uMjkzLS43MDdWMy41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-group {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTMuNSA1LjVoMW0xIDJoMW0yIDBoNG0tNyAyaDFtMiAwaDRtLTYtNGg2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-indeterminate {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTggNC42MjVjLTIuOTE3IDAtNS40MDguODE0LTYuNDE3IDMuMzc1IDEuMDEgMi41NiAzLjUgMy4zNzUgNi40MTcgMy4zNzVzNS40MDgtLjgxNCA2LjQxNy0zLjM3NWMtMS4wMS0yLjU2LTMuNS0zLjM3NS02LjQxNy0zLjM3NXoiLz48cGF0aCBkPSJNOCA5LjkxN0M2LjM5IDkuOTE3IDUuMDgzIDkuNjEgNS4wODMgOFM2LjM5IDYuMDgzIDggNi4wODNjMS42MSAwIDIuOTE3LjMwNyAyLjkxNyAxLjkxN1M5LjYxIDkuOTE3IDggOS45MTd6Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-left {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDguNWw0LTRMOCA2IDYuNSA3LjVoN3YyaC03TDggMTFsLTEuNSAxLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-loading {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PHBhdGggZD0iTTcuNSAxMC41djMiIG9wYWNpdHk9Ii44Ii8+PHBhdGggZD0iTTEwLjUgNy41aDMiIG9wYWNpdHk9Ii42Ii8+PHBhdGggZD0iTTEuNSA3LjVoMyIvPjxwYXRoIGQ9Ik03LjUgMS41djMiIG9wYWNpdHk9Ii40Ii8+PHBhdGggZD0iTTkuNSA1LjVMMTIgMyIgb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNOS41IDkuNUwxMiAxMiIgb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNNS41IDkuNUwzIDEyIiBvcGFjaXR5PSIuOSIvPjxwYXRoIGQ9Ik01LjUgNS41TDMgMyIgb3BhY2l0eT0iLjMiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-menu {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDQuNWg5bS05IDNoOW0tOSAzaDkiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-minus {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDYuNWgxMXYyaC0xMXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-none {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSAxMlY0bTMgMi41bC0zLTMtMyAzbS00IDQuNVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-not-allowed {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS45IDExLjAxMkEzLjc1IDMuNzUgMCAwIDAgMTEuMDEyIDUuOWwtNS4xMTQgNS4xMTN6TTQuNDg3IDkuNjAxTDkuNiA0LjQ4OEEzLjc1IDMuNzUgMCAwIDAgNC40ODggOS42ek03Ljc1IDEzLjVhNS43NSA1Ljc1IDAgMSAxIDAtMTEuNSA1Ljc1IDUuNzUgMCAwIDEgMCAxMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-paste {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgM2MwLS41LS41LTEuNS0yLTEuNVM2IDIuNSA2IDNINGEyIDIgMCAwIDAtMiAydjdhMiAyIDAgMCAwIDIgMmg4YTIgMiAwIDAgMCAyLTJWNWEyIDIgMCAwIDAtMi0yaC0yem0tMiAuMjczYy4zNjcgMCAuNjY3LjI4Ni42NjcuNjM2IDAgLjM1LS4zLjYzNi0uNjY3LjYzNi0uMzY3IDAtLjY2Ny0uMjg2LS42NjctLjYzNiAwLS4zNS4zLS42MzYuNjY3LS42MzZ6TTEyIDEzSDRhMSAxIDAgMCAxLTEtMVY1YTEgMSAwIDAgMSAxLTFoMXYyaDZWNGgxYTEgMSAwIDAgMSAxIDF2N2ExIDEgMCAwIDEtMSAxeiIgZmlsbD0iIzdGOEM4RCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-pin {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDEzLjVsNC00TTE0IDZjLS4zOS41MjktLjcyNC44NjItMSAxcy0uNjEuMTM4LTEgMGwtMiAyYy4xMzguOTIuMTM4IDEuNTg2IDAgMi0uMTM4LjQxNC0uNDcxLjc0OC0xIDFMNCA3Yy4wOC0uNDcxLjQxNC0uODA1IDEtMSAuNTg2LS4xOTUgMS4yNTItLjE5NSAyIDBsMi0yYy0uMTk1LS4yNzYtLjE5NS0uNjEgMC0xcy41MjktLjcyNCAxLTFsNCA0eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-pivot {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEzLjUgNC41aC05bTAgMHY5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTcuNSAxMi41bC0xLTEgMS0xbTUtM2wtMS0xLTEgMSIvPjxwYXRoIGQ9Ik00LjUgMTEuNWgtMm02LTl2Mm0tMy0ydjJtNi0ydjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48cGF0aCBkPSJNMTEuNSA2LjV2M2EyIDIgMCAwIDEtMiAyaC0zIi8+PHBhdGggZD0iTTQuNSA4LjVoLTJtMi0zaC0yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-plus {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDYuNWg0di00aDJ2NGg0djJoLTR2NGgtMnYtNGgtNHoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-right {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSA3LjVsLTQgNEw4IDEwbDEuNS0xLjVoLTd2LTJoN0w4IDVsMS41LTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-left {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCA0TDQgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-right {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-up {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgOEw4IDQgNCA4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-down {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA4bDQgNCA0LTQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tick {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgNmwtNS41IDUuNUw0IDkiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-cross {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNSA1LjVsLTYgNm0wLTZsNiA2IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-open {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA3bDQgNCA0LTQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-closed {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-indeterminate {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDcuNWg5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-header-cell-menu-button .ag-icon-menu {
    display: block;
    height: 32px; }
  .ag-theme-balham .ag-icon-checkbox-checked:empty {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDA5MUVBIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjxwYXRoIHN0cm9rZT0iIzAwOTFFQSIgZD0iTTEyIDVsLTUuNSA1LjVMNCA4Ii8+PC9nPjwvc3ZnPg==); }
  .ag-theme-balham .ag-menu {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    padding: 0;
    z-index: 5; }
    .ag-theme-balham .ag-menu .ag-menu-list {
      cursor: default;
      margin-bottom: 4px;
      margin-top: 4px;
      width: 100%; }
    .ag-theme-balham .ag-menu .ag-menu-option {
      line-height: 16px;
      padding-left: 8px;
      padding-right: 8px; }
      .ag-theme-balham .ag-menu .ag-menu-option > span {
        display: table-cell;
        vertical-align: middle; }
    .ag-theme-balham .ag-menu .ag-menu-option-active {
      background: #ECF0F1; }
    .ag-theme-balham .ag-menu .ag-menu-option-disabled {
      opacity: 0.5; }
    .ag-theme-balham .ag-menu .ag-menu-option-icon {
      padding-left: 4px;
      padding-right: 4px; }
      .ag-theme-balham .ag-menu .ag-menu-option-icon span {
        height: 16px;
        line-height: 0;
        margin-top: 4px; }
    .ag-theme-balham .ag-menu .ag-menu-option-shortcut {
      padding-left: 8px; }
    .ag-theme-balham .ag-menu .ag-menu-separator {
      margin-left: -4px; }
      .ag-theme-balham .ag-menu .ag-menu-separator > span {
        background-image: url("data:image/svg+xml;utf8,<svg width='1' height='8px' viewBox='0 0 1 8px' xmlns='http://www.w3.org/2000/svg'> <line x1='0' y1='4px' x2='1' y2='4px' stroke-width='1' stroke='#BDC3C7'/> </svg>");
        height: 8px; }
    .ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
      width: 24px; }
  .ag-theme-balham.ag-dnd-ghost {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    border: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    height: 32px !important;
    line-height: 32px;
    margin: 0;
    padding: 0 8px;
    transform: translateY(8px);
    z-index: 5; }
    .ag-theme-balham.ag-dnd-ghost span,
    .ag-theme-balham.ag-dnd-ghost div {
      float: left;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
      margin-right: 4px;
      opacity: 0.87; }
  .ag-theme-balham .ag-tab-header {
    background: #f5f7f7;
    min-width: 220px;
    width: 100%; }
    .ag-theme-balham .ag-tab-header .ag-tab {
      border-bottom: 2px solid transparent;
      height: 16px;
      text-align: center;
      vertical-align: middle; }
      .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDMuNWg5di41ODZhMSAxIDAgMCAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAgMCA5IDguNDE0VjEwbC0yIDEuNVY4LjQxNGExIDEgMCAwIDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAgMS0uMjkzLS43MDdWMy41eiIgc3Ryb2tlPSIjMDA5MUVBIiBmaWxsPSJub25lIi8+PC9zdmc+);
        display: inline-block; }
      .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi41IDMuNXY4bTMtOHY4bTMtOHY4bS05LTh2OCIgc3Ryb2tlPSIjMDA5MUVBIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
        display: inline-block; }
      .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDQuNWg5bS05IDNoOW0tOSAzaDkiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
        display: inline-block; }
  .ag-theme-balham .ag-tab-body {
    padding: 4px 0; }
    .ag-theme-balham .ag-tab-body .ag-filter-select {
      margin: 4px;
      width: calc(100% - 8px); }
    .ag-theme-balham .ag-tab-body .ag-menu-list {
      margin-bottom: 0;
      margin-top: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
        padding-top: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
        padding-bottom: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
        background-position-y: 0; }
  .ag-theme-balham .ag-filter-select {
    margin: 4px;
    width: calc(100% - 8px); }
  .ag-theme-balham .ag-filter input[type="radio"] {
    margin: 0 3px 0 6px;
    width: 12px;
    height: 17px;
    vertical-align: top; }
  .ag-theme-balham .ag-filter input[type="text"],
  .ag-theme-balham .ag-filter input[type="date"] {
    padding-left: 4px; }
  .ag-theme-balham .ag-filter label {
    display: block;
    padding-left: 4px; }
  .ag-theme-balham .ag-filter .ag-set-filter-list {
    height: 182px;
    padding-top: 4px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container {
    box-sizing: border-box;
    height: 28px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container:nth-child(2) {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter .ag-filter-checkbox {
    float: left;
    height: 28px;
    margin-right: 4px;
    padding-top: 2px; }
  .ag-theme-balham .ag-filter .ag-filter-value {
    height: 28px;
    line-height: 14px; }
  .ag-theme-balham .ag-filter .ag-filter-apply-panel {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
    padding-top: 8px; }
    .ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
      margin-left: 8px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-select-column-group,
  .ag-theme-balham .ag-column-select-panel .ag-column-select-column {
    height: 16px;
    line-height: 16px;
    margin-left: 0; }
    .ag-theme-balham .ag-column-select-panel .ag-column-select-column-group span,
    .ag-theme-balham .ag-column-select-panel .ag-column-select-column span {
      float: left;
      height: 100%; }
    .ag-theme-balham .ag-column-select-panel .ag-column-select-column-group .ag-column-select-indent,
    .ag-theme-balham .ag-column-select-panel .ag-column-select-column .ag-column-select-indent {
      width: 8px; }
    .ag-theme-balham .ag-column-select-panel .ag-column-select-column-group .ag-column-select-checkbox,
    .ag-theme-balham .ag-column-select-panel .ag-column-select-column-group .ag-column-group-icons,
    .ag-theme-balham .ag-column-select-panel .ag-column-select-column .ag-column-select-checkbox,
    .ag-theme-balham .ag-column-select-panel .ag-column-select-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-container {
    padding-top: 4px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-select-column.ag-toolpanel-add-group-indent {
    margin-left: 24px; }
  .ag-theme-balham .ag-column-tool-panel {
    display: flex; }
  .ag-theme-balham .ag-filter-body {
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 4px; }
  .ag-theme-balham .ag-column-tool-panel-item button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
    height: 100%; }
  .ag-theme-balham .ag-filter-filter {
    margin-bottom: 4px; }
  .ag-theme-balham .ag-column-select-header {
    border-bottom: 1px solid #BDC3C7;
    box-sizing: border-box;
    height: 32px;
    padding-top: 4px; }
    .ag-theme-balham .ag-column-select-header label {
      display: block;
      padding-left: 4px; }
      .ag-theme-balham .ag-column-select-header label .ag-filter-checkbox {
        float: left;
        margin-right: 4px; }
    .ag-theme-balham .ag-column-select-header .ag-column-tool-panel a {
      margin: 0 4px;
      padding-top: 2px; }
  .ag-theme-balham .ag-group-child-count::before {
    content: " "; }
  .ag-theme-balham .ag-column-panel {
    border-right: 0; }
    .ag-theme-balham .ag-column-panel .ag-pivot-mode {
      border-bottom: 1px solid #BDC3C7;
      box-sizing: border-box;
      height: 32px;
      line-height: 32px; }
      .ag-theme-balham .ag-column-panel .ag-pivot-mode span {
        float: left;
        height: 100%; }
      .ag-theme-balham .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select {
        margin-left: 4px; }
        .ag-theme-balham .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select .ag-checkbox-label {
          margin-left: 4px; }
    .ag-theme-balham .ag-column-panel .ag-column-select-panel {
      border-bottom: 1px solid #BDC3C7;
      padding-bottom: 3px;
      padding-top: 0; }
    .ag-theme-balham .ag-column-panel .ag-column-drop {
      border-bottom: 1px solid #BDC3C7;
      clear: both;
      overflow: auto;
      padding: 4px 0;
      padding-bottom: 8px; }
      .ag-theme-balham .ag-column-panel .ag-column-drop .ag-icon {
        float: left;
        height: 20px;
        margin: 0 4px; }
      .ag-theme-balham .ag-column-panel .ag-column-drop .ag-column-drop-title {
        clear: right;
        float: left;
        height: 20px;
        line-height: 20px;
        width: calc(100% - 24px); }
      .ag-theme-balham .ag-column-panel .ag-column-drop .ag-column-drop-empty-message {
        clear: both;
        color: rgba(0, 0, 0, 0.38);
        font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        line-height: 8px;
        padding-left: 16px;
        padding-right: 4px; }
      .ag-theme-balham .ag-column-panel .ag-column-drop:last-child {
        border-bottom: 0; }
  .ag-theme-balham .ag-filter-icon:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDMuNWg5di41ODZhMSAxIDAgMCAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAgMCA5IDguNDE0VjEwbC0yIDEuNVY4LjQxNGExIDEgMCAwIDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAgMS0uMjkzLS43MDdWMy41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-ascending-icon:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDEyVjRtMyAyLjVsLTMtMy0zIDMiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-descending-icon:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDExVjNtLTMgNS41bDMgMyAzLTMiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-none-icon:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSAxMlY0bTMgMi41bC0zLTMtMyAzbS00IDQuNVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
    margin-left: 0;
    margin-right: 4px; }
  .ag-theme-balham .ag-paging-panel {
    align-items: center;
    border-top: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    height: 32px;
    justify-content: flex-end;
    padding: 0 12px; }
    .ag-theme-balham .ag-paging-panel > span {
      margin-left: 16px; }
  .ag-theme-balham button[ref="btFirst"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgNEw4IDhsNCA0TTQuNSA0djgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-balham button[ref="btFirst"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btPrevious"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0TDUgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-balham button[ref="btPrevious"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btLast"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMmw0LTQtNC00bTcuNSAwdjgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-balham button[ref="btLast"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btNext"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-balham button[ref="btNext"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham .ag-rtl button[ref="btFirst"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMmw0LTQtNC00bTcuNSAwdjgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btPrevious"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btLast"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgNEw4IDhsNCA0TTQuNSA0djgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btNext"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0TDUgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-row-selected {
    background-color: #b7e4ff; }
  .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.2); }
  .ag-theme-balham .ag-cell-inline-editing {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: #f5f7f7;
    height: 40px;
    line-height: normal;
    padding: 12px;
    z-index: 2; }
    .ag-theme-balham .ag-cell-inline-editing select {
      height: auto; }
  .ag-theme-balham .ag-popup-editor {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: #f5f7f7;
    padding: 0;
    z-index: 1; }
    .ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
      height: auto;
      padding: 12px; }
  .ag-theme-balham .ag-rich-select {
    background-color: #f5f7f7;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA3bDQgNCA0LTQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position-x: calc(100% - 4px);
    background-position-y: 8px;
    background-repeat: no-repeat; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-list {
      height: 182px; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-value {
      height: 28px;
      line-height: 28px;
      padding-left: 12px; }
    .ag-theme-balham .ag-rich-select .ag-virtual-list-item {
      cursor: default;
      height: 28px;
      line-height: 28px; }
      .ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
        background-color: #ECF0F1; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-row {
      padding-left: 12px; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-row-selected {
      background-color: #b7e4ff; }
  .ag-theme-balham .ag-floating-filter-body {
    float: left;
    height: 100%;
    margin-right: 0;
    width: calc(100% - 24px); }
    .ag-theme-balham .ag-floating-filter-body input {
      box-sizing: border-box; }
  .ag-theme-balham .ag-floating-filter-full-body input {
    box-sizing: border-box; }
  .ag-theme-balham .ag-floating-filter-button {
    float: right;
    line-height: 16px;
    margin-top: 10px; }
    .ag-theme-balham .ag-floating-filter-button button {
      appearance: none;
      background: transparent;
      border: 0;
      height: 16px;
      padding: 0;
      width: 16px; }
  .ag-theme-balham .ag-cell-label-container {
    height: 100%; }
  .ag-theme-balham .ag-header-group-cell-label {
    height: 100%; }
    .ag-theme-balham .ag-header-group-cell-label span {
      float: left;
      height: 100%; }
  .ag-theme-balham .ag-header-select-all {
    height: 100%;
    margin-right: 12px; }
    .ag-theme-balham .ag-header-select-all span {
      height: 100%; }
  .ag-theme-balham .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: left;
    width: calc(100% - 16px - 12px); }
  .ag-theme-balham .ag-selection-checkbox span,
  .ag-theme-balham .ag-group-expanded span,
  .ag-theme-balham .ag-group-contracted span {
    margin-right: 12px; }
  .ag-theme-balham .ag-selection-checkbox span {
    position: relative;
    top: 2px; }
  .ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA3bDQgNCA0LTQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-column-drop-horizontal {
    background-color: #f5f7f7;
    height: 28px;
    line-height: 16px;
    padding-left: 12px; }
    .ag-theme-balham .ag-column-drop-horizontal.ag-width-half {
      margin-bottom: -3px; }
    .ag-theme-balham .ag-column-drop-horizontal span {
      float: left;
      height: 100%; }
    .ag-theme-balham .ag-column-drop-horizontal > div:first-child {
      float: left;
      height: 100%; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
      margin-right: 12px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSA3LjVsLTQgNEw4IDEwbDEuNS0xLjVoLTd2LTJoN0w4IDVsMS41LTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDguNWw0LTRMOCA2IDYuNSA3LjVoN3YyaC03TDggMTFsLTEuNSAxLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow,
    .ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
      overflow: hidden;
      text-indent: 100%;
      height: 100%;
      margin: 0 4px;
      opacity: 0.54; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
      height: 100%;
      line-height: 28px;
      opacity: 0.38; }
  .ag-theme-balham .ag-column-drop-cell {
    background: #dde4e6;
    border-radius: 16px;
    box-sizing: border-box;
    height: 16px !important;
    margin-top: 4px;
    padding: 0 2px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
      height: 100%;
      line-height: 16px;
      margin: 0 4px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEwLjUgNC41bC02IDYiLz48Y2lyY2xlIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjUuNSIvPjxwYXRoIGQ9Ik00LjUgNC41bDYgNiIvPjwvZz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px;
      overflow: hidden;
      text-indent: 100%;
      min-width: 16px;
      height: 100%;
      margin: 0 2px;
      opacity: 0.54; }
      .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
        opacity: 0.87; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drag {
      margin-left: 8px;
      margin-top: 2px;
      width: 16px; }
  .ag-theme-balham .ag-select-agg-func-popup {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: white;
    height: 70px;
    padding: 0; }
    .ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
      cursor: default;
      line-height: 20px;
      padding-left: 8px; }
  .ag-theme-balham .ag-set-filter-list,
  .ag-theme-balham .ag-menu-column-select-wrapper {
    width: auto; }
  .ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
    float: left;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 0; }
  .ag-theme-balham .ag-cell-data-changed {
    background-color: rgba(22, 160, 133, 0.5) !important; }
  .ag-theme-balham .ag-cell-data-changed-animation {
    background-color: transparent;
    transition: background-color 1s; }
  .ag-theme-balham .ag-stub-cell {
    padding-left: 12px;
    padding-top: 4px; }
    .ag-theme-balham .ag-stub-cell .ag-loading-icon {
      float: left;
      height: 100%; }
    .ag-theme-balham .ag-stub-cell .ag-loading-text {
      float: left;
      height: 100%;
      margin-left: 4px;
      margin-top: 4px; }
  .ag-theme-balham .ag-rtl .ag-numeric-cell {
    text-align: left; }
  .ag-theme-balham .ag-rtl .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-balham .ag-rtl .ag-header-cell-label {
    float: right;
    width: calc(100% - 16px); }
    .ag-theme-balham .ag-rtl .ag-header-cell-label > span {
      float: right; }
    .ag-theme-balham .ag-rtl .ag-header-cell-label .ag-header-icon {
      margin-top: 2px; }
  .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label {
    float: left; }
    .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
      float: left; }
  .ag-theme-balham .ag-rtl .ag-column-panel .ag-pivot-mode span {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select {
    margin-right: 4px; }
    .ag-theme-balham .ag-rtl .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select .ag-checkbox-label {
      margin-right: 4px; }
  .ag-theme-balham .ag-rtl .ag-column-panel .ag-column-drop .ag-icon {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-column-panel .ag-column-drop .ag-column-drop-title {
    clear: left;
    float: right; }
  .ag-theme-balham .ag-rtl .ag-column-panel .ag-column-drop .ag-column-drop-empty-message {
    padding-left: 4px;
    padding-right: 16px; }
  .ag-theme-balham .ag-rtl .ag-filter-checkbox {
    float: right;
    margin-left: 4px; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-select-column-group span,
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-select-column span {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-select-column-group .ag-column-select-checkbox,
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-select-column-group .ag-column-group-icons,
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-select-column .ag-column-select-checkbox,
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-select-column .ag-column-group-icons {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-select-column.ag-toolpanel-add-group-indent {
    margin-left: 0;
    margin-right: 24px; }
  .ag-theme-balham .ag-rtl .ag-icon-tree-closed {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0TDUgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl .ag-header-group-cell-label {
    height: 100%; }
    .ag-theme-balham .ag-rtl .ag-header-group-cell-label span {
      float: right;
      height: 100%; }
  .ag-theme-balham .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-header-select-all {
    margin-left: 12px;
    margin-right: 0; }
  .ag-theme-balham .ag-rtl .ag-selection-checkbox span,
  .ag-theme-balham .ag-rtl .ag-group-expanded span,
  .ag-theme-balham .ag-rtl .ag-group-contracted span {
    margin-left: 12px;
    margin-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
    padding-right: 12px; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal span {
      float: right; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal > div:first-child {
      float: right; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
      margin-left: 12px;
      margin-right: 0; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSA3LjVsLTQgNEw4IDEwbDEuNS0xLjVoLTd2LTJoN0w4IDVsMS41LTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px;
      height: 100%; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDguNWw0LTRMOCA2IDYuNSA3LjVoN3YyaC03TDggMTFsLTEuNSAxLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px;
      height: 100%; }
  .ag-theme-balham .ag-rtl .ag-floating-filter-body {
    float: right;
    margin-left: 0; }
  .ag-theme-balham .ag-rtl .ag-floating-filter-button {
    float: left; }
  .ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize {
    left: -4px;
    right: auto; }
  .ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize::after {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-select-header .ag-filter-body {
    margin-left: 4px;
    margin-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-drag {
    background-position-x: right; }
  .ag-theme-balham .ag-status-bar {
    background: white;
    border: 1px solid #BDC3C7;
    border-top: 0;
    color: rgba(0, 0, 0, 0.38);
    display: flex;
    font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    justify-content: flex-end;
    padding: 8px 16px; }
    .ag-theme-balham .ag-status-bar .ag-status-bar-item {
      margin-right: 8px; }
      .ag-theme-balham .ag-status-bar .ag-status-bar-item span:nth-child(1)::after {
        content: ":"; }
      .ag-theme-balham .ag-status-bar .ag-status-bar-item span:nth-child(2) {
        color: #000; }
  .ag-theme-balham .ag-details-row {
    box-sizing: border-box;
    padding: 20px; }
  .ag-theme-balham .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-balham .ag-overlay-loading-center {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px; }
  .ag-theme-balham .ag-tool-panel {
    background-color: #f5f7f7;
    border-right: 1px solid #BDC3C7;
    border-top: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-tool-panel .ag-side-buttons {
      border-bottom: 1px solid #BDC3C7; }
      .ag-theme-balham .ag-tool-panel .ag-side-buttons button {
        background: transparent;
        border: 0;
        border-right: 1px solid #BDC3C7;
        color: #000;
        height: 20px; }
    .ag-theme-balham .ag-tool-panel .ag-panel-container {
      border-right: 1px solid #BDC3C7;
      box-sizing: border-box; }
    .ag-theme-balham .ag-tool-panel.full-width .ag-panel-container {
      border-right: 0; }
    .ag-theme-balham .ag-tool-panel .ag-column-drop {
      min-height: 50px; }
  .ag-theme-balham .ag-rtl .ag-tool-panel .ag-panel-container {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-tool-panel.full-width .ag-panel-container {
    border-left: 0; }
  .ag-theme-balham .ag-rtl .ag-tool-panel .ag-side-buttons button {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-column-name-filter {
    box-sizing: border-box;
    width: 100%; }
  .ag-theme-balham .sass-variables::after {
    content: '{ "autoSizePadding": "12px", "headerHeight": "32px", "groupPaddingSize": "28px", "footerPaddingAddition": "16px", "virtualItemHeight": "28px", "aggFuncPopupHeight": "98px", "checkboxIndentWidth": "20px", "leafNodePadding": "12px", "rowHeight": "28px", "gridSize": "4px", "iconSize": "16px" }';
    display: none; }
  .ag-theme-balham .ag-header {
    background-color: #f5f7f7;
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-cell-highlight {
    background-color: #0091EA !important; }
  .ag-theme-balham .ag-header-cell-resize {
    right: -3px; }
  .ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize {
    left: -4px; }
  .ag-theme-balham .ag-header-cell-resize::after {
    height: 16px;
    margin-top: 8px; }
  .ag-theme-balham .ag-header-cell::after,
  .ag-theme-balham .ag-header-group-cell::after {
    border-right: 1px solid rgba(189, 195, 199, 0.5);
    content: " ";
    height: 16px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    text-indent: -2000px;
    top: 0; }
  .ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
    border: 1px solid #BDC3C7;
    border-bottom: 0; }
  .ag-theme-balham .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
    border-right: 0; }
  .ag-theme-balham .ag-row {
    border-bottom-color: #d9dcde; }
  .ag-theme-balham .ag-row-selected {
    border-bottom-color: #b7e4ff; }
  .ag-theme-balham .ag-row-drag {
    background-position-y: center; }
  .ag-theme-balham .ag-column-drag {
    background-position-y: center; }
  .ag-theme-balham .ag-column-drop-cell {
    height: 24px !important; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
      box-sizing: border-box;
      height: calc(100% - 4px);
      margin-bottom: 2px;
      margin-top: 2px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
      opacity: 1; }
  .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
    margin-left: 8px;
    margin-right: 8px; }
    .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      line-height: 24px;
      margin-left: 8px; }
  .ag-theme-balham .ag-column-drop-horizontal {
    background-color: #f5f7f7;
    height: 32px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
      line-height: 32px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
      line-height: 24px;
      margin-left: 8px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container {
    height: 24px; }
  .ag-theme-balham .ag-root {
    border: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tab {
    box-sizing: initial; }
  .ag-theme-balham .ag-filter .ag-filter-value {
    line-height: 20px; }
  .ag-theme-balham .ag-column-panel {
    border-right: 1px solid #BDC3C7;
    border-bottom: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-column-panel .ag-column-select-panel {
      padding-bottom: 8px; }
      .ag-theme-balham .ag-column-panel .ag-column-select-panel .ag-column-select-column-group,
      .ag-theme-balham .ag-column-panel .ag-column-select-panel .ag-column-select-column {
        height: 20px;
        line-height: 20px; }
    .ag-theme-balham .ag-column-panel .ag-column-drop {
      padding-bottom: 8px;
      padding-top: 8px; }
      .ag-theme-balham .ag-column-panel .ag-column-drop .ag-icon {
        margin-bottom: 4px; }
      .ag-theme-balham .ag-column-panel .ag-column-drop .ag-column-drop-title {
        display: inline-block;
        float: none;
        margin-bottom: 4px; }
      .ag-theme-balham .ag-column-panel .ag-column-drop .ag-column-drop-empty-message {
        height: 16px;
        line-height: 16px;
        padding-left: 24px; }
  .ag-theme-balham .ag-rtl .ag-tool-panel,
  .ag-theme-balham .ag-rtl .ag-column-panel {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-icon-expanded,
  .ag-theme-balham .ag-icon-contracted {
    transform: translateY(2px); }
  .ag-theme-balham .ag-rtl .ag-icon-expanded {
    transform: translateY(2px) rotate(180deg); }
  .ag-theme-balham .ag-menu-option {
    height: 28px;
    line-height: 28px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-select-column-group,
  .ag-theme-balham .ag-column-select-panel .ag-column-select-column {
    height: 20px;
    line-height: 20px; }
  .ag-theme-balham .ag-filter-filter {
    margin-left: 4px;
    margin-right: 4px;
    width: calc(100% - 8px); }
  .ag-theme-balham .ag-tab-header {
    border-bottom: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-tab-header .ag-tab {
      margin-bottom: -2px; }
    .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
      background-color: white;
      border-bottom-color: transparent; }
  .ag-theme-balham .ag-tab-body,
  .ag-theme-balham .ag-popup-editor,
  .ag-theme-balham .ag-menu {
    background-color: white;
    color: #000; }
  .ag-theme-balham .ag-cell-inline-editing {
    height: 28px;
    padding: 0; }
    .ag-theme-balham .ag-cell-inline-editing input {
      box-sizing: border-box; }
  .ag-theme-balham .ag-details-row {
    background-color: white; }
  .ag-theme-balham .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-balham .ag-overlay-loading-center {
    background-color: #fff;
    border: 1px solid #BDC3C7;
    color: #000;
    padding: 16px; }
  .ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.3); }
  .ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.4); }
  .ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.5); }
  .ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.6); }
  .ag-theme-balham .ag-rich-select-value {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter-apply-panel {
    border-top: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-header-cell-moving {
    background-color: white; }

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/clients/stonex/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/************************** THEME LIGHT **************************/
/************************** THEME DARK **************************/
.white {
  color: white;
}

.silver {
  color: silver;
}

.gray {
  color: gray;
}

.dimgrey {
  color: dimgrey;
}

.darkgray {
  color: darkgray;
}

.green {
  color: green;
}

.red {
  color: red;
}

.yellow {
  color: yellow;
}

@font-face {
  font-family: Ropa;
  src: url("/assets/fonts/ropa_sans/RopaSans-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: Ropa;
  src: url("/assets/fonts/ropa_sans/RopaSans-Regular.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Ropa;
  src: url("/assets/fonts/ropa_sans/RopaSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Ropa;
  src: url("/assets/fonts/ropa_sans/RopaSans-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: Calibri;
  src: url("/assets/fonts/calibri/Calibri.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: Calibri;
  src: url("/assets/fonts/calibri/Calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Calibri;
  src: url("/assets/fonts/calibri/CALIBRIB.TTF") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Calibri;
  src: url("/assets/fonts/calibri/CALIBRIB.TTF") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: Calibri;
  src: url("/assets/fonts/calibri/CALIBRII.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/styles/fonts/roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
.msg-error-one {
  margin-top: -33px !important;
  font-size: 12px !important;
  color: #b3292e;
  margin-bottom: 15px;
}

.msg-error-two {
  margin-top: 0px !important;
  font-size: 12px !important;
  color: #b3292e;
}

.app-login-broker {
  font-size: 14px;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  color: #343738;
  background-color: #ffffff;
}
.app-login-broker .max-vh {
  height: 100vh;
}
.app-login-broker .pad-form {
  padding: 50px;
}
.app-login-broker .snack-bar-msg {
  transition: 0.3s;
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.app-login-broker .snack-bar-msg.active {
  height: 45px;
  margin-top: 10px;
  opacity: 1;
  margin-bottom: 15px;
  visibility: visible;
}
.app-login-broker .spinner-login {
  position: absolute;
  top: 8px;
  left: 30%;
}
.app-login-broker .msg-error-one {
  margin-top: 20px !important;
  margin-bottom: -10px;
}
.app-login-broker .cursor {
  cursor: pointer;
}
.app-login-broker .complexy-password {
  font-size: 12px;
  line-height: 2;
  opacity: 0.6;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #343738;
}
.app-login-broker .complexy-password .mat-icon {
  height: unset;
  width: 22px;
  padding-right: 5px;
}
.app-login-broker .complexy-password .t-left {
  text-align: left;
}
.app-login-broker .complexy-password .bold {
  font-weight: bold;
}
.app-login-broker .complexy-password .valid {
  padding-left: 4px;
  font-weight: 600;
}
.app-login-broker.multi-broker {
  color: #f5f5f5;
  background-color: #000000;
  background-image: url("/assets/images/svg/register-background.svg");
  background-repeat: no-repeat;
}
.app-login-broker.multi-broker button[mat-stroked-button] {
  color: #f5f5f5;
  background-color: #2b81f2;
  min-width: 105px;
  height: 40px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}
.app-login-broker.multi-broker button[mat-stroked-button]:hover {
  background: none;
  background-color: #4698ff;
}
.app-login-broker.multi-broker .header {
  min-height: 80px;
  height: 80px;
  border-bottom: 1px solid #18191a;
}
.app-login-broker.multi-broker .header .logo {
  height: 100%;
  min-height: 80px;
  width: 100%;
  max-width: 185px;
  background-image: url("/assets/images/clients/stonex/logo-workspace.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
}
.app-login-broker.multi-broker .header .action {
  font-size: 12px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-login-broker.multi-broker .header .action span {
  margin-right: 3%;
}
.app-login-broker.multi-broker .box-form {
  text-align: center;
  max-width: 455px;
  padding: 24px 0px;
  margin: 40px auto 5px;
  border-radius: 12px;
  background-color: #18191a;
  overflow-x: hidden;
  overflow-y: auto;
}
.app-login-broker.multi-broker .box-form .form-title {
  font-size: 34px;
  font-weight: bold;
  background: -webkit-linear-gradient(right, #f5f5f5, #f5f5f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-login-broker.multi-broker .box-form .form-subTitile {
  font-size: 14px;
  color: #d2d2d2;
  margin-top: 14px;
}
.app-login-broker.multi-broker .box-form .form-div {
  margin: 10px auto;
}
.app-login-broker.multi-broker .box-form .form-div .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #131415;
  border-radius: 6px;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field {
  width: 100%;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.59375em) translateX(-0.3em) scale(0.75);
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field .mat-form-field-outline {
  background: #131415;
  border-radius: 6px;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field .mat-form-field-label {
  color: #f5f5f5;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field .mat-form-field-prefix {
  top: -0.25em;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field .mat-form-field-infix {
  margin-left: 10px;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field.ng-invalid.ng-touched .mat-form-field-outline,
.app-login-broker.multi-broker .box-form .form-div mat-form-field.ng-invalid.ng-touched .mat-form-field-label {
  color: #d8353a;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field.ng-valid:not(.ng-untouched) .mat-form-field-outline,
.app-login-broker.multi-broker .box-form .form-div mat-form-field.ng-valid:not(.ng-untouched) .mat-form-field-label {
  color: #f5f5f5;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field.mat-form-field-should-float .mat-form-field-prefix {
  top: -0.2em;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field.mat-form-field-disabled .mat-form-field-outline,
.app-login-broker.multi-broker .box-form .form-div mat-form-field.mat-form-field-disabled .mat-form-field-label {
  color: #1f2021;
}
.app-login-broker.multi-broker .box-form .form-div mat-form-field.mat-form-field-disabled .mat-form-field-infix .mat-input-element {
  color: #1f2021;
}
.app-login-broker.multi-broker .box-form .form-div button[mat-stroked-button] {
  color: #f7f7f7;
  background-color: #2b81f2;
  min-width: 105px;
  height: 40px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}
.app-login-broker.multi-broker .box-form .form-div button[mat-stroked-button]:hover {
  background: none;
  background-color: #4698ff;
}
.app-login-broker.multi-broker .box-form .form-div ::-webkit-scrollbar-thumb {
  box-shadow: none !important;
}
.app-login-broker.multi-broker .box-form .form-div .snack-bar-msg.active {
  width: 350px;
  margin-left: 14px;
}
.app-login-broker.multi-broker .box-form .form-div .showHideSuffix {
  color: #f6f6f6;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  left: -41px;
  top: -17px;
}
.app-login-broker.multi-broker .box-form .form-div .forgot-password {
  color: #d2d2d2;
  text-align: right;
  margin-top: -15px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.8;
}
.app-login-broker.multi-broker .box-form .form-div .broker-list {
  margin-top: 10px;
}
.app-login-broker.multi-broker .box-form .form-div .broker-list .imgBroker {
  width: 23px;
  margin-right: 9px;
  vertical-align: middle;
}
.app-login-broker.multi-broker .box-form .form-div .btn-broker button[mat-stroked-button] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  margin-left: 0px;
}
.app-login-broker.multi-broker .box-form .form-div .btn-broker .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -18px;
}
.app-login-broker.multi-broker .box-form .form-div .new-account {
  margin-top: 18px;
  font-size: 14px;
  color: #d2d2d2;
}
.app-login-broker.multi-broker .box-form .form-div .new-account .mat-icon {
  margin-left: 5px;
}
.app-login-broker.multi-broker .box-form .form-div .new-account .mat-icon svg {
  fill: #d2d2d2;
}
.app-login-broker.multi-broker .box-form .form-div .new-account a {
  text-decoration: none;
  color: #2b81f2;
  cursor: pointer;
  opacity: 0.6;
  font-weight: bold;
}
.app-login-broker.multi-broker .box-form .form-div .password-params {
  margin-top: 0px;
  font-size: 14px;
  color: #d2d2d2;
}
.app-login-broker.multi-broker .box-form .form-div .password-params .mat-icon {
  margin-left: 5px;
}
.app-login-broker.multi-broker .box-form .form-div .password-params .mat-icon svg {
  fill: #d2d2d2;
}
.app-login-broker.multi-broker .box-form .form-div .password-params a {
  text-decoration: none;
  color: #2b81f2;
  cursor: pointer;
  opacity: 0.6;
  font-weight: bold;
}
.app-login-broker.multi-broker .help {
  text-align: center;
  width: 500px;
  margin: 0px auto;
  opacity: 0.8;
  color: #d2d2d2;
}
.app-login-broker.multi-broker .help .phone {
  color: #2b81f2;
  padding-left: 5px;
  cursor: pointer;
}
.app-login-broker.multi-broker .showHideSuffix {
  cursor: pointer;
  font-size: 12px;
}
.app-login-broker.multi-broker .customSnackbar {
  position: unset;
  margin-top: 15px;
  padding: 0px 16px;
  padding-left: 40px;
}
.app-login-broker.login-broker .customSnackbar.block {
  position: absolute !important;
}
.app-login-broker.login-broker .phone-broker {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  bottom: 69px;
  right: 0px;
  border-radius: 28px;
  padding: 3px 27px;
  color: #f6f6f6;
  background: #0d3458;
  max-width: 240px;
  border: 2px solid #f6f6f6;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.app-login-broker.login-broker .phone-broker.phone-info-service {
  max-width: 245px;
  padding-right: 10px;
}
.app-login-broker.login-broker .phone-broker.phone-info-service .title {
  font-weight: bold;
}
.app-login-broker.login-broker .phone-broker .phone-icon {
  padding-top: 6px;
  margin-left: -15px;
}
.app-login-broker.login-broker .phone-broker .phone-icon .mat-icon {
  float: left;
}
.app-login-broker.login-broker .max-row {
  max-width: 415px;
  margin: 0 auto;
}
.app-login-broker.login-broker .header {
  padding: 0;
}
.app-login-broker.login-broker .header .logo {
  min-height: 80px;
  max-height: 105px;
  width: 100%;
  background-image: url("/assets/images/clients/stonex/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.app-login-broker.login-broker .box-form {
  padding: 0;
}
.app-login-broker.login-broker .box-form .form-title {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  color: #343738;
  padding: 0;
}
.app-login-broker.login-broker .box-form .form-subTitile {
  font-size: 16px;
  margin-top: 14px;
  text-align: left;
  color: #343738;
  padding: 0;
}
.app-login-broker.login-broker .box-form .form-div {
  padding: 0;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field {
  width: 100%;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field .mat-form-field-infix input {
  padding-bottom: 10px;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field .mat-form-field-appearance-legacy .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) translateX(-30px) !important;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field .mat-form-field-appearance-legacy .mat-form-field-label-wrapper {
  overflow: visible;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field .mat-form-field-appearance-legacy .mat-form-field-label-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  padding-top: 2px;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  padding-top: 5px;
  color: #343738;
}
.app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline,
.app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-ripple {
  background-color: unset;
}
.app-login-broker.login-broker .box-form .form-div .m-input {
  margin-top: 45px;
}
.app-login-broker.login-broker .box-form .form-div .m-btn {
  margin-top: 35px;
}
.app-login-broker.login-broker .box-form .form-div .forgot-password {
  color: #343738;
  text-align: right;
  position: relative;
  padding-bottom: 15px;
}
.app-login-broker.login-broker .box-form .form-div .forgot-password > span {
  cursor: pointer;
  color: #343738;
  font-size: 12px;
  opacity: 0.8;
}
.app-login-broker.login-broker .box-form .form-div .cvm-message {
  font-size: 12px;
  text-align: center;
  opacity: 0.7;
  font-weight: normal;
  font-style: normal;
  margin-top: 30px;
}
.app-login-broker.login-broker .box-form .form-div .cvm-message .message {
  color: #343738;
}
.app-login-broker.login-broker .box-form .form-div .cvm-message .logo-cvm {
  margin: 0 auto;
}
.app-login-broker.login-broker .box-form .form-div .cvm-message .logo-cvm img {
  max-width: 190px;
  max-height: 50px;
  margin: 14px;
  cursor: pointer;
}
.app-login-broker.login-broker .box-form .form-div .cvm-message .browser {
  margin: 0 auto;
  color: #343738;
}
.app-login-broker.login-broker .box-form .form-div .cvm-message .browser svg {
  width: 16px;
}
.app-login-broker.login-broker .box-form .informative-text {
  font-size: 10px;
  color: #343738;
  text-align: justify;
  opacity: 0.8;
  margin-top: 15px;
}
.app-login-broker.login-broker .box-form .informative-text li {
  padding-bottom: 5px;
}
.app-login-broker.login-broker .carousel {
  padding: 0px;
}
.app-login-broker.login-broker .carousel .carousel-inner .slide1 {
  background: url("/assets/images/clients/stonex/Onboarding_01.png") center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  display: inline-block !important;
  height: 100vh !important;
  background-size: cover !important;
}
.app-login-broker.login-broker .carousel .carousel-inner .slide2 {
  background: url("/assets/images/clients/stonex/Onboarding_02.png") center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  display: inline-block !important;
  height: 100vh !important;
  background-size: cover !important;
}
.app-login-broker.login-broker .carousel .carousel-inner .slide3 {
  background: url("/assets/images/clients/stonex/Onboarding_03.png") center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  display: inline-block !important;
  height: 100vh !important;
  background-size: cover !important;
}
.app-login-broker.transition .header {
  background: linear-gradient(to left, #1a568a, #0d3458);
  display: grid;
  align-items: center;
  height: 50px;
}
.app-login-broker.transition .header.success {
  background: #216b49;
}
.app-login-broker.transition .header.error {
  background: #b3292e;
}
.app-login-broker.transition .header .logo {
  margin-left: 10px;
}
.app-login-broker.transition .header .logo img {
  max-height: 50px;
}
.app-login-broker.transition .header .logo .user-picture {
  align-items: center;
  width: 150px;
}
.app-login-broker.transition .header .message {
  font-size: 14px;
  color: #f6f6f6;
}
.app-login-broker.transition .header .message .col-1 {
  max-width: 50px;
  padding: 12px 0px 0px 25px;
}
.app-login-broker.transition .header .message .col-1 .mat-icon {
  width: 21.2px;
  height: 21.2px;
}
.app-login-broker.transition .header .message .title {
  font-size: 16px;
  font-weight: bold;
}
.app-login-broker.transition .content-transition {
  position: absolute;
  top: 40%;
  left: 40%;
  margin-top: -50px;
  margin-left: -50px;
  max-width: 313px;
  text-align: center;
}
.app-login-broker.transition .content-transition .spinner-login {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: 16px;
}
.app-login-broker.transition .content-transition .icon mat-icon {
  height: inherit;
  width: 99px;
}
.app-login-broker.transition .content-transition .icon mat-icon svg path {
  fill: #0d3458;
}
.app-login-broker .double-auth {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.app-login-broker .double-auth .left {
  text-align: left;
}
.app-login-broker .double-auth .right {
  text-align: right;
}
.app-login-broker .double-auth .cursor {
  cursor: pointer;
}
.app-login-broker .double-auth .title {
  margin-top: 20px;
  font-size: 18px;
  color: #343738;
  font-weight: bold;
}
.app-login-broker .double-auth .title.fz-26 {
  font-size: 26px;
}
.app-login-broker .double-auth .sub-title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #0a0b0c;
}
.app-login-broker .double-auth .sub-title.cod {
  font-size: 22px;
  text-align: left;
}
.app-login-broker .double-auth .sub-title.resend {
  font-size: 12px;
  text-decoration: underline;
  padding-right: 0px;
  margin-bottom: 0px;
}
.app-login-broker .double-auth .sub-title.bold {
  align-items: center;
  display: flex;
  margin: 0;
}
.app-login-broker .double-auth .form-double form {
  display: contents;
}
.app-login-broker .double-auth .form-double form .input-double-auth {
  border: 1px solid #343738;
  border-radius: 9px;
  width: 36px;
  height: 38px;
  text-align: center;
}
.app-login-broker .double-auth .form-double form .input-double-auth.invalid {
  border: 1px solid #b3292e;
}
.app-login-broker .double-auth .form-double form .mat-form-field-flex .mat-form-field-infix {
  margin-top: -2px;
}
.app-login-broker .double-auth .form-double form mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
}
.app-login-broker .double-auth .form-double form mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.app-login-broker .double-auth .form-double form mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
}
.app-login-broker .double-auth .btn-broker {
  margin-top: 20px;
  padding-right: 0;
}
.app-login-broker .double-auth .btn-broker button[mat-raised-button] {
  font-size: 16px;
  min-width: unset;
  width: 100%;
  height: 50px;
}
.app-login-broker .double-auth .btn-broker button[mat-raised-button] span {
  font-size: 14px;
}
.app-login-broker .double-auth .btn-broker .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .app-login-broker.multi-broker .header {
    height: 140px;
  }
}

.darkTheme .msg-error-one {
  color: #b3292e;
}
.darkTheme .msg-error-two {
  color: #b3292e;
}
.darkTheme .app-login-broker {
  color: #343738;
  background-color: #ffffff;
}
.darkTheme .app-login-broker .complexy-password {
  color: #343738;
}
.darkTheme .app-login-broker.multi-broker {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .app-login-broker.multi-broker button[mat-stroked-button] {
  color: #f5f5f5;
  background-color: #2b81f2;
}
.darkTheme .app-login-broker.multi-broker button[mat-stroked-button]:hover {
  background-color: #4698ff;
}
.darkTheme .app-login-broker.multi-broker .header {
  border-bottom: 1px solid #18191a;
}
.darkTheme .app-login-broker.multi-broker .box-form {
  background-color: #18191a;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-subTitile {
  color: #d2d2d2;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #131415;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field .mat-form-field-outline {
  background: #131415;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field.ng-invalid.ng-touched .mat-form-field-outline,
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field.ng-invalid.ng-touched .mat-form-field-label {
  color: #d8353a;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field.ng-valid:not(.ng-untouched) .mat-form-field-outline,
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field.ng-valid:not(.ng-untouched) .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field.mat-form-field-disabled .mat-form-field-outline,
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field.mat-form-field-disabled .mat-form-field-label {
  color: #1f2021;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div mat-form-field.mat-form-field-disabled .mat-form-field-infix .mat-input-element {
  color: #1f2021;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div button[mat-stroked-button] {
  color: #f7f7f7;
  background-color: #2b81f2;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div button[mat-stroked-button]:hover {
  background-color: #4698ff;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div .forgot-password {
  color: #d2d2d2;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div .new-account {
  color: #d2d2d2;
}
.darkTheme .app-login-broker.multi-broker .box-form .form-div .new-account a {
  color: #2b81f2;
}
.darkTheme .app-login-broker.multi-broker .help {
  color: #d2d2d2;
}
.darkTheme .app-login-broker.multi-broker .help .phone {
  color: #2b81f2;
}
.darkTheme .app-login-broker.login-broker .phone-broker {
  color: #f6f6f6;
  background: #0d3458;
  border: 2px solid #f6f6f6;
}
.darkTheme .app-login-broker.login-broker .box-form .form-title {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .form-subTitile {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .form-div mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .form-div .forgot-password {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .form-div .forgot-password > span {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .form-div .cvm-message .message {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .form-div .cvm-message .browser {
  color: #343738;
}
.darkTheme .app-login-broker.login-broker .box-form .informative-text {
  color: #343738;
}
.darkTheme .app-login-broker.transition .header {
  background: linear-gradient(to left, #1a568a, #0d3458);
}
.darkTheme .app-login-broker.transition .header.success {
  background: #216b49;
}
.darkTheme .app-login-broker.transition .header.error {
  background: #b3292e;
}
.darkTheme .app-login-broker.transition .header .message {
  color: #f6f6f6;
}
.darkTheme .app-login-broker.transition .content-transition .icon mat-icon svg path {
  fill: #0d3458;
}
.darkTheme .app-login-broker .double-auth .title {
  color: #343738;
}
.darkTheme .app-login-broker .double-auth .sub-title {
  color: #0a0b0c;
}
.darkTheme .app-login-broker .double-auth .form-double form .input-double-auth {
  border: 1px solid #343738;
}

.multibroker-form .mat-form-field-label {
  top: 1.84375em !important;
  margin-top: -0.25em !important;
  padding-top: 0 !important;
}
.multibroker-form .mat-form-field-infix {
  padding: 1em 0 !important;
}
.multibroker-form .mat-form-field-infix input, .multibroker-form .mat-form-field-infix .mat-form-field-label {
  color: #f6f6f6 !important;
  opacity: 1 !important;
}
.multibroker-form .mat-form-field-label-wrapper {
  top: -0.84375em !important;
  padding-top: 0.84375em !important;
}
.multibroker-form .mat-form-field-wrapper {
  padding-bottom: 1.34375em !important;
}
.multibroker-form .mat-form-field-suffix mat-icon {
  color: #f6f6f6;
}

.new-account mat-icon {
  overflow: initial !important;
}

html {
  overflow: hidden;
}

html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  --color-light-fixed-income: #8e5dd9;
  --color-light-funds: #00c8b3;
  --color-light-stocks: #e67924;
  --color-light-treasure: #2b95ff;
  --color-light-foresight: #ae28a9;
  --color-light-clubs: #d0d6db;
  --color-light-custody: #3a6da8;
  --color-light-guarantee: #f4e42d;
  --color-light-earnings: #14a735;
  --color-light-designed-online: #1bb29e;
  --color-dark-fixed-income: #9862eb;
  --color-dark-funds: #04dec7;
  --color-dark-stocks: #ff923c;
  --color-dark-treasure: #3798fa;
  --color-dark-foresight: #d931d3;
  --color-dark-clubs: #e9edf0;
  --color-dark-custody: #7bb7ff;
  --color-dark-guarantee: #ede051;
  --color-dark-earnings: #34c955;
  --color-dark-designed-online: #11a894;
  --color-light-buy: #f1ac23;
  --color-dark-buy: #f5c055;
  --color-light-sell: #426f47;
  --color-dark-sell: #55955c;
  --extension-logo: "png";
  --color-light-background: #f6f6f6;
  --color-light-text: #343738;
  --color-dark-background: #f5f5f5;
  --color-dark-text: #18191a;
  --color-light-candlestick-high: #f1ac23;
  --color-light-candlestick-low: #426f47;
  --color-light-candlestick-bg: #ffffff;
  --color-dark-candlestick-high: #f5c055;
  --color-dark-candlestick-low: #55955c;
  --color-dark-candlestick-bg: #000000;
  --color-light-primary: #0d3458;
  --color-dark-primary: #2b81f2;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h1 {
  font-size: 30px;
  line-height: 35px;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

h3 {
  font-size: 16px;
  line-height: 19px;
}

.bold {
  font-weight: bold;
}

.primary01 {
  color: #ccd7e4;
}
.primary02 {
  color: #0d3458;
}

.secondary01 {
  color: #ccd7e4;
}
.secondary02 {
  color: #343738;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(52, 55, 56, 0.3) transparent;
}

.mat-select-panel-done-animating {
  background: transparent !important;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #636566;
  outline: 0px solid transparent;
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(52, 55, 56, 0.4);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

*::-webkit-scrollbar-corner {
  display: none;
}

.gridster-item-resizable-handler.handle-s {
  height: 3px !important;
}

/*Remover cor amarela do auto complete do chrome*/
*:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}

/*Setar cor $primary01-color para o auto complete do chrome*/
input:-webkit-autofill {
  -webkit-text-fill-color: unset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.align-items-header-modal {
  display: inherit;
}

.align-items-center {
  align-items: center;
}

.darkTheme mat-divider {
  border-top-color: rgba(24, 25, 26, 0.2);
}
.darkTheme mat-divider.mat-divider-arrow:after {
  border-bottom-color: rgba(24, 25, 26, 0.2);
}
.darkTheme *::-webkit-scrollbar-track {
  background: #18191a;
}
.darkTheme *::-webkit-scrollbar-thumb {
  box-shadow: none;
  background-color: #292a2b;
}
.darkTheme *::-webkit-scrollbar-thumb:hover {
  background-color: rgba(245, 245, 245, 0.4);
}
.darkTheme h1,
.darkTheme h2,
.darkTheme h3,
.darkTheme h4 {
  color: #f5f5f5;
}
.darkTheme .table-striped tbody tr:nth-of-type(odd) {
  background-color: #18191a;
  opacity: 1;
}
.darkTheme .table-striped tbody tr:nth-of-type(even) {
  background-color: #000000;
}
.darkTheme input:-webkit-autofill {
  -webkit-text-fill-color: #f5f5f5 !important;
}
.darkTheme .mat-checkbox-frame {
  border-color: #18191a;
}

.g-2 {
  gap: 1.5rem !important;
}

.gr-2 {
  row-gap: 1.5rem !important;
}

.gc-2 {
  column-gap: 1.5rem !important;
}

ngb-modal-backdrop {
  z-index: 1050 !important;
}

.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #0d3458 !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.mat-tab-group {
  font-family: "Roboto";
  padding: 0 !important;
}

.no-scroll-x.cdk-overlay-pane > mat-dialog-container {
  overflow-x: hidden;
}

.cdk-global-scrollblock {
  overflow-y: auto;
  left: 0;
}

.cdk-overlay-pane .mat-dialog-container {
  width: 100% !important;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
  background-color: #ffffff;
}
.cdk-overlay-pane .mat-dialog-container.no-scroll-x {
  overflow-x: hidden;
}
.cdk-overlay-pane .mat-dialog-container .mat-dialog-content {
  padding: 0;
  margin: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.cdk-overlay-pane .mat-dialog-container .mat-dialog-content .custom-dialog {
  overflow: auto;
  height: 100%;
  width: 500px;
}
.cdk-overlay-pane .mat-dialog-container .mat-dialog-content .custom-dialog .header {
  width: 100%;
  padding: 15px 15px 0 15px;
  box-sizing: border-box;
  text-align: right;
}
.cdk-overlay-pane .mat-dialog-container .mat-dialog-content .custom-dialog .content {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.cdk-overlay-pane .mat-dialog-container .mat-dialog-content .custom-dialog .footer {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.cdk-overlay-pane .mat-dialog-container.remove-scroll {
  overflow: hidden;
}
.cdk-overlay-pane.left-dialog {
  height: 100%;
  left: 0;
  top: 0;
  position: fixed !important;
}
.cdk-overlay-pane.left-dialog .mat-dialog-container {
  border-radius: 0;
}

.darkTheme .cdk-overlay-pane .mat-dialog-container {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .cdk-overlay-pane .mat-dialog-container.remove-scroll {
  overflow: hidden;
  background: #292a2b !important;
}

button[mat-button] {
  transition-duration: 0.3s;
  background: #f6f6f6;
  border: 1px #0d3458 solid;
  color: #0d3458;
  min-width: 255px;
  height: 55px;
  padding: 0 24px;
  border-radius: 28px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  outline: none;
}
button[mat-button] mat-icon {
  margin-top: -3px;
  transition-duration: 0.3s;
  color: #0d3458;
}
button[mat-button]:hover {
  color: #f6f6f6;
  background: #000b18;
}
button[mat-button]:hover mat-icon {
  color: #f6f6f6;
}
button[mat-button][disabled] {
  color: #0d3458;
  background: #f6f6f6;
  border-color: #0d3458;
}
button[mat-button][color=primary01] {
  color: #ccd7e4;
  border-color: #ccd7e4;
}
button[mat-button][color=primary01]:hover {
  color: #f6f6f6;
  background: #375d7f;
}
button[mat-button][color=primary01][disabled] {
  background: #ccd7e4;
  border-color: #ccd7e4;
  color: #375d7f;
}
button[mat-button][color=primary02] {
  color: #0d3458;
  border-color: #0d3458;
}
button[mat-button][color=primary02]:hover {
  color: #f6f6f6;
  background: #000b18;
}
button[mat-button][color=primary02][disabled] {
  background: #0d3458;
  border-color: #0d3458;
  color: #f6f6f6;
}
button[mat-button] .mat-button-focus-overlay {
  background: transparent;
}
button[mat-raised-button] {
  min-width: 255px;
  height: 55px;
  padding: 0 24px;
  border-radius: 28px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  outline: none;
  font-family: "Roboto";
  box-shadow: 0 2px 6px 0 rgba(204, 215, 228, 0.35);
  background: #0d3458;
  color: #f6f6f6;
}
button[mat-raised-button]:hover {
  background: #0d3458;
}
button[mat-raised-button][disabled] {
  background: #0d3458;
  opacity: 0.35;
  color: #f6f6f6;
}
button[mat-raised-button]:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 6px 0 rgba(204, 215, 228, 0.35);
}
button[mat-raised-button] span {
  color: #f6f6f6;
}
button[mat-raised-button][color=primary01] {
  background: #0d3458;
  color: #f6f6f6;
}
button[mat-raised-button][color=primary01]:hover {
  background: #0d3458;
}
button[mat-raised-button][color=primary01][disabled] {
  background: #0d3458;
  opacity: 0.35;
  color: #f6f6f6;
}
button[mat-raised-button][color=primary02] {
  background: #0d3458;
  color: #f6f6f6;
}
button[mat-raised-button][color=primary02]:hover {
  background: #375d7f;
}
button[mat-raised-button][color=primary02][disabled] {
  background: #000b18;
  opacity: 0.35;
  color: #f6f6f6;
}
button[mat-raised-button][color=buy] {
  background: #f1ac23;
  color: #f6f6f6;
  font-weight: bold;
  box-shadow: none;
}
button[mat-raised-button][color=buy][disabled] {
  opacity: 0.35;
  color: #fff4cc;
}
button[mat-raised-button][color=sell] {
  background: #426f47;
  color: #f6f6f6;
  font-weight: bold;
  box-shadow: none;
}
button[mat-raised-button][color=sell][disabled] {
  opacity: 0.35;
  color: #d6e6d7;
}
button[mat-raised-button][color=send] {
  background: transparent;
  color: #f6f6f6;
  font-weight: 300;
  box-shadow: none;
  border: 1px solid;
}
button[mat-raised-button][color=send][disabled] {
  opacity: 0.35;
  color: #f6f6f6;
}
button[mat-raised-button][color=clear] {
  background: #282e30;
  color: #f6f6f6;
  font-weight: bold;
  box-shadow: none;
  border: none;
}
button[mat-raised-button][color=clear] span {
  color: #f6f6f6;
}
button[mat-raised-button][color=clear][disabled] {
  opacity: 0.35;
  color: #f6f6f6;
}
button[mat-raised-button][color=clear-all] {
  background: #363c3f;
  color: #f6f6f6;
  font-weight: bold;
  box-shadow: none;
  border: none;
}
button[mat-raised-button][color=clear-all] span {
  color: #f6f6f6;
}
button[mat-raised-button][color=clear-all][disabled] {
  opacity: 0.35;
  color: #f6f6f6;
}
button[mat-raised-button][color=send-confirm] {
  background: #000b18;
  color: #f6f6f6;
  font-weight: 300;
  box-shadow: none;
  border: 1px solid;
}
button[mat-raised-button][color=send-confirm]:hover {
  background: #0d3458;
}
button[mat-raised-button][color=send-confirm][disabled] {
  opacity: 0.35;
  color: #f6f6f6;
}
button[mat-raised-button] .mat-button-focus-overlay {
  background: transparent;
}
button[mat-stroked-button] {
  min-width: 255px;
  height: 55px;
  padding: 0 24px;
  border-radius: 28px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  outline: none;
  font-family: unset;
  box-shadow: none;
  transition-duration: 0.3s;
  background: transparent;
  border: 1px #000b18 solid;
  color: #0d3458;
}
button[mat-stroked-button] mat-icon {
  margin-top: -3px;
  transition-duration: 0.3s;
  color: #0d3458;
}
button[mat-stroked-button]:hover {
  color: #f6f6f6;
  background: #0d3458;
}
button[mat-stroked-button]:hover mat-icon {
  color: #f6f6f6;
}
button[mat-stroked-button][disabled] {
  background: transparent;
  opacity: 0.35;
}
button[mat-stroked-button][disabled] span {
  color: #0d3458;
}
button[mat-stroked-button][color=primary01] {
  background: transparent;
  color: #0d3458;
}
button[mat-stroked-button][color=primary01]:hover {
  color: #f6f6f6;
  background: #0d3458;
}
button[mat-stroked-button][color=primary01][disabled] {
  background: transparent;
  color: #0d3458;
  opacity: 0.35;
}
button[mat-stroked-button][color=primary02] {
  background: transparent;
  color: #0d3458;
}
button[mat-stroked-button][color=primary02]:hover {
  color: #f6f6f6;
  background: #000b18;
}
button[mat-stroked-button][color=primary02][disabled] {
  background: transparent;
  color: #0d3458;
}
button[mat-stroked-button] .mat-button-focus-overlay {
  background: transparent;
}
button[mat-mini-fab] {
  box-shadow: none;
  transition-duration: 0.3s;
  color: #f6f6f6;
  height: 48px;
  width: 48px;
  min-width: unset;
  padding: 0;
  font-weight: 100;
  font-size: 34px;
  font-family: unset;
}
button[mat-mini-fab].mat-accent {
  background: #000b18;
  color: #f6f6f6;
}
button[mat-mini-fab] mat-icon {
  margin-top: -3px;
  transition-duration: 0.3s;
  color: #0d3458;
}
button[mat-mini-fab] span {
  color: #f6f6f6;
}
button[mat-mini-fab]:hover {
  background: #000b18;
}
button[mat-mini-fab]:hover mat-icon {
  color: #f6f6f6;
}
button[mat-mini-fab][disabled] {
  background: transparent;
  color: #0d3458;
  opacity: 0.35;
}
button[mat-mini-fab] .mat-button-focus-overlay {
  background: transparent;
}
button.mat-calendar-period-button {
  border: none;
  min-width: unset;
  height: unset;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  color: unset;
  border-radius: unset;
}
button.mat-calendar-period-button:hover {
  background: unset;
  color: unset;
}
button.md {
  min-width: 225px;
  height: 50px;
  font-size: 18px;
  padding: 0 16px;
}
button.sm {
  min-width: 165px;
  height: 40px;
  font-size: 16px;
  padding: 0 16px;
}
button.xs {
  min-width: 125px;
  height: 30px;
  font-size: 12px;
  padding: 0 16px;
}
button.xm {
  min-width: 122px;
  height: 38px;
  font-size: 10px;
  padding: 0 13px;
}
button.xms {
  height: 40px;
  font-size: 12px;
  padding: 0 16px;
}
button.xmss {
  min-width: 225px;
  height: 40px;
  font-size: 12px;
  padding: 0 16px;
}
button.full {
  width: 100%;
}
button.radius-0 {
  border-radius: 0;
}
button.add span.mat-button-wrapper {
  display: flex;
  align-items: center;
}
button.add span.mat-button-wrapper .add-circle {
  margin: auto 0 auto 10px;
  font-size: 15px;
  border-radius: 20px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.23);
  color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.add.sm span.mat-button-wrapper .add-circle {
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.add.xs span.mat-button-wrapper .add-circle {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 0.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
button:focus {
  outline: none;
}

.mat-calendar-body-selected {
  background-color: #000b18;
  color: #f6f6f6;
}

.darkTheme button[mat-button] {
  background: #18191a;
  border: 1px #2b81f2 solid;
  color: #2b81f2;
}
.darkTheme button[mat-button] mat-icon {
  color: #2b81f2;
}
.darkTheme button[mat-button]:hover {
  color: #f5f5f5;
  background: #001833;
}
.darkTheme button[mat-button]:hover mat-icon {
  color: #f5f5f5;
}
.darkTheme button[mat-button][disabled] {
  color: #2b81f2;
  background: #18191a;
  border-color: #2b81f2;
}
.darkTheme button[mat-button][color=primary01] {
  color: #001833;
  border-color: #001833;
}
.darkTheme button[mat-button][color=primary01]:hover {
  color: #f5f5f5;
  background: #1365cc;
}
.darkTheme button[mat-button][color=primary01][disabled] {
  background: #001833;
  border-color: #001833;
  color: #1365cc;
}
.darkTheme button[mat-button][color=primary02] {
  color: #2b81f2;
  border-color: #2b81f2;
}
.darkTheme button[mat-button][color=primary02]:hover {
  color: #f5f5f5;
  background: #001833;
}
.darkTheme button[mat-button][color=primary02][disabled] {
  background: #2b81f2;
  border-color: #2b81f2;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button] {
  box-shadow: 0 2px 6px 0 rgba(0, 24, 51, 0.35);
  background: #2b81f2;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button]:hover {
  background: #2b81f2;
}
.darkTheme button[mat-raised-button][disabled] {
  background: #2b81f2;
  opacity: 0.35;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button]:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 6px 0 rgba(0, 24, 51, 0.35);
}
.darkTheme button[mat-raised-button] span {
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=primary01] {
  background: #2b81f2;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=primary01]:hover {
  background: #2b81f2;
}
.darkTheme button[mat-raised-button][color=primary01][disabled] {
  background: #2b81f2;
  opacity: 0.35;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=primary02] {
  background: #2b81f2;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=primary02]:hover {
  background: #1365cc;
}
.darkTheme button[mat-raised-button][color=primary02][disabled] {
  background: #cce4ff;
  opacity: 0.35;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=buy] {
  background: #f5c055;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=buy][disabled] {
  opacity: 0.35;
  color: #fff7d0;
}
.darkTheme button[mat-raised-button][color=sell] {
  background: #55955c;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=sell][disabled] {
  color: #d8efda;
}
.darkTheme button[mat-raised-button][color=send] {
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=send][disabled] {
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=clear] {
  background: #f5f5f5;
  color: #18191a;
}
.darkTheme button[mat-raised-button][color=clear] span {
  color: #18191a;
}
.darkTheme button[mat-raised-button][color=clear][disabled] {
  color: #18191a;
}
.darkTheme button[mat-raised-button][color=send-confirm] {
  background: #001833;
  color: #f5f5f5;
}
.darkTheme button[mat-raised-button][color=send-confirm]:hover {
  background: #2b81f2;
}
.darkTheme button[mat-raised-button][color=send-confirm][disabled] {
  color: #f5f5f5;
}
.darkTheme button[mat-stroked-button] {
  border: 1px #cce4ff solid;
  color: #2b81f2;
}
.darkTheme button[mat-stroked-button] mat-icon {
  color: #2b81f2;
}
.darkTheme button[mat-stroked-button]:hover {
  color: #f5f5f5;
  background: #2b81f2;
}
.darkTheme button[mat-stroked-button]:hover mat-icon {
  color: #f5f5f5;
}
.darkTheme button[mat-stroked-button][disabled] span {
  color: #2b81f2;
}
.darkTheme button[mat-stroked-button][color=primary01] {
  color: #2b81f2;
}
.darkTheme button[mat-stroked-button][color=primary01]:hover {
  color: #f5f5f5;
  background: #2b81f2;
}
.darkTheme button[mat-stroked-button][color=primary01][disabled] {
  color: #2b81f2;
  opacity: 0.35;
}
.darkTheme button[mat-stroked-button][color=primary02] {
  color: #2b81f2;
}
.darkTheme button[mat-stroked-button][color=primary02]:hover {
  color: #f5f5f5;
  background: #001833;
}
.darkTheme button[mat-stroked-button][color=primary02][disabled] {
  color: #2b81f2;
}
.darkTheme button[mat-mini-fab] {
  color: #f5f5f5;
}
.darkTheme button[mat-mini-fab].mat-accent {
  background: #001833;
  color: #f5f5f5;
}
.darkTheme button[mat-mini-fab] mat-icon {
  color: #2b81f2;
}
.darkTheme button[mat-mini-fab] span {
  color: #f5f5f5;
}
.darkTheme button[mat-mini-fab]:hover {
  background: #001833;
}
.darkTheme button[mat-mini-fab]:hover mat-icon {
  color: #f5f5f5;
}
.darkTheme button[mat-mini-fab][disabled] {
  color: #2b81f2;
}
.darkTheme button.add span.mat-button-wrapper .add-circle {
  color: #f5f5f5;
}

mat-spinner[color=primary01] > svg > circle {
  stroke: #ccd7e4;
}
mat-spinner[color=primary02] > svg > circle {
  stroke: #0d3458;
}
mat-spinner[color=primary-broker] > svg > circle {
  stroke: #000b18;
}
mat-spinner[color=spinner-white] > svg > circle {
  stroke: #ffffff;
}

mat-form-field {
  font-family: "Roboto";
  color: #343738;
}
mat-form-field .mat-form-field-required-marker {
  display: none;
}
mat-form-field.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #b3292e;
}
mat-form-field.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #b3292e;
}
mat-form-field.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
mat-form-field.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
mat-form-field.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
  opacity: 1;
  transform: scaleX(1);
}
mat-form-field.mat-form-field-disabled .mat-form-field-underline {
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 100%);
  background-color: #636566;
}
mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0px;
  /* MAT-SELECT */
}
mat-form-field .mat-form-field-wrapper .mat-input-element:disabled {
  color: #4e4f50 !important;
  padding-bottom: 8px;
}
mat-form-field .mat-form-field-wrapper .mat-input-element:disabled .mat-form-field-label {
  font-size: 14px;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  padding-left: 0;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
  top: -1.5em;
  padding-top: 1.84375em;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  font-weight: normal;
  padding-top: 6px;
  opacity: 0.8;
  color: #343738;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .fa {
  padding-right: 10px;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix mat-icon {
  padding-right: 10px;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
  margin-top: 1.8em;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-error {
  margin-top: 8px;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 100%);
}
mat-form-field .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
  height: 1px;
}
mat-form-field .mat-form-field-wrapper mat-select .mat-select-value {
  color: inherit;
  padding-bottom: 6px;
}
mat-form-field .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #343738;
  position: relative;
}
mat-form-field .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper .mat-select-arrow {
  display: none;
}
mat-form-field .mat-form-field-wrapper mat-select ~ .mat-form-field-label-wrapper .mat-form-field-label {
  padding-top: 0;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  transition-duration: 0.3s;
  background-color: #343738;
}
mat-form-field .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  transition-duration: 0.3s;
  background-color: #343738;
}
mat-form-field.no-bg .mat-form-field-wrapper .mat-form-field-flex {
  background-color: transparent;
}
mat-form-field.no-bg .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  padding: 0.675em 0;
}
mat-form-field.hide-placeholder .mat-form-field-wrapper mat-select ~ span.mat-form-field-label-wrapper,
mat-form-field.hide-placeholder .mat-form-field-wrapper input ~ span.mat-form-field-label-wrapper {
  top: -16px;
}
mat-form-field.hide-placeholder.mat-form-field-should-float .mat-form-field-wrapper mat-select ~ span.mat-form-field-label-wrapper,
mat-form-field.hide-placeholder.mat-form-field-should-float .mat-form-field-wrapper mat-datepicker ~ span.mat-form-field-label-wrapper,
mat-form-field.hide-placeholder.mat-form-field-should-float .mat-form-field-wrapper input ~ span.mat-form-field-label-wrapper {
  display: none;
}
mat-form-field.uppercase .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  text-transform: uppercase;
}

.mat-select,
.mat-option,
.mat-tab-label-content {
  font-family: "Roboto";
}

.darkTheme mat-form-field.mat-form-field-appearance-legacy {
  color: #f5f5f5;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #d8353a;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d8353a;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-color: #ffffff;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-input-element:disabled {
  color: #fafafa !important;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #f5f5f5;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5;
}
.darkTheme mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0;
}

mat-option {
  text-transform: uppercase;
  color: #343738;
  background-color: #ffffff;
}
mat-option:hover:not(.mat-option-disabled), mat-option:focus:not(.mat-option-disabled) .mat-select-content {
  background-color: #f8f8f8;
}
mat-option .mat-select-content {
  color: #343738;
  background: #ffffff;
}
mat-option .mat-select-content .mat-option {
  color: #343738;
}
mat-option .mat-select-content .mat-option ::placeholder {
  color: #343738;
}
mat-option .mat-option.mat-active {
  background-color: #fafafa;
}
mat-option .mat-autocomplete-panel {
  background: #ffffff;
  color: #343738;
}
mat-option .mat-autocomplete-panel .mat-option {
  color: #343738;
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #343738;
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: #e5e5e5;
}

.darkTheme mat-option {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme mat-option:hover:not(.mat-option-disabled), .darkTheme mat-option:focus:not(.mat-option-disabled) .mat-select-content {
  background-color: #131415;
}
.darkTheme mat-option .mat-select-content {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme mat-option .mat-select-content .mat-option {
  color: #f5f5f5;
}
.darkTheme mat-option .mat-select-content .mat-option ::placeholder {
  color: #f5f5f5;
}
.darkTheme mat-option .mat-autocomplete-panel {
  background: #000000;
  color: #f5f5f5;
}
.darkTheme mat-option .mat-autocomplete-panel .mat-option {
  color: #f5f5f5;
}
.darkTheme .mat-option.mat-active {
  background-color: #121213;
}
.darkTheme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f5f5f5;
}
.darkTheme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: #292a2b;
}

.auto-height-option {
  height: auto !important;
}

.mat-table {
  width: 100%;
  color: #343738;
  background: #ffffff;
}
.mat-table > thead > tr {
  height: 42px;
}
.mat-table > thead > tr > th {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #343738;
  background: #ffffff;
}
.mat-table > thead > tr > th.txt-center {
  padding-left: 0;
}
.mat-table > tbody > tr {
  height: 65px;
}
.mat-table > tbody > tr > td {
  font-size: 16px;
  color: #343738;
  font-family: "Roboto";
}
.mat-table > tbody > tr > td.green {
  color: #ccd7e4;
  background: rgba(255, 255, 255, 0.1);
}
.mat-table > tbody > tr > td.txt-center {
  padding-left: 0;
}
.mat-table > tbody > tr:first-child {
  height: 75px;
}
.mat-table > tbody > tr:first-child > td {
  border-top: 10px #ffffff solid;
}
.mat-table > tbody > tr:last-child {
  height: 75px;
}
.mat-table > tbody > tr:last-child > td {
  border-bottom: 10px #ffffff solid;
}
.mat-table > tfoot > tr {
  height: 42px;
}
.mat-table > tfoot > tr > td {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #343738;
  background: #ffffff;
}
.mat-table > tfoot > tr > td.txt-center {
  padding-left: 0;
}

.mat-tab-group {
  font-family: "Roboto";
  padding: 0;
}
.mat-tab-group .mat-tab-header {
  border-bottom: 0px;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: 1px solid #f1f1f1;
}
.mat-tab-group .mat-tab-header .mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
  display: none;
}
.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label {
  min-width: 49px;
  width: 63px;
  min-height: 21px;
  height: 21px;
  font-size: 11px;
  text-align: center;
  color: #343738;
  opacity: 1;
}
.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  color: #343738;
}
.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  border: 1px solid #f1f1f1;
  border-bottom: 0px solid #f1f1f1;
}
.mat-tab-group .mat-tab-header .mat-ink-bar {
  background-color: unset !important;
}
.mat-tab-group .mat-tab-body-wrapper {
  font-size: 10px;
  color: #343738;
}

.darkTheme .mat-table {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .mat-table > thead > tr > th {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .mat-table > tbody > tr > td {
  color: #f5f5f5;
  font-family: "Roboto";
}
.darkTheme .mat-table > tbody > tr > td.green {
  color: #cce4ff;
  background: rgba(0, 0, 0, 0.1);
}
.darkTheme .mat-table > tbody > tr:last-child > td {
  border-bottom: 10px #000000 solid;
}
.darkTheme .mat-table > tfoot > tr > td {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: 1px solid #f7f7f7;
}
.darkTheme .mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label {
  color: #f5f5f5;
}
.darkTheme .mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  color: #f5f5f5;
}
.darkTheme .mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  border: 1px solid #f7f7f7;
  border-bottom: 0px solid #f7f7f7;
}
.darkTheme .mat-tab-group .mat-tab-body-wrapper {
  color: #f5f5f5;
}

.mat-checkbox.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #000b18;
}

.darkTheme .mat-checkbox.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #001833;
}

mat-radio-group .mat-radio-ripple .mat-ripple-element {
  background-color: unset;
}
mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-outer-circle {
  border-color: #000b18;
}
mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-inner-circle {
  background-color: #000b18;
}

.darkTheme mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-outer-circle {
  border-color: #001833;
}
.darkTheme mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-inner-circle {
  background-color: #001833;
}

mat-slide-toggle button:focus {
  outline: none !important;
}
mat-slide-toggle .mat-slide-toggle-bar {
  background-color: #eeeeee;
}
mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  background-color: #ffffff;
  box-shadow: none;
}
mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-label .mat-slide-toggle-bar {
  background-color: #0d3458;
}
mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-label .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  background-color: #ffffff;
}

mat-slide-toggle.small .mat-slide-toggle-bar {
  width: 32px;
  height: 16px;
}
mat-slide-toggle.small .mat-slide-toggle-thumb-container {
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
}
mat-slide-toggle.small .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  width: 12px;
  height: 12px;
}

.darkTheme mat-slide-toggle .mat-slide-toggle-bar {
  background-color: #1f2021;
}
.darkTheme mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  background-color: #000000;
}
.darkTheme mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-label .mat-slide-toggle-bar {
  background-color: #2b81f2;
}
.darkTheme mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-label .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  background-color: #000000;
}

.mat-mdc-slide-toggle .mdc-switch:enabled .mdc-switch__track::after {
  background-color: #2b81f2 !important;
}

.mat-mdc-slide-toggle .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background-color: #ffffff !important;
}

.mdc-switch__icons, .mdc-switch__ripple {
  display: none;
}

.mat-mdc-slide-toggle .mdc-switch:enabled .mdc-switch__shadow {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}

.simple-notification-wrapper {
  z-index: 1001 !important;
  max-width: 370px;
  min-width: 300px;
  width: unset !important;
}

.simple-notification.success, .simple-notification.warn, .simple-notification.error, .simple-notification.info, .simple-notification.bare, .simple-notification.alert {
  color: #343738;
  background-color: #ffffff !important;
  padding: 0;
  box-shadow: 3px 3px 3px 0 rgba(89, 99, 119, 0.41);
  height: 90px;
  padding-left: 70px;
  display: flex;
  align-items: center;
}
.simple-notification .sn-title {
  font-size: 18px;
  font-weight: bold;
}
.simple-notification .sn-content {
  font-size: 14px !important;
  font-weight: normal;
  color: #343738 !important;
}
.simple-notification .icon {
  display: none;
}
.simple-notification::before {
  content: "";
  height: 90px;
  width: 60px;
  display: inline-block;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: -70px;
}
.simple-notification.success::before {
  background-image: url("/assets/images/svg/notify-success.svg");
  background-color: #216b49;
}
.simple-notification.success .sn-title {
  color: #216b49;
}
.simple-notification.warn::before {
  background-image: url("/assets/images/svg/notify-warning.svg");
  background-color: #f5a81b;
}
.simple-notification.warn .sn-title {
  color: #f5a81b !important;
}
.simple-notification.error::before {
  background-image: url("/assets/images/svg/notify-error.svg");
  background-color: #b3292e;
}
.simple-notification.error .sn-title {
  color: #b3292e;
}
.simple-notification.bare {
  height: 100%;
}
.simple-notification.bare::before {
  background-image: url("/assets/images/svg/notify-error.svg");
  background-color: #ae28a9;
  height: 100%;
}
.simple-notification.bare .sn-content {
  padding: 10px 0px;
}
.simple-notification.bare .sn-title {
  color: #ae28a9;
}
.simple-notification.info::before {
  background-image: url("/assets/images/svg/notify-info.svg");
  background-color: #1a568a;
}
.simple-notification.info .sn-title {
  color: #1a568a;
}
.simple-notification.alert {
  padding-left: 9px;
  border: 0px;
}
.simple-notification.alert::before {
  width: 3px;
  margin-left: -10px;
  height: 100%;
  border-radius: 20px;
  content: "";
  background-color: #444b4e;
}
.simple-notification.alert .sn-title {
  color: #444b4e;
}
.simple-notification.alert .sn-progress-loader span {
  top: -1px;
  background: #ffffff !important;
}

.darkTheme .simple-notification.success, .darkTheme .simple-notification.warn, .darkTheme .simple-notification.error, .darkTheme .simple-notification.info, .darkTheme .simple-notification.bare, .darkTheme .simple-notification.alert {
  color: #f5f5f5;
  background-color: #1f2021 !important;
}
.darkTheme .simple-notification .sn-content {
  color: #f5f5f5 !important;
}
.darkTheme .simple-notification.success::before {
  background-color: #3ab27b;
}
.darkTheme .simple-notification.success .sn-title {
  color: #3ab27b;
}
.darkTheme .simple-notification.warn::before {
  background-color: #ffaf1d;
}
.darkTheme .simple-notification.warn .sn-title {
  color: #ffaf1d !important;
}
.darkTheme .simple-notification.error::before {
  background-color: #d8353a;
}
.darkTheme .simple-notification.error .sn-title {
  color: #d8353a;
}
.darkTheme .simple-notification.bare::before {
  background-color: #d931d3;
}
.darkTheme .simple-notification.bare .sn-title {
  color: #d931d3;
}
.darkTheme .simple-notification.info::before {
  background-color: #2170b4;
}
.darkTheme .simple-notification.info .sn-title {
  color: #2170b4;
}
.darkTheme .simple-notification.alert::before {
  background-color: #6c7072;
}
.darkTheme .simple-notification.alert .sn-title {
  color: #6c7072;
}
.darkTheme .simple-notification.alert .sn-progress-loader span {
  background: #000000 !important;
}

.full-width-bottomsheet.mat-bottom-sheet-container-large {
  padding: 0;
  max-width: unset;
  width: 100vw;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.full-width-bottomsheet.mat-bottom-sheet-container-xlarge {
  max-width: 100vw;
  max-height: 100vh;
  transform: none;
  min-width: unset;
}

.full-width-bottomsheet.mat-bottom-sheet-container {
  transform: none !important;
  padding: 0;
  min-width: 100vw;
  max-height: unset;
  background-color: transparent;
  box-shadow: unset;
}

.mat-bottom-sheet-container {
  font-family: "Roboto";
}

.mat-tooltip {
  font-size: 12px;
  color: #343738 !important;
  background-color: #ffffff;
  box-shadow: 0 5px 3px 0 #fdfdfd;
  padding: 8px 20px;
  text-transform: uppercase;
  overflow: visible !important;
  margin-top: 5px !important;
}

[ng-reflect-ngb-tooltip].colored-border-positive + .tooltip {
  z-index: 900;
}
[ng-reflect-ngb-tooltip].colored-border-positive + .tooltip .tooltip-inner {
  border-radius: 30px;
  padding: 2px 13px !important;
  border: solid 1px #426f47;
  color: #426f47 !important;
  background-color: transparent;
  line-height: 1;
  font-size: 11px;
  margin-bottom: 5px;
  font-family: "Roboto";
}
[ng-reflect-ngb-tooltip].colored-border-positive + .tooltip .arrow {
  margin-bottom: 5px;
}
[ng-reflect-ngb-tooltip].colored-border-positive + .tooltip .arrow:after {
  content: "";
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
[ng-reflect-ngb-tooltip].colored-border-positive + .tooltip .arrow:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #426f47;
}

[ng-reflect-ngb-tooltip].colored-border-negative + .tooltip {
  z-index: 900;
}
[ng-reflect-ngb-tooltip].colored-border-negative + .tooltip .tooltip-inner {
  border-radius: 30px;
  padding: 2px 13px !important;
  border: solid 1px #f1ac23;
  color: #f1ac23 !important;
  background-color: transparent;
  line-height: 1;
  font-size: 11px;
  margin-bottom: 5px;
  font-family: "Roboto";
}
[ng-reflect-ngb-tooltip].colored-border-negative + .tooltip .arrow {
  margin-bottom: 5px;
}
[ng-reflect-ngb-tooltip].colored-border-negative + .tooltip .arrow:after {
  content: "";
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
[ng-reflect-ngb-tooltip].colored-border-negative + .tooltip .arrow:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #f1ac23;
}

td.tooltip-cell span {
  position: absolute;
}
td.tooltip-cell div {
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
}

.darkTheme .mat-tooltip {
  color: #f5f5f5 !important;
  background-color: #121213 !important;
  box-shadow: 0 5px 3px 0 #121213;
}
.darkTheme [ng-reflect-ngb-tooltip].colored-border-positive + .tooltip .tooltip-inner {
  border: solid 1px #55955c;
  color: #55955c !important;
  font-family: "Roboto";
}
.darkTheme [ng-reflect-ngb-tooltip].colored-border-positive + .tooltip .arrow:after {
  border-top: 4px solid #000000;
}
.darkTheme [ng-reflect-ngb-tooltip].colored-border-positive + .tooltip .arrow:before {
  border-top: 4px solid #55955c;
}
.darkTheme [ng-reflect-ngb-tooltip].colored-border-negative + .tooltip .tooltip-inner {
  border: solid 1px #f5c055;
  color: #f5c055 !important;
  font-family: "Roboto";
}
.darkTheme [ng-reflect-ngb-tooltip].colored-border-negative + .tooltip .arrow:after {
  border-top: 4px solid #000000;
}
.darkTheme [ng-reflect-ngb-tooltip].colored-border-negative + .tooltip .arrow:before {
  border-top: 4px solid #f5c055;
}

.custom-mat-menu {
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.11);
  border-radius: 5px !important;
  color: #343738;
  background-color: #ffffff;
}
.custom-mat-menu.worksheet .mat-title-wks {
  font-size: 11px;
  color: #0d3458;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0px 0px 7px;
}
.custom-mat-menu.worksheet .divisor {
  border-top: 1px solid #636566;
  border-bottom: 1px solid #636566;
}
.custom-mat-menu.worksheet .mat-icon {
  height: unset;
  width: 12px;
  cursor: pointer;
}
.custom-mat-menu.worksheet .mat-icon.delete {
  width: 16px;
  margin-left: 5px;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content {
  width: 180px;
  overflow-y: auto;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list:hover {
  background: #f1f1f1;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #343738;
  height: 24px !important;
  cursor: pointer;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item .mdc-list-item__content * {
  border-bottom: unset;
  display: flex;
  justify-content: space-between;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item .mdc-list-item__content * span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 77%;
  font-size: 10px;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item.selected {
  background: #f1f1f1;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item.selected .text-selected {
  color: #0d3458;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-btn-wkst {
  font-size: 10px;
  font-weight: 500;
  color: #0d3458;
  height: 30px;
  width: 100%;
  border: none;
  background: #f6f6f6;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-btn-wkst .icon-mat-list.mat-icon {
  height: 11px !important;
  width: 15px !important;
}
.custom-mat-menu.worksheet .mat-mdc-menu-content .mat-input-element {
  text-transform: uppercase;
}
.custom-mat-menu.worksheet.settings-component {
  font-size: 14px !important;
}
.custom-mat-menu.worksheet.settings-component .mat-mdc-menu-content {
  width: 250px;
  padding: 10px !important;
  padding-bottom: 20px !important;
  overflow: hidden;
}
.custom-mat-menu.worksheet.settings-component .mat-mdc-menu-content .box-title {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 12px;
}
.custom-mat-menu.worksheet.settings-component .mat-mdc-menu-content .box-title .title {
  font-size: 14px !important;
  font-weight: bold;
  padding-bottom: 5px !important;
}
.custom-mat-menu.worksheet.settings-component .mat-mdc-menu-content .box-title .mat-icon {
  width: 18px;
  height: 18px;
  color: #343738;
}
.custom-mat-menu.worksheet.settings-component .mat-mdc-menu-content .option-font {
  padding-left: 5px;
  font-size: 12px;
}

.darkTheme .custom-mat-menu {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .custom-mat-menu.worksheet .mat-title-wks {
  color: #2b81f2;
}
.darkTheme .custom-mat-menu.worksheet .divisor {
  border-top: 1px solid #292a2b;
  border-bottom: 1px solid #292a2b;
}
.darkTheme .custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list:hover {
  background: #1b1c1d;
}
.darkTheme .custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item, .darkTheme .custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item * {
  color: #f5f5f5;
}
.darkTheme .custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item.selected, .darkTheme .custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item *.selected {
  background: #001833;
}
.darkTheme .custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item.selected .text-selected, .darkTheme .custom-mat-menu.worksheet .mat-mdc-menu-content .mat-mdc-list .mat-mdc-list-item *.selected .text-selected {
  color: #2b81f2;
}
.darkTheme .custom-mat-menu.worksheet .mat-mdc-menu-content .mat-btn-wkst {
  color: #2b81f2;
  background: #18191a;
}
.darkTheme .custom-mat-menu.settings-component .mat-mdc-menu-content .box-title {
  border-bottom: 1px solid #18191a;
}
.darkTheme .custom-mat-menu.settings-component .mat-mdc-menu-content .box-title .mat-icon {
  color: #f5f5f5;
}

.mdc-list {
  padding: 0 !important;
}

.sidebar-nav {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  visibility: hidden !important;
}

.mat-datepicker-content .mat-calendar-period-button,
.mat-datepicker-content .mat-calendar-period-button:hover {
  color: #343738;
  background-color: #e5e5e5;
}
.mat-datepicker-content .mat-calendar-period-button .mat-calendar-arrow,
.mat-datepicker-content .mat-calendar-period-button:hover .mat-calendar-arrow {
  border-top-color: #343738;
}
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-content .mat-calendar-next-button {
  color: #343738;
}
.mat-datepicker-content .mat-calendar {
  background-color: #f6f6f6;
}
.mat-datepicker-content .mat-calendar-table-header th {
  color: #343738;
  font-weight: 900;
  font-size: 12px;
}
.mat-datepicker-content .mat-calendar-table-header-divider::after {
  background-color: #343738;
  margin-left: 5%;
  margin-right: 5%;
}
.mat-datepicker-content .mat-calendar-body-label {
  color: #343738;
  font-weight: 900;
}
.mat-datepicker-content .mat-calendar-body-cell-content {
  color: #343738;
  font-size: 12px;
  font-weight: 900;
}
.mat-datepicker-content .mat-calendar-body-selected {
  background-color: #0d3458;
  color: #ffffff;
}
.mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #0d3458;
}
.mat-datepicker-content .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(13, 52, 88, 0.2);
}

.darkTheme .mat-datepicker-content .mat-calendar-period-button,
.darkTheme .mat-datepicker-content .mat-calendar-period-button:hover {
  color: #f5f5f5;
  background-color: #292a2b;
}
.darkTheme .mat-datepicker-content .mat-calendar-period-button .mat-calendar-arrow,
.darkTheme .mat-datepicker-content .mat-calendar-period-button:hover .mat-calendar-arrow {
  border-top-color: #18191a;
}
.darkTheme .mat-datepicker-content .mat-calendar-previous-button,
.darkTheme .mat-datepicker-content .mat-calendar-next-button {
  color: #18191a;
}
.darkTheme .mat-datepicker-content .mat-calendar {
  background-color: #18191a;
}
.darkTheme .mat-datepicker-content .mat-calendar-table-header th {
  color: #f5f5f5;
}
.darkTheme .mat-datepicker-content .mat-calendar-table-header-divider::after {
  background-color: #18191a;
}
.darkTheme .mat-datepicker-content .mat-calendar-body-label {
  color: #f5f5f5;
  font-weight: 900;
}
.darkTheme .mat-datepicker-content .mat-calendar-body-cell-content {
  color: #f5f5f5;
}
.darkTheme .mat-datepicker-content .mat-calendar-body-selected {
  background-color: #2b81f2;
  color: #000000;
}
.darkTheme .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #2b81f2;
}
.darkTheme .mat-datepicker-content .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(43, 129, 242, 0.2);
}

@keyframes flash-grid-buy {
  0% {
    background-color: #f1ac23;
    color: #ffffff;
  }
}
@keyframes flash-grid-sell {
  0% {
    background-color: #426f47;
    color: #ffffff;
  }
}
@keyframes flash-grid-positive {
  0% {
    background-color: rgba(36, 155, 82, 0.5);
  }
}
@keyframes flash-grid-negative {
  0% {
    background-color: rgba(203, 35, 64, 0.5);
  }
}
@keyframes flash-red-light {
  0% {
    background: #b3292e;
    box-shadow: 0px 0px 0px 3px rgba(179, 41, 46, 0.1), 0px 0px 0px 6px rgba(179, 41, 46, 0);
  }
  100% {
    background: #b3292e;
    box-shadow: 0px 0px 0px 3px rgba(179, 41, 46, 0.4), 0px 0px 0px 6px rgba(179, 41, 46, 0.3);
  }
}
@keyframes add-component-animation {
  100% {
    transform: translate3d(35vw, 25vh, 0);
  }
}
@keyframes flash-grid-buy {
  0% {
    background-color: #f5c055;
  }
}
@keyframes flash-grid-sell {
  0% {
    background-color: #55955c;
  }
}
@keyframes flash-grid-positive {
  0% {
    background-color: rgba(44, 181, 97, 0.5);
  }
}
@keyframes flash-grid-negative {
  0% {
    background-color: rgba(222, 40, 71, 0.5);
  }
}
@keyframes flash-red-dark {
  0% {
    background: #d8353a;
    box-shadow: 0px 0px 0px 3px rgba(216, 53, 58, 0.1), 0px 0px 0px 6px rgba(216, 53, 58, 0);
  }
  100% {
    background: #d8353a;
    box-shadow: 0px 0px 0px 3px rgba(216, 53, 58, 0.4), 0px 0px 0px 6px rgba(216, 53, 58, 0.3);
  }
}

.p-0 {
  padding: 0 !important;
}
.p-025 {
  padding: 0.25rem !important;
}
.p-05 {
  padding: 0.5rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 1.5rem !important;
}
.p-3 {
  padding: 2rem !important;
}
.p-4 {
  padding: 2.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.p-6 {
  padding: 3.5rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-025 {
  padding-top: 0.25rem !important;
}
.pt-05 {
  padding-top: 0.5rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 1.5rem !important;
}
.pt-3 {
  padding-top: 2rem !important;
}
.pt-4 {
  padding-top: 2.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-6 {
  padding-top: 3.5rem !important;
}
.pt-7 {
  padding-top: 4rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-025 {
  padding-bottom: 0.25rem !important;
}
.pb-05 {
  padding-bottom: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 1.5rem !important;
}
.pb-3 {
  padding-bottom: 2rem !important;
}
.pb-4 {
  padding-bottom: 2.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pb-6 {
  padding-bottom: 3.5rem !important;
}
.pb-7 {
  padding-bottom: 4rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-025 {
  padding-left: 0.25rem !important;
}
.pl-05 {
  padding-left: 0.5rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 1.5rem !important;
}
.pl-3 {
  padding-left: 2rem !important;
}
.pl-4 {
  padding-left: 2.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.pl-6 {
  padding-left: 3.5rem !important;
}
.pl-7 {
  padding-left: 4rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-025 {
  padding-right: 0.25rem !important;
}
.pr-05 {
  padding-right: 0.5rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 1.5rem !important;
}
.pr-3 {
  padding-right: 2rem !important;
}
.pr-4 {
  padding-right: 2.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pr-6 {
  padding-right: 3.5rem !important;
}
.pr-7 {
  padding-right: 4rem !important;
}

.m-0 {
  margin: 0 !important;
}
.m-025 {
  margin: 0.25rem !important;
}
.m-05 {
  margin: 0.5rem !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 1.5rem !important;
}
.m-3 {
  margin: 2rem !important;
}
.m-4 {
  margin: 2.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-6 {
  margin: 3.5rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-025 {
  margin-top: 0.25rem !important;
}
.mt-05 {
  margin-top: 0.5rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 1.5rem !important;
}
.mt-3 {
  margin-top: 2rem !important;
}
.mt-4 {
  margin-top: 2.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-6 {
  margin-top: 3.5rem !important;
}
.mt-7 {
  margin-top: 4rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-025 {
  margin-bottom: 0.25rem !important;
}
.mb-05 {
  margin-bottom: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 2rem !important;
}
.mb-4 {
  margin-bottom: 2.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-025 {
  margin-left: 0.25rem !important;
}
.ml-05 {
  margin-left: 0.5rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 1.5rem !important;
}
.ml-3 {
  margin-left: 2rem !important;
}
.ml-4 {
  margin-left: 2.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-6 {
  margin-left: 3.5rem !important;
}
.ml-7 {
  margin-left: 4rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-025 {
  margin-right: 0.25rem !important;
}
.mr-05 {
  margin-right: 0.5rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 1.5rem !important;
}
.mr-3 {
  margin-right: 2rem !important;
}
.mr-4 {
  margin-right: 2.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-6 {
  margin-right: 3.5rem !important;
}
.mr-7 {
  margin-right: 4rem !important;
}

.h100 {
  height: 99.9% !important;
}

.w100 {
  width: 100% !important;
}

.pointer {
  cursor: pointer !important;
}

.w100 {
  width: 100% !important;
}

.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-justify {
  text-align: justify !important;
}

.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.f-none {
  float: none !important;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
}
.d-inline-flex {
  display: inline-flex;
}

.m-auto {
  margin: auto !important;
}

.m-0auto {
  margin: 0 auto !important;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.675em 0;
}

.mat-form-field-flex {
  padding-left: 10px;
}

.mat-form-field-infix input {
  margin-bottom: 1px;
}

.opct-hover {
  opacity: 0.9;
}
.opct-hover:hover {
  opacity: 1;
}
.opct-hover-8 {
  opacity: 0.8;
}
.opct-hover-8:hover {
  opacity: 1;
}
.opct-hover-7 {
  opacity: 0.7;
}
.opct-hover-7:hover {
  opacity: 1;
}
.opct-hover-6 {
  opacity: 0.6;
}
.opct-hover-6:hover {
  opacity: 1;
}
.opct-hover-5 {
  opacity: 0.5;
}
.opct-hover-5:hover {
  opacity: 1;
}
.opct-hover-4 {
  opacity: 0.4;
}
.opct-hover-4:hover {
  opacity: 1;
}
.opct-hover-3 {
  opacity: 0.3;
}
.opct-hover-3:hover {
  opacity: 1;
}
.opct-hover-2 {
  opacity: 0.2;
}
.opct-hover-2:hover {
  opacity: 1;
}
.opct-hover-1 {
  opacity: 0.1;
}
.opct-hover-1:hover {
  opacity: 1;
}

.no-results {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-style: italic;
  padding: 28px 20px 25px 20px;
  background: #F8F8F8;
  color: #0d3458;
}
.no-results > div {
  display: table;
  margin: auto;
}
.no-results > div > span {
  margin-top: -3px;
  display: block;
  float: left;
  font-style: normal;
  font-family: "Roboto";
  font-size: 24px;
  padding-right: 5px;
}
.no-results > div > span::before {
  content: "search";
}

.pointer-events-disabled {
  pointer-events: none;
}

.pointer-events-enabled {
  pointer-events: auto;
}

.font-normal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold;
}
.font-bolder {
  font-weight: bolder;
}

error-msg {
  position: absolute;
  left: -10px;
  bottom: -16px;
  font-size: 75%;
}
error-msg mat-error {
  color: #b3292e;
}
error-msg[matPrefix] {
  left: -10px;
  bottom: -27px;
}

.darkTheme error-msg mat-error {
  color: #d8353a;
}

.customSnackbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 10px 15px;
  padding-left: 50px;
}
.customSnackbar.block {
  position: unset;
}
.customSnackbar .close-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  font-size: 15px;
}
.customSnackbar.position-unset {
  position: inherit;
}
.customSnackbar.warn {
  background-color: #fff3cc;
  color: #f5a81b;
  border-color: #f5a81b;
  background-image: url("/assets/images/svg/alert-warning.svg");
}
.customSnackbar.success {
  background-color: #cde7db;
  color: #216b49;
  border-color: #216b49;
  background-image: url("/assets/images/svg/alert-success.svg");
}
.customSnackbar.error {
  background-color: #fbcccc;
  color: #b3292e;
  border-color: #b3292e;
  background-image: url("/assets/images/svg/alert-error.svg");
}
.customSnackbar.info {
  background-color: #ccdef1;
  color: #1a568a;
  border-color: #1a568a;
  background-image: url("/assets/images/svg/alert-info.svg");
}
.customSnackbar.no-network {
  background-color: #b3292e;
  color: #f6f6f6;
  border-color: #b3292e;
  background-image: none;
  border-radius: 0px;
  justify-content: center;
}
.customSnackbar.no-network .close-btn {
  display: none;
}

.darkTheme .customSnackbar.warn {
  background-color: #fff4cc;
  color: #ffaf1d;
  border-color: #ffaf1d;
  background-image: url("/assets/images/svg/alert-warning.svg");
}
.darkTheme .customSnackbar.success {
  background-color: #cef9e5;
  color: #3ab27b;
  border-color: #3ab27b;
  background-image: url("/assets/images/svg/alert-success.svg");
}
.darkTheme .customSnackbar.error {
  background-color: #ffcccc;
  color: #d8353a;
  border-color: #d8353a;
  background-image: url("/assets/images/svg/alert-error.svg");
}
.darkTheme .customSnackbar.info {
  background-color: #cce3fc;
  color: #2170b4;
  border-color: #2170b4;
  background-image: url("/assets/images/svg/alert-info.svg");
}
.darkTheme .customSnackbar.no-network {
  background-color: #d8353a;
  color: #f5f5f5;
  border-color: #d8353a;
}

#spinner-center {
  text-align: center;
  padding: 0;
  margin-left: 50%;
}
#spinner-center mat-card-content {
  width: 100px;
}
#spinner-center .spinner-center2 {
  margin: 50% !important;
}

.component-header {
  height: 32px;
  color: #343738;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
}
.component-header .icons mat-icon {
  width: 12px;
  margin-left: 9px;
  cursor: pointer;
  overflow: initial;
}
.component-header .icons mat-icon:last-child {
  margin-left: 10px;
  width: 16px;
}

.darkTheme .component-header {
  color: #f5f5f5;
  background-color: #000000;
}

.pressure-bar-container {
  padding-top: 3px;
}
.pressure-bar-container .pressure-bar {
  border-radius: 10px;
  height: 5px;
}
.pressure-bar-container .pressure-bar:before, .pressure-bar-container .pressure-bar:after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  top: 6.5px;
  z-index: 2;
  border-top-width: 3px;
  border-top-style: solid;
}
.pressure-bar-container .pressure-bar:before {
  border-top-color: #426f47;
  right: -96.3%;
}
.pressure-bar-container .pressure-bar:after {
  border-top-color: #f1ac23;
  right: 0;
}
.pressure-bar-container .boxes-container {
  display: flex;
  flex-flow: row;
  margin-bottom: 10px;
}
.pressure-bar-container .volume-container {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pressure-bar-container .volume-container span {
  font-size: 11px;
  font-weight: bold;
  color: #f1ac23;
}
.pressure-bar-container .volume-container span:last-child {
  color: #426f47;
}
.pressure-bar-container .mat-divider {
  margin-bottom: 10px;
}
.pressure-bar-container mat-divider.mat-divider-arrow {
  position: relative;
}
.pressure-bar-container mat-divider.mat-divider-arrow:after {
  content: "";
  position: absolute;
  top: -9px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.12);
}

.darkTheme .pressure-bar-container .pressure-bar:before {
  border-top-color: #55955c;
}
.darkTheme .pressure-bar-container .pressure-bar:after {
  border-top-color: #f5c055;
}
.darkTheme .pressure-bar-container .volume-container span {
  color: #f5c055;
}
.darkTheme .pressure-bar-container .volume-container span:last-child {
  color: #55955c;
}

.mat-modal {
  color: #343738;
  background-color: #ffffff;
}
.mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-content] {
  color: #343738;
}
.mat-modal-normal.cdk-overlay-pane > mat-dialog-container .mat-mdc-dialog-surface {
  padding: 35px 20px !important;
}
.mat-modal-normal.cdk-overlay-pane > mat-dialog-container [mat-dialog-title] {
  font-size: 30px;
  font-weight: bold;
  color: #343738;
}
.mat-modal-normal.cdk-overlay-pane > mat-dialog-container [mat-dialog-content] {
  font-size: 16px;
  color: #343738;
  margin-bottom: 45px;
}
.mat-modal-normal.cdk-overlay-pane > mat-dialog-container [mat-dialog-actions] {
  font-size: 16px;
  color: #343738;
  float: right;
  margin-bottom: -10px;
}
.mat-modal-normal.cdk-overlay-pane > mat-dialog-container [mat-dialog-actions] span.cancel {
  padding: 0 20px;
  color: #343738;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mat-modal-fullheight {
  height: 100%;
}
.mat-modal-fullheight.cdk-overlay-pane mat-dialog-container {
  text-align: center;
}
.mat-modal-fullheight.cdk-overlay-pane mat-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 35px 20px !important;
}
.mat-modal-fullheight.cdk-overlay-pane mat-dialog-container .right-bar {
  position: absolute;
  right: 0px;
  width: 353px;
  height: 100vh !important;
  overflow: hidden;
  background-color: black;
}
.mat-modal-fullheight.cdk-overlay-pane mat-dialog-container [mat-dialog-title] {
  font-size: 30px;
  font-weight: bold;
  color: #343738;
}
.mat-modal-fullheight.cdk-overlay-pane mat-dialog-container [mat-dialog-content] {
  font-size: 16px;
  color: #343738;
}
.mat-modal-fullheight.cdk-overlay-pane mat-dialog-container [mat-dialog-actions] {
  font-size: 16px;
  color: #343738;
  float: right;
}
.mat-modal-fullheight.cdk-overlay-pane mat-dialog-container [mat-dialog-actions] span.cancel {
  padding: 0 20px;
  color: #343738;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mat-modal-centered.cdk-overlay-pane > mat-dialog-container {
  display: flex;
  text-align: center;
  padding: 45px;
  padding-top: 20px;
  flex-flow: column;
}
.mat-modal-centered.cdk-overlay-pane > mat-dialog-container [mat-dialog-title] {
  font-size: 30px;
  font-weight: bold;
  color: #343738;
}
.mat-modal-centered.cdk-overlay-pane > mat-dialog-container [mat-dialog-content] {
  font-size: 16px;
  color: #343738;
}

.fullscreen {
  max-width: 100vw !important;
}

.darkTheme .mat-modal-normal.cdk-overlay-pane > mat-dialog-container .mat-mdc-dialog-surface, .darkTheme .mat-modal-normal.cdk-overlay-pane > mat-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  background-color: #000000 !important;
}
.darkTheme .mat-modal-normal.cdk-overlay-pane > mat-dialog-container [mat-dialog-title] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-normal.cdk-overlay-pane > mat-dialog-container [mat-dialog-content] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-normal.cdk-overlay-pane > mat-dialog-container [mat-dialog-actions] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-normal.cdk-overlay-pane > mat-dialog-container [mat-dialog-actions] span.cancel {
  color: #f5f5f5;
}
.darkTheme .mat-modal {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container .mat-mdc-dialog-surface, .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  background-color: #000000 !important;
}
.darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-title] {
  color: #f5f5f5 !important;
}
.darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-content] {
  color: #f5f5f5 !important;
}
.darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-actions] {
  color: #f5f5f5 !important;
}
.darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-actions] span.cancel {
  color: #f5f5f5 !important;
}
.darkTheme .mat-modal-normal .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container .mat-mdc-dialog-surface, .darkTheme .mat-modal-normal .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  background-color: #000000 !important;
}
.darkTheme .mat-modal-normal .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-title] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-normal .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-content] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-normal .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-actions] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-normal .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-actions] span.cancel {
  color: #f5f5f5;
}
.darkTheme .mat-modal-fullheight {
  height: 100%;
}
.darkTheme .mat-modal-fullheight.cdk-overlay-pane mat-dialog-container .mat-mdc-dialog-surface, .darkTheme .mat-modal-fullheight.cdk-overlay-pane mat-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  background-color: #000000 !important;
}
.darkTheme .mat-modal-fullheight.cdk-overlay-pane mat-dialog-container [mat-dialog-title] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-fullheight.cdk-overlay-pane mat-dialog-container [mat-dialog-content] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-fullheight.cdk-overlay-pane mat-dialog-container [mat-dialog-actions] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-fullheight.cdk-overlay-pane mat-dialog-container [mat-dialog-actions] span.cancel {
  color: #f5f5f5;
}
.darkTheme .mat-modal-centered .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container .mat-mdc-dialog-surface, .darkTheme .mat-modal-centered .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  background-color: #000000 !important;
}
.darkTheme .mat-modal-centered .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-title] {
  color: #f5f5f5;
}
.darkTheme .mat-modal-centered .darkTheme .mat-modal.cdk-overlay-pane > mat-dialog-container [mat-dialog-content] {
  color: #f5f5f5;
}

.worksheet ag-grid-angular.ag-theme-balham .ag-icon-checkbox-checked,
.worksheet ag-grid-angular.ag-theme-balham .ag-icon-checkbox-unchecked,
.worksheet ag-grid-angular.ag-theme-balham .ag-icon-checkbox-indeterminate,
.position-day-wks-component ag-grid-angular.ag-theme-balham .ag-icon-checkbox-checked,
.position-day-wks-component ag-grid-angular.ag-theme-balham .ag-icon-checkbox-unchecked,
.position-day-wks-component ag-grid-angular.ag-theme-balham .ag-icon-checkbox-indeterminate {
  background-size: 8px 8px !important;
}

ag-grid-angular .ag-header {
  height: 30px !important;
}
ag-grid-angular .ag-header .ag-header-row {
  color: #343738;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  height: 40px !important;
}
ag-grid-angular .ag-header .ag-header-row .ag-header-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
ag-grid-angular .ag-row {
  color: #343738;
  font-size: 13px;
}
ag-grid-angular .ag-row:nth-child(even) {
  background: #f6f6f6;
}
ag-grid-angular .ag-row:nth-child(odd) {
  background: #ffffff;
}
ag-grid-angular .ag-row:hover {
  transform: scale(1.01) translateX(0.5) !important;
  color: #343738;
  font-weight: bold;
}
ag-grid-angular .ag-row:hover .remove-btn {
  display: block;
}
ag-grid-angular .ag-row .ag-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}

.darkTheme .worksheet ag-grid-angular.ag-theme-balham .ag-icon-checkbox-checked,
.darkTheme .worksheet ag-grid-angular.ag-theme-balham .ag-icon-checkbox-unchecked,
.darkTheme .worksheet ag-grid-angular.ag-theme-balham .ag-icon-checkbox-indeterminate,
.darkTheme .position-day-wks-component ag-grid-angular.ag-theme-balham .ag-icon-checkbox-checked,
.darkTheme .position-day-wks-component ag-grid-angular.ag-theme-balham .ag-icon-checkbox-unchecked,
.darkTheme .position-day-wks-component ag-grid-angular.ag-theme-balham .ag-icon-checkbox-indeterminate {
  background-size: 8px 8px !important;
}
.darkTheme ag-grid-angular {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme ag-grid-angular .ag-header .ag-header-row {
  color: #f5f5f5;
}
.darkTheme ag-grid-angular .ag-row {
  color: #f5f5f5;
}
.darkTheme ag-grid-angular .ag-row:nth-child(even) {
  background: #18191a;
}
.darkTheme ag-grid-angular .ag-row:nth-child(odd) {
  background: #000000;
}
.darkTheme ag-grid-angular .ag-row:hover {
  color: #f5f5f5;
}

.broker-authentication {
  text-align: center;
  height: 100%;
  color: #343738;
  background-color: #ffffff;
}
.broker-authentication .container-auth {
  height: 100vh;
  overflow: hidden;
}
.broker-authentication .container-auth .row.justify-content-end {
  padding-top: 0px !important;
  position: absolute;
  right: 41px;
  top: 24px;
}
.broker-authentication .container-auth .row.justify-content-end .close-btn {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
}
.broker-authentication .container-auth .row.justify-content-end .close-btn mat-icon {
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.broker-authentication .container-auth .row.justify-content-end .close-btn .text {
  width: 13px;
  height: 8px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.broker-authentication .container-auth .row.justify-content-start {
  padding-top: 0px !important;
  position: absolute;
  left: 91px;
  top: 24px;
}
.broker-authentication .container-auth .row.justify-content-start .back-btn {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.broker-authentication .container-auth .row.justify-content-start .back-btn mat-icon {
  cursor: pointer;
  width: 17px;
  height: 12px;
}

.darkTheme .broker-authentication {
  color: #f5f5f5;
  background-color: #000000;
}

.cdk-overlay-pane .mat-dialog-container .mat-dialog-content .custom-dialog.change-password .content {
  padding: 0 80px 0 50px;
}
.cdk-overlay-pane .mat-dialog-container .mat-dialog-content .custom-dialog.change-password .footer {
  padding: 0 80px 0 50px;
}

.asset-summary {
  background-color: #ffffff;
  height: 100%;
}
.asset-summary .auction_hammer {
  padding: 0;
  padding-top: 10px;
}
.asset-summary .container {
  padding-left: 10px;
  padding-right: 10px;
  height: calc(100% - 32px);
}
.asset-summary .container .mat-tab-group {
  padding: 0;
}
.asset-summary .container .mat-tab-group .mat-tab-header {
  max-height: 22px;
  border-bottom: 0px;
}
.asset-summary .container .mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: 1px solid #f1f1f1;
}
.asset-summary .container .mat-tab-group .mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
  display: none;
}
.asset-summary .container .mat-tab-group .mat-tab-body-wrapper {
  max-height: calc(100% - 22px);
  overflow-y: auto;
  padding-top: 5px;
}
.asset-summary .container .mat-tab-group .mat-tab-label {
  min-width: 30px;
  width: 30px;
  min-height: 21px;
  height: 21px;
  font-size: 11px;
  text-align: center;
  color: #343738;
  opacity: 1;
}
.asset-summary .container .mat-tab-group .mat-tab-label .mat-tab-label-content {
  color: inherit;
}
.asset-summary .container .mat-tab-group .mat-tab-label-active {
  color: #0d3458;
  border: none !important;
}
.asset-summary .container .mat-tab-group .mat-ink-bar {
  background-color: #0d3458 !important;
  bottom: -1px;
}
.asset-summary .container .mat-tab-group .auction_hammer .icon {
  width: 15px;
  vertical-align: 0;
  margin-right: 0px;
  margin-top: 3px;
}
.asset-summary .component-header {
  cursor: all-scroll;
  background: #ffffff;
}
.asset-summary .theory .quotation-content,
.asset-summary .theory .others-content {
  max-height: calc(100% - 24px);
  overflow-y: auto;
}
.asset-summary .quotation-content .row div,
.asset-summary .variation-content .row div,
.asset-summary .others-content .row div,
.asset-summary .volume-content .row div {
  margin-bottom: 3px;
  padding: 3px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  color: #343738;
}
.asset-summary .quotation-content .row:nth-child(odd) div,
.asset-summary .variation-content .row:nth-child(odd) div,
.asset-summary .others-content .row:nth-child(odd) div,
.asset-summary .volume-content .row:nth-child(odd) div {
  background-color: #f6f6f6;
}
.asset-summary .quotation-content .row div,
.asset-summary .variation-content .row div,
.asset-summary .others-content .row div {
  width: calc(50% - 5px);
}
.asset-summary .quotation-content .row div:first-child,
.asset-summary .variation-content .row div:first-child,
.asset-summary .others-content .row div:first-child {
  margin-right: 3px;
}
.asset-summary .quotation-content .row div:last-child,
.asset-summary .variation-content .row div:last-child,
.asset-summary .others-content .row div:last-child {
  margin-left: 3px;
}
.asset-summary .quotation-content .row div .high,
.asset-summary .variation-content .row div .high,
.asset-summary .others-content .row div .high {
  color: #249b52;
}
.asset-summary .quotation-content .row div .low,
.asset-summary .variation-content .row div .low,
.asset-summary .others-content .row div .low {
  color: #cb2340;
}
.asset-summary .quotation-content .row div .buy,
.asset-summary .variation-content .row div .buy,
.asset-summary .others-content .row div .buy {
  color: #f1ac23;
}
.asset-summary .quotation-content .row div .sell,
.asset-summary .variation-content .row div .sell,
.asset-summary .others-content .row div .sell {
  color: #426f47;
}
.asset-summary .delta-content .row {
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.asset-summary .delta-content .row > span:not(.bar) {
  width: 40px;
}
.asset-summary .delta-content .row > span:not(.bar):last-child {
  text-align: right;
}
.asset-summary .delta-content .row .bar {
  height: 8px;
  flex: 1;
  border-radius: 10px;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.asset-summary .delta-content .row .bar.invalid-asset span {
  width: 0 !important;
}
.asset-summary .delta-content .row .bar span {
  height: 8px;
  position: absolute;
  left: 0;
  transition: width 0.3s;
}
.asset-summary .delta-content .row .bar span.bar-green {
  background-color: #216b49;
}
.asset-summary .delta-content .row .bar span.bar-yellow {
  background-color: #f5a81b;
}
.asset-summary .delta-content .row .bar span.bar-red {
  background-color: #b3292e;
}
.asset-summary .volume-content .row div {
  width: 100%;
}
.asset-summary .chart-content {
  height: 100px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.asset-summary .chart-content.hide-infos span {
  display: none;
}
.asset-summary .chart-content .main-bar {
  height: 4px;
  width: 100%;
  position: relative;
  border-radius: 2px;
  background-color: #f1f1f1;
}
.asset-summary .chart-content .main-bar .current-price {
  position: absolute;
  top: -20px;
  left: 0;
  transition: left 0.2s, transform 0.2s;
}
.asset-summary .chart-content .main-bar .avg-price {
  background-color: #343738;
  width: 2px;
  height: 16px;
  border-radius: 1px;
  position: absolute;
  top: -6px;
  z-index: 2;
}
.asset-summary .chart-content .main-bar .variation-bar {
  position: absolute;
  background-color: #cb2340;
  border-radius: 2px;
  height: 4px;
  left: 0;
  top: 0;
  transition: left 0.2s, width 0.2s;
}
.asset-summary .chart-content .main-bar .variation-bar::after {
  content: "";
  position: absolute;
  right: -2px;
  left: unset;
  top: -2px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  z-index: 1;
  background-color: #cb2340;
}
.asset-summary .chart-content .main-bar .variation-bar.high {
  background-color: #249b52;
}
.asset-summary .chart-content .main-bar .variation-bar.high::after {
  background-color: #249b52;
  right: unset;
  left: -2px;
}
.asset-summary .chart-content .main-bar::before, .asset-summary .chart-content .main-bar::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f1f1f1;
  position: absolute;
  top: -2px;
  border-radius: 50%;
  z-index: -1;
}
.asset-summary .chart-content .main-bar::before {
  left: -2px;
}
.asset-summary .chart-content .main-bar::after {
  right: -2px;
}
.asset-summary .chart-content .min-max-row {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.asset-summary .theory .chart-content {
  height: 76px;
}

.darkTheme .asset-summary {
  background-color: #000000;
}
.darkTheme .asset-summary .container .mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: 1px solid #1b1c1d;
}
.darkTheme .asset-summary .container .mat-tab-group .mat-tab-label {
  color: #18191a;
}
.darkTheme .asset-summary .container .mat-tab-group .mat-tab-label .mat-tab-label-content {
  color: #f5f5f5;
}
.darkTheme .asset-summary .container .mat-tab-group .mat-tab-label-active {
  color: #2b81f2;
}
.darkTheme .asset-summary .container .mat-tab-group .mat-ink-bar {
  background-color: #2b81f2 !important;
}
.darkTheme .asset-summary .component-header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .asset-summary .quotation-content .row div,
.darkTheme .asset-summary .variation-content .row div,
.darkTheme .asset-summary .others-content .row div,
.darkTheme .asset-summary .volume-content .row div {
  color: #f5f5f5;
}
.darkTheme .asset-summary .quotation-content .row:nth-child(odd) div,
.darkTheme .asset-summary .variation-content .row:nth-child(odd) div,
.darkTheme .asset-summary .others-content .row:nth-child(odd) div,
.darkTheme .asset-summary .volume-content .row:nth-child(odd) div {
  background-color: #18191a;
}
.darkTheme .asset-summary .quotation-content .row div .high,
.darkTheme .asset-summary .variation-content .row div .high,
.darkTheme .asset-summary .others-content .row div .high {
  color: #2cb561;
}
.darkTheme .asset-summary .quotation-content .row div .low,
.darkTheme .asset-summary .variation-content .row div .low,
.darkTheme .asset-summary .others-content .row div .low {
  color: #de2847;
}
.darkTheme .asset-summary .quotation-content .row div .buy,
.darkTheme .asset-summary .variation-content .row div .buy,
.darkTheme .asset-summary .others-content .row div .buy {
  color: #f5c055;
}
.darkTheme .asset-summary .quotation-content .row div .sell,
.darkTheme .asset-summary .variation-content .row div .sell,
.darkTheme .asset-summary .others-content .row div .sell {
  color: #55955c;
}
.darkTheme .asset-summary .delta-content .row .bar {
  background-color: #f5f5f5;
}
.darkTheme .asset-summary .delta-content .row .bar.invalid-asset span {
  width: 0 !important;
}
.darkTheme .asset-summary .delta-content .row .bar span.bar-green {
  background-color: #3ab27b;
}
.darkTheme .asset-summary .delta-content .row .bar span.bar-yellow {
  background-color: #ffaf1d;
}
.darkTheme .asset-summary .delta-content .row .bar span.bar-red {
  background-color: #d8353a;
}
.darkTheme .asset-summary .chart-content .main-bar {
  background-color: #1b1c1d;
}
.darkTheme .asset-summary .chart-content .main-bar .avg-price {
  background-color: #18191a;
}
.darkTheme .asset-summary .chart-content .main-bar .variation-bar {
  background-color: #de2847;
}
.darkTheme .asset-summary .chart-content .main-bar .variation-bar::after {
  background-color: #de2847;
}
.darkTheme .asset-summary .chart-content .main-bar .variation-bar.high {
  background-color: #2cb561;
}
.darkTheme .asset-summary .chart-content .main-bar .variation-bar.high::after {
  background-color: #2cb561;
}
.darkTheme .asset-summary .chart-content .main-bar::before, .darkTheme .asset-summary .chart-content .main-bar::after {
  background-color: #1b1c1d;
}
.edit-order {
  color: #343738;
  background-color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  padding: 1em 2em;
}
.edit-order > app-spinner-loading {
  margin: auto;
}
.edit-order .snack-bar {
  margin-right: 32px;
  margin-top: 10px;
}
.edit-order .title {
  font-size: 16px;
  font-weight: bold;
  color: #0d3458;
  margin-bottom: 15.5px;
}
.edit-order .horizontal-divider {
  width: 100%;
  height: 1px;
}
.edit-order .mat-form-field-label {
  text-align: left;
}
.edit-order .flex-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.edit-order .flex-container .mat-form-field {
  width: 150px;
}
.edit-order .flex-container .mat-form-field .mat-input-element {
  font-weight: bold;
}
.edit-order .flex-container .button-container {
  width: auto;
  justify-content: start;
}
.edit-order .flex-container .button-container .cancel-button {
  width: 187px;
  max-width: 187px;
  height: 40px;
  border-radius: 550px;
  background-color: #ffffff;
  color: #0d3458;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #0d3458;
  cursor: pointer;
}
.edit-order .flex-container .button-container .save-button {
  width: 187px;
  max-width: 187px;
  height: 40px;
  border-radius: 550px;
  background-color: #0d3458;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.edit-order .flex-container .button-container .save-button:hover {
  background-color: #375d7f;
}
.edit-order .flex-container .button-container .save-button.button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.edit-order .flex-container .ativo-div .ativo-input {
  text-transform: uppercase;
}
.edit-order .flex-container .precificacao-div .mat-select-arrow-wrapper,
.edit-order .flex-container .duracao-div .mat-select-arrow-wrapper {
  border-top: 0 !important;
  top: 0;
}
.edit-order .flex-container .precificacao-div .mat-select-arrow-wrapper .mat-select-arrow,
.edit-order .flex-container .duracao-div .mat-select-arrow-wrapper .mat-select-arrow {
  display: block;
}
.edit-order .flex-container .precificacao-div .mat-select-value-text,
.edit-order .flex-container .duracao-div .mat-select-value-text {
  font-weight: bold;
}
.edit-order .flex-container > div {
  width: 150px;
  margin-right: 64px !important;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-order .flex-container > div.custom-height {
  height: 50px;
}

.darkTheme .edit-order {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .edit-order .title {
  color: #2b81f2;
}
.darkTheme .edit-order .flex-container .button-container .cancel-button {
  background-color: #000000;
  color: #2b81f2;
  border: 1px solid #2b81f2;
}
.darkTheme .edit-order .flex-container .button-container .save-button {
  background-color: #2b81f2;
  color: #f5f5f5;
}
.darkTheme .edit-order .flex-container .button-container .save-button:hover {
  background-color: #4698ff;
}

.asset-summary-pop-up {
  width: 373.9px;
  height: 238.3px;
}
.asset-summary-pop-up .button-plus-modal {
  text-align: center;
  width: 43px;
  height: 43px;
  border: none;
  border-radius: 50%;
  position: relative;
  left: 45%;
  top: -40px;
  vertical-align: middle;
  line-height: 44px;
  font-size: 34px;
  font-weight: 300;
}
.asset-summary-pop-up .adjust {
  padding-left: 29%;
}
.asset-summary-pop-up .baloon {
  width: 373.9px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #f6f6f6;
  height: 229.6px;
  padding: 0;
}
.asset-summary-pop-up .baloon .asset-summary-quick-search .first-group {
  margin-left: 0px;
  align-items: unset;
}
.asset-summary-pop-up .baloon .asset-summary-quick-search .first-group .max,
.asset-summary-pop-up .baloon .asset-summary-quick-search .first-group .min {
  overflow: hidden;
}
.asset-summary-pop-up .arrow-up {
  position: relative;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6f6f6;
  top: 1px;
}

.darkTheme .asset-summary-pop-up .baloon {
  background-color: #f6f6f6;
}
.darkTheme .asset-summary-pop-up .arrow-up {
  border-bottom: 10px solid #f6f6f6;
}

.datepicker-range .vl {
  border-left: 1px solid rgba(246, 246, 246, 0.13);
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0%;
}
.datepicker-range .mat-input-element {
  pointer-events: none;
}
.datepicker-range .mat-input-element:disabled {
  color: #f6f6f6;
}
.datepicker-range mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  text-align: center;
}
.datepicker-range .icon {
  width: 18px !important;
  padding-right: 0 !important;
}
.datepicker-range .mat-form-field-infix {
  border-top: 0;
}

.ngb-dp-arrow-btn[_ngcontent-c26] {
  background-color: #343738;
}

.datepicker-modal {
  padding-right: 29px;
  padding-left: 29px;
  width: 720px;
  height: 446px;
  border-radius: 1px;
  background-color: transparent;
  position: absolute !important;
  top: 65px !important;
}
.datepicker-modal .selector {
  background-color: #343738;
}
.datepicker-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: 100%;
}
.datepicker-modal .modal-dialog .modal-content {
  width: 662px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343738;
  background: #ffffff;
}
.datepicker-modal .modal-dialog .modal-content .modal-header {
  position: relative;
  height: 69px;
  width: 100%;
  border: none;
  padding-right: 18px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .select-align {
  width: 70px;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .select-align .form-control {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 900;
  color: #343738;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .select-align .select {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 900;
  color: #343738;
  -webkit-appearance: none;
  width: 60px;
  cursor: pointer;
  z-index: 1;
  background-color: transparent;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .arrow-down {
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #343738;
  font-size: 0px;
  line-height: 0;
  top: 31px;
  left: 76px;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .redefine-align {
  position: absolute;
  right: 424px;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .redefine-align .redefine {
  border: none;
  background-color: unset;
  font-size: 12px;
  color: #343738;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  margin-left: 35px;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div {
  position: absolute;
  right: 32px;
  width: 373px;
  height: 43px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .calendar-div {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2px;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .calendar-div .calendar-icon {
  color: #343738;
  height: 19px !important;
  width: 19px !important;
  margin-top: -6px;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .selector {
  width: 134px;
  height: 100%;
  background-color: unset;
  font-size: 14px;
  font-weight: 500;
  color: #343738;
  padding-top: 2px;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .selector .mat-form-field-wrapper {
  padding: 0;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .selector .mat-form-field-wrapper .mat-input-element:disabled {
  color: #343738;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .selector .mat-form-field-wrapper .mat-form-field-infix input {
  margin-bottom: 5px;
  color: #343738;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .selector .mat-form-field-underline {
  display: none;
}
.datepicker-modal .modal-dialog .modal-content .modal-header .vertical-divider {
  width: 1px;
  height: 25px;
  background-color: #f1f1f1;
  margin-right: 18px;
  margin-left: 18px;
}
.datepicker-modal .modal-dialog .modal-content .horizontal-divider {
  margin: 0;
  width: 630px;
  height: 1px;
  background-color: #f1f1f1;
}
.datepicker-modal .modal-dialog .modal-content .modal-body {
  border-radius: 1px;
  width: 100%;
  height: calc(100% - 69px);
  padding: 10px 1rem 1rem 1rem;
}
.datepicker-modal .modal-dialog .modal-content .modal-body .div-buttons {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form {
  height: calc(100% - 40px);
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group {
  height: 100%;
  margin: 0;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
  border: none;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .bg-light {
  background-color: #ffffff !important;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  height: 25px;
  margin-bottom: 5px;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation {
  justify-content: space-around;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .ngb-dp-arrow {
  position: absolute;
  top: 120px;
  left: -45px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .ngb-dp-arrow .ngb-dp-navigation-chevron {
  color: #343738;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .ngb-dp-arrow:hover {
  background-color: #f8f8f8;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .ngb-dp-month-name {
  color: #343738;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .right {
  position: absolute;
  top: 120px;
  left: unset !important;
  right: -45px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .right:hover {
  background-color: #f8f8f8;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months {
  height: calc(100% - 43px);
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month {
  margin-bottom: 13px;
  margin-right: 6.5px;
  margin-left: 6.5px;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month {
  height: 240px;
  width: 296px;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-weekdays {
  border: none;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week {
  font-size: 12px;
  font-weight: 500;
  color: #343738;
  margin-bottom: 4px;
  padding-left: 0;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-weekday {
  width: 42.42px;
  height: 35px;
  font-size: 12px;
  font-weight: 500;
  color: #343738;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day {
  width: 42.42px;
  height: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day .custom-day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day .focused {
  background-color: #0d3458;
  border-radius: 50%;
  color: #ffffff;
  width: 35px;
  height: 35px;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day .range {
  background-color: #0d3458;
  border-radius: 50%;
  color: #ffffff;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day .faded {
  background-color: #f6f6f6;
  color: #343738;
  border-radius: 0;
  width: 43px;
  height: 35px;
}
.datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day .maxed {
  opacity: 0.5;
}
.datepicker-modal .modal-dialog .modal-content .modal-body .cancel-button {
  font-size: 16px;
  font-weight: 900;
  color: #343738;
  border: none;
  background-color: transparent;
  width: 123px;
  height: 40px;
  cursor: pointer;
}

.overt body div.cdk-overlay-container {
  z-index: 1000000;
}

.darkTheme .datepicker-range .vl {
  border-left: 1px solid rgba(24, 25, 26, 0.13);
}
.mat-input-element .darkTheme .datepicker-range:disabled {
  color: #18191a;
}
.darkTheme .datepicker-modal .selector {
  background-color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .select-align .form-control {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .select-align .select {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .arrow-down {
  border-top: 5px solid #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .redefine-align .redefine {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div {
  background-color: #18191a;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .calendar-div .calendar-icon {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .selector {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .selector .mat-form-field-wrapper .mat-input-element:disabled {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .selectors-div .selector .mat-form-field-wrapper .mat-form-field-infix input {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-header .vertical-divider {
  background-color: #1b1c1d;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .horizontal-divider {
  background-color: #1b1c1d;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .bg-light {
  background-color: #000000 !important;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .ngb-dp-arrow {
  background-color: #000000;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .ngb-dp-arrow .ngb-dp-navigation-chevron {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .ngb-dp-arrow:hover {
  background-color: #131415;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .ngb-dp-month-name {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .right {
  background-color: #000000;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-header ngb-datepicker-navigation .right:hover {
  background-color: #131415;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-weekday {
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day .focused {
  background-color: #2b81f2;
  color: #000000;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day .range {
  background-color: #2b81f2;
  color: #000000;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body form .form-group .input-group .datepicker .ngb-dp-months .ngb-dp-month ngb-datepicker-month .ngb-dp-week .ngb-dp-day .faded {
  background-color: #18191a;
  color: #f5f5f5;
}
.darkTheme .datepicker-modal .modal-dialog .modal-content .modal-body .cancel-button {
  color: #f5f5f5;
}

.quick-search mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
  top: -2em;
}

.custom-workspace {
  color: #343738;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
.custom-workspace mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: unset;
}
.custom-workspace mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
}
.custom-workspace mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: unset;
}
.custom-workspace mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: inherit;
}
.custom-workspace mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
  opacity: 1;
  transform: scaleX(1);
}
.custom-workspace .row {
  display: flex;
  justify-content: center;
}
.custom-workspace .container .component-selector-input {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.custom-workspace .workspace-area {
  position: absolute;
  width: calc(100% - 353px);
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
  justify-content: center;
  overflow: visible;
  color: #343738;
  background-color: #ffffff;
}
.custom-workspace .workspace-area .workspace-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
}
.custom-workspace .workspace-area .close-button {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 0px;
  border-radius: 50%;
  right: 17px;
  top: 17px;
  position: absolute;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.custom-workspace .workspace-area .close-button .button-text2 {
  font-size: 11px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: 0.2px;
  text-align: left;
  font-weight: 500;
}
.custom-workspace .workspace-area .close-button:hover {
  background-color: #f8f8f8;
}
.custom-workspace .workspace-area .goback-button {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 0px;
  border-radius: 50%;
  left: 17px;
  top: 17px;
  position: absolute;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.custom-workspace .workspace-area .goback-button .button-text2 {
  font-size: 11px;
  font-weight: 500;
}
.custom-workspace .workspace-area .goback-button:hover {
  background-color: #f8f8f8;
}

.right-bar {
  position: fixed;
  right: 0px;
  width: 353px;
  height: 100% !important;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 2px rgba(52, 55, 56, 0.001);
}
.right-bar .top {
  padding-top: 22%;
  height: 10%;
}
.right-bar .mat-divider {
  margin-left: 25px;
  margin-right: 25px;
}
.right-bar .bottom {
  padding-top: 5%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.right-bar .bottom .components-list {
  max-height: 45vh;
  overflow: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.right-bar .bottom .component-book {
  margin-top: 13px;
  width: 236.2px;
  height: 53.1px;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 2px rgba(52, 55, 56, 0.001);
  transition-duration: 0.5s;
  margin-bottom: 5px;
}
.right-bar .bottom .component-book .quote-name {
  position: relative;
  margin-left: 19.8px;
  padding-top: 11.8px;
  height: 17px;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  color: #343738;
}
.right-bar .bottom .component-book .company-name {
  margin-left: 19.8px;
  padding-bottom: 11.1px;
  margin-top: 10px;
  padding-right: 31px;
  height: 13px;
  opacity: 0.7;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  color: #343738;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.right-bar .bottom .component-book .delete-button {
  position: relative;
  width: 48px;
  margin-top: -26px;
  margin-left: 189px;
  font-size: 16px;
  opacity: 0.49;
}
.right-bar .bottom .component-book .delete-button .closeIcon {
  height: 17px;
  width: 17px;
  cursor: pointer;
}
.right-bar .bottom .animation-items {
  transition: 1s;
}
.right-bar .bottom .save-button {
  position: relative;
  transition: 1s;
  margin-top: 15px;
}

.mat-option-multiple:first-child .mat-option-pseudo-checkbox {
  display: none !important;
}
.mat-option-multiple:first-child .mat-form-field-infix {
  text-align: center;
  display: inline;
}

.custom-wk-modal-outter .custom-workspace .workspace-area .goback-button {
  display: none;
}

.darkTheme .custom-workspace {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .custom-workspace .workspace-area {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .custom-workspace .workspace-area .close-button:hover {
  background-color: #131415;
}
.goback-button .darkTheme .custom-workspace .workspace-area:hover {
  background-color: #131415;
}
.darkTheme .right-bar {
  background-color: #000000;
  box-shadow: 0px 4px 12px 2px rgba(245, 245, 245, 0.001);
}
.darkTheme .right-bar .bottom .component-book {
  box-shadow: 0px 4px 12px 2px rgba(245, 245, 245, 0.001);
}
.darkTheme .right-bar .bottom .component-book .quote-name {
  color: #f5f5f5;
}
.darkTheme .right-bar .bottom .component-book .company-name {
  color: #f5f5f5;
}

.quote-chart {
  color: #343738;
  background-color: #ffffff;
}
.quote-chart .component-header {
  cursor: all-scroll;
  color: #343738;
  background-color: #ffffff;
}
.quote-chart .component-content {
  padding: 0 10px 10px 10px;
  height: calc(100% - 32px);
}
.quote-chart .component-content .chart-section {
  z-index: 2;
}
.quote-chart .component-content .chart-section.position-on-back {
  z-index: 1;
}
.quote-chart .component-content .trade-section {
  transition: all 0.2s;
  width: 0;
  min-width: 0;
  max-width: 0;
  overflow: hidden;
  z-index: 1;
}
.quote-chart .component-content .trade-section.above {
  z-index: 10;
}
.quote-chart .component-content .trade-section.visible {
  width: 285px;
  min-width: 160px;
  max-width: 300px;
  padding-left: 10px;
  overflow: visible;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-header {
  max-height: 22px;
  border-bottom: 0px;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: 1px solid #f1f1f1;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
  display: none;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-body-wrapper {
  height: 100%;
  max-height: calc(100% - 22px);
  overflow: visible;
  padding-top: 5px;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-body-wrapper .mat-tab-body.mat-tab-body-active {
  overflow: visible;
  width: 100%;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-label {
  min-width: 30px;
  width: 30px;
  min-height: 21px;
  height: 21px;
  font-size: 11px;
  text-align: center;
  color: #343738;
  opacity: 1;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-label .mat-tab-label-content {
  color: inherit;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-tab-label-active {
  color: #343738;
  border: none !important;
}
.quote-chart .component-content .trade-section.mat-tab-group .mat-ink-bar {
  background-color: #0d3458 !important;
  bottom: -1px;
}
.quote-chart .mat-icon {
  height: 16px;
  width: 14px;
}
.quote-chart .mat-icon.engine {
  width: 16px;
}
.quote-chart .mat-icon svg {
  height: 15px;
  fill: #343738;
}
.quote-chart .strategies-selector {
  width: 100px;
  position: absolute;
  top: 0;
  right: 90px;
}
.quote-chart .strategies-selector .mat-title {
  margin: 0;
}
.quote-chart .strategies-selector .mat-title .mat-icon {
  width: 9px;
  height: unset;
  line-height: 0;
  font-size: 100%;
  color: #343738;
  position: absolute;
  right: 11px;
  top: -12px;
}
.quote-chart .strategies-selector .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding: 0;
  background: transparent;
}
.quote-chart .strategies-selector .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  width: 100px;
  border: none;
}
.quote-chart .strategies-selector .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  font-size: 11px;
  font-weight: 600;
  color: #343738;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background: #f1f1f1;
  padding: 4px 9px;
  border-radius: 10px;
}
.quote-chart .strategies-selector .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.quote-chart .gridster-item-error {
  height: calc(100% - 40px);
}
.quote-chart .gridster-item-error .cont {
  height: 100%;
  width: 100%;
  display: table;
}
.quote-chart .gridster-item-error .cont .errorMsg {
  font-size: 12px;
  margin-top: 0%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.quote-chart .marketCloseMsg {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10%;
}
.quote-chart .autoComplete {
  height: 24px;
  margin-top: -3px;
}
.quote-chart .autoComplete .invalid {
  margin-top: -9px;
  margin-left: 0px;
}
.quote-chart .mat-form-field .mat-form-field-infix {
  padding: 0 !important;
  border-top: none;
}
.quote-chart .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.quote-chart .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  padding-left: 0;
}
.quote-chart .mat-form-field .mat-form-field-label {
  opacity: 0.3;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 900;
  color: #343738;
  top: 0;
}
.quote-chart .mat-form-field .mat-form-field-label-wrapper {
  top: 2px !important;
}
.quote-chart .mat-form-field .mat-input-element {
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 900;
  color: #343738;
  margin-top: -4px;
}
.quote-chart .mat-form-field .mat-form-field-underline {
  display: none;
}
.quote-chart .title-item-grid {
  box-shadow: 0px 0px 1px #636566;
  background-color: rgba(255, 255, 255, 0.26);
  padding: 7px 10px 0 10px;
}
.quote-chart .title-item-grid span:first-child {
  margin-right: 5px;
}
.quote-chart .title-item-grid span {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 900;
  color: #343738;
}
.quote-chart .item-grid {
  height: 100%;
}
.quote-chart .div-chart {
  padding-top: 4%;
}
.quote-chart .col-input {
  padding-left: 0;
  margin-left: -20px;
  margin-right: 20px;
}
.quote-chart .row-input {
  margin: 7px 0 0 0px;
}

.icon-edit {
  width: 18px;
  height: 21px;
  border-bottom: 1px solid;
  margin-left: 5px;
}
.icon-edit svg {
  padding-bottom: 3px;
}

.worksheet-close {
  position: relative !important;
  top: -2px !important;
  width: 17px !important;
  height: 17px !important;
}

.darkTheme .quote-chart {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .quote-chart svg {
  fill: #f8f8f8;
}
.darkTheme .quote-chart .highcharts-background {
  fill: #ffffff !important;
}
.darkTheme .quote-chart .highcharts-axis-labels text {
  color: #292a2b !important;
  fill: #292a2b !important;
}
.darkTheme .quote-chart .component-header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .quote-chart .component-content .trade-section.mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: 1px solid #1b1c1d;
}
.darkTheme .quote-chart .component-content .trade-section.mat-tab-group .mat-tab-label {
  color: #f5f5f5;
}
.darkTheme .quote-chart .component-content .trade-section.mat-tab-group .mat-tab-label-active {
  color: #f5f5f5;
}
.darkTheme .quote-chart .component-content .trade-section.mat-tab-group .mat-ink-bar {
  background-color: #2b81f2 !important;
}
.darkTheme .quote-chart .strategies-selector .mat-title .mat-icon {
  color: #f5f5f5;
}
.darkTheme .quote-chart .strategies-selector .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  color: #f5f5f5;
  background: #1b1c1d;
}
.darkTheme .quote-chart .mat-form-field .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .quote-chart .mat-form-field .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .quote-chart .title-item-grid {
  box-shadow: 0px 0px 1px #292a2b;
  background-color: #d2d2d2;
}
.darkTheme .quote-chart .title-item-grid span {
  color: #f5f5f5;
}

.times-trades {
  height: 100%;
  color: #343738;
  background-color: #ffffff;
}
.times-trades .component-header {
  cursor: all-scroll;
  color: #343738;
  background-color: #ffffff;
}
.times-trades .spinner {
  margin-top: -55px;
}
.times-trades .table-content {
  height: calc(100% - 32px);
}
.times-trades .table-content .table-data {
  height: calc(100% - 50px);
  margin: 0;
}
.times-trades .table-content .table-data .header-table {
  font-size: 10px;
  font-weight: 500;
  width: calc(100% - 15px);
  height: 28px;
}
.times-trades .table-content .table-data .header-table .line {
  display: flex;
  padding-top: 11px;
  padding-bottom: 5px;
}
.times-trades .table-content .table-data .header-table .line div {
  text-align: center;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.times-trades .table-content .table-data .header-table .line div:last-child {
  border-right: unset;
}
.times-trades .table-content .table-data .header-table .line .hour {
  width: 18%;
  min-width: 18%;
}
.times-trades .table-content .table-data .header-table .line .price {
  width: 19%;
  min-width: 19%;
}
.times-trades .table-content .table-data .header-table .line .size {
  width: 13%;
  min-width: 13%;
}
.times-trades .table-content .table-data .header-table .line .buy-sell {
  width: 18%;
  min-width: 18%;
  text-align: left;
  padding-left: 2px;
}
.times-trades .table-content .table-data .header-table .line .agr {
  width: 12%;
  min-width: 12%;
}
.times-trades .table-content .table-data .grid-data {
  height: calc(100% - 40px);
  overflow-y: scroll;
  padding: 0;
  padding-right: 5px;
}
.times-trades .table-content .table-data .grid-data.theory {
  height: calc(100% - 62px);
  margin-top: -26px;
}
.times-trades .table-content .table-data .grid-data .no-data-msg {
  text-align: center;
  padding-top: 164px;
  font-size: 12px;
}
.times-trades .table-content .table-data .grid-data table {
  width: 100%;
  font-size: 11px;
}
.times-trades .table-content .table-data .grid-data table tbody td {
  text-align: center;
  height: 24px;
  font-size: 11px !important;
}
.times-trades .table-content .table-data .grid-data table tbody td.hour {
  width: 18%;
  min-width: 18%;
}
.times-trades .table-content .table-data .grid-data table tbody td.price {
  width: 19%;
  min-width: 19%;
}
.times-trades .table-content .table-data .grid-data table tbody td.size {
  width: 13%;
  min-width: 13%;
}
.times-trades .table-content .table-data .grid-data table tbody td.buy-sell {
  width: 18%;
  min-width: 18%;
  text-align: left;
}
.times-trades .table-content .table-data .grid-data table tbody td.agr {
  width: 12%;
  min-width: 12%;
}
.times-trades .table-content .table-data .grid-data table tbody td.agr.buy-aggressor {
  color: #f1ac23;
  font-weight: bold;
}
.times-trades .table-content .table-data .grid-data table tbody td.agr.sell-aggressor {
  color: #426f47;
  font-weight: bold;
}
.times-trades .table-content .table-data .grid-data table tbody td.agr.rlp-aggressor {
  color: #343738;
  opacity: 0.7;
}
.times-trades .table-content .table-data .grid-data table tbody td.agr.direct-agressor {
  color: #343738;
}
.times-trades .table-content .table-data .grid-data table tbody td.agr.rlp-agressor {
  color: #343738;
  opacity: 0.7;
}
.times-trades .table-content .table-data .grid-data table tbody td.agr .circle {
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 5px;
}

.darkTheme .times-trades {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .times-trades .component-header {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .times-trades .table-height .header-table {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .times-trades .table-content .table-data .grid-data table tbody td.buy-aggressor {
  color: #f1ac23;
}
.darkTheme .times-trades .table-content .table-data .grid-data table tbody td.sell-aggressor {
  color: #426f47;
}
.darkTheme .times-trades .table-content .table-data .grid-data table tbody td.rlp-aggressor {
  color: #f5f5f5;
}
.darkTheme .times-trades .table-content .table-data .grid-data table tbody td.direct-agressor {
  color: #f5f5f5;
}
.darkTheme .times-trades .table-content .table-data .grid-data table tbody td.rlp-agressor {
  color: #f5f5f5;
}
.darkTheme .times-trades .mat-form-field-appearance-legacy .mat-form-field-label {
  color: #292a2b;
}

.centered-modal-component .close-btn {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -15px;
}
.centered-modal-component .close-btn mat-icon {
  cursor: pointer;
  width: 13px;
  height: 13px;
}
.centered-modal-component .send-icon {
  display: block;
  width: 96px;
  height: 92px;
  margin: 0 auto;
}

.normal-modal-component {
  border-radius: 25px;
}
.normal-modal-component .close-btn {
  position: absolute;
  top: 11px;
  right: 31px;
  margin-right: -20px;
}
.normal-modal-component .send-icon {
  display: block;
  width: 96px;
  height: 92px;
  margin: 0 auto;
}
.normal-modal-component .signature-confirm {
  text-align: center;
}
.normal-modal-component .signature-confirm .signature {
  color: #ccd7e4;
  font-size: 14px;
  margin-top: 24px;
}
.normal-modal-component .signature-confirm .signature .title {
  text-align: center;
  margin-right: 8px;
}
.normal-modal-component .signature-confirm .signature .invalidSignature {
  color: #b3292e;
}
.normal-modal-component .signature-confirm .signature .signature-input {
  text-align: center;
}
.normal-modal-component .signature-confirm .signature .signature-input .mat-input-element {
  color: #ccd7e4;
}
.normal-modal-component .signature-confirm .signature .signature-input .mat-form-field-ripple {
  background-color: #ccd7e4;
  opacity: 1;
  transform: scaleX(1);
  margin-top: -7px;
}
.normal-modal-component .signature-confirm .signature .signature-input input {
  color: #ccd7e4;
}
.normal-modal-component .signature-confirm .signature .signature-input mat-form-field .mat-form-field-label {
  font-size: 11px;
}
.normal-modal-component .signature-confirm .signature .mat-form-field-flex {
  border-radius: 5px !important;
  padding: 0.75em 0.75em 0 0.75em !important;
  border: 1px solid !important;
  opacity: 0.4 !important;
}
.normal-modal-component .signature-confirm .signature .signature-input-invalid {
  width: 200px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.normal-modal-component .signature-confirm .signature .signature-input-invalid .mat-input-element {
  color: #b3292e;
}
.normal-modal-component .signature-confirm .signature .signature-input-invalid .mat-form-field-ripple {
  background-color: unset;
  opacity: 1;
  transform: scaleX(1);
  margin-top: -7px;
}
.normal-modal-component .signature-confirm .signature .signature-input-invalid input {
  text-align: center;
  color: #b3292e;
}
.normal-modal-component .signature-confirm .signature .signature-input-invalid .mat-form-field-infix {
  font-size: 14px;
}
.normal-modal-component .signature-confirm .forgot-signature {
  opacity: 0.58;
  font-size: 12px;
  font-weight: 300;
  color: #ccd7e4;
  cursor: pointer;
  margin-top: -17px;
}

.darkTheme .normal-modal-component {
  color: #18191a !important;
}
.darkTheme .normal-modal-component .signature {
  color: #292a2b !important;
}
.darkTheme .normal-modal-component .signature .invalidSignature {
  color: #d8353a !important;
}
.darkTheme .normal-modal-component .signature .signature-input .mat-input-element {
  color: #292a2b !important;
}
.darkTheme .normal-modal-component .signature .signature-input input {
  color: #292a2b !important;
}
.darkTheme .normal-modal-component .signature .signature-input-invalid .mat-input-element {
  color: #d8353a !important;
}
.darkTheme .normal-modal-component .signature .signature-input-invalid input {
  color: #d8353a !important;
}

.modal-password-component {
  border-radius: 25px;
  color: #343738;
  background-color: #ffffff;
}
.modal-password-component .goback-btn {
  cursor: pointer;
  color: #343738;
  position: absolute;
  top: 11px;
  left: 16px;
}
.modal-password-component .close-btn {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 31px;
  margin-right: -20px;
}
.modal-password-component .send-icon {
  display: block;
  width: 96px;
  height: 92px;
  margin: 0 auto;
}
.modal-password-component [mat-dialog-title] {
  font-size: 25px !important;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: #343738;
}
.modal-password-component [mat-dialog-title] .recover-error {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #b3292e;
  border-color: #b3292e;
  background-image: url("/assets/images/svg/alert-error.svg");
  margin-right: 6px;
}
.modal-password-component [mat-dialog-title] span.title-error {
  color: #b3292e;
}
.modal-password-component [mat-dialog-content] {
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.36 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #343738 !important;
  margin-bottom: 22px !important;
}
.modal-password-component [mat-dialog-content] form {
  margin-top: 37px;
}
.modal-password-component [mat-dialog-content] form mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  width: 380px;
}
.modal-password-component [mat-dialog-actions] {
  float: inherit !important;
}
.modal-password-component [mat-dialog-actions] .button-submit {
  margin: 0 auto;
}
.modal-password-component [mat-dialog-actions] .button-submit .button-progress {
  position: relative;
}
.modal-password-component [mat-dialog-actions] .button-submit .button-progress #spinnerDiv mat-spinner {
  position: absolute;
  z-index: 6;
  left: 105px;
  top: 9px;
}
.modal-password-component [mat-dialog-actions] .contact-error {
  width: 100%;
  text-align: center;
}
.modal-password-component [mat-dialog-actions] .contact-error .box {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 215px;
  height: 115px;
  margin-right: 12px;
  color: #343738;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
}
.modal-password-component [mat-dialog-actions] .contact-error .box:last-child {
  margin-right: 0px;
}
.modal-password-component [mat-dialog-actions] .contact-error .box .block-box {
  display: table;
  margin: auto;
  box-sizing: border-box;
  padding-top: 12px;
}
.modal-password-component [mat-dialog-actions] .contact-error .box .block-box.contact-link {
  color: #343738 !important;
  font-size: 14px;
  font-weight: bold;
}
.modal-password-component [mat-dialog-actions] .contact-error .box .block-box.contact-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.modal-password-component [mat-dialog-actions] .contact-error .box .block-box.cursor-inherit:hover {
  cursor: inherit;
  text-decoration: none;
}
.modal-password-component [mat-dialog-actions] .contact-error .box.three-boxes {
  width: 156px;
}
.modal-password-component .opacity-5 {
  opacity: 0.5 !important;
}

.modal-signature-component {
  border-radius: 25px;
  color: #343738;
  background-color: #ffffff;
}
.modal-signature-component .goback-btn {
  cursor: pointer;
  color: #343738;
  position: absolute;
  top: 11px;
  left: 16px;
}
.modal-signature-component .close-btn {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 31px;
  margin-right: -20px;
}
.modal-signature-component .send-icon {
  display: block;
  width: 96px;
  height: 92px;
  margin: 0 auto;
}
.modal-signature-component .mat-dialog-title {
  font-size: 25px !important;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: #343738;
}
.modal-signature-component .mat-dialog-title .recover-error {
  width: 43.8px;
  height: 44.9px;
  display: inline-block;
  vertical-align: middle;
  color: #b3292e;
  border-color: #b3292e;
  background-image: url("/assets/images/svg/alert-error.svg");
  margin-right: 6px;
}
.modal-signature-component .mat-dialog-title div.title-error {
  color: #b3292e;
}
.modal-signature-component .mat-dialog-content {
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.36 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #343738 !important;
  margin-bottom: 0px !important;
  overflow: hidden !important;
}
.modal-signature-component .mat-dialog-content .text {
  max-width: 472px;
  margin: 0 auto;
}
.modal-signature-component .mat-dialog-content .email {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.modal-signature-component .mat-dialog-content form {
  margin-top: 37px;
}
.modal-signature-component .mat-dialog-content form mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  width: 380px;
}
.modal-signature-component .mat-dialog-actions {
  float: inherit !important;
}
.modal-signature-component .mat-dialog-actions .button-submit {
  margin: 0 auto;
}
.modal-signature-component .mat-dialog-actions .button-submit .button-progress {
  position: relative;
}
.modal-signature-component .mat-dialog-actions .button-submit .button-progress #spinnerDiv mat-spinner {
  position: absolute;
  z-index: 6;
  left: 105px;
  top: 9px;
}
.modal-signature-component .mat-dialog-actions .contact-error {
  width: 100%;
  text-align: center;
}
.modal-signature-component .mat-dialog-actions .contact-error > div {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 215px;
  height: 92px;
  margin-right: 12px;
  color: #343738;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
}
.modal-signature-component .mat-dialog-actions .contact-error > div:last-child {
  margin-right: 0px;
}
.modal-signature-component .mat-dialog-actions .contact-error > div .block-box {
  display: table;
  margin: auto;
  box-sizing: border-box;
  padding-top: 12px;
}
.modal-signature-component .mat-dialog-actions .contact-error > div .block-box.contact-link {
  color: #343738 !important;
  font-size: 14px;
  font-weight: bold;
}
.modal-signature-component .mat-dialog-actions .contact-error > div .block-box.contact-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.modal-signature-component .opacity-5 {
  opacity: 0.5 !important;
}

.darkTheme .modal-signature-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .modal-signature-component .goback-btn {
  color: #f5f5f5;
}
.darkTheme .modal-signature-component .mat-dialog-title {
  color: #f5f5f5;
}
.darkTheme .modal-signature-component .mat-dialog-title .recover-error {
  color: #d8353a;
  border-color: #d8353a;
}
.darkTheme .modal-signature-component .mat-dialog-title div.title-error {
  color: #d8353a;
}
.darkTheme .modal-signature-component .mat-dialog-content {
  color: #f5f5f5 !important;
}
.darkTheme .modal-signature-component .mat-dialog-actions .contact-error > div {
  color: #f5f5f5;
}
.block-box .darkTheme .modal-signature-component .mat-dialog-actions .contact-error > div.contact-link {
  color: #f5f5f5 !important;
}

.fullheight-modal-component .close-btn {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -15px;
}
.fullheight-modal-component .close-btn mat-icon {
  cursor: pointer;
  width: 13px;
  height: 13px;
}
.fullheight-modal-component .send-icon {
  display: block;
  width: 96px;
  height: 92px;
  margin: 0 auto;
}

.worksheet {
  height: 100%;
  color: #343738;
  background-color: #ffffff;
}
.worksheet .ag-theme-balham .ag-icon-checkbox-checked:empty {
  background-image: url("/assets/images/svg/checkbox-activated.svg") !important;
}
.worksheet .mat-menu-content .mat-list {
  padding-top: 2px;
}
.worksheet .cursor {
  cursor: pointer;
}
.worksheet .component-header {
  cursor: all-scroll;
  justify-content: unset;
}
.worksheet .component-header .mat-title .mat-icon {
  width: 9px;
  height: unset;
  line-height: 0;
  font-size: 100%;
  color: #343738;
  position: absolute;
  right: 11px;
  top: -12px;
}
.worksheet .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  background: rgba(255, 255, 255, 0.3);
}
.worksheet .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  font-size: 11px;
  font-weight: 600;
  color: #343738;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background: #f1f1f1;
  padding: 4px 9px;
  border-radius: 10px;
  margin-top: 8px;
}
.worksheet .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.worksheet .component-header .span-title {
  margin-right: 10px;
}
.worksheet .component-header .mat-form-title {
  line-height: 1.4 !important;
}
.worksheet .component-header .mat-form-title .mat-form-field-ripple {
  background-color: #343738 !important;
}
.worksheet .component-header .mat-form-title.ng-valid {
  color: #343738 !important;
}
.worksheet .component-header .mat-form-title.ng-valid .mat-form-field-ripple {
  background-color: #343738 !important;
}
.worksheet .component-header .mat-form-title.ng-valid .mat-form-field-wrapper {
  width: 320px;
  padding-bottom: 0;
}
.worksheet .component-header .mat-form-title.ng-valid .mat-form-field-wrapper .mat-form-field-underline {
  width: 320px;
  display: none;
}
.worksheet .component-header .mat-form-title .mat-form-field-infix {
  border-top: none !important;
  padding: 0 !important;
}
.worksheet .component-header .mat-form-title .mat-form-field-infix input {
  color: #343738 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}
.worksheet .component-header .worksheet-close {
  position: relative;
  top: -2px;
  width: 17px;
  height: 17px;
}
.worksheet .component-header .icon-edit {
  width: 14px;
  height: 16px;
  border-bottom: 1px solid;
  margin-left: 0;
}
.worksheet .component-header .icon-edit svg {
  padding-bottom: 3px;
}
.worksheet .component-header .icons {
  position: absolute;
  right: 10px;
}
.worksheet .component-header .icons .row-btns {
  align-items: center;
}
.worksheet .component-header .icons .row-btns .btn-add {
  width: 55px;
  height: 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 8px;
  color: #343738;
  background: unset;
  border: 1px solid #343738;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worksheet .component-header .icons .row-btns .btn-add .add-icon {
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  color: #343738;
}
.worksheet .component-header .icons .row-btns .btn-add .add-icon svg {
  vertical-align: unset;
  fill: #343738;
}
.worksheet .component-header .icons .row-btns .input-filter {
  width: 0px;
  opacity: 0;
  transition: 200ms ease-out;
  visibility: hidden;
}
.worksheet .component-header .icons .row-btns .input-filter.open {
  width: 115px;
  opacity: 1;
  visibility: visible;
  margin-left: 5px;
}
.worksheet .component-header .icons .row-btns .input-filter .mat-form-field-infix {
  border: none;
}
.worksheet .component-header .icons .row-btns .input-filter .mat-form-field-infix .mat-form-field-label-wrapper {
  top: 0;
  padding-top: 0;
}
.worksheet .component-header .icons .row-btns .input-filter .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  margin: 0;
  padding: 0;
}
.worksheet .component-header .icons .row-btns .close-filter {
  font-size: 17px;
  z-index: 0;
  opacity: 0;
  margin-right: -25px;
  transition: 200ms ease-out;
  width: 12px;
}
.worksheet .component-header .icons .row-btns .close-filter.open {
  margin-right: 0;
  z-index: 1;
  opacity: 1;
  margin-left: -10px;
}
.worksheet .component-header .icons .row-btns .close-filter svg {
  vertical-align: unset;
}
.worksheet .component-header .icons .row-btns .open-config {
  z-index: 1;
}
.worksheet .container-fluid {
  height: calc(100% - 35px);
  padding: 0;
}
.worksheet .container-fluid .loading {
  z-index: 1;
  position: absolute;
  left: 42%;
  top: 45%;
}
.worksheet .container-fluid .loading .spinner #spinner-center {
  margin-top: 15%;
  margin-left: 42% !important;
}
.worksheet .container-fluid .action-div {
  position: absolute;
  opacity: 0;
  left: -100%;
  width: calc(100% - 20px);
  z-index: 5;
  height: 32px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  transition: 200ms ease-out;
}
.worksheet .container-fluid .action-div.show {
  opacity: 1;
  left: 10px;
}
.worksheet .container-fluid .action-div .row-action {
  height: 100%;
  margin: 0;
}
.worksheet .container-fluid .action-div .row-action .col-data-remove {
  padding: 0px 10px;
  color: #0d3458;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
}
.worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container, .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container {
  margin-left: 4px;
  margin-right: 6px;
  height: 11px;
  width: 11px;
  margin-bottom: 7px;
}
.worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background, .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: unset !important;
}
.worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background svg path, .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background svg path {
  stroke: #0d3458 !important;
}
.worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-frame, .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #0d3458;
}
.worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-mixedmark, .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-mixedmark {
  background-color: #0d3458;
  width: 60%;
}
.worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-layout, .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-layout {
  padding-top: 7px;
}
.worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-label, .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-layout .mat-checkbox-label {
  line-height: 23px;
}
.worksheet .container-fluid .action-div .row-action .action-btn {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
  padding: 10px;
  transition: 0.2s;
  justify-content: center;
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-rem {
  background-color: #b3292e;
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-rem:hover {
  box-shadow: 0px 0px 10px rgba(52, 55, 56, 0.3);
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-rem .delete-icon-white {
  height: 24px;
  width: 24px;
  margin-right: 6px;
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-rem .delete-icon-white svg path {
  fill: #ffffff;
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-buy {
  background-color: #f1ac23;
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-buy:hover {
  box-shadow: 0px 0px 10px rgba(52, 55, 56, 0.3);
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-buy .buy-icon-white {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-sell {
  background-color: #426f47;
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-sell:hover {
  box-shadow: 0px 0px 10px rgba(52, 55, 56, 0.3);
}
.worksheet .container-fluid .action-div .row-action .action-btn.btn-sell .sell-icon-white {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.worksheet .container-fluid .row-content {
  height: 100%;
  width: calc(100% - 20px);
  margin-left: 10px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root {
  border: none;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header {
  background-color: unset !important;
  border-bottom: unset !important;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row {
  font-weight: bold;
  font-size: 11px;
  height: 32px !important;
  border: none !important;
  color: #343738;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-header-cell:not(.txt-left) .ag-cell-label-container .ag-header-cell-text {
  margin: auto;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-header-cell:not(.txt-left) .ag-cell-label-container .ag-header-cell-text .delta {
  font-size: 20px;
  position: relative;
  top: 8px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-header-cell .ag-header-select-all span {
  cursor: pointer;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-header-cell .ag-header-select-all.ag-hidden + .ag-cell-label-container {
  width: 100%;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-header-cell .ag-header-cell-label {
  width: 100% !important;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-header-cell .ag-header-cell-label .ag-header-cell-text {
  font-family: "Roboto" !important;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-header-cell .ag-header-cell-label .ag-header-icon.ag-filter-icon {
  display: none;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row {
  border: none;
  font-size: 11px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell {
  line-height: 25px !important;
  padding-right: 10px;
  padding-left: 10px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-selection-checkbox span {
  top: 4px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper {
  height: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Roboto" !important;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .bg-green-color {
  font-weight: bold;
  color: #f6f6f6;
  background: #249b52;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .bg-yellow-color {
  font-weight: bold;
  color: #f6f6f6;
  background: rgba(245, 168, 27, 0.8);
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .bg-red-color {
  font-weight: bold;
  color: #f6f6f6;
  background: #cb2340;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .positive-renderer {
  animation-name: flash-grid-positive;
  animation-duration: 1s;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .negative-renderer {
  animation-name: flash-grid-negative;
  animation-duration: 1s;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .buy-span {
  color: #f1ac23;
  cursor: pointer;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .buy-renderer {
  height: 100%;
  width: 100%;
  color: #ffe699;
  animation-name: flash-grid-buy;
  animation-duration: 1s;
  cursor: pointer;
  font-weight: bold;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .buy-renderer.disabled {
  opacity: 0.3 !important;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .sell-span {
  color: #426f47;
  cursor: pointer;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .sell-renderer {
  height: 100%;
  width: 100%;
  color: #aecbb1;
  animation-name: flash-grid-sell;
  animation-duration: 1s;
  cursor: pointer;
  font-weight: bold;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .sell-renderer.disabled {
  opacity: 0.3 !important;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .high-color {
  color: #249b52;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .low-color {
  color: #cb2340;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .hammer {
  color: #f5a81b;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .zero {
  color: #f5a81b;
  font-size: 8px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .weight-500 {
  font-weight: 500;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell app-auto-complete .autoComplete {
  height: 25px !important;
  position: absolute;
  left: 0;
  top: 0;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell app-auto-complete .autoComplete .mat-form-field-flex {
  padding-left: 10px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell app-auto-complete .autoComplete .mat-form-field-flex .searchIcon {
  top: -2px;
  margin-left: 0px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell app-auto-complete .autoComplete .mat-form-field-flex .mat-form-field-infix {
  border: none;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell app-auto-complete .autoComplete .mat-form-field-flex .mat-form-field-infix .mat-input-element {
  height: 25px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell app-auto-complete .autoComplete .mat-form-field-label {
  padding-top: 9px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell app-auto-complete .autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell.ag-cell-inline-editing {
  background-color: transparent;
  height: 25px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .flag {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell-focus {
  border: 1px solid transparent;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row:hover {
  font-weight: bold;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row.ag-row-odd {
  background-color: #ffffff;
}
.worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row.ag-row-even {
  background-color: #f6f6f6;
}
.worksheet .container-fluid .row-content ag-grid-angular.uncheck .ag-row .ag-selection-checkbox {
  transition: 250ms ease-out;
  opacity: 0;
}
.worksheet .container-fluid .row-content ag-grid-angular.uncheck .ag-row:hover .ag-selection-checkbox {
  opacity: 1;
}

.darkTheme .worksheet {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .worksheet .component-header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .worksheet .component-header .mat-title .mat-icon {
  color: #f5f5f5;
}
.darkTheme .worksheet .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  background-color: #000000;
}
.darkTheme .worksheet .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  color: #f5f5f5;
  background: #1b1c1d;
}
.darkTheme .worksheet .component-header .mat-form-title .mat-form-field-ripple {
  background-color: #f5f5f5 !important;
}
.darkTheme .worksheet .component-header .mat-form-title.ng-valid {
  color: #f5f5f5 !important;
}
.darkTheme .worksheet .component-header .mat-form-title.ng-valid .mat-form-field-ripple {
  background-color: #f5f5f5 !important;
}
.darkTheme .worksheet .component-header .mat-form-title .mat-form-field-infix input {
  color: #f5f5f5 !important;
}
.darkTheme .worksheet .component-header .icons .row-btns .btn-add {
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.darkTheme .worksheet .component-header .icons .row-btns .btn-add .add-icon {
  color: #f5f5f5;
}
.darkTheme .worksheet .component-header .icons .row-btns .btn-add .add-icon svg {
  fill: #f5f5f5;
}
.darkTheme .worksheet .component-header .icons .row-btns .close-filter svg {
  fill: #f5f5f5;
}
.darkTheme .worksheet .container-fluid .action-div {
  background-color: #000000;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .col-data-remove {
  color: #2b81f2;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-background svg path, .darkTheme .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background svg path {
  stroke: #2b81f2 !important;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-frame, .darkTheme .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #2b81f2;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-mixedmark, .darkTheme .worksheet .container-fluid .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-mixedmark {
  background-color: #2b81f2;
  width: 60%;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .action-btn {
  color: #f5f5f5;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .action-btn.btn-rem {
  background-color: #d8353a;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .action-btn.btn-rem:hover {
  box-shadow: 0px 0px 10px rgba(24, 25, 26, 0.3);
}
.darkTheme .worksheet .container-fluid .action-div .row-action .action-btn.btn-rem .delete-icon-white svg path {
  fill: #f5f5f5;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .action-btn.btn-buy {
  background-color: #f5c055;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .action-btn.btn-buy:hover {
  box-shadow: 0px 0px 10px rgba(24, 25, 26, 0.3);
}
.darkTheme .worksheet .container-fluid .action-div .row-action .action-btn.btn-sell {
  background-color: #55955c;
}
.darkTheme .worksheet .container-fluid .action-div .row-action .action-btn.btn-sell:hover {
  box-shadow: 0px 0px 10px rgba(24, 25, 26, 0.3);
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-header .ag-header-row {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .bg-green-color {
  color: #f5f5f5;
  background: #2cb561;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .bg-yellow-color {
  color: #f5f5f5;
  background: rgba(255, 175, 29, 0.8);
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .bg-red-color {
  color: #f5f5f5;
  background: #de2847;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .buy-span {
  color: #f5c055;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .buy-renderer {
  color: #ffeca8;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .sell-span {
  color: #55955c;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .sell-renderer {
  color: #b3dcb8;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .high-color {
  color: #2cb561;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .low-color {
  color: #de2847;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .hammer {
  color: #ffaf1d;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper .ag-cell-value .zero {
  color: #ffaf1d;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell app-auto-complete .autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row.ag-row-odd {
  background-color: #000000;
}
.darkTheme .worksheet .container-fluid .row-content ag-grid-angular .ag-root .ag-body .ag-row.ag-row-even {
  background-color: #18191a;
}

@media (max-height: 740px) {
  .components-section {
    margin-bottom: 0px !important;
  }
}
.workspace-conf-modal {
  color: #343738;
  background-color: #ffffff;
  background-image: url("/assets/images/svg/ondas.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 100vw !important;
  height: 100vh;
  width: 100vw;
  top: 0;
}
.workspace-conf-modal mat-form-field .mat-form-field-label {
  color: inherit;
}
.workspace-conf-modal .mat-dialog-container {
  background: transparent;
}
.workspace-conf-modal .close-button {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 0px;
  border-radius: 50%;
  right: 17px;
  top: 17px;
  position: absolute;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.workspace-conf-modal .close-button .button-text2 {
  font-size: 11px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: 0.2px;
  text-align: left;
  font-weight: 500;
}
.workspace-conf-modal .close-button:hover {
  background-color: #f8f8f8;
}
.workspace-conf-modal .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.workspace-conf-modal .title .title-text {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.workspace-conf-modal .title .title-icon {
  width: 18px;
  height: 18px;
  margin-left: 12px;
  margin-top: -12px;
}
.workspace-conf-modal .components-section {
  margin: 0 auto;
  max-width: 965px;
  margin-bottom: 100px;
}
.workspace-conf-modal .components-section .col-6 {
  display: flex;
  justify-content: center;
}
.workspace-conf-modal .components-section .col-6 mat-icon {
  width: 44px;
  height: 44px;
}
.workspace-conf-modal .components-section .col-6 .title {
  margin-top: 0;
  font-size: 19px;
  font-weight: 500;
}
.workspace-conf-modal .info-text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
.workspace-conf-modal .info-text-bottom {
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.workspace-conf-modal .buttons-section {
  margin-bottom: 140px;
  margin-top: 20px;
}
.workspace-conf-modal .buttons-section button {
  background: #0d3458;
}
.workspace-conf-modal .input-title {
  justify-content: center;
  margin-bottom: 35px;
}
.workspace-conf-modal .input-title .mat-form-field {
  display: unset;
  position: relative;
  font-size: 33px;
  text-align: center;
}
.workspace-conf-modal .input-title .mat-form-field.ng-untouched .mat-form-field-wrapper {
  opacity: 0.4;
}
.workspace-conf-modal .select-pre-built {
  width: 100%;
  height: 208px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding: 20px 15px;
}
.workspace-conf-modal .select-pre-built mat-icon svg #path-default {
  fill: #343738;
  transition: color 0.4s ease;
}
.workspace-conf-modal .select-pre-built .hidden-content {
  visibility: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .workspace-conf-modal .select-pre-built _::-webkit-full-page-media,
  .workspace-conf-modal .select-pre-built _:future,
  .workspace-conf-modal .select-pre-built :root,
  .workspace-conf-modal .select-pre-built #path-default {
    fill: #343738 !important;
  }
}
.workspace-conf-modal .select-pre-built:hover, .workspace-conf-modal .select-pre-built.selected {
  background-color: #fafafa;
  box-shadow: 0px 4px 12px 2px rgba(67, 69, 70, 0.1);
}
.workspace-conf-modal .select-pre-built:hover .hidden-content, .workspace-conf-modal .select-pre-built.selected .hidden-content {
  visibility: visible;
}
.workspace-conf-modal .select-pre-built:hover span, .workspace-conf-modal .select-pre-built.selected span {
  transition: color 0.4s ease;
  color: #343738;
}
.workspace-conf-modal .select-pre-built:hover .mat-icon svg #path-default, .workspace-conf-modal .select-pre-built.selected .mat-icon svg #path-default {
  fill: #343738;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .workspace-conf-modal .select-pre-built:hover _::-webkit-full-page-media,
  .workspace-conf-modal .select-pre-built:hover _:future,
  .workspace-conf-modal .select-pre-built:hover :root,
  .workspace-conf-modal .select-pre-built:hover #path-default, .workspace-conf-modal .select-pre-built.selected _::-webkit-full-page-media,
  .workspace-conf-modal .select-pre-built.selected _:future,
  .workspace-conf-modal .select-pre-built.selected :root,
  .workspace-conf-modal .select-pre-built.selected #path-default {
    fill: #343738 !important;
  }
}

.darkTheme .workspace-conf-modal {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .workspace-conf-modal .close-button:hover {
  background-color: #131415;
}
.darkTheme .workspace-conf-modal .title .title-text {
  color: #f5f5f5;
}
.darkTheme .workspace-conf-modal .buttons-section button {
  background: #2b81f2;
}
.darkTheme .workspace-conf-modal .select-pre-built mat-icon svg #path-default {
  fill: #f5f5f5;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .darkTheme .workspace-conf-modal .select-pre-built _::-webkit-full-page-media,
  .darkTheme .workspace-conf-modal .select-pre-built _:future,
  .darkTheme .workspace-conf-modal .select-pre-built :root,
  .darkTheme .workspace-conf-modal .select-pre-built #path-default {
    fill: #f5f5f5 !important;
  }
}
.darkTheme .workspace-conf-modal .select-pre-built:hover, .darkTheme .workspace-conf-modal .select-pre-built.selected {
  background-color: #121213;
  box-shadow: 0px 4px 12px 2px rgba(236, 236, 236, 0.001);
}
.darkTheme .workspace-conf-modal .select-pre-built:hover span, .darkTheme .workspace-conf-modal .select-pre-built.selected span {
  color: #f5f5f5;
}
.darkTheme .workspace-conf-modal .select-pre-built:hover .mat-icon svg #path-default, .darkTheme .workspace-conf-modal .select-pre-built.selected .mat-icon svg #path-default {
  fill: #f5f5f5;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .darkTheme .workspace-conf-modal .select-pre-built:hover _::-webkit-full-page-media,
  .darkTheme .workspace-conf-modal .select-pre-built:hover _:future,
  .darkTheme .workspace-conf-modal .select-pre-built:hover :root,
  .darkTheme .workspace-conf-modal .select-pre-built:hover #path-default, .darkTheme .workspace-conf-modal .select-pre-built.selected _::-webkit-full-page-media,
  .darkTheme .workspace-conf-modal .select-pre-built.selected _:future,
  .darkTheme .workspace-conf-modal .select-pre-built.selected :root,
  .darkTheme .workspace-conf-modal .select-pre-built.selected #path-default {
    fill: #f5f5f5 !important;
  }
}

.component-selector-input {
  color: #343738;
  position: relative;
  display: inline-block;
  width: 288.6px;
  margin: 20px;
  right: 0;
  top: 0;
  transition: all 500ms linear;
}
.component-selector-input mat-form-field .mat-form-field-label {
  color: inherit;
}
.component-selector-input .erroAtivo {
  font-size: 10px;
  color: #b3292e;
}
.component-selector-input button[mat-mini-fab].mat-accent {
  width: 31.8px;
  height: 31.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -15px;
  font-weight: 300;
}
.component-selector-input button[mat-mini-fab].mat-accent.button-plus {
  background-color: #0d3458;
}
.component-selector-input button[mat-mini-fab].mat-accent.button-plus:after {
  position: relative;
  top: -2px;
  content: "+";
}
.component-selector-input .bg-gradient {
  background: linear-gradient(to left, #1a568a, #0d3458);
  height: 50px;
}
.component-selector-input .component-header-title {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  margin-top: 5px;
  margin-left: 21.8px;
}
.component-selector-input .component-header-size {
  width: 288.6px;
  height: 45.1px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.component-selector-input .component-body-size {
  width: 288.6px;
  height: 101.3px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 2px rgba(52, 55, 56, 0.001);
  display: flex;
  justify-content: center;
}
.component-selector-input .component-body-size mat-form-field.ng-touched + .invalid {
  position: relative;
  font-size: 0.8em;
  color: #343738;
  margin-top: 18px;
}
.component-selector-input .component-body-size mat-form-field.ng-untouched + .invalid {
  position: relative;
  font-size: 0.8em;
  color: #b3292e;
  margin-top: 18px;
}
.component-selector-input .component-body-size .mat-form-field-infix {
  display: flex;
  position: relative;
  flex: auto;
  min-width: 0;
  width: 60%;
  font-size: 14px;
  font-weight: 500;
}
.component-selector-input .component-body-size .mat-form-field-infix .company {
  font-size: 10px;
  text-align: right;
  color: #343738;
  width: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0;
}
.component-selector-input .component-form-size {
  width: 234.5px;
  height: 1px;
  margin-top: 15px;
}
.component-selector-input.button-check button[mat-mini-fab].mat-accent.button-plus {
  background-color: #375d7f;
}
.component-selector-input.button-check button[mat-mini-fab].mat-accent.button-plus:after {
  position: relative;
  top: 0;
  font-size: 20px;
  content: "✓";
}

.darkTheme .component-selector-input {
  color: #f5f5f5;
  position: relative;
  display: inline-block;
  width: 288.6px;
  margin: 20px;
  right: 0;
  top: 0;
  transition: all 500ms linear;
}
.darkTheme .component-selector-input mat-form-field .mat-form-field-label {
  color: inherit;
}
.darkTheme .component-selector-input .erroAtivo {
  font-size: 10px;
  color: #d8353a;
}
.darkTheme .component-selector-input button[mat-mini-fab].mat-accent {
  width: 31.8px;
  height: 31.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -15px;
  font-weight: 300;
}
.darkTheme .component-selector-input button[mat-mini-fab].mat-accent.button-plus {
  background-color: #2b81f2;
}
.darkTheme .component-selector-input button[mat-mini-fab].mat-accent.button-plus:after {
  position: relative;
  top: -2px;
  content: "+";
}
.darkTheme .component-selector-input .bg-gradient {
  background: linear-gradient(to left, #1b1c1c, #18181a);
  height: 50px;
}
.darkTheme .component-selector-input .component-header-title {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  margin-top: 5px;
  margin-left: 21.8px;
}
.darkTheme .component-selector-input .component-header-size {
  width: 288.6px;
  height: 45.1px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.darkTheme .component-selector-input .component-body-size {
  width: 288.6px;
  height: 101.3px;
  background-color: #000000;
  box-shadow: 0px 4px 12px 2px rgba(245, 245, 245, 0.001);
  display: flex;
  justify-content: center;
}
.darkTheme .component-selector-input .component-body-size mat-form-field.ng-touched + .invalid {
  position: relative;
  font-size: 0.8em;
  color: #f5f5f5;
  margin-top: 18px;
}
.darkTheme .component-selector-input .component-body-size mat-form-field.ng-untouched + .invalid {
  position: relative;
  font-size: 0.8em;
  color: #d8353a;
  margin-top: 18px;
}
.darkTheme .component-selector-input .component-body-size .mat-form-field-infix {
  display: flex;
  position: relative;
  flex: auto;
  min-width: 0;
  width: 60%;
  font-size: 14px;
  font-weight: 500;
}
.darkTheme .component-selector-input .component-body-size .mat-form-field-infix .company {
  font-size: 10px;
  text-align: right;
  color: #f5f5f5;
  width: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0;
}
.darkTheme .component-selector-input .component-form-size {
  width: 234.5px;
  height: 1px;
  margin-top: 15px;
}
.darkTheme .component-selector-input.button-check button[mat-mini-fab].mat-accent.button-plus {
  background-color: #1365cc;
}
.darkTheme .component-selector-input.button-check button[mat-mini-fab].mat-accent.button-plus:after {
  position: relative;
  top: 0;
  font-size: 20px;
  content: "✓";
}

.component-blank {
  position: relative;
  display: inline-block;
  width: 288.6px;
  margin: 20px;
  color: #343738;
  background-color: #ffffff;
}
.component-blank .bg-gradient {
  background: linear-gradient(to left, #1a568a, #0d3458);
  height: 50px;
}
.component-blank .component-header-title {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  margin-top: 10px;
  margin-left: 21.8px;
}
.component-blank .component-header-size {
  width: 288.6px;
  height: 45.1px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.component-blank .component-body-size {
  width: 288.6px;
  height: 59.9px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 2px rgba(52, 55, 56, 0.001);
  display: flex;
  justify-content: center;
}
.component-blank button[mat-mini-fab].mat-accent {
  width: 31.8px;
  height: 31.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -15px;
  font-weight: 300;
}
.component-blank button[mat-mini-fab].mat-accent.button-plus {
  background-color: #0d3458;
}
.component-blank button[mat-mini-fab].mat-accent.button-plus:after {
  position: relative;
  top: -2px;
  content: "+";
}
.component-blank button[mat-mini-fab].mat-accent.button-check {
  background-color: #375d7f;
}
.component-blank button[mat-mini-fab].mat-accent.button-check:after {
  position: relative;
  top: 0;
  font-size: 20px;
  content: "✓";
}

.darkTheme .component-blank {
  color: #f5f5f5;
  background: transparent;
}
.darkTheme .component-blank .bg-gradient {
  background: linear-gradient(to left, #1b1c1c, #18181a);
}
.darkTheme .component-blank .component-header-title {
  color: #f5f5f5;
}
.darkTheme .component-blank .component-body-size {
  background-color: #000000;
  box-shadow: 0px 4px 12px 2px rgba(245, 245, 245, 0.001);
}
.darkTheme .component-blank button[mat-mini-fab].mat-accent.button-plus {
  background-color: #2b81f2;
}
.darkTheme .component-blank button[mat-mini-fab].mat-accent.button-check {
  background-color: #1365cc;
}

.component-selector-select {
  color: #343738;
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: 288.6px;
  margin: 20px;
  right: 0;
  top: 0;
  transition: all 500ms linear;
}
.component-selector-select mat-form-field .mat-form-field-label {
  color: inherit;
}
.component-selector-select .cdk-overlay-pane {
  transform: none !important;
}
.component-selector-select .cdk-overlay-pane .mat-select-content {
  padding: 5px;
  width: 234.5px;
}
.component-selector-select .cdk-overlay-pane .mat-select-panel {
  margin-top: 20px;
}
.component-selector-select .cdk-overlay-pane .ng-trigger {
  min-width: 234.5px !important;
}
.component-selector-select .cdk-overlay-pane .first-option .mat-pseudo-checkbox {
  display: none;
}
.component-selector-select .cdk-overlay-pane .mat-option-text {
  width: 120px;
}
.component-selector-select .cdk-overlay-pane .cdk-overlay-connected-position-bounding-box {
  transform: none;
}
.component-selector-select .bg-gradient {
  background: linear-gradient(to left, #1a568a, #0d3458);
  height: 50px;
}
.component-selector-select .component-header-title {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  margin-top: 5px;
  margin-left: 21.8px;
}
.component-selector-select .component-header-size {
  width: 288.6px;
  height: 45.1px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.component-selector-select .component-body-size {
  width: 288.6px;
  height: 101.3px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 2px rgba(52, 55, 56, 0.001);
  display: flex;
  justify-content: center;
}
.component-selector-select .component-body-size .component-form-size {
  width: 234.5px;
  height: 1px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}
.component-selector-select button[mat-mini-fab].mat-accent {
  width: 31.8px;
  height: 31.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -15px;
  font-weight: 300;
}
.component-selector-select button[mat-mini-fab].mat-accent.button-plus {
  background-color: #0d3458;
}
.component-selector-select button[mat-mini-fab].mat-accent.button-plus:after {
  position: relative;
  top: -2px;
  content: "+";
}
.component-selector-select button[mat-mini-fab].mat-accent.button-check {
  background-color: #375d7f;
}
.component-selector-select button[mat-mini-fab].mat-accent.button-check:after {
  position: relative;
  top: 0;
  font-size: 20px;
  content: "✓";
}
.component-selector-select .cdk-overlay-connected-position-bounding-box .mat-select-panel mat-option .mat-option-text .search-icon {
  margin-right: 5px;
}
.component-selector-select .cdk-overlay-connected-position-bounding-box .mat-select-panel mat-option .mat-option-text .input-option {
  font-size: 14px;
  color: #343738;
}
.component-selector-select .cdk-overlay-connected-position-bounding-box .mat-select-panel mat-option .mat-option-text .option-select {
  font-size: 14px;
  color: #343738;
}
.component-selector-select mat-form-field.component-form-size mat-select.select-multiple-auto .mat-select-value {
  text-overflow: unset;
}
.component-selector-select mat-form-field.component-form-size mat-select.select-multiple-auto .mat-select-value .mat-select-value-text {
  visibility: hidden;
}
.component-selector-select mat-form-field.component-form-size.existValue .mat-select-arrow-wrapper {
  top: -7px;
}
.component-selector-select mat-form-field.component-form-size.existValue .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333333%;
  color: inherit;
}
.component-selector-select mat-form-field.component-form-size .mat-form-field-wrapper .mat-form-field-flex {
  margin-bottom: -13px;
}

.component-selector-select-mat-option.option-select {
  font-size: 14px;
  color: #343738;
}
.component-selector-select-mat-option mat-icon.search-icon {
  margin-right: 5px;
}
.component-selector-select-mat-option .input-option {
  font-size: 14px;
  color: #343738;
  padding-left: 15px;
}
.component-selector-select-mat-option.mat-option.mat-selected {
  color: unset !important;
}
.component-selector-select-mat-option .mat-pseudo-checkbox {
  width: 17px;
  height: 17px;
}
.component-selector-select-mat-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background: #343738;
}
.component-selector-select-mat-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked .mat-option-text {
  font-weight: bold !important;
}

.mat-select-panel {
  margin-top: 44px !important;
  margin-left: 10px !important;
}

.mat-select-selector-select {
  margin-top: 70px !important;
}

.modal-open .modal {
  margin-top: -78px !important;
  margin-left: -174px !important;
}

.darkTheme .component-selector-select {
  color: #f5f5f5;
  background: transparent;
}
.darkTheme .component-selector-select .bg-gradient {
  background: linear-gradient(to left, #1b1c1c, #18181a);
}
.darkTheme .component-selector-select .component-header-title {
  color: #f5f5f5;
}
.darkTheme .component-selector-select .component-body-size {
  background-color: #000000;
  box-shadow: 0px 4px 12px 2px rgba(245, 245, 245, 0.001);
}
.darkTheme .component-selector-select button[mat-mini-fab].mat-accent.button-plus {
  background-color: #2b81f2;
}
.darkTheme .component-selector-select button[mat-mini-fab].mat-accent.button-check {
  background-color: #1365cc;
}
.darkTheme .component-selector-select .cdk-overlay-connected-position-bounding-box .mat-select-panel mat-option .mat-option-text .input-option {
  color: #f5f5f5;
}
.darkTheme .component-selector-select .cdk-overlay-connected-position-bounding-box .mat-select-panel mat-option .mat-option-text .option-select {
  color: #f5f5f5;
}
.darkTheme .component-selector-select-mat-option.option-select {
  color: #f5f5f5;
}
.darkTheme .component-selector-select-mat-option .input-option {
  color: #f5f5f5;
}
.darkTheme .component-selector-select-mat-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background: #1f2021;
}

.bookOffers {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #343738;
  background-color: #ffffff;
}
.bookOffers .component-header {
  max-height: 32px;
  cursor: all-scroll;
}
.bookOffers .component-header,
.bookOffers .component-content {
  flex: 1;
}
.bookOffers .component-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.bookOffers .book-wrapper {
  flex: 1;
  min-height: 0;
}
.bookOffers .mat-tab-group {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bookOffers .mat-tab-body-wrapper {
  flex: 1;
}
.bookOffers .cursor {
  cursor: pointer;
}
.bookOffers .empty {
  margin-top: 100px;
  text-align: center;
  font-size: 12px;
}
.bookOffers .spinner {
  position: fixed;
  top: 60%;
  left: 40%;
}
.bookOffers.has-msg {
  height: 60px;
}
.bookOffers .no-data-msg {
  padding-top: 57px;
  text-align: center;
  font-size: 10px;
}
.bookOffers .header-table {
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding-right: 10px;
}
.bookOffers .header-table > div {
  text-align: center;
}
.bookOffers .header-table .line {
  display: flex;
  padding-top: 9px;
  padding-bottom: 5px;
  background: #ffffff;
}
.bookOffers .header-table .line .padding-number {
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.bookOffers .header-table .line .padding-number.qtd {
  width: 13.6%;
  min-width: 13.6%;
}
.bookOffers .header-table .line .padding-number.sale {
  width: 21%;
  min-width: 21%;
  padding: 0;
  text-align: center;
}
.bookOffers .header-table .line .padding-number.aggregate {
  text-align: center;
  padding-right: 0px;
}
.bookOffers .header-table .line .padding-number.aggregate.qtd {
  width: 20%;
  min-width: 20%;
}
.bookOffers .header-table .line .padding-number.aggregate.qtd.last {
  border-right: unset;
}
.bookOffers .header-table .line .padding-number.aggregate.sale {
  width: 30%;
  min-width: 30%;
}
.bookOffers .header-table .line .numberAlignAgr {
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.bookOffers .header-table .line .numberAlignAgr:last-child {
  border-right: unset;
}
.bookOffers .header-table .line .padding-broker {
  padding-left: 8.2px;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
  width: 15.8% !important;
  min-width: 15.8% !important;
}
.bookOffers .header-table .line .padding-broker.left {
  text-align: left;
}
.bookOffers .header-table .line .padding-broker.right {
  text-align: center;
  padding: 0;
  padding-right: 7px;
  border: unset;
}
.bookOffers .header-table .line .padding-right-sell {
  text-align: right;
  padding-left: 3px;
  padding-right: 5.2px;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.bookOffers .table-book {
  padding-right: 6px;
  min-height: 243px;
  margin-top: 30px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.bookOffers .table-book table {
  width: 100%;
  font-size: 14px;
  line-height: 2;
  overflow-y: auto;
  margin-top: -6;
}
.bookOffers .table-book table thead {
  line-height: 1;
}
.bookOffers .table-book table thead th {
  border-right: 2px rgba(52, 55, 56, 0.2) solid;
  color: #343738;
  height: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 900;
}
.bookOffers .table-book table thead th:last-child {
  border-right: none;
}
.bookOffers .table-book table tbody td {
  text-align: center;
  height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  color: #343738;
}
.bookOffers .table-book table tbody .padding-broker {
  padding-top: 6px;
  padding-left: 3.2px;
  text-align: left;
}
.bookOffers .table-book table tbody .padding-broker.broker-l {
  width: 15.8% !important;
  min-width: 15.8% !important;
}
.bookOffers .table-book table tbody .padding-broker.broker-l span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 16% !important;
}
.bookOffers .table-book table tbody .padding-broker.borker-r {
  padding-right: 0;
}
.bookOffers .table-book table tbody .padding-broker.borker-r span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 12% !important;
}
.bookOffers .table-book table tbody .padding-number {
  text-align: center;
}
.bookOffers .table-book table tbody .padding-number.qtd {
  width: 13%;
  min-width: 13%;
}
.bookOffers .table-book table tbody .padding-number.aggregate.qtd {
  width: 17.6%;
  min-width: 17.6%;
}
.bookOffers .table-book table tbody .aggressor {
  background-color: unset;
  width: 23%;
  text-align: center;
}
.bookOffers .table-book table tbody .aggressor.buy {
  color: #f1ac23 !important;
}
.bookOffers .table-book table tbody .aggressor.sell {
  color: #426f47 !important;
}
.bookOffers .table-book table tbody .aggressor:hover {
  cursor: pointer !important;
}
.bookOffers .table-book table tbody .aggressor.aggregate {
  width: 30%;
}

.darkTheme .bookOffers {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .bookOffers .component-header {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .bookOffers .header-table {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .bookOffers .header-table .line {
  background: #000000;
}
.darkTheme .bookOffers .header-table .line .padding-number {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .bookOffers .header-table .line .numberAlignAgr {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .bookOffers .header-table .line .padding-broker {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .bookOffers .header-table .line .padding-right-sell {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .bookOffers .table-book {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .bookOffers .table-book table thead th {
  border-right: 2px rgba(24, 25, 26, 0.2) solid;
  color: #f5f5f5;
}
.darkTheme .bookOffers .table-book table tbody td {
  color: #f5f5f5;
}
.darkTheme .bookOffers .table-book table tbody .aggressor.buy {
  color: #f5c055 !important;
}
.darkTheme .bookOffers .table-book table tbody .aggressor.sell {
  color: #55955c !important;
}

.custom-offset {
  margin-top: 3px; /* Ajusta offset vertical */
}

.autoComplete {
  height: 20px;
}
.autoComplete .mat-form-field {
  height: 100%;
}
.autoComplete .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0px !important;
  height: 100%;
}
.autoComplete .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  display: flex;
  align-items: center;
  height: 100%;
}
.autoComplete .active {
  text-transform: uppercase;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #343738;
  font-family: "Roboto";
}
.autoComplete .invalid {
  height: 11px;
  font-size: 9px;
  font-weight: 500;
  margin-left: 5px;
  color: #b3292e;
  margin-bottom: 7px;
}
.autoComplete .mat-autocomplete-panel.mat-autocomplete-visible {
  margin-top: -20px;
  right: 55px;
}
.autoComplete .mat-form-field-infix {
  max-width: 80px;
}
.autoComplete .mat-input-element {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.autoComplete mat-form-field.input-invalid input {
  color: #b3292e;
}
.autoComplete mat-form-field.input-invalid .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #b3292e;
}
.autoComplete mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #b3292e;
  background-image: unset;
}
.autoComplete mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #b3292e;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset !important;
  background-image: unset !important;
}
.autoComplete .searchIcon {
  height: 10px;
  position: relative;
  top: 9px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0 !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset !important;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
.autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #343738;
}

.mat-autocomplete-panel.worksheetClass {
  width: 70%;
}
.mat-autocomplete-panel.worksheetClass .mat-option {
  height: 30px;
  font-size: 12px;
  border-bottom: 1px solid rgba(52, 55, 56, 0.1);
  color: #343738;
}

.darkTheme .autoComplete .active {
  color: #f5f5f5;
}
.darkTheme .autoComplete .invalid {
  color: #d8353a;
}
.darkTheme .autoComplete mat-form-field.input-invalid input {
  color: #d8353a;
}
.darkTheme .autoComplete mat-form-field.input-invalid .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #d8353a;
}
.darkTheme .autoComplete mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #d8353a;
}
.darkTheme .autoComplete mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d8353a;
}
.darkTheme .autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .autoComplete mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #f5f5f5;
}
.darkTheme .mat-autocomplete-panel.worksheetClass .mat-option {
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
  color: #f5f5f5;
}

.quick-search-autocomplete-panel {
  max-width: unset;
}

.quickSearchAutoComplete {
  color: #343738;
}
.quickSearchAutoComplete .mat-form-field-infix input {
  margin-left: -40px !important;
  padding-left: 40px !important;
  text-transform: uppercase;
}
.quickSearchAutoComplete .active {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.21;
  text-align: left;
  color: #343738;
  overflow: hidden;
  height: 24px;
}
.quickSearchAutoComplete .invalid {
  height: 11px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  margin-left: 5px;
  color: #b3292e;
}
.quickSearchAutoComplete .search-icon {
  position: relative;
  width: 18px;
  height: 18px;
}
.quickSearchAutoComplete .search-icon svg path {
  fill: #343738;
  stroke: #343738;
}
.quickSearchAutoComplete .bar {
  height: 38px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  right: 10px;
  top: 10px;
  margin: 0px !important;
  font-size: 14px;
  line-height: 1.14;
}
.quickSearchAutoComplete .bar .bar-search-anime {
  max-width: 0px;
  transition-property: max-width;
  transition-duration: 0.5s;
}
.quickSearchAutoComplete .bar .cursor-pointer {
  cursor: pointer;
}
.quickSearchAutoComplete .bar-focused {
  transition: border 500ms linear 200ms;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  right: 10px;
  top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid #f6f6f6;
}
.quickSearchAutoComplete .bar-focused .bar-search-anime {
  max-width: 100%;
  transition-property: max-width;
  transition-duration: 1.5s;
}
.quickSearchAutoComplete .placeholder {
  color: #f6f6f6;
  font-size: 14px;
  align-items: center;
  height: 50px;
  display: flex;
  text-align: center;
  padding-top: 0px;
}
.quickSearchAutoComplete .mat-form-field-appearance-legacy .mat-form-field-underline {
  border-bottom: 0px;
  height: 0px;
}
.quickSearchAutoComplete .mat-form-field-appearance-legacy .mat-form-field-underline .mat-form-field-ripple {
  border-bottom: 0px;
  height: 0px;
}
.quickSearchAutoComplete .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 2px;
  padding-left: 10px;
}
.quickSearchAutoComplete .mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  margin-top: 3px;
  border-top: 0;
  width: 100%;
}
.quickSearchAutoComplete .mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  padding-top: 0px;
}

.darkTheme .quickSearchAutoComplete {
  color: #343738;
}
.darkTheme .quickSearchAutoComplete .active {
  color: #343738;
}
.darkTheme .quickSearchAutoComplete .invalid {
  color: #b3292e;
}
.darkTheme .quickSearchAutoComplete .search-icon svg path {
  fill: #343738;
  stroke: #343738;
}
.darkTheme .quickSearchAutoComplete .bar-focused {
  border: 1px solid #f6f6f6;
}
.darkTheme .quickSearchAutoComplete .placeholder {
  color: #f6f6f6;
}

body {
  background: #f6f6f6;
}
body .wrapper {
  display: block;
}
body .wrapper .content {
  position: absolute;
  top: 91px;
  width: calc(100% - 1px);
  height: calc(100% - 120px) !important;
  background-color: #f6f6f6;
  transition: width 0.5 linear;
  transition: margin-left 0.5 linear;
}
body .wrapper .content .spinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wrapper .content .gridster {
  width: 100% !important;
  height: 102% !important;
}
body .disable-wks-change {
  cursor: not-allowed !important;
}
body .disable-wks-change:active {
  pointer-events: none;
}

@media only screen and (max-height: 1024px) {
  body .wrapper .content {
    height: calc(100% - 120px) !important;
  }
}
@media only screen and (max-height: 900px) {
  body .wrapper .content {
    height: calc(100% - 112px) !important;
  }
}
@media only screen and (max-height: 768px) {
  body .wrapper .content {
    height: calc(100% - 105px) !important;
  }
}
body.darkTheme {
  background-color: #18191a;
}
body.darkTheme .wrapper .content {
  background-color: #18191a;
}

.cdk-overlay-container .cdk-overlay-pane .select-profile {
  margin-top: 15px !important;
}
.cdk-overlay-container .cdk-overlay-pane .select-profile mat-icon {
  height: 16px;
  width: 16px;
}
.cdk-overlay-container .cdk-overlay-pane .select-profile mat-icon svg {
  width: 16px;
  height: 16px;
  fill: #343738;
}

.sidebar-bar {
  font-size: 12px;
  color: #343738;
  align-items: center;
  min-height: 40px;
  padding-left: 18px;
  background: #ffffff;
}
.sidebar-bar mat-icon {
  height: 16px;
  width: 16px;
}
.sidebar-bar mat-icon svg {
  width: 16px;
  height: 16px;
  fill: #343738;
}
.sidebar-bar .mat-select-panel {
  position: absolute !important;
  top: 77px !important;
}
.sidebar-bar .row {
  align-items: center;
}
.sidebar-bar .box-user {
  height: 40px;
  max-width: 305px;
}
.sidebar-bar .box-user .spinner {
  margin-top: 6px;
}
.sidebar-bar .box-user .broker {
  padding-left: 15px !important;
  padding-top: 3px !important;
  align-items: center;
  display: flex;
}
.sidebar-bar .box-user .broker .photo {
  float: left;
  text-align: center;
  width: 30px;
  height: 30px;
  padding-top: 3px;
}
.sidebar-bar .box-user .broker .photo .picture {
  font-size: 10px;
  color: #343738;
  text-align: center;
  text-transform: uppercase;
  padding-top: 4px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid rgba(52, 55, 56, 0.5);
  background: #f6f6f6;
}
.sidebar-bar .box-user .broker .photo img {
  width: 25px;
}
.sidebar-bar .box-user .broker .profile {
  font-size: 10px;
  float: left;
  width: calc(100% - 140px);
  padding-left: 2px;
}
.sidebar-bar .box-user .broker .profile.market-data {
  width: calc(100% - 32px);
}
.sidebar-bar .box-user .broker .profile .offline {
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar-bar .box-user .broker .profile .name {
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar-bar .box-user .broker .profile .suitability {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar-bar .box-user .broker .profile .suitability.blue {
  color: #3a6da8;
  padding: 0px;
}
.sidebar-bar .box-user .broker .profile .suitability.yellow {
  color: #f4e42d;
  padding: 0px;
}
.sidebar-bar .box-user .broker .profile .suitability.purple {
  color: #ae28a9;
  padding: 0px;
}
.sidebar-bar .box-user .broker .profile .suitability.orange {
  color: #e67924;
  padding: 0px;
}
.sidebar-bar .box-user .broker .profile .suitability.red {
  color: #8e5dd9;
  padding: 0px;
}
.sidebar-bar .box-user .broker .arrow {
  text-align: center;
}
.sidebar-bar .box-user .broker .arrow mat-icon {
  cursor: pointer;
}
.sidebar-bar .box-user .broker .arrow mat-icon svg {
  width: 10.5px;
  height: unset;
}
.sidebar-bar .box-user .broker .bottom {
  float: left;
  width: 110px;
}
.sidebar-bar .box-user .broker .bottom div {
  float: left;
}
.sidebar-bar .box-user .broker .bottom .icon {
  width: 23px;
  text-align: center;
}
.sidebar-bar .box-user .broker .bottom .btn-send {
  cursor: pointer;
  line-height: 11.2px;
  width: calc(100% - 25px);
}
.sidebar-bar .box-user .broker .bottom .btn-send span {
  font-size: 10px;
  color: #b3292e;
}
.sidebar-bar .box-user .broker .account .mat-form-field {
  max-width: 101px;
  width: 100%;
  height: 32px;
  font-size: 10px;
}
.sidebar-bar .box-user .broker .account .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
.sidebar-bar .box-user .broker .account .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  background: unset;
}
.sidebar-bar .box-user .broker .account .mat-form-field .mat-form-field-wrapper .mat-form-field-label {
  font-weight: bold;
  color: #343738;
}
.sidebar-bar .box-user .broker .account .mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  bottom: 0;
}
.sidebar-bar .box-user .broker .account .mat-form-field .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  height: 0;
}
.sidebar-bar .box-user .broker .account .mat-form-field .mat-form-field-wrapper .mat-form-field-underline::before {
  height: 0;
}
.sidebar-bar .box-news {
  padding: 10px 10px 0px 10px;
  height: 40px;
}
@media (min-width: 768px) {
  .sidebar-bar .box-news.width-name {
    max-width: calc(100% - 323px);
  }
}
@media (max-width: 700px) {
  .sidebar-bar .box-news {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .sidebar-bar .box-news {
    max-width: calc(100% - 240px);
  }
}
.sidebar-bar .box-news .spinner {
  margin-top: -4px;
}
.sidebar-bar .box-news .news-not-found {
  text-align: center;
}
.sidebar-bar .box-news .title {
  font-weight: 600;
  color: #0d3458;
  padding-right: 0px;
  width: 90px;
  float: left;
}
.sidebar-bar .box-news .news {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar-bar .box-news .news div {
  display: inline-block;
}
.sidebar-bar .box-news .news div.first-animation {
  padding-left: 1em;
  animation: marquee 100s linear forwards;
  animation-delay: 1s;
}
.sidebar-bar .box-news .news div.continuous-animation {
  padding-left: 100%;
  animation: marquee 100s linear infinite;
}
.sidebar-bar .box-news .news div:hover {
  animation-play-state: paused;
}
.sidebar-bar .box-news .news div span {
  cursor: pointer;
  margin-left: 20px;
}
.sidebar-bar .box-news .network {
  font-size: 16px;
  color: #f6f6f6;
  text-align: center;
  padding: 8px 0px;
  margin-top: -10px;
  margin-left: -14px;
  margin-right: -14px;
  background: #b3292e;
}
.sidebar-bar .box-news .network.bg-green {
  background: #216b49;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.darkTheme .cdk-overlay-container .cdk-overlay-pane .select-profile mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .sidebar-bar {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .sidebar-bar mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .sidebar-bar .box-user .broker .photo .picture {
  color: #f5f5f5;
  border: 1px solid rgba(245, 245, 245, 0.5);
  background: #18191a;
}
.darkTheme .sidebar-bar .box-user .broker .profile .suitability.blue {
  color: #7bb7ff;
}
.darkTheme .sidebar-bar .box-user .broker .profile .suitability.yellow {
  color: #ede051;
}
.darkTheme .sidebar-bar .box-user .broker .profile .suitability.purple {
  color: #d931d3;
}
.darkTheme .sidebar-bar .box-user .broker .profile .suitability.orange {
  color: #ff923c;
}
.darkTheme .sidebar-bar .box-user .broker .profile .suitability.red {
  color: #9862eb;
}
.darkTheme .sidebar-bar .box-user .broker .bottom .btn-send span {
  color: #d8353a;
}
.darkTheme .sidebar-bar .box-user .broker .account .mat-form-field .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .sidebar-bar .box-news .title {
  color: #2b81f2;
}
.darkTheme .sidebar-bar .box-news .network {
  color: #18191a;
  background: #d8353a;
}
.darkTheme .sidebar-bar .box-news .network.bg-green {
  background: #3ab27b;
}

.cdk-overlay-container .buy-sell-options {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
  max-height: 200px !important;
}

.billetTooltip {
  white-space: pre-line !important;
}

.header-bar-component {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  font-size: 12px;
  z-index: 9;
  box-shadow: 0px 4px 2px 2px rgba(52, 55, 56, 0.05);
}
.header-bar-component .row {
  align-items: center;
}
.header-bar-component .line {
  height: 1px;
  margin: 8px 0px;
  background: #f6f6f6;
}
.header-bar-component .float-r {
  float: right;
}
.header-bar-component .mat-select .mat-select-arrow,
.header-bar-component .mat-select .mat-select-value {
  color: #343738;
}
.header-bar-component .navbar {
  color: #ffffff;
  background: #292c2d;
  padding-right: 5px;
}
.header-bar-component .navbar mat-icon {
  height: 16px;
  width: 16px;
}
.header-bar-component .navbar mat-icon svg {
  width: 16px;
  height: 16px;
  fill: #f6f6f6;
}
.header-bar-component .navbar .navbar-brand {
  max-width: 105px;
}
.header-bar-component .navbar .navbar-brand.logo {
  background-image: url("/assets/images/clients/stonex/logo-workspace.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position: center;
  background-origin: content-box;
  background-position: 0px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
}
.header-bar-component .navbar .navbar-toggler {
  border: 1px solid #f6f6f6;
}
.header-bar-component .navbar .left-menu .box-menu {
  min-width: 146px;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item {
  min-width: 90px;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu a {
  color: #f6f6f6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 16px;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu a:hover {
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .header-bar-component .navbar .left-menu .box-menu .nav-item.menu a {
    padding-left: 16px;
  }
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu a span {
  padding-left: 6px;
  padding-right: 4px;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu {
  border: none;
  min-width: 280px;
  padding: 16px 8px;
  border-radius: 5px;
  cursor: context-menu;
  box-shadow: 0px 4px 2px 2px rgba(52, 55, 56, 0.05);
  background: #ffffff;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu mat-icon svg {
  fill: #343738;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown {
  font-size: 14px;
  font-weight: 500;
  color: #0d3458;
  padding-left: 10px;
  padding-right: 10px;
  cursor: no-drop;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .title {
  float: left;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .line {
  height: 2px;
  background: #375d7f;
  width: 57%;
  float: right;
  margin-top: 10px;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .line.w-53 {
  width: 53%;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .line.w-65 {
  width: calc(100% - 85px);
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .line.w-67 {
  width: calc(100% - 80px);
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .line.w-70 {
  width: calc(100% - 75px);
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .line.w-72 {
  width: calc(100% - 70px);
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .line.w-77 {
  width: calc(100% - 55px);
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #343738 !important;
  padding: 7px 19px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-item mat-icon {
  overflow: initial;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-item .action-hover {
  display: none;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-item:hover {
  color: #f6f6f6 !important;
  background: #0d3458;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-item:hover mat-icon svg {
  fill: #f6f6f6 !important;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-item:hover .action-hover {
  font-size: 10px;
  font-weight: 500;
  color: #343738;
  width: 47px;
  float: right;
  display: block;
  padding: 0;
  border-radius: 6px;
  background: #f6f6f6;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-item:hover .action-hover .mat-icon svg {
  text-align: right;
  width: 11px;
  height: 11px;
  fill: #343738 !important;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-submenu {
  position: relative;
  font-size: 14px;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 40%;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-submenu:hover .dropdown-menu, .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-submenu:focus .dropdown-menu {
  display: flex;
  flex-direction: column;
  position: absolute !important;
  margin-top: -43px;
  left: 100%;
}
@media (max-width: 1024px) {
  .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-submenu {
    width: auto;
  }
  .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-submenu a::after {
    transform: rotate(180deg);
    position: absolute;
    right: 19px;
    top: 22px;
  }
  .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-submenu:hover .dropdown-menu, .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-submenu:focus .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: relative !important;
    margin-top: 0px;
    left: 0%;
  }
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action {
  border-radius: 4px;
  min-width: 130px;
  max-width: 130px;
  background: #375d7f;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action mat-icon svg {
  fill: #f6f6f6;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action input {
  background: unset;
  border: unset;
  color: #f6f6f6;
  width: 90%;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action:hover {
  background: #042a4c;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu {
  background: #0d3458;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .header-dropdown {
  color: #f6f6f6;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .header-dropdown .line {
  background: #f8f8f8;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .dropdown-item {
  color: #f6f6f6 !important;
  background: #0d3458;
  padding: 7px 15px;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .dropdown-item.list-selected {
  background: rgba(55, 93, 127, 0.6);
  border-radius: 5px;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .dropdown-item:hover {
  color: #f1f1f1 !important;
  background: #042a4c;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .btn-add button {
  font-size: 13px;
  font-weight: 600;
  color: #f6f6f6;
  width: 100%;
  height: 34px;
  border: unset;
  border-radius: 5px;
  background: #0d3458;
  cursor: pointer;
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .btn-add button:hover {
  background: rgba(4, 42, 76, 0.6);
}
.header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .btn-add button span {
  padding-left: 8px;
}
.header-bar-component .navbar .right-menu {
  width: 100%;
}
.header-bar-component .navbar .right-menu .form-inline {
  text-align: center;
}
.header-bar-component .navbar .right-menu .form-inline .box-billet {
  text-align: center;
  max-height: 34px;
}
.header-bar-component .navbar .right-menu .form-inline .box-billet .btn {
  font-size: 10px;
  text-transform: uppercase;
  padding: 0px 8px;
  padding-top: 1px;
  width: 59px;
  height: 18px;
  font-weight: bold;
  color: #f6f6f6;
}
.header-bar-component .navbar .right-menu .form-inline .box-billet .btn.buy {
  background: #f1ac23;
  margin-right: 5px;
}
.header-bar-component .navbar .right-menu .form-inline .box-billet .btn.sell {
  background: #426f47;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils {
  padding-right: 0;
  max-height: 34px;
  min-width: 150px;
  width: 100%;
  max-width: 200px;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils.box-transition {
  min-width: 226px;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .clock .icons {
  display: contents;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .clock span {
  margin-left: 5px;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .clock.clock-transition {
  margin-top: -8px;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .status {
  margin-top: 6px;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .status.status-transition {
  margin-top: -5px;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .status .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-bottom: 5px;
  background: #444b4e;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .status .circle.circle-red-icon {
  animation: flash-red-light 1s ease infinite;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .status .circle.circle-green-icon {
  background: #216b49;
  box-shadow: 0px 0px 0px 3px rgba(21, 92, 59, 0.2), 0px 0px 0px 5px rgba(21, 92, 59, 0.1);
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .status .circle.circle-yellow-icon {
  background: #f5a81b;
  box-shadow: 0px 0px 0px 3px rgba(204, 140, 4, 0.2), 0px 0px 0px 5px rgba(204, 140, 4, 0.1);
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .photo {
  margin-top: 2px;
  cursor: pointer;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .photo.photo-transition {
  margin-top: -10px;
}
.header-bar-component .navbar .right-menu .form-inline .box-utils .photo .picture {
  font-size: 10px;
  color: #343738;
  padding-left: 1px;
  padding-top: 6px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #f6f6f6;
  text-transform: uppercase;
}
.header-bar-component .navbar .right-menu .form-inline .transition {
  font-weight: bold;
  text-align: left;
  padding: 0;
  padding-left: 4px;
  max-width: 92px;
  min-width: 92px;
  margin-right: -5px;
  margin-left: -9px;
  height: 50px;
  margin-top: -8px;
  line-height: 1.2;
  cursor: pointer;
  color: #f6f6f6;
  background: #2f4827;
}
.header-bar-component .navbar .right-menu .form-inline .transition a {
  color: unset;
}
.header-bar-component .navbar .right-menu .form-inline .transition svg {
  stroke: currentColor;
}
.header-bar-component .navbar .right-menu .form-inline .transition .name-mini {
  font-size: 10px;
}
.header-bar-component .navbar .right-menu .form-inline .transition .name-small {
  font-size: 11px;
  text-transform: uppercase;
}
.header-bar-component .navbar .right-menu .form-inline .transition .name {
  font-size: 14px;
  text-transform: uppercase;
}
.header-bar-component .navbar .right-menu .form-inline .transition .name.big {
  font-size: 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-bar-component .display-none,
  .header-bar-component .mat-icon {
    display: none;
  }
  .header-bar-component .clock span {
    display: none;
  }
  .header-bar-component .clock .icons {
    display: contents !important;
  }
  .header-bar-component .navbar .left-menu .box-menu .nav-item {
    max-width: 108px;
  }
  .header-bar-component .navbar .left-menu .box-menu .nav-item.action > a > .mat-icon {
    display: none;
  }
  .header-bar-component .navbar .left-menu .box-menu .nav-item.menu a {
    padding-left: 0px;
  }
  .header-bar-component .navbar .left-menu .box-menu .nav-item .mat-icon {
    display: inline-block;
  }
  .header-bar-component .navbar .right-menu .form-inline .box-utils {
    min-width: 100px;
  }
  .header-bar-component .navbar .right-menu .form-inline .box-utils .clock {
    max-width: 60px;
  }
  .header-bar-component .navbar .right-menu .form-inline .box-utils .status {
    margin-right: 6px;
  }
}
@media (max-width: 991px) {
  .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action {
    max-width: 200px;
  }
}

.darkTheme .header-bar-component {
  box-shadow: 0px 4px 2px 2px rgba(24, 25, 26, 0.05);
}
.darkTheme .header-bar-component .mat-select .mat-select-arrow,
.darkTheme .header-bar-component .mat-select .mat-select-value {
  color: #f5f5f5;
}
.darkTheme .header-bar-component .navbar {
  background: #1b1c1d;
}
.darkTheme .header-bar-component .navbar .navbar-toggler {
  border: 1px solid #18191a;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu {
  box-shadow: 0px 4px 2px 2px rgba(24, 25, 26, 0.05);
  background: #000000;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .header-dropdown .line {
  background: #1365cc;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu .dropdown-menu .dropdown-item {
  color: #f5f5f5 !important;
  background: #000000;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action {
  background: #1365cc;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action:hover {
  background: #4698ff;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu {
  background: #2b81f2;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .header-dropdown .line {
  background: #f8f8f8;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .dropdown-item {
  background: #2b81f2;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .dropdown-item.list-selected {
  background: rgba(19, 101, 204, 0.6);
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .dropdown-item:hover {
  background: #4698ff;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .btn-add button {
  background: #2b81f2;
}
.darkTheme .header-bar-component .navbar .left-menu .box-menu .nav-item.menu.action .dropdown-menu .btn-add button:hover {
  background: rgba(70, 152, 255, 0.6);
}
.darkTheme .header-bar-component .navbar .right-menu .form-inline .box-billet .btn.buy {
  background: #f5c055;
}
.darkTheme .header-bar-component .navbar .right-menu .form-inline .box-billet .btn.sell {
  background: #55955c;
}
.darkTheme .header-bar-component .navbar .right-menu .form-inline .box-utils .status .circle {
  background: #6c7072;
}
.darkTheme .header-bar-component .navbar .right-menu .form-inline .box-utils .status .circle.circle-green-icon {
  background: #3ab27b;
  box-shadow: 0px 0px 0px 3px rgba(88, 203, 150, 0.2), 0px 0px 0px 5px rgba(88, 203, 150, 0.1);
}
.darkTheme .header-bar-component .navbar .right-menu .form-inline .box-utils .status .circle.circle-yellow-icon {
  background: #ffaf1d;
  box-shadow: 0px 0px 0px 3px rgba(255, 196, 56, 0.2), 0px 0px 0px 5px rgba(255, 196, 56, 0.1);
}
.darkTheme .header-bar-component .navbar .right-menu .form-inline .box-utils .photo .picture {
  color: #f8f8f8;
  background: #18191a;
}
.darkTheme .header-bar-component .navbar .right-menu .form-inline .transition {
  color: #f5f5f5;
  background: #597a4e;
}

.footer {
  height: 45px;
  width: 100%;
  color: #343738;
  background-color: #ffffff;
  bottom: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  transition: height 0.2s linear, bottom 0.2s linear;
  z-index: 1;
}
.footer .btn-buy,
.footer .btn-sell {
  color: #f6f6f6;
  font-weight: bold;
  width: 185px;
  height: 45px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.footer .btn-buy .icon,
.footer .btn-sell .icon {
  width: 25px;
  height: 25px;
  margin-right: 12.5px;
}
.footer .btn-buy .font,
.footer .btn-sell .font {
  font-size: 16px;
  font-weight: bold;
}
.footer .btn-buy {
  border-top-left-radius: 12px;
  background: #f1ac23;
}
.footer .btn-sell {
  border-top-right-radius: 12px;
  background: #426f47;
}

.darkTheme .footer {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .footer .btn-buy,
.darkTheme .footer .btn-sell {
  color: #f5f5f5;
}
.darkTheme .footer .btn-buy {
  background: #f5c055;
}
.darkTheme .footer .btn-sell {
  background: #55955c;
}

@media (max-width: 1200px) {
  .footer .btn-buy,
  .footer .btn-sell {
    display: none;
  }
}
.volumeAtPriceComponent {
  color: #343738;
  background-color: #ffffff;
  height: 100%;
}
.volumeAtPriceComponent .component-header {
  cursor: all-scroll;
}
.volumeAtPriceComponent .component-footer {
  text-align: center;
}
.volumeAtPriceComponent .component-footer span {
  font-size: 10px;
  padding: 2px;
}
.volumeAtPriceComponent .empty {
  margin-top: 100px;
  text-align: center;
  font-size: 13px;
}
.volumeAtPriceComponent .spinner {
  display: inherit !important;
  margin-top: 100px;
}
.volumeAtPriceComponent .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  height: calc(95% - 33px);
}
.volumeAtPriceComponent .container-fluid .marketCloseMsg {
  padding-top: 100px;
  width: 100%;
  text-align: center;
}
.volumeAtPriceComponent .container-fluid .no-data-msg {
  padding-top: 113px;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.volumeAtPriceComponent .container-fluid .data-container {
  height: calc(100% - 86px);
}
.volumeAtPriceComponent .container-fluid .data-container .data-grid {
  height: calc(100% - 22px);
}
.volumeAtPriceComponent .container-fluid .data-container .data-grid .scrollable {
  height: calc(100% - 41px);
  top: 30px;
  overflow-y: scroll;
  margin: 0 14px;
  max-width: calc(100% - 28px);
  padding: 0;
}
.volumeAtPriceComponent .container-fluid .data-container .data-grid .scrollable.theory {
  height: calc(100% - 56px);
}
.volumeAtPriceComponent .header-table {
  font-size: 10px;
  font-weight: 500;
  position: fixed;
  width: calc(100% - 35px);
  left: 15px;
  z-index: 1;
  color: #343738;
  background-color: #ffffff;
}
.volumeAtPriceComponent .header-table .line {
  display: flex;
  padding-top: 9px;
  padding-bottom: 1px;
}
.volumeAtPriceComponent .header-table .line .number {
  text-align: right;
  padding-right: 11.5px;
}
.volumeAtPriceComponent .header-table .line .letter {
  text-align: left;
  padding-left: 11.5px;
}
.volumeAtPriceComponent .price {
  width: 17%;
}
.volumeAtPriceComponent .volume {
  width: 23%;
  text-align: right;
  padding-right: 11px;
}
.volumeAtPriceComponent .bar {
  width: 42%;
  padding-left: 11px;
  padding-right: 8px;
}
.volumeAtPriceComponent .balance {
  width: 17%;
  text-align: right;
  padding-right: 12px;
  color: #ffffff;
}
.volumeAtPriceComponent .balance.balance-positive {
  background: #f1ac23;
}
.volumeAtPriceComponent .balance.balance-negative {
  background: #426f47;
}
.volumeAtPriceComponent th {
  font-weight: 500;
}
.volumeAtPriceComponent .priceLabel {
  width: 19%;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
  padding-left: 6px;
}
.volumeAtPriceComponent .volumeLabel {
  width: 23%;
  text-align: right;
  padding-right: 11px;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.volumeAtPriceComponent .barLabel {
  width: 42%;
  padding-left: 11px;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.volumeAtPriceComponent .balanceLabel {
  width: 17%;
  text-align: right;
  padding-right: 7px;
}
.volumeAtPriceComponent .last-trade {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
.volumeAtPriceComponent .last-trade span {
  font-size: 10px;
  text-align: right;
}
.volumeAtPriceComponent .last-trade .auction_hammer {
  margin-right: 8px;
  margin-bottom: 3px;
}
.volumeAtPriceComponent .last-trade .auction_hammer .icon {
  width: 18px;
  height: 15px;
  vertical-align: 0;
  margin-right: 0px;
}
.volumeAtPriceComponent .div-min-max {
  font-size: 10px;
  margin-bottom: 9.7px;
}
.volumeAtPriceComponent .variation {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
  width: 91px;
  height: 23.1px;
  float: right;
}
.volumeAtPriceComponent .rectangle-active {
  float: left;
  width: 29.1px;
  height: 23.3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3.5px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  border-bottom: 0px solid #f1f1f1;
}
.volumeAtPriceComponent .rectangle-inactive {
  float: left;
  width: 29.1px;
  height: 23.3px;
  margin-right: 3.5px;
  background-color: rgba(52, 55, 56, 0);
  position: relative;
  cursor: pointer;
  color: #343738;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.volumeAtPriceComponent .divisor {
  border-bottom: 1px solid #f1f1f1;
  margin-top: -2px;
}
.volumeAtPriceComponent .period {
  width: 18px;
  height: 11px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #343738;
}
.volumeAtPriceComponent table {
  width: 100%;
  font-size: 12px;
  overflow-y: scroll;
}
.volumeAtPriceComponent table thead {
  line-height: 1;
}
.volumeAtPriceComponent table thead tr .number {
  text-align: right;
  padding-right: 11.5px;
}
.volumeAtPriceComponent table thead tr .letter {
  text-align: left;
  padding-left: 11.5px;
}
.volumeAtPriceComponent table thead tr th {
  border-right: 1px solid rgba(52, 55, 56, 0.2);
  color: #343738;
  height: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  font-size: 10px;
  font-weight: 900;
}
.volumeAtPriceComponent table thead tr th:last-child {
  border-right: none;
}
.volumeAtPriceComponent table .padding-number {
  padding-right: 2.5px;
  text-align: right;
}
.volumeAtPriceComponent table .padding-letter {
  padding-left: 11.5px;
  text-align: left;
}
.volumeAtPriceComponent table td {
  text-align: center;
  color: #343738;
  height: 22px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 11px;
}
.volumeAtPriceComponent .bar-volume {
  position: relative;
  height: 12.5px;
  width: 100%;
}
.volumeAtPriceComponent .bar-volume .bar-volume-buyer {
  position: absolute;
  height: 50%;
  top: 3px;
  background-color: #f1ac23;
}
.volumeAtPriceComponent .bar-volume .bar-volume-seller {
  position: absolute;
  height: 50%;
  top: 3px;
  background-color: #426f47;
}
.volumeAtPriceComponent .bar-volume .bar-volume-direct {
  position: absolute;
  height: 100%;
  top: 0%;
  background-color: #636566;
}
.volumeAtPriceComponent .bar-volume .bar-volume-undetermined {
  position: absolute;
  height: 100%;
  top: 0%;
  background-color: #636566;
}
.volumeAtPriceComponent .line-dynamic-blue {
  height: 8px;
  width: 138px;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 12px;
  z-index: 999;
}
.volumeAtPriceComponent .price-current-color {
  background-color: #ffe499;
  color: #343738 !important;
  font-weight: bold;
}
.volumeAtPriceComponent .price-high-color {
  background-color: #9dcdb7;
  color: #343738 !important;
  font-weight: bold;
}
.volumeAtPriceComponent .price-low-color {
  background-color: #f1999c;
  color: #343738 !important;
  font-weight: bold;
}
.volumeAtPriceComponent .price-close-color {
  background-color: #b3b8b9;
  color: #343738;
  font-weight: bold;
}
.volumeAtPriceComponent .price-open-color {
  background-color: #99bcde;
  color: #343738;
  font-weight: bold;
}
.volumeAtPriceComponent .time-update {
  text-align: right;
  font-size: 12px;
  width: 100%;
}
.volumeAtPriceComponent td.tooltip-cell span {
  position: relative;
}

.darkTheme .volumeAtPriceComponent {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .volumeAtPriceComponent .component-header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .volumeAtPriceComponent .header-table {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .volumeAtPriceComponent .balance {
  color: #f5f5f5;
}
.darkTheme .volumeAtPriceComponent .balance.balance-positive {
  background: #f5c055;
}
.darkTheme .volumeAtPriceComponent .balance.balance-negative {
  background: #55955c;
}
.darkTheme .volumeAtPriceComponent .priceLabel {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .volumeAtPriceComponent .volumeLabel {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .volumeAtPriceComponent .barLabel {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .volumeAtPriceComponent .rectangle-active {
  border-bottom: 1px solid #f7f7f7;
}
.darkTheme .volumeAtPriceComponent .divisor {
  border-bottom: 1px solid #f7f7f7;
}
.darkTheme .volumeAtPriceComponent .period {
  color: #f5f5f5;
}
.darkTheme .volumeAtPriceComponent table td {
  color: #f5f5f5;
}
.darkTheme .volumeAtPriceComponent .bar-volume .bar-volume-buyer {
  background-color: #f5c055;
}
.darkTheme .volumeAtPriceComponent .bar-volume .bar-volume-seller {
  background-color: #55955c;
}
.darkTheme .volumeAtPriceComponent .bar-volume .bar-volume-direct {
  background-color: #292a2b;
}
.darkTheme .volumeAtPriceComponent .bar-volume .bar-volume-undetermined {
  background-color: #292a2b;
}
.darkTheme .volumeAtPriceComponent .price-current-color {
  background-color: #ffe799;
  color: #18191a;
}
.darkTheme .volumeAtPriceComponent .price-high-color {
  background-color: #a2efcb;
  color: #18191a;
}
.darkTheme .volumeAtPriceComponent .price-low-color {
  background-color: #ff9b9e;
  color: #18191a;
}
.darkTheme .volumeAtPriceComponent .price-close-color {
  background-color: #c4c6c7;
  color: #18191a;
}
.darkTheme .volumeAtPriceComponent .price-open-color {
  background-color: #99c7f3;
  color: #18191a;
}

.gridster {
  background-color: #f6f6f6;
}
.gridster .gridster-item {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 215px;
  overflow: unset;
}
.gridster .gridster-item:hover {
  z-index: 2 !important;
}
.gridster .gridster-row {
  border-top: 1px solid #0a0b0c;
  border-bottom: 1px solid #0a0b0c;
  opacity: 0.26;
}
.gridster .gridster-column {
  border-left: 1px solid #0a0b0c;
  border-right: 1px solid #0a0b0c;
  opacity: 0.26;
}

.darkTheme .gridster {
  background-color: #18191a;
}
.darkTheme .gridster .gridster-item {
  background-color: #000000;
}
.darkTheme .gridster .gridster-row {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.darkTheme .gridster .gridster-column {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.update-password {
  height: 100%;
  color: #343738;
  background-color: #ffffff;
  margin-top: -34px;
}
.update-password .row.justify-content-end .close-btn {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.update-password .row.justify-content-end .close-btn mat-icon {
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.update-password .row.justify-content-end .close-btn .text {
  width: 13px;
  height: 8px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.update-password .broker-modal-content {
  margin-left: 5%;
  margin-top: -1%;
  margin-right: 4%;
  text-align: left;
}
.update-password .broker-modal-content .broker-modal-title {
  font-size: 25px;
  font-weight: bold;
}
.update-password .broker-modal-content .broker-modal-subtitle {
  font-size: 14px;
  margin: 30px 0px 0px 0px;
  line-height: 2;
  opacity: 0.7;
}
.update-password .broker-modal-content .snack-bar-msg {
  margin-bottom: 50px;
}
.update-password .broker-modal-content form {
  margin-top: 37px;
}
.update-password .broker-modal-content form mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  width: 380px;
  margin-bottom: 50px;
}
.update-password .broker-modal-content form .complexy-password {
  font-size: 12px;
  line-height: 2;
  opacity: 0.6;
  margin-bottom: 20px;
  margin-top: -9px;
}
.update-password .broker-modal-content form .complexy-password .bold {
  font-weight: bold;
}
.update-password .broker-modal-content form .complexy-password .valid {
  padding-left: 4px;
  font-weight: 600;
}
.update-password .broker-modal-content form .complexy-password mat-icon {
  overflow: initial;
}
.update-password .broker-modal-content form .showHideSuffix {
  font-size: 12px;
  cursor: pointer;
}
.update-password .broker-modal-content .strong-password {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 15px;
}
.update-password .broker-modal-content .strong-password .text-weak {
  font-weight: 600;
  color: #e67924;
}
.update-password .broker-modal-content .strong-password .text-medium {
  font-weight: 600;
  color: #f5a81b;
}
.update-password .broker-modal-content .strong-password .text-good {
  font-weight: 600;
  color: #249b52;
}
.update-password .broker-modal-content .strong-password .text-strong {
  font-weight: 600;
  color: #cb2340;
}
.update-password .broker-modal-content .strong-password .strong {
  min-height: 4px;
  max-width: 88px;
  margin-left: 16px;
  margin-bottom: 7px;
  text-align: center;
  color: #343738;
  background: #3ab27b;
}
.update-password .msg-error-one {
  margin-top: -23px !important;
}
.update-password .password-success .title {
  margin-top: 190px;
  margin-left: -8px;
}
.update-password .password-success .img {
  height: 108.9px;
  width: 115.1px;
  background-image: url("/assets/images/svg/password-success.svg");
  background-repeat: no-repeat;
  text-align: center;
}
.update-password .button-submit {
  margin-left: -10px;
}
.update-password .button-submit .button-progress {
  transition: margin 0.3s ease-out;
}
.update-password .button-submit .button-progress > button {
  transition: 0.3s ease-out;
}
.update-password .button-submit .button-progress > button .mat-button-wrapper {
  animation-name: fadeIn;
}
.update-password .button-submit .button-progress > button.fadeOut {
  width: 54px;
  left: calc(50% - 205px);
}
.update-password .button-submit .button-progress > button.fadeOut .mat-button-wrapper {
  visibility: hidden;
}
.update-password .button-submit .button-progress > button.error {
  background: #d8353a !important;
}
.update-password .button-submit .button-progress > button.error .mat-button-wrapper {
  visibility: hidden;
}
.update-password .button-submit .button-progress > button.error::before {
  animation-name: fadeIn;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  color: #f6f6f6;
  text-align: center;
  content: "X";
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.update-password .button-submit .button-progress > button.success .mat-button-wrapper {
  visibility: hidden;
}
.update-password .button-submit .button-progress > button.success::before {
  animation-name: fadeIn;
  display: block;
  position: absolute;
  left: 0;
  color: #f6f6f6;
  text-align: center;
  content: "✓";
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.update-password .button-submit .button-progress > div {
  position: absolute;
  display: table;
  left: calc(50% - 103px);
  bottom: calc(50% - 202px);
}
.update-password .cursor {
  cursor: pointer !important;
}

.darkTheme .update-password {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .update-password .broker-modal-content .strong-password .text-weak {
  color: #ff923c;
}
.darkTheme .update-password .text-medium {
  color: #ffaf1d;
}
.darkTheme .update-password .text-good {
  color: #2cb561;
}
.darkTheme .update-password .text-strong {
  color: #de2847;
}
.darkTheme .update-password .strong {
  color: #f5f5f5;
  background: #3ab27b;
}
.darkTheme .update-password .button-submit .button-progress > button.error {
  background: #d8353a !important;
}
.darkTheme .update-password .button-submit .button-progress > button.error::before {
  color: #f5f5f5;
}
.darkTheme .update-password .button-submit .button-progress > button.success::before {
  color: #f5f5f5;
}

.update-signature {
  height: 100%;
  color: #343738;
  background-color: #ffffff;
}
.update-signature .center {
  text-align: center;
}
.update-signature .row.justify-content-end .close-btn {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.update-signature .row.justify-content-end .close-btn mat-icon {
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.update-signature .row.justify-content-end .close-btn .text {
  width: 13px;
  height: 8px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.update-signature .row.justify-content-start {
  padding-top: 0px !important;
  position: absolute;
  left: 91px;
  top: 46px;
}
.update-signature .row.justify-content-start .back-btn {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.update-signature .row.justify-content-start .back-btn mat-icon {
  cursor: pointer;
  width: 17px;
  height: 12px;
}
.update-signature .broker-modal-content {
  margin-left: 5%;
  margin-top: 5%;
  margin-right: 4%;
  text-align: left;
}
.update-signature .broker-modal-content .broker-modal-title {
  font-size: 25px;
  font-weight: bold;
}
.update-signature .broker-modal-content .broker-modal-subtitle {
  font-size: 14px;
  margin: 15px 0 5% 0;
  line-height: 2;
  opacity: 0.7;
}
.update-signature .broker-modal-content .broker-modal-email {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.update-signature .broker-modal-content .snack-bar-msg {
  margin-bottom: 50px;
}
.update-signature .broker-modal-content form {
  margin-top: 37px;
}
.update-signature .broker-modal-content form mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  width: 380px;
  margin-bottom: 50px;
}
.update-signature .broker-modal-content form .showHideSuffix {
  font-size: 12px;
  cursor: pointer;
}
.update-signature .broker-modal-content .error-forgot {
  font-size: 25px !important;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: #343738;
  width: 445px;
  margin-left: -25px;
}
.update-signature .broker-modal-content .error-forgot .recover-error {
  width: 43.8px;
  height: 44.9px;
  display: inline-block;
  vertical-align: middle;
  color: #b3292e;
  border-color: #b3292e;
  background-image: url("/assets/images/svg/alert-error.svg");
  margin-right: 6px;
}
.update-signature .broker-modal-content .error-forgot div.title-error {
  color: #b3292e;
}
.update-signature .broker-modal-content .error-forgot .content {
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.36 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #343738 !important;
  overflow: hidden !important;
  max-width: 472px;
  margin: 20px auto;
  margin-bottom: 50px !important;
}
.update-signature .broker-modal-content .error-forgot .contact-error {
  width: 100%;
  text-align: center;
}
.update-signature .broker-modal-content .error-forgot .contact-error > div {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 215px;
  height: 92px;
  margin-right: 12px;
  color: #343738;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
}
.update-signature .broker-modal-content .error-forgot .contact-error > div:last-child {
  margin-right: 0px;
}
.update-signature .broker-modal-content .error-forgot .contact-error > div .block-box {
  display: table;
  margin: auto;
  box-sizing: border-box;
  padding-top: 12px;
}
.update-signature .broker-modal-content .error-forgot .contact-error > div .block-box.contact-link {
  color: #343738 !important;
  font-size: 14px;
  font-weight: bold;
}
.update-signature .broker-modal-content .error-forgot .contact-error > div .block-box.contact-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.update-signature .msg-error-one {
  margin-top: -23px !important;
}
.update-signature .signature-success {
  margin-left: -34px;
  margin-top: 113px;
  width: 466px;
  text-align: center;
}
.update-signature .signature-success .title {
  font-size: 25px;
}
.update-signature .signature-success .sub-title {
  font-size: 16px;
  color: #343738;
  margin-top: 7px;
  font-weight: normal;
}
.update-signature .signature-success .img {
  margin-top: 121px;
  margin-bottom: 20px;
}
.update-signature .button-submit {
  margin-left: -10px;
}
.update-signature .button-submit .button-progress {
  transition: margin 0.3s ease-out;
}
.update-signature .button-submit .button-progress > button {
  cursor: pointer;
  transition: 0.3s ease-out;
}
.update-signature .button-submit .button-progress > button .mat-button-wrapper {
  animation-name: fadeIn;
}
.update-signature .button-submit .button-progress > button.fadeOut {
  width: 54px;
  left: calc(50% - 205px);
}
.update-signature .button-submit .button-progress > button.fadeOut .mat-button-wrapper {
  visibility: hidden;
}
.update-signature .button-submit .button-progress > button.error {
  background: #b3292e !important;
}
.update-signature .button-submit .button-progress > button.error .mat-button-wrapper {
  visibility: hidden;
}
.update-signature .button-submit .button-progress > button.error::before {
  animation-name: fadeIn;
  display: block;
  position: absolute;
  left: 0;
  color: #f6f6f6;
  text-align: center;
  content: "X";
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.update-signature .button-submit .button-progress > button.success .mat-button-wrapper {
  visibility: hidden;
}
.update-signature .button-submit .button-progress > button.success::before {
  animation-name: fadeIn;
  display: block;
  position: absolute;
  left: 0;
  color: #f6f6f6;
  text-align: center;
  content: "✓";
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.update-signature .button-submit .button-progress > div.change-signature {
  position: relative;
  width: 40px;
  left: 105px;
  top: 3rem;
}
.update-signature .button-submit .button-progress > div.forgot-signature {
  position: relative;
  width: 40px;
  left: 45%;
  top: 5rem;
}
.update-signature .forgot-signature {
  display: flex;
  font-size: 12px;
  margin-top: -42px;
  margin-bottom: 24px;
  position: absolute;
}
.update-signature .forgot-signature .error-msg {
  text-align: left;
  width: 177px;
}
.update-signature .forgot-signature .forgot {
  text-align: right;
  color: #343738;
  cursor: pointer;
  width: 202px;
}

.darkTheme .update-signature {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .update-signature .broker-modal-content .error-forgot {
  color: #f5f5f5;
}
.darkTheme .update-signature .broker-modal-content .error-forgot .recover-error {
  color: #d8353a;
  border-color: #d8353a;
}
.darkTheme .update-signature .broker-modal-content .error-forgot div.title-error {
  color: #d8353a;
}
.darkTheme .update-signature .broker-modal-content .error-forgot .content {
  color: #f5f5f5 !important;
}
.darkTheme .update-signature .broker-modal-content .error-forgot .contact-error > div {
  color: #f5f5f5;
}
.darkTheme .update-signature .broker-modal-content .error-forgot .contact-error > div .block-box.contact-link {
  color: #f5f5f5 !important;
}
.darkTheme .update-signature .signature-success .sub-title {
  color: #f5f5f5;
}
.darkTheme .update-signature .button-submit .button-progress > button.error {
  background: #d8353a !important;
}
.darkTheme .update-signature .button-submit .button-progress > button.error::before {
  color: #18191a;
}
.darkTheme .update-signature .button-submit .button-progress > button.success::before {
  color: #18191a;
}
.darkTheme .update-signature .forgot-signature .forgot {
  color: #f5f5f5;
}

.order-detail-action-tooltip {
  margin-bottom: 5px !important;
}

.orders-history-component {
  height: 100%;
  overflow: hidden;
  color: #343738;
  background-color: #ffffff;
}
.orders-history-component .header {
  color: #343738;
  background-color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(52, 55, 56, 0.16);
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 900;
  height: 45px;
}
.orders-history-component .header svg {
  fill: #343738;
}
.orders-history-component .header span {
  margin-left: 15px;
  position: relative;
  top: 3px;
  vertical-align: top;
}
.orders-history-component .header .close-btn {
  float: right;
  cursor: pointer;
}
.orders-history-component .header-options.one-line-filter {
  height: 123px;
}
.orders-history-component .header-options.double-line-filter {
  height: 164px;
}
.orders-history-component .header-options .network-error-message-oms {
  padding: 5px 15px;
}
.orders-history-component .header-options .header-tabs {
  background: #ffffff;
  padding: 0 10px;
  margin: 0;
}
.orders-history-component .header-options .header-tabs span.title {
  font-size: 16px;
  line-height: 0.75;
  text-align: left;
}
.orders-history-component .header-options .header-tabs .tab {
  padding: 11px 43px 11px 43px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 15px;
  color: #343738;
  cursor: pointer;
}
.orders-history-component .header-options .header-tabs .selected-tab {
  color: #0d3458;
  background: #ffffff;
  border-bottom: 2px solid #0d3458;
}
.orders-history-component .header-options .header-filter {
  color: #343738;
  background: #ffffff;
  font-size: 14px;
  padding: 10px 0px;
  margin: 0;
}
.orders-history-component .header-options .header-filter .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.orders-history-component .header-options .header-filter .check .mat-checkbox-inner-container {
  width: 15px;
  height: 15px;
}
.orders-history-component .header-options .header-filter .check .mat-checkbox-frame {
  border-color: #343738;
}
.orders-history-component .header-options .header-filter .checked .mat-checkbox-frame {
  border-color: transparent;
}
.orders-history-component .header-options .header-filter mat-form-field {
  width: 100%;
}
.orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
  font-size: 14px;
  text-transform: uppercase;
}
.orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738 !important;
  background-image: unset !important;
}
.orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #343738;
}
.orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.orders-history-component .header-options .header-filter mat-form-field .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  fill: #343738;
}
.orders-history-component .header-options .header-filter .autoComplete {
  height: 35px;
}
.orders-history-component .header-options .header-filter .autoComplete .mat-form-field.ng-valid.ng-touched .mat-form-field-underline {
  background-color: #343738 !important;
}
.orders-history-component .header-options .header-filter .button-box {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.orders-history-component .header-options .header-filter .button-box .xs {
  border: solid 1px #0d3458;
  background: unset;
  box-shadow: none;
  min-width: unset;
}
.orders-history-component .header-options .header-filter .button-box .xs span {
  color: #343738 !important;
}
.orders-history-component .header-options .header-filter .button-box .xs:hover {
  background-color: #375d7f;
}
.orders-history-component .header-options .header-filter .button-box .xs:hover span {
  color: #f6f6f6 !important;
}
.orders-history-component .header-options .header-filter .button-box .xs.white {
  background-color: #0d3458 !important;
}
.orders-history-component .header-options .header-filter .button-box .xs.white span {
  color: #f6f6f6 !important;
  font-weight: bold;
}
.orders-history-component .header-options .header-filter .button-box .xs.white:hover {
  background-color: #375d7f;
}
.orders-history-component .header-options .header-filter .date-range .upper-text {
  float: left;
  height: 1px;
  margin-top: -1em;
  opacity: 0.7;
  font-size: 11px;
  text-transform: uppercase;
}
.orders-history-component .header-options .header-filter .date-range .datepicker-range label {
  width: 100%;
}
.orders-history-component .header-options .header-filter .date-range .datepicker-range label .mat-form-field {
  width: 50%;
  line-height: 1.5;
}
.orders-history-component .header-options .header-filter .date-range .datepicker-modal {
  margin-top: -50% !important;
  margin-left: 10px !important;
  top: 120px !important;
}
.orders-history-component .table {
  width: 100%;
  margin: 0;
  padding: 0 10px;
}
.orders-history-component .table.calc-height-1 {
  height: calc(100% - 167px);
  background: #ffffff;
}
.orders-history-component .table.calc-height-2 {
  height: calc(100% - 208px);
}
.orders-history-component .table .table-header {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #343738;
  background-color: #f1f1f1;
}
.orders-history-component .table .table-header .header-item {
  padding: 0 0.5em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.orders-history-component .table .table-header .sort-arrow {
  position: relative;
  top: 2px;
  font-size: 15px;
}
.orders-history-component .table .table-body {
  height: calc(100% - 50px);
  overflow-y: scroll;
}
.orders-history-component .table .table-body .table-orders {
  width: 100%;
  border-collapse: collapse !important;
}
.orders-history-component .table .table-body .table-orders tbody .table-row-height {
  height: 60px;
}
.orders-history-component .table .table-body .table-orders tbody tr.odd {
  background-color: #f6f6f6;
}
.orders-history-component .table .table-body .table-orders tbody tr.odd:hover {
  background-color: #f8f8f8;
}
.orders-history-component .table .table-body .table-orders tbody tr.even {
  background-color: #ffffff;
}
.orders-history-component .table .table-body .table-orders tbody tr.even:hover {
  background-color: #f8f8f8;
}
.orders-history-component .table .table-body .table-orders tbody tr .text-buy {
  color: #f1ac23 !important;
  font-weight: bold;
}
.orders-history-component .table .table-body .table-orders tbody tr .text-sell {
  color: #426f47 !important;
  font-weight: bold;
}
.orders-history-component .table .table-body .table-orders tbody tr .status-default {
  color: #f6f6f6;
  background: #1a568a;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.orders-history-component .table .table-body .table-orders tbody tr .status-success {
  color: #f6f6f6;
  background: #216b49;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.orders-history-component .table .table-body .table-orders tbody tr .status-error {
  color: #f6f6f6;
  background: #b3292e;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.orders-history-component .table .table-body .table-orders tbody tr .status-warning {
  color: #f6f6f6;
  background: #f5a81b;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.orders-history-component .table .table-body .table-orders tbody tr td {
  font-size: 14px;
  color: #343738;
  box-shadow: none;
  padding: 0 0.5em;
  border: none;
  vertical-align: middle;
}
.orders-history-component .table .table-body .table-orders tbody tr td .gradient-options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-out;
  background: linear-gradient(to right, transparent, transparent);
  text-align: right;
  color: #0d3458;
  font-size: 14px;
  font-weight: 500;
  top: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orders-history-component .table .table-body .table-orders tbody tr td .gradient-options mat-icon {
  display: inline-grid;
  cursor: pointer;
}
.orders-history-component .table .table-body .table-orders tbody tr td .gradient-options mat-icon svg {
  vertical-align: inherit;
  fill: #343738;
}
.orders-history-component .table .table-body .table-orders tbody tr:hover:not(.details) {
  font-weight: bold;
}
.orders-history-component .table .table-body .table-orders tbody tr:hover:not(.details) td {
  transform: scale(1);
}
.orders-history-component .table .table-body .table-orders tbody tr:hover:not(.details) td .gradient-options {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.orders-history-component .table .table-body .table-orders tbody tr:hover:not(.details):nth-child(4n+1) .gradient-options {
  background: #f6f6f6;
}
.orders-history-component .table .table-body .table-orders tbody tr:hover:not(.details):nth-child(4n+3) .gradient-options {
  background: #f8f8f8;
}
.orders-history-component .table .empty {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.orders-history-component .spinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cdk-overlay-container .order-history-filter-select {
  margin-top: 25px !important;
  margin-left: 0 !important;
}

.darkTheme .orders-history-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .orders-history-component .header {
  color: #f5f5f5;
  background-color: #000000;
  box-shadow: 0 3px 10px 0 rgba(245, 245, 245, 0.16);
}
.darkTheme .orders-history-component .header svg {
  fill: #f5f5f5;
}
.darkTheme .orders-history-component .header-options .header-tabs {
  background: #000000;
}
.darkTheme .orders-history-component .header-options .header-tabs .tab {
  color: #f5f5f5;
  cursor: pointer;
}
.darkTheme .orders-history-component .header-options .header-tabs .selected-tab {
  color: #2b81f2;
  background: #000000;
  border-bottom: 2px solid #2b81f2;
}
.darkTheme .orders-history-component .header-options .header-filter {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .orders-history-component .header-options .header-filter .check .mat-checkbox-frame {
  border-color: #f5f5f5;
}
.darkTheme .orders-history-component .header-options .header-filter .checked .mat-checkbox-frame {
  border-color: transparent;
}
.darkTheme .orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5 !important;
}
.darkTheme .orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #f5f5f5;
}
.darkTheme .orders-history-component .header-options .header-filter mat-form-field .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .orders-history-component .header-options .header-filter mat-form-field .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  fill: #f5f5f5;
}
.autoComplete .mat-form-field .darkTheme .orders-history-component .header-options .header-filter.ng-valid.ng-touched .mat-form-field-underline {
  background-color: #f5f5f5 !important;
}
.darkTheme .orders-history-component .header-options .header-filter .button-box .xs {
  border: solid 1px #2b81f2;
}
.darkTheme .orders-history-component .header-options .header-filter .button-box .xs span {
  color: #f5f5f5 !important;
}
.darkTheme .orders-history-component .header-options .header-filter .button-box .xs:hover {
  background-color: #4698ff;
}
.darkTheme .orders-history-component .header-options .header-filter .button-box .xs:hover span {
  color: #18191a !important;
}
.darkTheme .orders-history-component .header-options .header-filter .button-box .xs.white {
  background-color: #2b81f2 !important;
}
.darkTheme .orders-history-component .header-options .header-filter .button-box .xs.white span {
  color: #18191a !important;
}
.darkTheme .orders-history-component .header-options .header-filter .button-box .xs.white:hover {
  background-color: #4698ff;
}
.darkTheme .orders-history-component .table.calc-height-1 {
  background: #000000;
}
.darkTheme .orders-history-component .table .table-header {
  color: #f5f5f5;
  background-color: #1b1c1d;
}
.darkTheme .orders-history-component .table .table-header .header-item {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr.odd {
  background-color: #18191a;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr.odd:hover {
  background-color: #131415;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr.even {
  background-color: #000000;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr.even:hover {
  background-color: #131415;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr .text-buy {
  color: #f5c055 !important;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr .text-sell {
  color: #55955c !important;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr .status-default {
  color: #f5f5f5;
  background: #2170b4;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr .status-success {
  color: #f5f5f5;
  background: #3ab27b;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr .status-error {
  color: #f5f5f5;
  background: #d8353a;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr .status-warning {
  color: #f5f5f5;
  background: #ffaf1d;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr td {
  color: #f5f5f5;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr td .gradient-options {
  color: #2b81f2;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr td .gradient-options mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr:hover:not(.details):nth-child(4n+1) .gradient-options {
  background: #18191a;
}
.darkTheme .orders-history-component .table .table-body .table-orders tbody tr:hover:not(.details):nth-child(4n+3) .gradient-options {
  background: #131415;
}

.tableDiv {
  max-height: 270px;
  height: 100%;
  overflow: scroll;
}
.tableDiv .spinner-container {
  height: 100%;
}

.orders-history-detail .aligner .detail-body .first-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 10px;
}
.orders-history-detail .aligner .detail-body .first-block .first-line {
  width: 100%;
  height: 123px;
  border-radius: 5px;
  border: 2px dashed rgba(52, 55, 56, 0.5);
  padding: 19px 19px 19px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 17px;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info {
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .id {
  width: 36%;
  min-width: 139px;
  height: 63px;
  border-radius: 3px;
  background-color: #f6f6f6;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.19;
  color: #343738;
  text-align: center;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .id b {
  font-size: 13px;
  font-weight: 900;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .estrategiaValidade {
  width: 33%;
  min-width: 162.5px;
  height: 63px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.21;
  color: #343738;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .estrategiaValidade .div-space {
  margin-bottom: 14px;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .estrategiaValidade b {
  font-weight: 900;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .vertical-divider {
  width: 1px;
  height: 54px;
  background-color: #f6f6f6;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .qtdAparenteMinima {
  width: 30%;
  min-width: 160.5px;
  height: 63px;
  display: flex;
  padding-left: 14px;
  justify-content: center;
  flex-flow: column;
  font-size: 14px;
  line-height: 1.21;
  color: #343738;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .qtdAparenteMinima .div-space {
  margin-bottom: 14px;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .qtdAparenteMinima b {
  font-weight: bold;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-rotulo {
  width: 100%;
  height: 15px;
  display: flex;
  align-items: center;
  margin-top: 7px;
  padding-left: 4px;
}
.orders-history-detail .aligner .detail-body .first-block .first-line .first-line-rotulo b {
  font-size: 14px;
  line-height: 1.21;
  color: #343738;
  font-weight: bold;
}
.orders-history-detail .aligner .detail-body .first-block .second-line {
  width: 100%;
  height: 85px;
  background-color: #f6f6f6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
.orders-history-detail .aligner .detail-body .first-block .second-line.display-none {
  display: unset;
}
.orders-history-detail .aligner .detail-body .first-block .second-line .half-content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.orders-history-detail .aligner .detail-body .first-block .second-line .half-content .preco {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  padding-left: 31px;
  font-size: 14px;
  line-height: 1.21;
  color: #343738;
}
.orders-history-detail .aligner .detail-body .first-block .second-line .half-content .preco b {
  font-weight: bold;
}
.orders-history-detail .aligner .detail-body .first-block .third-line {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #343738;
}
.orders-history-detail .aligner .detail-body .first-block .third-line b {
  font-weight: bold;
}
.orders-history-detail .aligner .detail-body .second-block {
  padding: 0;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-top: 10px;
  height: 280px;
}
.orders-history-detail .aligner .detail-body .second-block .blue-text {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  padding-left: 17px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #343738;
}
.orders-history-detail .aligner .detail-body .second-block .table-header {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  color: #343738;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
.orders-history-detail .aligner .detail-body .second-block .table-header div {
  display: flex;
  align-items: center;
  height: 32px !important;
}
.orders-history-detail .aligner .detail-body .second-block .letter-align {
  justify-content: flex-start;
  padding-left: 20px;
}
.orders-history-detail .aligner .detail-body .second-block .number-align {
  justify-content: flex-end;
  padding-right: 20px;
}
.orders-history-detail .aligner .detail-body .second-block .date-align {
  justify-content: center;
}
.orders-history-detail .aligner .detail-body .second-block table {
  width: 100%;
}
.orders-history-detail .aligner .detail-body .second-block table tbody {
  overflow-y: scroll;
  max-height: 200px;
  height: 200px;
}
.orders-history-detail .aligner .detail-body .second-block table .letter-align {
  text-align: left;
  padding-left: 20px;
}
.orders-history-detail .aligner .detail-body .second-block table .number-align {
  text-align: right;
  padding-right: 20px;
}
.orders-history-detail .aligner .detail-body .second-block table .date-align {
  text-align: center;
}
.orders-history-detail .aligner .detail-body .second-block table tr {
  height: 36px;
  max-height: 36px;
  box-shadow: unset;
  color: #343738;
}
.orders-history-detail .aligner .detail-body .second-block table tr:nth-child(2n-1) {
  background-color: #ffffff;
}
.orders-history-detail .aligner .detail-body .second-block table tr:nth-child(2n) {
  background-color: #f6f6f6;
}
.orders-history-detail .aligner .detail-body .second-block table td {
  height: 36px;
  max-height: 36px;
  font-size: 14px;
  line-height: 1.21;
  color: #343738;
}

.darkTheme .orders-history-detail {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .first-line {
  border: 2px dashed rgba(245, 245, 245, 0.5);
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .id {
  background-color: #18191a;
  color: #f5f5f5;
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .estrategiaValidade {
  color: #f5f5f5;
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .vertical-divider {
  background-color: #18191a;
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .first-line .first-line-info .qtdAparenteMinima {
  color: #f5f5f5;
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .first-line .first-line-rotulo b {
  color: #f5f5f5;
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .second-line {
  background-color: #18191a;
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .second-line .half-content .preco {
  color: #f5f5f5;
}
.darkTheme .orders-history-detail .aligner .detail-body .first-block .third-line {
  color: #f5f5f5;
}
.darkTheme .orders-history-detail .aligner .detail-body .second-block {
  background-color: #18191a;
}
.darkTheme .orders-history-detail .aligner .detail-body .second-block .blue-text {
  color: #f5f5f5;
}
.darkTheme .orders-history-detail .aligner .detail-body .second-block .table-header {
  color: #f5f5f5;
  background-color: #18191a;
}
.darkTheme .orders-history-detail .aligner .detail-body .second-block table tr {
  color: #f5f5f5;
}
.darkTheme .orders-history-detail .aligner .detail-body .second-block table tr:nth-child(2n-1) {
  background-color: #000000;
}
.darkTheme .orders-history-detail .aligner .detail-body .second-block table tr:nth-child(2n) {
  background-color: #18191a;
}
.darkTheme .orders-history-detail .aligner .detail-body .second-block table td {
  color: #f5f5f5;
}

.user-settings-container {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 4px 2px 2px rgba(52, 55, 56, 0.0005);
}
.user-settings-container .title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}
.user-settings-container mat-icon svg {
  fill: #343738;
}
.user-settings-container .color-correction .cls-1 {
  stroke-width: 0.2px;
}
.user-settings-container .user-perfil {
  background-color: rgba(229, 229, 229, 0.4);
  color: #343738;
  display: flex;
  flex-flow: row;
  padding: 14px;
  flex-direction: column;
}
.user-settings-container .user-perfil .photo-container {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 0px rgba(52, 55, 56, 0.0005);
}
.user-settings-container .user-perfil .photo-container .user-photo {
  float: left;
  margin: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
}
.user-settings-container .user-perfil .photo-container .user-photo .photo {
  font-weight: bold;
  font-size: 16px;
  display: block;
  object-fit: cover;
  color: #343738;
}
.user-settings-container .user-perfil .user-name-perfil {
  margin-top: 10px;
  margin-left: 80px;
}
.user-settings-container .user-perfil .user-name-perfil .user-name {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
.user-settings-container .user-settings-body {
  display: flex;
  flex-flow: column;
  width: 100%;
  font-size: 12px;
  color: #343738;
}
.user-settings-container .user-settings-body .option-font-title {
  font-weight: bold;
  margin-right: 8px;
}
.user-settings-container .user-settings-body .last-options {
  flex-flow: column;
  justify-content: flex-end;
  padding: 0 30px;
  padding-top: 30px;
  height: calc(100vh - 318px);
  overflow: auto;
}
.user-settings-container .user-settings-body .last-options .last-options-item-size {
  display: flex;
  width: 100%;
  height: 35px;
}
.user-settings-container .user-settings-body .last-options .last-options-item-size .last-options-icon {
  width: 17px;
  height: 17px;
  margin-right: 15px;
  overflow: initial;
}
.user-settings-container .user-settings-body .last-options .theme .toggle-option {
  opacity: 0.61;
  width: 70px;
  display: inline-block;
  margin-right: 25px;
}
.user-settings-container .user-settings-body .last-options .last-options-details {
  cursor: pointer;
  padding-top: 6px;
}
.user-settings-container .user-settings-body .download-section {
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(229, 229, 229, 0.4);
  padding: 20px 30px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 430px;
}
.user-settings-container .user-settings-body .download-section .img-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.user-settings-container .user-settings-body .download-section .img-section a {
  color: unset !important;
  text-decoration: none;
}
.user-settings-container .user-settings-body .download-section .img-section img {
  width: 117px;
  height: 69px;
}
.user-settings-container .user-settings-body .download-section .img-section button {
  width: 140px;
  min-width: 140px;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
}
.user-settings-container .user-settings-body .download-section .img-section button mat-icon {
  height: 14px;
  width: 14px;
  right: -10px;
  top: -2px;
  position: relative;
}

.darkTheme .user-settings-container {
  background: #000000;
  box-shadow: 0px 4px 2px 2px rgba(24, 25, 26, 0.0005);
}
.darkTheme .user-settings-container mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .user-settings-container .user-perfil {
  background-color: rgba(41, 42, 43, 0.4);
  color: #f5f5f5;
}
.darkTheme .user-settings-container .user-perfil .photo-container {
  box-shadow: 0px 0px 1px 0px rgba(24, 25, 26, 0.0005);
}
.darkTheme .user-settings-container .user-settings-body {
  color: #f5f5f5;
}
.darkTheme .user-settings-container .user-settings-body .download-section {
  background-color: rgba(41, 42, 43, 0.4);
}

.user-settings-dialog .mat-dialog-container {
  background-color: transparent;
  box-shadow: none;
}
.user-settings-dialog .user-settings-pop-up .baloon {
  width: 324.3px;
  overflow: hidden;
  border-radius: 5px;
}

.darkTheme .user-settings-dialog .user-settings-pop-up {
  background: #000000;
}

.worksheet-config-modal {
  color: #343738;
  background-color: #ffffff;
}
.worksheet-config-modal .header .title {
  font-size: 11px;
  font-weight: bold;
  padding-left: 15px;
  color: #343738;
  padding-top: 6px;
}
.worksheet-config-modal .header .icon mat-icon {
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.worksheet-config-modal .divisor {
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #636566;
  border-bottom: 1px solid #636566;
}
.worksheet-config-modal .actions {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #343738;
  cursor: pointer;
}
.worksheet-config-modal .border-l {
  border-right: 1px solid #636566;
}
.worksheet-config-modal .content {
  overflow: auto;
  font-size: 10px;
  font-weight: 500;
  color: #343738;
  max-height: 289px;
}
.worksheet-config-modal .content .check-options.checked {
  color: #0d3458;
}
.worksheet-config-modal .content .check-options .mat-checkbox-inner-container {
  height: 10px;
  width: 10px;
}
.worksheet-config-modal .content .delta {
  font-size: 20px;
  position: relative;
  top: 8px;
}

.darkTheme .worksheet-config-modal {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .worksheet-config-modal .header .title {
  color: #f5f5f5;
}
.darkTheme .worksheet-config-modal .divisor {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.darkTheme .worksheet-config-modal .actions {
  color: #f5f5f5;
}
.darkTheme .worksheet-config-modal .border-l {
  border-right: 1px solid #000000;
}
.darkTheme .worksheet-config-modal .content {
  color: #f5f5f5;
}
.darkTheme .worksheet-config-modal .content .check-options.checked {
  color: #2b81f2;
}

.overIncrement {
  color: #343738;
  background-color: #ffffff;
}
.overIncrement.with-bg mat-icon {
  font-size: 12px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
  width: 18px;
  height: 18px;
}
.overIncrement.with-bg mat-form-field {
  font-size: 12px;
  color: #343738;
  width: 100%;
  text-align: center;
}
.overIncrement.with-bg .mat-form-field-infix input {
  text-align: center !important;
  font-weight: bold;
  font-size: 12px;
}
.overIncrement.with-bg .mat-form-field-suffix {
  display: flex;
}
.overIncrement.with-bg .mat-form-field-underline {
  display: none;
}
.overIncrement.with-bg .mat-form-field-wrapper {
  padding: 5px 0px;
}
.overIncrement.with-bg .mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 10px;
  padding-top: 7px;
  background-color: #f6f6f6;
}
.overIncrement.with-bg .mat-form-field-appearance-fill .mat-form-field-label {
  color: #4e4f50;
}
.overIncrement.without-bg {
  color: #343738;
}
.overIncrement.without-bg mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #b3292e;
}
.overIncrement.without-bg mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
}
.overIncrement.without-bg mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: unset;
}
.overIncrement.without-bg mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: inherit;
}
.overIncrement.without-bg mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
  opacity: 1;
  transform: scaleX(1);
}
.overIncrement.without-bg .mat-form-field {
  display: block;
  font-size: 16px;
  text-align: left;
  color: #343738;
}
.overIncrement.without-bg .mat-form-field .mat-input-element {
  padding-right: 0px;
}
.overIncrement.without-bg .mat-form-field.invalidC {
  color: #b3292e !important;
}
.overIncrement.without-bg .mat-form-field.invalidC .mat-form-field-underline {
  background: #b3292e;
}
.overIncrement.without-bg .mat-form-field.invalidC .mat-form-field-label {
  color: #b3292e !important;
}
.overIncrement.without-bg .mat-form-field.invalidC .mat-input-element {
  color: #b3292e !important;
  padding-right: 0px;
}
.overIncrement.without-bg .ng-touched + .invalidC {
  font-size: 0.6em;
  color: #b3292e;
  display: block;
}
.overIncrement.without-bg .ng-untouched + .invalidC {
  display: none;
}
.overIncrement.without-bg .increment-buttons-container {
  float: unset;
}
.overIncrement.without-bg .increment-buttons-container .button {
  cursor: pointer;
  position: absolute;
}
.overIncrement.without-bg .increment-buttons-container .increment {
  left: 0px;
  top: -1px;
}
.overIncrement.without-bg .increment-buttons-container .decrement {
  right: 0px;
  top: -1px;
}
.overIncrement.without-bg .increment-buttons-container .plus {
  font-size: 16px;
  font-weight: bold;
  color: #343738;
}
.overIncrement.without-bg .increment-buttons-container .plus.invalid {
  color: #d8353a;
}
.overIncrement.without-bg .increment-buttons-container .minus {
  font-size: 32px;
  color: #343738;
  line-height: 0;
}
.overIncrement.without-bg .increment-buttons-container .minus.invalid {
  color: #b3292e;
}

.darkTheme .overIncrement {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .overIncrement.with-bg .mat-icon {
  color: #f5f5f5;
}
.darkTheme .overIncrement.with-bg .mat-form-field-infix input {
  color: #f5f5f5;
}
.darkTheme .overIncrement.with-bg .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: #18191a;
}
.darkTheme .overIncrement.with-bg .mat-form-field-appearance-fill .mat-form-field-label {
  color: #e4e4e4;
}
.darkTheme .overIncrement.without-bg {
  color: #f5f5f5;
}
.darkTheme .overIncrement.without-bg mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #d8353a;
}
.darkTheme .overIncrement.without-bg .mat-form-field {
  color: #f5f5f5;
}
.darkTheme .overIncrement.without-bg .mat-form-field.invalidC {
  color: #d8353a !important;
}
.darkTheme .overIncrement.without-bg .mat-form-field.invalidC .mat-form-field-underline {
  background: #d8353a;
}
.darkTheme .overIncrement.without-bg .mat-form-field.invalidC .mat-form-field-label {
  color: #d8353a !important;
}
.darkTheme .overIncrement.without-bg .mat-form-field.invalidC .mat-input-element {
  color: #d8353a !important;
}
.darkTheme .overIncrement.without-bg .ng-touched + .invalidC {
  color: #d8353a;
}
.darkTheme .overIncrement.without-bg .increment-buttons-container .plus {
  color: #f5f5f5;
}
.darkTheme .overIncrement.without-bg .increment-buttons-container .plus.invalid {
  color: #d8353a;
}
.darkTheme .overIncrement.without-bg .increment-buttons-container .minus {
  color: #f5f5f5;
}
.darkTheme .overIncrement.without-bg .increment-buttons-container .minus.invalid {
  color: #d8353a;
}

.tv-chart-container {
  width: 100%;
}
.tv-chart-container.tv-modal-trading-view {
  height: calc(100vh - 162px);
}
.tv-chart-container.tv-full-heigth {
  height: 100vh;
}
.tv-chart-container.tv-quote-chart {
  height: 100%;
}

.modal-trading-view {
  color: #343738;
  background-color: #ffffff;
}
.modal-trading-view .header {
  color: #343738;
  background-color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(52, 55, 56, 0.16);
  padding: 10px 10px 10px 20px;
}
.modal-trading-view .header span {
  margin-left: 15px;
  position: relative;
  top: 3px;
}
.modal-trading-view .close-btn {
  float: right;
  cursor: pointer;
}
.modal-trading-view .expand-btn {
  position: absolute;
  right: 45px;
  cursor: pointer;
  width: 17px;
}
.modal-trading-view mat-icon svg path.svg-color {
  fill: #343738;
}

.darkTheme .modal-trading-view {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .modal-trading-view .header {
  color: #f5f5f5;
  background-color: #000000;
  box-shadow: 0 3px 10px 0 rgba(245, 245, 245, 0.16);
}
.darkTheme .modal-trading-view mat-icon svg path.svg-color {
  fill: #f5f5f5;
}

@media (max-height: 740px) {
  .adjust-overflow {
    height: 53vh !important;
  }
  .col-cards-overflow {
    max-height: 53vh !important;
  }
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #ffffff !important;
}

.modal-news {
  height: calc(100% - 44px);
  color: #343738;
  background-color: #ffffff;
}
.modal-news svg {
  fill: #ffffff;
}
.modal-news .empty-news {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 75px);
  max-width: 527px;
  margin: 0px auto;
}
.modal-news .header {
  background: #ffffff;
  padding: 10px 10px 10px 20px;
  color: #343738;
  font-weight: bold;
  border-bottom: 0px solid #f1f1f1;
}
.modal-news .close-btn {
  float: right;
  color: #343738;
  cursor: pointer;
}
.modal-news .close-btn svg {
  fill: #343738;
}
.modal-news .icon-news {
  color: #343738;
  margin-right: 5px;
}
.modal-news .icon-news svg {
  fill: #343738;
  padding-bottom: 7px;
}
.modal-news .datepicker-range {
  position: relative;
  top: -2px;
}
.modal-news .row-list {
  margin: 0;
}
.modal-news .btn-pag {
  cursor: pointer;
  border-style: unset;
  color: #343738;
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.modal-news .btn-pag.selected {
  box-shadow: 0 0px 4px 0 rgba(52, 55, 56, 0.68);
  background-color: #343738;
  color: #f6f6f6;
  padding: 2px 10px;
  border-radius: 50%;
}
.modal-news .div-center {
  text-align: center;
}
.modal-news .div-pag {
  position: absolute;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-news .col-filter {
  background: #ffffff;
  box-shadow: 0px 4px 2px 2px rgba(52, 55, 56, 0.0005);
  border-bottom: 0px solid #f1f1f1;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.modal-news .spinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-news .icon-details {
  cursor: pointer;
}
.modal-news .row-filter {
  color: #343738;
  padding: 20px 0;
  margin: 0;
}
.modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
  font-size: 14px;
}
.modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738;
  background-image: unset;
}
.modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #343738;
}
.modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  fill: #343738;
}
.modal-news .col-item {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.modal-news .icon-list {
  margin-right: 5px;
  font-size: 22.6px;
  cursor: pointer;
  color: rgba(52, 55, 56, 0.3);
  transition: 0.3s ease-in-out;
}
.modal-news .icon-list.icon-active {
  color: #343738;
}
.modal-news .icon-grid {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  cursor: pointer;
}
.modal-news .icon-grid svg {
  margin-top: -15.6px;
}
.modal-news .icon-grid svg g path {
  transition: 0.3s ease-in-out;
  fill: rgba(52, 55, 56, 0.3);
}
.modal-news .icon-grid.icon-active svg g path {
  transition: 0.3s ease-in-out;
  fill: #0d3458;
}
.modal-news .col-icons-type {
  padding-right: 30px;
  text-align: right;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
.modal-news .col-cards {
  overflow-y: auto;
  height: calc(100% - 50px);
}
.modal-news .adjust-overflow {
  padding: 0;
  overflow-y: unset;
  height: calc(100vh - 275px);
}
.modal-news .col-btn-filter {
  padding-top: 12px;
  text-align: right;
  padding-right: 43.8px;
}
.modal-news .col-btn-filter .white {
  background-color: #0d3458 !important;
  border: solid 1px rgba(13, 52, 88, 0.5);
}
.modal-news .col-btn-filter .white span {
  color: #f6f6f6 !important;
}
.modal-news .col-btn-filter .white:hover {
  background-color: #6686a4 !important;
}
.modal-news .col-btn-filter .xs {
  width: 83.4px;
  height: 31px;
  border-radius: 50px;
  border: solid 1px rgba(52, 55, 56, 0.5);
  background-color: #0d3458;
  background: unset;
  background-color: transparent;
  box-shadow: none;
  min-width: unset;
  margin-left: 17.6px;
}
.modal-news .col-btn-filter .xs span {
  color: rgba(52, 55, 56, 0.5);
}
.modal-news .col-btn-filter .xs:hover {
  background-color: #f8f8f8;
}
.modal-news .col-btn-filter .xs:hover span {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.15;
  text-align: left;
  color: #343738 !important;
}
.modal-news .col-btn-filter button {
  border-radius: 24px;
  width: 83.4px;
  height: 31px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.modal-news .col-btn-filter button.btn-clear {
  border: solid 2px #343738;
  background-color: transparent;
  margin-right: 10px;
  color: #343738;
  opacity: 0.4;
}
.modal-news .col-btn-filter button.btn-clear:hover {
  opacity: 0.8;
}
.modal-news .masonry-item {
  margin: 15px;
}
.modal-news .col-cards-overflow {
  overflow: auto;
  height: calc(100vh - 275px);
}
.modal-news .row-filter {
  align-items: center;
}
.modal-news .row-filter mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  width: 8vw;
}
.modal-news .row-filter .col-agency mat-form-field {
  margin-top: 4px;
}
.modal-news .col-datepicker {
  text-align: left;
  position: relative;
  top: -1px;
}
.modal-news .col-datepicker span.label {
  font-size: 11px;
  opacity: 0.7;
}
.modal-news .col-search mat-form-field {
  width: 95%;
  margin-top: 4px;
}
.modal-news .icon-search-input {
  height: 18px;
  width: 18px;
  overflow: initial;
}
.modal-news .icon-search-input svg path {
  stroke: #343738;
}
.modal-news .spinner-search {
  margin-top: 25vh;
  margin-left: 45%;
}
.modal-news .spinner-get {
  position: absolute;
  bottom: 15px;
  left: 48.5%;
}

.panel-class-modal-news-component {
  transition: margin-left 400ms;
  color: #343738;
  background-color: #ffffff;
}
.panel-class-modal-news-component .mat-dialog-container {
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.margin-data-picker {
  margin-left: -213px;
  margin-top: -79px;
}

.darkTheme .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #0a0b0c !important;
}
.darkTheme .modal-news {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .modal-news svg {
  fill: #000000;
}
.darkTheme .modal-news .header {
  background: #000000;
  color: #f5f5f5;
  border-bottom: 0px solid #131415;
}
.darkTheme .modal-news .close-btn {
  color: #f5f5f5;
}
.darkTheme .modal-news .close-btn svg {
  fill: #f5f5f5;
}
.darkTheme .modal-news .icon-news {
  color: #f5f5f5;
}
.darkTheme .modal-news .icon-news svg {
  fill: #f5f5f5;
}
.darkTheme .modal-news .btn-pag {
  color: #f5f5f5;
}
.darkTheme .modal-news .btn-pag.selected {
  box-shadow: 0 0px 4px 0 rgba(245, 245, 245, 0.68);
  background-color: #f5f5f5;
  color: #18191a;
}
.darkTheme .modal-news .col-filter {
  background: #000000;
  box-shadow: 0px 4px 2px 2px rgba(245, 245, 245, 0.0005);
  border-bottom: 0px solid #131415;
}
.darkTheme .modal-news .row-filter {
  color: #f5f5f5;
}
.darkTheme .modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5;
}
.darkTheme .modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #f5f5f5;
}
.darkTheme .modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .modal-news .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  fill: #f5f5f5;
}
.darkTheme .modal-news .icon-list {
  color: rgba(245, 245, 245, 0.3);
}
.darkTheme .modal-news .icon-list.icon-active {
  color: #f5f5f5;
}
.darkTheme .modal-news .icon-grid svg g path {
  fill: rgba(245, 245, 245, 0.3);
}
.darkTheme .modal-news .icon-grid.icon-active svg g path {
  fill: #2b81f2;
}
.darkTheme .modal-news .col-btn-filter .white {
  background-color: #2b81f2 !important;
  border: solid 1px rgba(43, 129, 242, 0.5);
}
.darkTheme .modal-news .col-btn-filter .white span {
  color: #18191a !important;
}
.darkTheme .modal-news .col-btn-filter .white:hover {
  background-color: #68b0ff !important;
}
.darkTheme .modal-news .col-btn-filter .xs {
  border: solid 1px rgba(245, 245, 245, 0.5);
}
.darkTheme .modal-news .col-btn-filter .xs span {
  color: rgba(245, 245, 245, 0.5);
}
.darkTheme .modal-news .col-btn-filter .xs:hover {
  background-color: #1b1c1d;
}
.darkTheme .modal-news .col-btn-filter .xs:hover span {
  color: #f5f5f5 !important;
}
.darkTheme .modal-news .col-btn-filter button.btn-clear {
  border: solid 2px #f5f5f5;
  color: #f5f5f5;
}
.darkTheme .modal-news .icon-search-input svg path {
  stroke: #f5f5f5;
}
.darkTheme .panel-class-modal-news-component {
  color: #f5f5f5;
  background-color: #000000;
}

.news-card {
  min-height: 250px;
  max-height: 480px;
  width: 300px;
  box-shadow: 0 3px 12px 0 rgba(52, 55, 56, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  color: #343738;
  background-color: #ffffff;
}
.news-card:hover {
  box-shadow: 0 5px 12px 0 rgba(52, 55, 56, 0.2);
}
.news-card .card-img-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-card .card-title-content {
  padding: 10px;
  background-color: #f6f6f6;
}
.news-card .ft {
  border-left: 4px solid #0d3458;
  min-height: 103px;
  max-height: 103px;
}
.news-card .cedro {
  border-left: 4px solid #2f4827;
  min-height: 103px;
  max-height: 103px;
}
.news-card .bovespa {
  border-left: 4px solid #f5a81b;
  min-height: 103px;
  max-height: 103px;
}
.news-card .bmf {
  border-left: 4px solid #e67924;
  min-height: 103px;
  max-height: 103px;
}
.news-card .card-content {
  padding: 10px;
  min-height: 70px;
  overflow: hidden;
  margin-bottom: 45px;
  margin-right: 15px;
  padding-right: 11px;
  min-height: 105px;
  max-height: 105px;
}
.news-card .news-agency {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #343738;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.news-card .news-agency .img-compamy {
  margin-right: 4px;
  float: left;
}
.news-card .news-date {
  font-size: 9px;
  font-weight: normal;
  color: #343738;
  padding: 3px;
  text-align: center;
  display: contents;
}
.news-card .col-hr {
  padding-left: 10px;
}
.news-card .col-hr hr {
  background: #f1f1f1;
  margin-top: 5px;
}
.news-card .col-title {
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #343738;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.news-card .col-title:hover {
  text-decoration: underline;
}
.news-card .col-content {
  font-size: 14px;
  font-weight: normal;
  color: #434546;
  line-height: 1.25;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 4px;
  word-break: break-word;
  max-width: 287px;
}
.news-card .gradient-content {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  right: 0px;
  height: 85px;
}
.news-card .div-detail {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.news-card .btn-details {
  border: 1px solid #0d3458;
  background: transparent;
  color: #0d3458;
  border-radius: 19px;
  transition: 0.3s;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 27px 8px 28px;
  cursor: pointer;
}
.news-card .btn-details:hover {
  color: #f6f6f6;
  background: #375d7f;
}

.darkTheme .news-card {
  box-shadow: 0 3px 12px 0 rgba(245, 245, 245, 0.1);
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .news-card:hover {
  box-shadow: 0 5px 12px 0 rgba(245, 245, 245, 0.2);
}
.darkTheme .news-card .card-title-content {
  background-color: #18191a;
}
.darkTheme .news-card .ft {
  border-left: 4px solid #2b81f2;
}
.darkTheme .news-card .cedro {
  border-left: 4px solid #597a4e;
}
.darkTheme .news-card .bovespa {
  border-left: 4px solid #ffaf1d;
}
.darkTheme .news-card .bmf {
  border-left: 4px solid #ff923c;
}
.darkTheme .news-card .news-agency {
  color: #f5f5f5;
}
.darkTheme .news-card .news-date {
  color: #f5f5f5;
}
.darkTheme .news-card .col-hr hr {
  background: #1b1c1d;
}
.darkTheme .news-card .col-title {
  color: #f5f5f5;
}
.darkTheme .news-card .col-content {
  color: #f7f7f7;
}
.darkTheme .news-card .gradient-content {
  background: #000000;
}
.darkTheme .news-card .btn-details {
  border: 1px solid #2b81f2;
  color: #2b81f2;
}
.darkTheme .news-card .btn-details:hover {
  color: #18191a;
  background: #4698ff;
}

.min-resolution-modal.whitelabel {
  background-image: url("/assets/images/svg/ondas.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 90px 31px;
}
.min-resolution-modal.ranking {
  background-image: url("/assets/images/svg/ondas.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 90px 31px;
}
@media (max-width: 950px) {
  .min-resolution-modal {
    background-image: url("/assets/images/svg/ondas.svg");
  }
}
.min-resolution-modal .mobile-header {
  display: none;
}
.min-resolution-modal .blue-warning {
  height: 150px;
  width: 100%;
  background-color: rgba(229, 229, 229, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.min-resolution-modal .blue-warning mat-icon {
  width: 122px;
  height: 87px;
  margin-right: 50px;
}
.min-resolution-modal .blue-warning span {
  width: 271px;
  font-size: 22px;
  text-align: left;
  color: #343738;
}
.min-resolution-modal .resolution-message {
  margin-top: 25px;
  max-width: 429px;
  justify-self: right;
}
.min-resolution-modal .resolution-message .title {
  font-size: 31px;
  font-weight: 900;
  text-align: left;
  color: #343738;
  display: block;
  margin-bottom: 10px;
}
.min-resolution-modal .resolution-message.whitelabel {
  align-self: center;
}
.min-resolution-modal .resolution-message.ranking {
  align-self: center;
}
.min-resolution-modal .resolution-message.ranking .title {
  margin-top: 85px;
}
.min-resolution-modal .resolution-message .message {
  font-size: 18px;
  text-align: left;
  color: #636566;
  display: block;
}
.min-resolution-modal .resolution-message .images {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  align-items: center;
}
.min-resolution-modal .resolution-message .images img {
  width: 130px;
  height: 40px;
}
.min-resolution-modal .resolution-message .images img:first-child {
  width: 120px;
  height: 40px;
  margin-right: 10px;
}
.min-resolution-modal .resolution-message.mobile {
  display: none;
}
.min-resolution-modal .resolution-message .box-text-two {
  margin-top: 90px;
  text-align: center;
}
.min-resolution-modal .resolution-message .box-text-two .title {
  font-size: 35px;
  text-align: center;
}
.min-resolution-modal .resolution-message .box-text-two .text {
  font-size: 18px;
  color: #343738;
}
@media only screen and (max-width: 568px) {
  .min-resolution-modal.whitelabel {
    display: flex;
    background-image: url("/assets/images/svg/ondas.svg"), url("/assets/images/clients/stonex/logo-svg.svg"), url("/assets/images/clients/stonex/svg/onda-header.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 16% 35px, top left;
    background-size: auto, 365px 50px, 100vw;
  }
  .min-resolution-modal.whitelabel.bg-center {
    background-position: bottom left, 40% 35px, top left;
  }
  .min-resolution-modal.whitelabel.bg-left-zero {
    background-position: bottom left, 0% 35px, top left;
  }
  .min-resolution-modal.whitelabel.bg-size-two {
    background-size: auto, 365px 72px, 100vw;
  }
  .min-resolution-modal.whitelabel .box-text {
    font-size: 25px;
    color: #343738;
    max-width: 314px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25%;
  }
  .min-resolution-modal.whitelabel .box-text .bold {
    font-weight: bold;
  }
  .min-resolution-modal.whitelabel .box-text-two {
    margin-top: 90px;
    text-align: center;
  }
  .min-resolution-modal.whitelabel .box-text-two .title {
    font-size: 25px;
    text-align: center;
  }
  .min-resolution-modal.whitelabel .box-text-two .text {
    font-size: 18px;
    color: #343738;
  }
  .min-resolution-modal.ranking {
    display: flex;
    background-image: url("/assets/images/svg/ondas.svg"), url("/assets/images/clients/stonex/logo-workspace.png"), url("/assets/images/svg/onda-header.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 1.8em 22px, top left;
    background-size: auto, 257px, auto;
    height: 100vh;
  }
  .min-resolution-modal .blue-warning {
    display: none;
  }
  .min-resolution-modal .resolution-message {
    display: none;
  }
  .min-resolution-modal .resolution-message.mobile {
    display: initial;
    align-self: center;
    justify-self: center;
  }
}
@media (max-width: 460px) {
  .min-resolution-modal.whitelabel {
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 16% 23px, top left;
    background-size: auto, 316px 50px, 100vw;
  }
  .min-resolution-modal.whitelabel .box-text {
    margin-top: 10%;
  }
}
@media (max-width: 370px) {
  .min-resolution-modal.whitelabel {
    background-size: auto, 225px 50px, 100vw !important;
  }
  .min-resolution-modal.whitelabel .box-text {
    margin-top: 10%;
  }
}

.reconnect-modal .mat-dialog-container {
  overflow: visible;
}
.reconnect-modal .reconnect {
  text-align: center;
  color: #343738;
  background-color: #ffffff;
}
.reconnect-modal .reconnect .baloon {
  border-radius: 5px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reconnect-modal .reconnect .baloon .div-top {
  padding: 35px 50px;
}
.reconnect-modal .reconnect .baloon .div-bottom {
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.reconnect-modal .reconnect .baloon .div-bottom button:first-child {
  margin-right: 15px;
}
.reconnect-modal .reconnect .baloon .reconnect-msg-1 {
  margin-top: 30px;
  display: block;
  font-size: 16px;
}

.darkTheme .reconnect {
  color: #f5f5f5;
  background-color: #000000;
}

.panel-class-custody-component {
  transition: margin-left 400ms;
}
.panel-class-custody-component .mat-dialog-container {
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.custody-consult-component {
  color: #343738;
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}
.custody-consult-component mat-icon {
  overflow: initial;
}
.custody-consult-component svg {
  fill: #343738;
}
.custody-consult-component .custody-action {
  min-width: 65px;
}
.custody-consult-component .custody-action .buy-sell {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}
.custody-consult-component .custody-action .buy-sell .btn {
  font-size: 12px;
  line-height: 12px;
  color: #f6f6f6;
  width: 25px;
  height: 25px;
  padding: 0;
}
.custody-consult-component .custody-action .buy-sell .btn.sell {
  background: #426f47;
  margin-left: 8px;
}
.custody-consult-component .custody-action .buy-sell .btn.buy {
  background: #f1ac23;
}
.custody-consult-component .header {
  font-size: 16px;
  font-weight: 900;
  padding: 10px 10px 10px 20px;
  color: #343738;
  background-color: #ffffff;
}
.custody-consult-component .header span {
  margin-left: 15px;
  position: relative;
  top: 3px;
  vertical-align: top;
}
.custody-consult-component .header .close-btn {
  float: right;
  cursor: pointer;
}
.custody-consult-component .header-options .network-error-message-oms {
  padding: 5px 15px;
}
.custody-consult-component .header-options .header-tabs {
  background: #ffffff;
  padding: 5px 10px;
  padding-top: 30px;
  margin: 0;
}
.custody-consult-component .header-options .header-tabs .tab {
  padding: 11px 43px 11px 43px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 15px;
  color: #343738;
  cursor: pointer;
}
.custody-consult-component .header-options .header-tabs .tab.selected-tab {
  color: #0d3458;
  background: #ffffff;
  border-bottom: 2px solid #0d3458;
}
.custody-consult-component .header-options .header-tabs .tab .title {
  font-size: 16px;
  line-height: 0.75;
  text-align: left;
}
.custody-consult-component .header-options .header-filter {
  color: #343738;
  background: #ffffff;
  font-size: 14px;
  padding: 38px 0px 0px 0px;
  min-height: 103px;
}
.custody-consult-component .header-options .header-filter .flex-container {
  display: flex;
  align-items: center;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box {
  margin-left: 3em;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy {
  width: 163px;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 4px;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #343738;
  padding-top: 4px;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738 !important;
  background-image: unset !important;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738 !important;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
  background-image: unset;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .mat-input-element:disabled {
  color: #4e4f50 !important;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .mat-datepicker-toggle {
  color: #343738;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .mat-datepicker-toggle:disabled {
  color: #4e4f50;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-radio {
  margin-right: 10px;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-radio .mat-radio-label-content {
  color: #343738;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-radio .mat-radio-outer-circle {
  border: 2px solid #0d3458;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-radio .mat-radio-inner-circle {
  background-color: #0d3458;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-radio .mat-radio-disabled {
  opacity: 0.7;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-margin {
  margin-right: 25px;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-margin .option-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 6px;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-margin .option-complete mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
  top: -15px;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  right: 10px;
  max-width: 180px;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs {
  border: solid 1px #0d3458;
  background: unset;
  box-shadow: none;
  min-width: unset;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs span {
  color: #343738 !important;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs:hover {
  background-color: #375d7f;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs:hover span {
  color: #f6f6f6 !important;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs.white {
  background-color: #0d3458 !important;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs.white span {
  color: #f6f6f6 !important;
  font-weight: bold;
}
.custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs.white:hover {
  background-color: #375d7f;
}
.custody-consult-component .custody-content {
  height: calc(100% - 142px);
  padding: 0px;
}
.custody-consult-component .custody-content .spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.custody-consult-component .custody-content .content.table-responsive {
  height: calc(100% - 65px);
  background-color: #ffffff;
}
.custody-consult-component .custody-content .content.table-responsive table thead th {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #343738;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #f1f1f1;
  border-bottom: unset;
  border-top: unset;
}
.custody-consult-component .custody-content .content.table-responsive table thead th:last-child {
  border-right: unset;
}
.custody-consult-component .custody-content .content.table-responsive table tbody tr {
  height: 34.5px;
}
.custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(even):hover {
  background-color: #f8f8f8;
}
.custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(odd):hover {
  background-color: #f8f8f8;
}
.custody-consult-component .custody-content .content.table-responsive table tbody tr td {
  font-size: 14px;
  color: #343738;
  padding-right: 10px;
  border: 0px;
  vertical-align: middle;
}
.custody-consult-component .custody-content .content.table-responsive table tbody tr td.high {
  color: #249b52;
}
.custody-consult-component .custody-content .content.table-responsive table tbody tr td.low {
  color: #cb2340;
}
.custody-consult-component .custody-content .content.table-responsive .m-80 {
  min-width: 80px;
  white-space: nowrap;
}
.custody-consult-component .custody-content .content.table-responsive .m-100 {
  min-width: 100px;
  white-space: nowrap;
}
.custody-consult-component .custody-content .content.table-responsive .m-130 {
  min-width: 130px;
  white-space: nowrap;
}
.custody-consult-component .custody-content .content.table-responsive .empty-history {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84%;
  max-width: 527px;
  margin: 0px auto;
}
.custody-consult-component .custody-content .content .view-graph .fixed-text {
  font-size: 16px;
  color: #343738;
  position: absolute;
  left: 12px;
  line-height: 1.38;
  padding-top: 10px;
  min-width: 167px;
  max-width: 167px;
  z-index: 9;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group {
  background: #f1f1f1;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header {
  margin: 0 auto;
  height: 65px;
  margin-left: 220px;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: unset;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels {
  border-radius: 52px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  margin: 10px;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label {
  height: 40px;
  width: 147px;
  border-radius: 52px;
  font-size: 12px;
  text-transform: uppercase;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  color: rgba(52, 55, 56, 0.5);
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  background: #0d3458;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label.mat-tab-label-active .mat-tab-label-content {
  color: #f6f6f6;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper {
  padding-top: 35px;
  background: #ffffff;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content {
  overflow: hidden;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.actions {
  background: #e67924;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.fii {
  background: #14a735;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.option {
  background: #d0d6db;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.term {
  background: #8e5dd9;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.btc {
  background: #00c8b3;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.bdr {
  background: #3a6da8;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.etf {
  background: #f4e42d;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.cash {
  background: #ae28a9;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.others {
  background: #2b95ff;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .highcharts-container {
  margin: 0 auto;
}
.custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .highcharts-credits {
  display: none;
}
.custody-consult-component .custody-content .content .summary-table-section {
  padding-right: 45px;
}
.custody-consult-component .empty-table-message {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}

.darkTheme .custody-consult-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .custody-consult-component svg {
  fill: #f5f5f5;
}
.darkTheme .custody-consult-component .custody-action .buy-sell .btn {
  color: #18191a;
}
.darkTheme .custody-consult-component .custody-action .buy-sell .btn.sell {
  background: #55955c;
  margin-left: 8px;
}
.darkTheme .custody-consult-component .custody-action .buy-sell .btn.buy {
  background: #f5c055;
}
.darkTheme .custody-consult-component .header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .custody-consult-component .header-options .header-tabs {
  background: #000000;
}
.darkTheme .custody-consult-component .header-options .header-tabs .tab {
  color: #f5f5f5;
}
.darkTheme .custody-consult-component .header-options .header-tabs .tab.selected-tab {
  color: #2b81f2;
  background: #000000;
  border-bottom: 2px solid #2b81f2;
}
.darkTheme .custody-consult-component .header-options .header-filter {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5 !important;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5 !important;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .mat-input-element:disabled {
  color: #e4e4e4 !important;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .mat-datepicker-toggle {
  color: #f5f5f5;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .mat-datepicker-toggle:disabled {
  color: #e4e4e4;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-radio .mat-radio-label-content {
  color: #f5f5f5;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-radio .mat-radio-outer-circle {
  border: 2px solid #2b81f2;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .option-radio .mat-radio-inner-circle {
  background-color: #2b81f2;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs {
  border: solid 1px #2b81f2;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs span {
  color: #f5f5f5 !important;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs:hover {
  background-color: #4698ff;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs:hover span {
  color: #18191a !important;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs.white {
  background-color: #2b81f2 !important;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs.white span {
  color: #18191a !important;
}
.darkTheme .custody-consult-component .header-options .header-filter .flex-container.form-box.filters .button-box .xs.white:hover {
  background-color: #4698ff;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive {
  background-color: #000000;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table thead th {
  color: #f5f5f5;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #1b1c1d;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(odd) .darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr:hover {
  background: #131415;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(even) {
  background-color: #18191a;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(even):hover {
  background-color: #131415;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(odd) {
  background-color: #000000;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr:nth-of-type(odd):hover {
  background-color: #131415;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr td {
  color: #f5f5f5;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr td.high {
  color: #2cb561;
}
.darkTheme .custody-consult-component .custody-content .content.table-responsive table tbody tr td.low {
  color: #de2847;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .fixed-text {
  color: #f5f5f5;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group {
  background: #1b1c1d;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-contaner .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  color: rgba(245, 245, 245, 0.5);
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-contaner .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  background: #2b81f2;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-header .mat-tab-label-contaner .mat-tab-labels .mat-tab-label.mat-tab-label-active .mat-tab-label-content {
  color: #f5f5f5;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper {
  background: #000000;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.actions {
  background: #ff923c;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.fii {
  background: #34c955;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.option {
  background: #e9edf0;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.term {
  background: #9862eb;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.btc {
  background: #04dec7;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.bdr {
  background: #7bb7ff;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.etf {
  background: #ede051;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.cash {
  background: #d931d3;
}
.darkTheme .custody-consult-component .custody-content .content .view-graph .mat-tab-group .mat-tab-body-wrapper .circle.others {
  background: #3798fa;
}

.news-grid {
  padding: 11px 30px 5px 0px;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.2s ease-out;
  height: 100px;
  min-height: 80px;
  color: #343738;
  background-color: #ffffff;
}
.news-grid .gradient-details {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-out;
  background: linear-gradient(to right, transparent, transparent);
  text-align: right;
  color: #0d3458;
  font-size: 14px;
  font-weight: 500;
}
.news-grid:hover {
  transform: scale(1.01);
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 10px 0 rgba(52, 55, 56, 0.07);
  background-color: #f1f1f1;
}
.news-grid:hover svg {
  fill: #0d3458;
}
.news-grid:hover .gradient-details {
  z-index: 1;
  background: #f1f1f1;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 45px;
  height: 100%;
  visibility: visible;
}
.news-grid .icon-details {
  transform: rotate(180deg);
  cursor: pointer;
}
.news-grid .div-details {
  position: relative;
  top: 40%;
}
.news-grid .span-details {
  padding: 8px;
}
.news-grid .div-date {
  color: #343738;
  text-align: right;
  padding-right: 8px;
  border-right: 1px solid #f1f1f1;
}
.news-grid .div-date .div-day {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: -7px;
}
.news-grid .div-date .div-month,
.news-grid .div-date .div-year {
  font-size: 13px;
  font-weight: 500;
}
.news-grid .div-info {
  padding-left: 10px;
  margin-top: 6px;
}
.news-grid .div-info .div-agency {
  font-size: 12px;
  font-weight: 500;
  color: #343738;
}
.news-grid .div-info .div-agency .span-time {
  background-color: #f6f6f6;
  margin-left: 10px;
  padding: 1px 9px;
}
.news-grid .div-info .div-title {
  font-size: 18px;
  font-weight: bold;
  color: #343738;
}
.news-grid .div-info .div-title a:hover {
  text-decoration: underline;
}
.news-grid .div-info .div-desc {
  font-size: 12px;
  font-weight: normal;
  color: #434546;
}

.darkTheme .news-grid {
  border-bottom: 1px solid #1b1c1d;
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .news-grid .gradient-details {
  color: #2b81f2;
}
.darkTheme .news-grid:hover {
  box-shadow: 0 3px 10px 0 rgba(245, 245, 245, 0.07);
  background-color: #1b1c1d;
}
.darkTheme .news-grid:hover .gradient-details {
  background: #1b1c1d;
}
.darkTheme .news-grid .div-date {
  color: #f5f5f5;
  border-right: 1px solid #1b1c1d;
}
.darkTheme .news-grid .div-info .div-agency {
  color: #f5f5f5;
}
.darkTheme .news-grid .div-info .div-agency .span-time {
  background-color: #18191a;
}
.darkTheme .news-grid .div-info .div-title {
  color: #f5f5f5;
}
.darkTheme .news-grid .div-info .div-desc {
  color: #ececec;
}

.news-detail {
  color: #343738;
  background-color: #ffffff;
}
.news-detail .detail-img-content {
  height: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-detail .scrollable-area {
  overflow: auto;
}
.news-detail .card-title-content {
  height: 118.6px;
  background-color: #f6f6f6;
  padding: 1% 4% 0% 4%;
  margin-bottom: 36px;
}
.news-detail .title-header {
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  border-left: 4px solid #1b1c1d;
}
.news-detail .news-agency {
  font-size: 14px;
  font-weight: bold;
  color: #343738;
}
.news-detail .news-date {
  font-size: 14px;
  font-weight: bold;
  color: #343738;
  text-align: right;
  width: 100%;
}
.news-detail .col-hr hr {
  background: #f1f1f1;
  margin-top: 4px;
  margin-bottom: 7px;
}
.news-detail .col-title {
  font-size: 25px;
  font-weight: bold;
  color: #343738;
  line-height: 1;
  display: contents;
}
.news-detail .col-title span {
  padding-left: 15px;
}
.news-detail .btn-close {
  transition: 0.3s;
  position: absolute;
  right: 25px;
  bottom: 0px;
  border-radius: 25px;
  border: unset;
  width: 45px;
  height: 45px;
  background-color: transparent;
  color: #343738;
  cursor: pointer;
}
.news-detail .btn-close mat-icon {
  height: 30px;
  width: 30px;
}
.news-detail .btn-close:hover {
  background-color: #f8f8f8;
}
.news-detail .div-detail {
  height: 60vh;
  padding-left: 10%;
  padding-right: 10%;
}
.news-detail .div-detail pre {
  font-family: "Roboto";
  font-weight: normal;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.38;
  color: #434546;
}
.news-detail .btn-scroll {
  transition: 0.4s;
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: 45px;
  height: 45px;
  border-radius: 35px;
  border: unset;
  background-color: #0d3458;
  cursor: pointer;
  color: #f6f6f6;
}
.news-detail .btn-scroll mat-icon {
  margin-top: 5px;
  font-size: 25px;
}
.news-detail .btn-scroll.btn-hidden {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 780px) {
  .news-detail .card-title-content {
    height: 170.6px;
  }
}

.goback-button {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 0px;
  border-radius: 50%;
  left: -64px;
  top: 2px;
  position: absolute;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.goback-button .button-text2 {
  font-size: 11px;
  font-weight: 500;
}
.goback-button:hover {
  background-color: #f8f8f8;
}

.darkTheme .news-detail {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .news-detail h2 {
  color: #ececec !important;
}
.darkTheme .news-detail .card-title-content {
  background-color: #18191a;
}
.darkTheme .news-detail .title-header {
  border-left: 4px solid #1b1c1d;
}
.darkTheme .news-detail .news-agency {
  color: #f5f5f5;
}
.darkTheme .news-detail .news-date {
  color: #f5f5f5;
}
.darkTheme .news-detail .col-hr hr {
  background: #1b1c1d;
}
.darkTheme .news-detail .col-title {
  color: #f5f5f5;
}
.darkTheme .news-detail .btn-close {
  color: #f5f5f5;
}
.darkTheme .news-detail .btn-close:hover {
  background-color: #131415;
}
.darkTheme .news-detail .div-detail {
  color: #ececec;
}
.darkTheme .news-detail .div-detail pre {
  color: #ececec;
}
.darkTheme .news-detail .btn-scroll {
  background-color: #2b81f2;
  color: #18191a;
}
.darkTheme .goback-button:hover {
  background-color: #131415;
}

.balance-consult-component-new {
  padding: 0;
  font-family: "Roboto";
  height: 100%;
  color: #343738;
  background-color: #ffffff;
}
.balance-consult-component-new .r {
  text-align: right;
}
.balance-consult-component-new .mb-2 {
  margin-bottom: 10px !important;
}
.balance-consult-component-new .spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 200px);
}
.balance-consult-component-new .scrollable-body {
  padding: 15px;
  padding-bottom: 0;
  overflow: auto;
  min-height: calc(100% - 45px);
}
@media (max-height: 720px) {
  .balance-consult-component-new .scrollable-body {
    height: calc(100% - 45px);
  }
}
@media (max-height: 610px) {
  .balance-consult-component-new .scrollable-body {
    height: calc(100% - 45px);
  }
}
.balance-consult-component-new button[mat-mini-fab] mat-icon {
  margin-top: -6px;
}
.balance-consult-component-new .mat-mini-fab {
  width: 35px;
  height: 35px;
  line-height: 1;
  box-shadow: unset !important;
}
.balance-consult-component-new .mat-mini-fab .mat-button-wrapper {
  line-height: 0;
}
.balance-consult-component-new .mat-mini-fab.button-visibility {
  background-color: #0d3458;
}
.balance-consult-component-new .mat-mini-fab.button-close {
  background-color: transparent;
  width: auto;
  height: auto;
}
.balance-consult-component-new mat-icon svg {
  fill: #343738;
}
.balance-consult-component-new mat-icon.icon {
  width: 18px;
  height: 18px;
}
.balance-consult-component-new mat-icon.icon-order {
  width: 30px;
  height: 30px;
}
.balance-consult-component-new mat-icon.icon-close-btn {
  width: 12px;
  height: 12px;
}
.balance-consult-component-new mat-icon.ico-warning-octagon {
  width: 46px;
  height: 46px;
}
.balance-consult-component-new .title {
  color: #343738;
}
.balance-consult-component-new .value,
.balance-consult-component-new .value-left,
.balance-consult-component-new .value-right {
  color: #343738;
}
.balance-consult-component-new .header {
  color: #343738;
  background-color: #ffffff;
}
.balance-consult-component-new .financial {
  line-height: 1;
  font-weight: bold;
  height: 45px;
  padding: 0 24px;
}
.balance-consult-component-new .hidden {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.balance-consult-component-new .hidden-graphic {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.balance-consult-component-new mat-card {
  background-color: #f6f6f6;
  padding: 22px;
  height: 100%;
}
.balance-consult-component-new mat-card .mat-card-header-text {
  margin: 0;
}
.balance-consult-component-new .box-left {
  width: 70%;
  padding: 24px 12px 22px 24px;
}
@media (max-width: 1280px) {
  .balance-consult-component-new .box-left {
    width: 65%;
  }
}
.balance-consult-component-new .balance,
.balance-consult-component-new .patrimony,
.balance-consult-component-new .operational {
  border-radius: 4px;
  box-shadow: 0px 4px 2px 2px rgba(52, 55, 56, 0.0005);
  width: 100%;
  min-height: 120px;
  flex: 1;
}
.balance-consult-component-new .balance .title,
.balance-consult-component-new .patrimony .title,
.balance-consult-component-new .operational .title {
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
}
.balance-consult-component-new .balance .value,
.balance-consult-component-new .patrimony .value,
.balance-consult-component-new .operational .value {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
  width: 100%;
}
.balance-consult-component-new .highcharts-legend-item span {
  top: 0 !important;
}
.balance-consult-component-new .graphic {
  border-radius: 4px;
  box-shadow: 0px 4px 2px 2px rgba(52, 55, 56, 0.0005);
  width: 100%;
  height: 98%;
}
.balance-consult-component-new .graphic .title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
}
.balance-consult-component-new .graphic .custom-legend {
  height: 100%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.balance-consult-component-new .graphic .custom-legend-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.balance-consult-component-new .graphic .custom-legend-item.content {
  display: flex;
  justify-content: space-between;
  width: 90%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
}
.balance-consult-component-new .graphic .custom-legend-item.content .value-left {
  font-size: 14px;
  line-height: 1.57;
  color: #343738;
  display: flex;
  align-items: center;
}
.balance-consult-component-new .graphic .custom-legend-item.content .value-left::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.balance-consult-component-new .graphic .custom-legend-item.content .value-right {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.57;
  color: #343738;
}
.balance-consult-component-new .graphic .custom-legend-item .detail-option {
  margin-left: 5px;
  width: 10%;
  position: relative;
}
.balance-consult-component-new .graphic .custom-legend-item .detail-option.position-abs {
  position: absolute;
  right: -16px;
  bottom: 0px;
}
.balance-consult-component-new .graphic .color-custody::before {
  background-color: #3a6da8;
}
.balance-consult-component-new .graphic .color-earnings::before {
  background-color: #14a735;
}
.balance-consult-component-new .graphic .color-guarantee::before {
  background-color: #f4e42d;
}
.balance-consult-component-new .graphic .color-treasure::before {
  background-color: #2b95ff;
}
.balance-consult-component-new .graphic .color-fixed-income::before {
  background-color: #8e5dd9;
}
.balance-consult-component-new .graphic .color-funds::before {
  background-color: #00c8b3;
}
.balance-consult-component-new .graphic .color-clubs::before {
  background-color: #d0d6db;
}
.balance-consult-component-new .graphic .color-foresight::before {
  background-color: #ae28a9;
}
.balance-consult-component-new .graphic .color-designed-online::before {
  background-color: #1bb29e;
}
.balance-consult-component-new .graphic .no-profile {
  height: 370px;
  color: #343738;
  font-size: 14px;
}
@media (max-height: 1080px) {
  .balance-consult-component-new .graphic .no-profile {
    height: 48vh;
  }
}
@media (max-height: 1024px) {
  .balance-consult-component-new .graphic .no-profile {
    height: 42vh;
  }
}
@media (max-height: 800px) {
  .balance-consult-component-new .graphic .no-profile {
    height: 30vh;
  }
}
@media (max-height: 610px) {
  .balance-consult-component-new .graphic .no-profile {
    height: 39vh;
  }
}
.balance-consult-component-new .highcharts-credits {
  display: none !important;
}
@media (max-height: 800px) {
  .balance-consult-component-new .highcharts-container {
    width: 300px;
  }
}
.balance-consult-component-new .operational .view-more {
  cursor: pointer;
  font-size: 8px;
  color: #343738;
  width: 50px;
}
.balance-consult-component-new .custom-page-message .value {
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 10px;
}
.balance-consult-component-new .profit,
.balance-consult-component-new .adjustment {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 4px 2px 2px rgba(52, 55, 56, 0.0005);
}
.balance-consult-component-new .profit .title,
.balance-consult-component-new .adjustment .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}
.balance-consult-component-new .profit .value-left,
.balance-consult-component-new .adjustment .value-left {
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 10px;
}
.balance-consult-component-new .profit .value-right,
.balance-consult-component-new .adjustment .value-right {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.balance-consult-component-new .box-mat-card-tooltip {
  line-height: 1;
  width: 400px;
  z-index: 1;
}
.balance-consult-component-new .box-mat-card-tooltip.tooltip-balance {
  padding: 0px;
  width: 100%;
}
.balance-consult-component-new .box-mat-card-tooltip .text-title-tooltip {
  color: #343738;
}
.balance-consult-component-new .box-mat-card-tooltip.box-card-right {
  right: 212px;
}
.balance-consult-component-new .icon-help {
  color: #343738;
  font-size: 18px;
}
.balance-consult-component-new .box-text {
  margin-top: 10px;
  color: #343738;
}
.balance-consult-component-new .box-text li {
  font-size: 12px;
  font-weight: 300;
}
.balance-consult-component-new .box-table {
  width: 350px;
  font-size: 12px;
  font-weight: 300;
  color: #343738;
}
.balance-consult-component-new .box-table td,
.balance-consult-component-new .box-table th {
  text-align: left;
  padding: 8px;
}
.balance-consult-component-new .box-table tr:nth-child(even) {
  background-color: rgba(52, 55, 56, 0.04);
}
.balance-consult-component-new .view-more-card {
  display: none;
}
.balance-consult-component-new .view-more-card.show {
  top: 0;
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .balance-consult-component-new .view-more-card.show {
    max-width: 550px;
  }
}
.balance-consult-component-new .view-more-card .value-left {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 24px;
  width: 50%;
}
.balance-consult-component-new .view-more-card .value-left.last-item {
  margin-bottom: 0;
}
.balance-consult-component-new .view-more-card .value-right {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.57;
  text-align: right;
  width: 50%;
}
.balance-consult-component-new .view-more-card .operational-limity .value-left {
  font-size: 16px;
  color: #343738;
  font-weight: bold;
  line-height: 1.44;
  width: 100%;
  margin-bottom: 5px;
}
.balance-consult-component-new .view-more-card .operational-limity .value-right {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.44;
  width: 100%;
  text-align: left;
}
.balance-consult-component-new .show-more-limit-opetarional[custom-tooltip-button] {
  color: #0d3458;
  font-size: 11px;
  text-align: center;
  min-width: 45px;
}
.balance-consult-component-new .detail-balance-projected-online-wrapper,
.balance-consult-component-new .limit-operational-detail-wrapper {
  min-width: 350px;
}
.balance-consult-component-new .detail-balance-projected-online-wrapper .value-left,
.balance-consult-component-new .limit-operational-detail-wrapper .value-left {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 10px;
  font-weight: normal;
}
.balance-consult-component-new .detail-balance-projected-online-wrapper .value-left.last-item,
.balance-consult-component-new .limit-operational-detail-wrapper .value-left.last-item {
  margin-bottom: 0;
}
.balance-consult-component-new .detail-balance-projected-online-wrapper .value-right,
.balance-consult-component-new .limit-operational-detail-wrapper .value-right {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.57;
  text-align: right;
}
.balance-consult-component-new .detail-balance-projected-online-wrapper .operational-limity .value-left,
.balance-consult-component-new .limit-operational-detail-wrapper .operational-limity .value-left {
  font-size: 16px;
  color: #343738;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 5px;
}
.balance-consult-component-new .detail-balance-projected-online-wrapper .operational-limity .value-right,
.balance-consult-component-new .limit-operational-detail-wrapper .operational-limity .value-right {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
}
.balance-consult-component-new .detail-balance-projected-online-wrapper {
  min-width: 200px;
}
.balance-consult-component-new .guarantee-detail-wrapper {
  width: 300px;
}
.balance-consult-component-new .guarantee-detail-wrapper table {
  width: 100%;
}
.balance-consult-component-new .guarantee-detail-wrapper table tr td:first-child {
  font-weight: bold;
}
.balance-consult-component-new .guarantee-detail-wrapper table tr td:last-child {
  text-align: right;
}
.balance-consult-component-new .highcharts-container {
  margin: 0px auto;
}
.balance-consult-component-new .info-box-rigth-balance:not(.flex-column) .card-item-balance {
  flex: 1 0 400px;
}
.balance-consult-component-new .info-balance-group {
  gap: 0px 25px;
}
.balance-consult-component-new .info-balance-group > div {
  flex: 1 1 200px;
}
.balance-consult-component-new .center-items-window {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 200px);
}
.balance-consult-component-new .box-rest {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-height: 720px) {
  .balance-consult-component-new .box-rest .mt-title {
    margin-top: 135px;
  }
}
.balance-consult-component-new .box-rest .mb-title {
  margin-bottom: 24px;
}
.balance-consult-component-new .box-rest .mb-card {
  margin-bottom: 20px;
}
.balance-consult-component-new .box-rest .value {
  font-weight: bold;
}
.balance-consult-component-new .box-rest .value.pad {
  padding: 0px 6px;
}
.balance-consult-component-new .box-rest .box-update {
  font-size: 13px;
}
.balance-consult-component-new .box-rest .box-update .update {
  color: #0d3458;
  cursor: pointer;
  padding-left: 5px;
}
.balance-consult-component-new .box-rest .box-update .update:hover {
  color: #375d7f;
}
.balance-consult-component-new .box-rest .box-update .update .mat-icon {
  width: 14px;
  height: 14px;
}
.balance-consult-component-new .box-rest .box-update .update .mat-icon svg {
  fill: #0d3458;
}

.darkTheme .balance-consult-component-new {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .balance-consult-component-new .mat-mini-fab.button-visibility {
  background-color: #2b81f2;
}
.darkTheme .balance-consult-component-new mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .balance-consult-component-new .title {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .value,
.darkTheme .balance-consult-component-new .value-left,
.darkTheme .balance-consult-component-new .value-right {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .balance-consult-component-new mat-card {
  background-color: #18191a;
}
.darkTheme .balance-consult-component-new .graphic {
  box-shadow: 0px 4px 2px 2px rgba(245, 245, 245, 0.0005);
}
.darkTheme .balance-consult-component-new .graphic .custom-legend-item.content {
  border-bottom: 1px solid #1b1c1d;
}
.darkTheme .balance-consult-component-new .graphic .custom-legend-item.content .value-left {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .graphic .custom-legend-item.content .value-right {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .graphic .color-custody::before {
  background-color: #7bb7ff;
}
.darkTheme .balance-consult-component-new .graphic .color-earnings::before {
  background-color: #34c955;
}
.darkTheme .balance-consult-component-new .graphic .color-guarantee::before {
  background-color: #ede051;
}
.darkTheme .balance-consult-component-new .graphic .color-treasure::before {
  background-color: #3798fa;
}
.darkTheme .balance-consult-component-new .graphic .color-fixed-income::before {
  background-color: #9862eb;
}
.darkTheme .balance-consult-component-new .graphic .color-funds::before {
  background-color: #04dec7;
}
.darkTheme .balance-consult-component-new .graphic .color-clubs::before {
  background-color: #e9edf0;
}
.darkTheme .balance-consult-component-new .graphic .color-foresight::before {
  background-color: #d931d3;
}
.darkTheme .balance-consult-component-new .graphic .color-designed-online::before {
  background-color: #11a894;
}
.darkTheme .balance-consult-component-new .graphic .no-profile {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .operational .view-more {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .profit,
.darkTheme .balance-consult-component-new .adjustment {
  box-shadow: 0px 4px 2px 2px rgba(245, 245, 245, 0.0005);
}
.darkTheme .balance-consult-component-new .box-mat-card-tooltip .text-title-tooltip {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .icon-help {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .box-text {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .box-table {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .box-table tr:nth-child(even) {
  background-color: rgba(245, 245, 245, 0.04);
}
.darkTheme .balance-consult-component-new .view-more-card .operational-limity .value-left {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .show-more-limit-opetarional[custom-tooltip-button] {
  color: #2b81f2;
}
.darkTheme .balance-consult-component-new .detail-balance-projected-online-wrapper,
.darkTheme .balance-consult-component-new .limit-operational-detail-wrapper .operational-limity .value-left {
  color: #f5f5f5;
}
.darkTheme .balance-consult-component-new .box-rest .box-update .update {
  color: #2b81f2;
}
.darkTheme .balance-consult-component-new .box-rest .box-update .update:hover {
  color: #1365cc;
}
.darkTheme .balance-consult-component-new .box-rest .box-update .update .mat-icon svg {
  fill: #2b81f2;
}

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-screen {
  background-image: url("/src/assets/images/svg/ondas-blue.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  padding-top: 15%;
  justify-content: center;
  color: #0d3458;
}
.error-screen mat-icon {
  width: unset;
  height: unset;
  max-width: 182px;
  max-height: 116px;
  fill: #0d3458;
  stroke: #0d3458;
}
.error-screen .text-container {
  margin-left: 23px;
}
.error-screen .text-container .title {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.error-screen .text-container .subtitle {
  font-size: 16px;
  display: block;
  margin-bottom: 16px;
  margin-top: 5px;
}

.youtube-live {
  color: #343738;
  background-color: #ffffff;
}
.youtube-live .header {
  color: #343738;
  background-color: #ffffff;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.youtube-live .header .icon-div mat-icon {
  width: 18px;
  cursor: pointer;
}
.youtube-live .header .icon-div mat-icon:first-child {
  margin-right: 10px;
}
.youtube-live .header .icon-div mat-icon svg {
  fill: #343738;
}
.youtube-live .header .youtube-icon {
  background-color: #ffffff;
  width: 28px;
  height: 20px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.youtube-live .header .youtube-icon div {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ffffff;
}
.youtube-live .content-body {
  display: flex;
  justify-content: space-around;
  height: calc(80vh - 45px);
  padding: 4% 2%;
}

.darkTheme .youtube-live {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .youtube-live .header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .youtube-live .header .icon-div mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .youtube-live .header .youtube-icon {
  background-color: #000000;
}
.darkTheme .youtube-live .header .youtube-icon div {
  border-left: 7px solid #000000;
}

.auth-broker {
  color: #343738;
  background-color: #ffffff;
  padding: 90px 15px;
}
.auth-broker .spinner {
  margin: 0 auto;
}
.auth-broker .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.auth-broker .subtitle {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 15px;
  margin-bottom: 20px;
}
.auth-broker .toggleShow {
  font-size: 12px;
  position: relative;
  top: -6px;
  opacity: 0.8;
  cursor: pointer;
}
.auth-broker .forgotPass {
  cursor: pointer;
  color: #343738;
  opacity: 0.75;
  font-size: 13px;
  text-align: right;
  width: 380px;
  margin-top: -37px;
}
.auth-broker .complexy-password {
  font-size: 12px;
  line-height: 2;
  opacity: 0.6;
  margin-bottom: 20px;
  margin-top: -9px;
  color: #343738;
}
.auth-broker .complexy-password .left {
  text-align: left;
}
.auth-broker .complexy-password .bold {
  font-weight: bold;
}
.auth-broker .complexy-password .valid {
  padding-left: 4px;
  font-weight: 600;
}
.auth-broker mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-outer-circle {
  border-color: #0d3458;
}
.auth-broker mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-inner-circle {
  background-color: #0d3458;
}
.auth-broker mat-form-field {
  width: 100%;
}
.auth-broker mat-form-field .mat-form-field-infix input {
  margin-bottom: 1px;
  padding-bottom: 8px;
}
.auth-broker mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  font-size: 14px;
  line-height: 1.36;
  margin-bottom: 40px;
  padding-bottom: 4px;
}
.auth-broker mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #343738;
  padding-bottom: 0px;
}
.auth-broker mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.auth-broker mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.auth-broker .mat-form-field-hide-placeholder .mat-select-placeholder {
  padding-bottom: 8px;
}

.mat-select-panel.custom-broker-auth .mat-select-content {
  font-size: 14px;
  height: 100%;
  overflow-y: scroll;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.mat-select-panel.custom-broker-auth .mat-select-content .mat-option-text {
  font-size: 14px;
}

.imgBroker {
  width: 23px;
  margin-right: 10px;
}

.darkTheme .auth-broker {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .auth-broker .forgotPass {
  color: #f5f5f5;
}
.darkTheme .auth-broker .complexy-password {
  color: #f5f5f5;
}
.darkTheme .auth-broker .mat-radio-outer-circle {
  border-color: #2b81f2;
}
.darkTheme .auth-broker mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-outer-circle {
  border-color: #2b81f2;
}
.darkTheme .auth-broker mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-inner-circle {
  background-color: #2b81f2;
}
.darkTheme .auth-broker mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .auth-broker mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .auth-broker mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .mat-select-panel {
  color: #f5f5f5;
}
.darkTheme .mat-select-panel.custom-broker-auth {
  color: #f5f5f5;
}
.darkTheme .mat-select-panel.custom-broker-auth .mat-select-content {
  color: #f5f5f5;
  border: 1px solid #292a2b;
  background: #000000;
}
.darkTheme .mat-select-panel.custom-broker-auth .mat-select-content .mat-option-text {
  color: #f5f5f5;
}

.assessor-search-client {
  color: #343738;
  background-color: #ffffff;
}
.assessor-search-client svg {
  fill: #343738;
}
.assessor-search-client .header-search {
  font-size: 16px;
  font-weight: 900;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  color: #343738;
  background-color: #ffffff;
}
.assessor-search-client .header-search .search-icon {
  max-width: 45px;
}
.assessor-search-client .header-search .search-icon mat-icon {
  cursor: pointer;
  width: 22.5px;
  height: 23.8px;
  opacity: 0.4;
}
.assessor-search-client .header-search .mat-form-field .mat-form-field-infix {
  padding: 0 !important;
  border-top: none;
  width: 500px !important;
}
.assessor-search-client .header-search .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.assessor-search-client .header-search .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  padding-left: 0;
}
.assessor-search-client .header-search .mat-form-field .mat-form-field-label {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 900;
  color: #343738;
  padding-top: 0px !important;
  opacity: 0.3;
  top: 0;
}
.assessor-search-client .header-search .mat-form-field .mat-form-field-label-wrapper {
  top: 2px !important;
}
.assessor-search-client .header-search .mat-form-field .mat-input-element {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 900;
  color: #343738;
}
.assessor-search-client .header-search .mat-form-field .mat-form-field-underline {
  display: none;
}
.assessor-search-client .header-search .icons mat-icon {
  position: absolute;
  right: -35px;
  cursor: pointer;
}
.assessor-search-client .content {
  overflow-y: auto;
  max-height: calc(100vh - 130px);
}
.assessor-search-client .content::-webkit-scrollbar-corner {
  display: none;
}
.assessor-search-client .content .spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 130px);
}
.assessor-search-client .content .client {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
  cursor: pointer;
  border-top: 1px solid #e5e5e5;
}
.assessor-search-client .content .client:hover {
  background-color: #f8f8f8;
}
.assessor-search-client .content .client .border-r {
  border-right: 1px solid #e5e5e5;
}
.assessor-search-client .content .client .name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #343738;
}
.assessor-search-client .content .client .profile {
  font-size: 11px;
  color: #343738;
}
.assessor-search-client .content .client .bold {
  font-weight: bold;
}
.assessor-search-client .content .client .bold.blue {
  color: #3a6da8;
  padding: 0px;
}
.assessor-search-client .content .client .bold.yellow {
  color: #f4e42d;
  padding: 0px;
}
.assessor-search-client .content .client .bold.purple {
  color: #ae28a9;
  padding: 0px;
}
.assessor-search-client .content .client .bold.orange {
  color: #e67924;
  padding: 0px;
}
.assessor-search-client .content .client .bold.red {
  color: #8e5dd9;
  padding: 0px;
}

.darkTheme .assessor-search-client {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .assessor-search-client svg {
  fill: #f5f5f5;
}
.darkTheme .assessor-search-client .header-search {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .assessor-search-client .header-search .mat-form-field .mat-form-field-label {
  font-family: "Roboto";
  color: #f5f5f5;
}
.darkTheme .assessor-search-client .header-search .mat-form-field .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .assessor-search-client .content .client {
  border-top: 1px solid #292a2b;
}
.darkTheme .assessor-search-client .content .client:hover {
  background-color: #131415;
}
.darkTheme .assessor-search-client .content .client .border-r {
  border-right: 1px solid #292a2b;
}
.darkTheme .assessor-search-client .content .client .name {
  color: #f5f5f5;
}
.darkTheme .assessor-search-client .content .client .profile {
  color: #f5f5f5;
}
.darkTheme .assessor-search-client .content .client .bold.blue {
  color: #7bb7ff;
}
.darkTheme .assessor-search-client .content .client .bold.yellow {
  color: #ede051;
}
.darkTheme .assessor-search-client .content .client .bold.purple {
  color: #d931d3;
}
.darkTheme .assessor-search-client .content .client .bold.orange {
  color: #ff923c;
}
.darkTheme .assessor-search-client .content .client .bold.red {
  color: #9862eb;
}

.autoComplete-assessor {
  height: 46px;
  color: #343738;
  background-color: #ffffff;
}
.autoComplete-assessor .active {
  text-transform: uppercase;
  height: 29px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  color: #343738;
}
.autoComplete-assessor .company {
  height: 15px;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  color: #343738;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.autoComplete-assessor .invalid {
  height: 11px;
  font-size: 10px;
  font-weight: 500;
  margin-left: 5px;
  color: #b3292e;
  margin-bottom: 7px;
}
.autoComplete-assessor .mat-form-field-wrapper {
  padding-bottom: 0px !important;
}
.autoComplete-assessor .mat-autocomplete-panel.mat-autocomplete-visible {
  margin-top: -20px;
  right: 55px;
}
.autoComplete-assessor .mat-form-field-flex {
  display: flex;
  align-items: center;
}
.autoComplete-assessor mat-form-field.input-invalid input {
  color: #b3292e;
}
.autoComplete-assessor mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #b3292e;
  background-image: unset;
}
.autoComplete-assessor mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #b3292e;
}
.autoComplete-assessor .mat-option-text {
  font-size: 14px;
  text-transform: uppercase;
}
.autoComplete-assessor .searchIcon {
  width: 15px !important;
  height: 15px;
  position: relative;
  top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0 !important;
}

.darkTheme .autoComplete-assessor {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .autoComplete-assessor .active {
  color: #f5f5f5;
}
.darkTheme .autoComplete-assessor .company {
  color: #f5f5f5;
}
.darkTheme .autoComplete-assessor .invalid {
  color: #d8353a;
}
.darkTheme .autoComplete-assessor mat-form-field.input-invalid input {
  color: #d8353a;
}
.darkTheme .autoComplete-assessor mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #d8353a;
}
.darkTheme .autoComplete-assessor mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d8353a;
}

.brokerage-note-component {
  color: #343738;
  background-color: #ffffff;
}
.brokerage-note-component .network-error-message-oms {
  margin: 0px;
}
.brokerage-note-component .spinner {
  width: 100%;
  height: calc(100% - 350px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.brokerage-note-component .header {
  color: #343738;
  background-color: #ffffff;
  padding: 10px 10px;
  margin: 0;
  height: 44px;
  border-radius: 3px 3px 0 0;
}
.brokerage-note-component .header span.title {
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}
.brokerage-note-component .header svg {
  fill: #343738;
}
.brokerage-note-component .header .icon-order {
  height: 21px;
  width: 21px !important;
  margin-right: 15px;
}
.brokerage-note-component .header .icon-order svg {
  margin-bottom: 5px;
  fill: #343738;
  stroke: #434546;
}
.brokerage-note-component .header .icon-close-btn {
  height: 15px;
  width: 15px;
}
.brokerage-note-component .filter {
  color: #343738;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.brokerage-note-component .filter .box-radio-button-group {
  padding-top: 20px;
  padding-left: 30px;
}
.brokerage-note-component .filter .box-radio-button-group .option-radio {
  font-size: 14px;
  color: #343738;
}
.brokerage-note-component .filter .box-radio-button-group .mat-radio-outer-circle {
  border-color: #0d3458;
}
.brokerage-note-component .filter .box-radio-button-group .mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-outer-circle {
  border-color: #0d3458;
}
.brokerage-note-component .filter .box-radio-button-group .mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-inner-circle {
  background-color: #0d3458;
}
.brokerage-note-component .filter .row-filter {
  color: #343738;
  padding: 20px 0;
  height: 84px;
  margin: 0;
  margin-bottom: -10px;
}
.brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
  font-size: 14px;
}
.brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738;
  background-image: unset;
}
.brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #343738;
}
.brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  fill: #343738;
}
.brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-button-wrapper {
  color: #343738 !important;
}
.brokerage-note-component .filter .row-filter .col-datepicker-range {
  text-align: left;
  position: relative;
  padding-left: 30px;
  padding-right: 0;
  max-width: 430px;
  top: -18px;
}
.brokerage-note-component .filter .row-filter .col-datepicker-range span.label {
  font-size: 11px;
  opacity: 0.7;
}
.brokerage-note-component .filter .row-filter .col-datepicker-range .modal-datepicker {
  background: #343738;
}
.brokerage-note-component .filter .row-filter .col-datepicker-range .modal-datepicker .datepicker-modal {
  top: 80px !important;
  left: 185px !important;
}
.brokerage-note-component .filter .row-filter .col-datepicker {
  text-align: left;
  position: relative;
  padding-left: 30px;
  max-width: 280px;
  top: -5px;
}
.brokerage-note-component .filter .row-filter .col-datepicker span.label {
  font-size: 11px;
  opacity: 0.7;
}
.brokerage-note-component .filter .row-filter .col-datepicker .modal-datepicker {
  background: #343738;
}
.brokerage-note-component .filter .row-filter .col-datepicker .modal-datepicker .datepicker-modal {
  top: 80px !important;
  left: 156px !important;
}
.brokerage-note-component .filter .row-filter .col-agency {
  max-width: 260px;
  padding-left: 0;
}
.brokerage-note-component .filter .row-filter .col-btn-filter {
  padding-top: 12px;
  text-align: right;
  padding-right: 43.8px;
  max-width: 100px;
}
.brokerage-note-component .filter .row-filter .col-btn-filter.white {
  background-color: #0d3458 !important;
}
.brokerage-note-component .filter .row-filter .col-btn-filter.white span {
  color: #f6f6f6 !important;
  font-weight: bold;
}
.brokerage-note-component .filter .row-filter .col-btn-filter.white:hover {
  background-color: #375d7f;
}
.brokerage-note-component .filter .row-filter .col-btn-filter .xs {
  width: 83.4px;
  height: 31px;
  border-radius: 50px;
  border: solid 1px #0d3458;
  background-color: #0d3458 !important;
  background: unset;
  background-color: transparent;
  box-shadow: none;
  min-width: unset;
  margin-left: 17.6px;
}
.brokerage-note-component .filter .row-filter .col-btn-filter .xs span {
  color: #f6f6f6 !important;
}
.brokerage-note-component .filter .row-filter .col-btn-filter .xs:hover {
  background-color: #375d7f;
}
.brokerage-note-component .filter .row-filter .col-btn-filter .xs:hover span {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.15;
  text-align: left;
  color: #f6f6f6 !important;
}
.brokerage-note-component .filter .row-filter .col-btn-filter .mat-button-wrapper {
  color: #343738 !important;
}
.brokerage-note-component .filter .row-filter .col-btn-filter button {
  border-radius: 24px;
  width: 83.4px;
  height: 31px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.brokerage-note-component .filter .row-filter .col-btn-filter button.btn-clear {
  border: solid 2px #343738;
  background-color: transparent;
  margin-right: 10px;
  color: #343738;
  opacity: 0.4;
}
.brokerage-note-component .filter .row-filter .col-btn-filter button.btn-clear:hover {
  opacity: 0.8;
}
.brokerage-note-component .filter .row-filter .col-btn-filter button.btn-filter {
  border: unset;
  color: #343738;
  background-color: #000000;
}
.brokerage-note-component .filter .row-filter .col-btn-filter button.btn-filter:hover {
  background-color: #343738;
}
.brokerage-note-component .empty {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.brokerage-note-component .svg-pdf-dow {
  margin-left: 5px;
  width: 12px;
}
.brokerage-note-component .pdf {
  margin-top: -10px;
}
.brokerage-note-component .pdf object {
  width: 100%;
  height: calc(100vh - 246px);
}
.brokerage-note-component .pdf .pdfViewer {
  width: 100%;
  height: calc(100vh - 300px);
}

.table-orders {
  width: 100%;
  border-collapse: collapse !important;
}
.table-orders tbody .table-row-height {
  height: 60px;
}
.table-orders tbody .table-row-height .cursor-default {
  cursor: default;
}
.table-orders tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.table-orders tbody tr:nth-of-type(even):hover {
  background-color: #f8f8f8;
}
.table-orders tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-orders tbody tr:nth-of-type(odd):hover {
  background-color: #f8f8f8;
}
.table-orders tbody tr td {
  width: 20%;
  font-size: 14px;
  color: #343738;
  box-shadow: none;
  padding: 0 0.5em;
  border: none;
  vertical-align: middle;
}
.table-orders tbody tr:hover {
  font-weight: bold;
}
.table-orders tbody tr:hover mat-icon svg g .prefix__cls-1 {
  fill: #343738;
}
.table-orders mat-icon {
  display: inline-grid;
  cursor: pointer;
}
.table-orders mat-icon svg g .prefix__cls-1 {
  vertical-align: inherit;
  fill: #343738;
}

.darkTheme .brokerage-note-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .brokerage-note-component .network-error-message-oms {
  margin: 0px;
}
.darkTheme .brokerage-note-component .spinner {
  width: 100%;
  height: calc(100% - 350px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.darkTheme .brokerage-note-component .header {
  color: #f5f5f5;
  background-color: #000000;
  padding: 10px 10px;
  margin: 0;
  height: 44px;
  border-radius: 3px 3px 0 0;
}
.darkTheme .brokerage-note-component .header span.title {
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}
.darkTheme .brokerage-note-component .header svg {
  fill: #f5f5f5;
}
.darkTheme .brokerage-note-component .header .icon-order {
  height: 21px;
  width: 21px !important;
  margin-right: 15px;
}
.darkTheme .brokerage-note-component .header .icon-order svg {
  margin-bottom: 5px;
  fill: #f5f5f5;
  stroke: #ececec;
}
.darkTheme .brokerage-note-component .header .icon-close-btn {
  height: 15px;
  width: 15px;
}
.darkTheme .brokerage-note-component .filter {
  color: #f5f5f5;
  background-color: #000000;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.darkTheme .brokerage-note-component .filter .box-radio-button-group {
  padding-top: 20px;
  padding-left: 30px;
}
.darkTheme .brokerage-note-component .filter .box-radio-button-group .option-radio {
  font-size: 14px;
  color: #f5f5f5;
}
.darkTheme .brokerage-note-component .filter .box-radio-button-group .mat-radio-outer-circle {
  border-color: #2b81f2;
}
.darkTheme .brokerage-note-component .filter .box-radio-button-group .mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-outer-circle {
  border-color: #2b81f2;
}
.darkTheme .brokerage-note-component .filter .box-radio-button-group .mat-radio-group .mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-inner-circle {
  background-color: #2b81f2;
}
.darkTheme .brokerage-note-component .filter .row-filter {
  color: #f5f5f5;
  padding: 20px 0;
  height: 84px;
  margin: 0;
  margin-bottom: -10px;
}
.darkTheme .brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
  font-size: 14px;
}
.darkTheme .brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5;
  background-image: unset;
}
.darkTheme .brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #f5f5f5;
}
.darkTheme .brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  fill: #f5f5f5;
}
.darkTheme .brokerage-note-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-button-wrapper {
  color: #f5f5f5 !important;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-datepicker-range {
  text-align: left;
  position: relative;
  padding-left: 30px;
  padding-right: 0;
  max-width: 430px;
  top: -18px;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-datepicker-range span.label {
  font-size: 11px;
  opacity: 0.7;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-datepicker-range .modal-datepicker {
  background: #f5f5f5;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-datepicker-range .modal-datepicker .datepicker-modal {
  top: 80px !important;
  left: 156px !important;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-datepicker {
  text-align: left;
  position: relative;
  padding-left: 30px;
  max-width: 280px;
  top: -5px;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-datepicker span.label {
  font-size: 11px;
  opacity: 0.7;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-datepicker .modal-datepicker {
  background: #f5f5f5;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-datepicker .modal-datepicker .datepicker-modal {
  top: 80px !important;
  left: 156px !important;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-agency {
  max-width: 260px;
  padding-left: 0;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter {
  padding-top: 12px;
  text-align: right;
  padding-right: 43.8px;
  max-width: 100px;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter.white {
  background-color: #2b81f2 !important;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter.white span {
  color: #18191a !important;
  font-weight: bold;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter.white:hover {
  background-color: #4698ff;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter .xs {
  width: 83.4px;
  height: 31px;
  border-radius: 50px;
  border: solid 1px #2b81f2;
  background-color: #2b81f2 !important;
  background: unset;
  background-color: transparent;
  box-shadow: none;
  min-width: unset;
  margin-left: 17.6px;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter .xs span {
  color: #f5f5f5 !important;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter .xs:hover {
  background-color: #4698ff;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter .xs:hover span {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.15;
  text-align: left;
  color: #f5f5f5 !important;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter .mat-button-wrapper {
  color: #f5f5f5 !important;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter button {
  border-radius: 24px;
  width: 83.4px;
  height: 31px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter button.btn-clear {
  border: solid 2px #f5f5f5;
  background-color: transparent;
  margin-right: 10px;
  color: #f5f5f5;
  opacity: 0.4;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter button.btn-clear:hover {
  opacity: 0.8;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter button.btn-filter {
  border: unset;
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .brokerage-note-component .filter .row-filter .col-btn-filter button.btn-filter:hover {
  background-color: #f5f5f5;
}
.darkTheme .brokerage-note-component .empty {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.darkTheme .brokerage-note-component .svg-pdf-dow {
  margin-left: 5px;
  width: 12px;
}
.darkTheme .brokerage-note-component .pdf {
  margin-top: -10px;
}
.darkTheme .brokerage-note-component .pdf object {
  width: 100%;
  height: calc(100vh - 246px);
}
.darkTheme .brokerage-note-component .pdf .pdfViewer {
  width: 100%;
  height: calc(100vh - 300px);
}
.darkTheme .table-orders {
  width: 100%;
  border-collapse: collapse !important;
}
.darkTheme .table-orders tbody .table-row-height {
  height: 60px;
}
.darkTheme .table-orders tbody .table-row-height .cursor-default {
  cursor: default;
}
.darkTheme .table-orders tbody tr:nth-of-type(even) {
  background-color: #18191a;
}
.darkTheme .table-orders tbody tr:nth-of-type(even):hover {
  background-color: #131415;
}
.darkTheme .table-orders tbody tr:nth-of-type(odd) {
  background-color: #000000;
}
.darkTheme .table-orders tbody tr:nth-of-type(odd):hover {
  background-color: #131415;
}
.darkTheme .table-orders tbody tr td {
  width: 20%;
  font-size: 14px;
  color: #f5f5f5;
  box-shadow: none;
  padding: 0 0.5em;
  border: none;
  vertical-align: middle;
}
.darkTheme .table-orders tbody tr:hover {
  font-weight: bold;
}
.darkTheme .table-orders tbody tr:hover mat-icon svg g .prefix__cls-1 {
  fill: #f5f5f5;
}
.darkTheme .table-orders mat-icon {
  display: inline-grid;
  cursor: pointer;
}
.darkTheme .table-orders mat-icon svg g .prefix__cls-1 {
  vertical-align: inherit;
  fill: #f5f5f5;
}

.extract-financial-component {
  color: #343738;
  background-color: #ffffff;
}
.extract-financial-component .network-error-message-oms {
  margin: 0px;
}
.extract-financial-component .high-color {
  color: #249b52 !important;
}
.extract-financial-component .low-color {
  color: #cb2340 !important;
}
.extract-financial-component .spinner {
  width: 100%;
  height: calc(100% - 350px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.extract-financial-component svg {
  fill: #343738;
}
.extract-financial-component .header {
  color: #343738;
  background: #ffffff;
  padding: 10px 10px;
  margin: 0;
  height: 44px;
  border-radius: 3px 3px 0 0;
}
.extract-financial-component .header span.title {
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}
.extract-financial-component .header .icon-order {
  height: 21px;
  width: 21px !important;
  margin-right: 15px;
}
.extract-financial-component .header .icon-order svg {
  margin-bottom: 5px;
}
.extract-financial-component .header .icon-close-btn {
  height: 15px;
  width: 15px;
}
.extract-financial-component .filter {
  color: #343738;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.extract-financial-component .filter .row-filter {
  color: #343738;
  padding: 20px 0;
  margin: 0;
}
.extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
  font-size: 14px;
}
.extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738;
  background-image: unset;
}
.extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #343738;
}
.extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  fill: #343738;
}
.extract-financial-component .filter .row-filter .col-datepicker {
  text-align: left;
  position: relative;
  padding-left: 50px;
  top: -5px;
}
.extract-financial-component .filter .row-filter .col-datepicker span.label {
  font-size: 11px;
  opacity: 0.7;
}
.extract-financial-component .filter .row-filter .col-datepicker .modal-datepicker {
  background: #000;
}
.extract-financial-component .filter .row-filter .col-datepicker .modal-datepicker .datepicker-modal {
  top: 80px !important;
  left: 200px !important;
}
.extract-financial-component .filter .row-filter .col-agency {
  margin-top: 13px !important;
}
.extract-financial-component .filter .row-filter .col-btn-filter {
  padding-top: 12px;
  text-align: right;
  padding-right: 43.8px;
}
.extract-financial-component .filter .row-filter .col-btn-filter.white {
  background-color: #0d3458 !important;
}
.extract-financial-component .filter .row-filter .col-btn-filter.white span {
  color: #f6f6f6 !important;
  font-weight: bold;
}
.extract-financial-component .filter .row-filter .col-btn-filter.white:hover {
  background-color: #375d7f;
}
.extract-financial-component .filter .row-filter .col-btn-filter .xs {
  width: 83.4px;
  height: 31px;
  border-radius: 50px;
  border: solid 1px #0d3458;
  background-color: #0d3458 !important;
  background: unset;
  background-color: transparent;
  box-shadow: none;
  min-width: unset;
  margin-left: 17.6px;
}
.extract-financial-component .filter .row-filter .col-btn-filter .xs span {
  color: #f6f6f6 !important;
}
.extract-financial-component .filter .row-filter .col-btn-filter .xs:hover {
  background-color: #375d7f;
}
.extract-financial-component .filter .row-filter .col-btn-filter .xs:hover span {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.15;
  text-align: left;
  color: #f6f6f6 !important;
}
.extract-financial-component .filter .row-filter .col-btn-filter button {
  border-radius: 24px;
  width: 83.4px;
  height: 31px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.extract-financial-component .filter .row-filter .col-btn-filter button.btn-clear {
  border: solid 2px #343738;
  background-color: transparent;
  margin-right: 10px;
  color: #343738;
  opacity: 0.4;
}
.extract-financial-component .filter .row-filter .col-btn-filter button.btn-clear:hover {
  opacity: 0.8;
}
.extract-financial-component .filter .row-filter .col-btn-filter button.btn-filter {
  border: unset;
  color: #343738;
  background-color: #000000;
}
.extract-financial-component .filter .row-filter .col-btn-filter button.btn-filter:hover {
  background-color: #343738;
}
.extract-financial-component .extract {
  overflow-x: auto;
  overflow-y: auto;
  height: calc(100vh - 273px);
  margin-top: -9px;
}
.extract-financial-component .extract .center {
  text-align: center;
}
.extract-financial-component .extract .table {
  width: 100%;
  margin-top: -10px;
}
.extract-financial-component .extract .table thead {
  height: 50px;
}
.extract-financial-component .extract .table thead td {
  font-size: 16px;
  font-weight: bold;
  color: #343738;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #f1f1f1;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}
.extract-financial-component .extract .table thead td::-webkit-scrollbar {
  display: none;
}
.extract-financial-component .extract .table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.extract-financial-component .extract .table tbody tr:nth-of-type(even):hover {
  background-color: #f8f8f8;
}
.extract-financial-component .extract .table tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.extract-financial-component .extract .table tbody tr:nth-of-type(odd):hover {
  background-color: #f8f8f8;
}
.extract-financial-component .extract .table tbody tr td {
  font-size: 14px;
  color: #343738;
  padding-right: 10px;
  border: 0px;
}
.extract-financial-component .extract .table tbody tr td.high {
  color: #249b52;
}
.extract-financial-component .extract .table tbody tr td.low {
  color: #cb2340;
}
.extract-financial-component .extract .empty {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-height: 600px) {
  .extract-financial-component .filter .row-filter .col-datepicker .modal-datepicker .datepicker-modal {
    top: 26px !important;
    left: 156px !important;
  }
}

.darkTheme .extract-financial-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .extract-financial-component .high-color {
  color: #2cb561 !important;
}
.darkTheme .extract-financial-component .low-color {
  color: #de2847 !important;
}
.darkTheme .extract-financial-component svg {
  fill: #f5f5f5;
}
.darkTheme .extract-financial-component .header {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .extract-financial-component .filter {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .extract-financial-component .filter .row-filter {
  color: #f5f5f5;
}
.darkTheme .extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5;
}
.darkTheme .extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  border-top: 6px solid #f5f5f5;
}
.darkTheme .extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .extract-financial-component .filter .row-filter mat-form-field.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  fill: #f5f5f5;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter.white {
  background-color: #2b81f2 !important;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter.white span {
  color: #18191a !important;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter.white:hover {
  background-color: #4698ff;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter .xs {
  border: solid 1px #2b81f2;
  background-color: #2b81f2 !important;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter .xs span {
  color: #f5f5f5 !important;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter .xs:hover {
  background-color: #4698ff;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter .xs:hover span {
  color: #f5f5f5 !important;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter button.btn-clear {
  border: solid 2px #f5f5f5;
  color: #f5f5f5;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter button.btn-filter {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .extract-financial-component .filter .row-filter .col-btn-filter button.btn-filter:hover {
  background-color: #f5f5f5;
}
.darkTheme .extract-financial-component .extract .table thead td {
  color: #f5f5f5;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #1b1c1d;
}
.darkTheme .extract-financial-component .extract .table tbody tr:nth-of-type(even) {
  background-color: #18191a;
}
.darkTheme .extract-financial-component .extract .table tbody tr:nth-of-type(even):hover {
  background-color: #131415;
}
.darkTheme .extract-financial-component .extract .table tbody tr:nth-of-type(odd) {
  background-color: #000000;
}
.darkTheme .extract-financial-component .extract .table tbody tr:nth-of-type(odd):hover {
  background-color: #131415;
}
.darkTheme .extract-financial-component .extract .table tbody tr td {
  color: #f5f5f5;
}
.darkTheme .extract-financial-component .extract .table tbody tr td.high {
  color: #2cb561;
}
.darkTheme .extract-financial-component .extract .table tbody tr td.low {
  color: #de2847;
}

.manual-online-component {
  color: #343738;
  background-color: #ffffff;
}
.manual-online-component .spinner {
  margin-top: 22%;
}
.manual-online-component .mp-0 {
  margin-top: 0px !important;
}
.manual-online-component svg {
  fill: #343738;
}
.manual-online-component .header {
  color: #343738;
  background-color: #ffffff;
  border-bottom: 0px solid #f1f1f1;
  padding: 10px 10px;
  margin: 0;
  height: 44px;
  border-radius: 3px 3px 0 0;
}
.manual-online-component .header span.title {
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}
.manual-online-component .header .icon-order {
  margin-right: 15px;
  margin-left: -20px;
}
.manual-online-component .header .icon-order svg {
  margin-bottom: 5px;
  width: 32px;
}
.manual-online-component .header .icon-close-btn {
  height: 15px;
  width: 15px;
}
.manual-online-component .scrollable-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  height: calc(100vh - 170px);
}
.manual-online-component .scrollable-body .version {
  position: absolute;
  bottom: 3px;
  left: 9px;
  font-size: 10px;
  text-transform: uppercase;
}
.manual-online-component .scrollable-body .stackedit__left .stackedit__toc {
  position: sticky;
  top: 0;
  overflow-y: auto;
  height: calc(100vh - 210px);
  font-size: 12px;
}
.manual-online-component .scrollable-body .stackedit__left .stackedit__toc > ul > li a {
  transition-duration: 0.3s;
  cursor: pointer;
  text-align: left;
  width: 100%;
  outline: 0;
}
.manual-online-component .scrollable-body .stackedit__left .stackedit__toc > ul > li a:hover {
  font-weight: bold;
}
.manual-online-component .scrollable-body .stackedit__right {
  font-size: 13px;
  padding-left: 25px !important;
}
.manual-online-component .scrollable-body .stackedit__html {
  padding-top: 0px;
}
.manual-online-component .scrollable-body h1,
.manual-online-component .scrollable-body h2,
.manual-online-component .scrollable-body h3,
.manual-online-component .scrollable-body h4,
.manual-online-component .scrollable-body h5 {
  text-align: left;
  margin: 35px 0px;
}
.manual-online-component .scrollable-body h2,
.manual-online-component .scrollable-body h3,
.manual-online-component .scrollable-body h4,
.manual-online-component .scrollable-body h5 {
  padding-left: 50px;
}
.manual-online-component .scrollable-body p {
  text-align: justify;
}
.manual-online-component .scrollable-body p img {
  text-align: center !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.manual-online-component .scrollable-body .btn-scroll {
  transition: 0.4s;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  border-radius: 35px;
  border: unset;
  background-color: #0d3458;
  cursor: pointer;
  color: #f6f6f6;
}
.manual-online-component .scrollable-body .btn-scroll mat-icon {
  margin-top: 2px;
  margin-left: -16px;
  font-size: 40px;
}
.manual-online-component .scrollable-body .btn-scroll.btn-hidden {
  opacity: 0;
}

.darkTheme .manual-online-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .manual-online-component svg {
  fill: #f5f5f5;
}
.darkTheme .manual-online-component .header {
  color: #f5f5f5;
  background-color: #000000;
  border-bottom: 0px solid #ececec;
}
.darkTheme .manual-online-component .scrollable-body .btn-scroll {
  background-color: #2b81f2;
  color: #f5f5f5;
}

.modal-auth-broker-login {
  border-radius: 25px;
}
.modal-auth-broker-login .close-btn {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 31px;
  margin-right: -20px;
}
.modal-auth-broker-login .mat-dialog-title {
  text-align: center;
}
.modal-auth-broker-login .mat-dialog-title .icon .mat-icon {
  width: 45px;
  height: 45px;
}
.modal-auth-broker-login .mat-dialog-title .title {
  font-size: 32px;
  font-weight: bold;
  color: #b3292e;
  margin-top: 16px;
}
.modal-auth-broker-login .mat-dialog-content .error-screen {
  padding-top: 40px;
}
.modal-auth-broker-login .mat-dialog-content .sub-title {
  text-align: center;
  max-width: 72%;
  margin: 0 auto;
}
.modal-auth-broker-login .mat-dialog-content .form {
  text-align: center;
  margin: 0 auto;
}
.modal-auth-broker-login .mat-dialog-content .form .mat-form-field {
  width: 338px;
  margin: 25px auto;
}
.modal-auth-broker-login .mat-dialog-content .form mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  padding-top: 2px;
}
.modal-auth-broker-login .mat-dialog-content .form .mat-form-field-label-wrapper {
  overflow: visible;
}
.modal-auth-broker-login .mat-dialog-content .form .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) translateX(-30px) !important;
}

.billet-quick-component {
  color: #343738;
  background-color: #ffffff;
}
.billet-quick-component .mat-form-field-wrapper {
  padding: 0px !important;
  padding-bottom: 2px !important;
}
.billet-quick-component .pad-l {
  padding-left: 2px !important;
}
.billet-quick-component .pad-r {
  padding-right: 2px !important;
}
.billet-quick-component .sized {
  margin-top: 8px;
}
.billet-quick-component .sized.theory {
  margin-top: 5px;
}
.billet-quick-component .sized .title {
  font-size: 11px;
  color: #343738;
  text-align: right;
  margin-top: 6px;
}
.billet-quick-component .sized .qtd {
  text-align: left;
}

.darkTheme .billet-quick-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .billet-quick-component .sized .title {
  color: #f5f5f5;
}

.billet-wks-component {
  color: #343738;
  background-color: #ffffff;
}
.billet-wks-component.isBilletFloat {
  max-height: 405px;
  overflow: auto;
}
.billet-wks-component .oder-stop-tabs {
  flex: 1;
}
.billet-wks-component .oder-stop-tabs .mat-tab-body-wrapper {
  height: 100%;
}
.billet-wks-component .oder-stop-tabs .mat-tab-body-wrapper .typeOrderWks {
  min-height: 293px;
  height: calc(100% - 48px);
  height: calc(100% - 200px);
}
.billet-wks-component .typeOrderWks {
  font-size: 14px;
  color: #343738;
  margin: 7px auto;
  width: 100%;
}
.billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header {
  margin: 0 auto;
  margin-bottom: 10px;
}
.billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: unset;
}
.billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label {
  width: 100px;
  color: #343738;
}
.billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  border: unset;
  border-bottom: 2px solid #0d3458;
  color: #0d3458;
}
.billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active.border-buy {
  border-bottom: 2px solid #f1ac23;
  color: #f1ac23;
}
.billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active.border-sell {
  border-bottom: 2px solid #426f47;
  color: #426f47;
}
.billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-label-content {
  font-size: 14px;
  color: inherit;
}
.billet-wks-component .typeOrderWks .mat-tab-body-content {
  overflow: hidden;
  overflow-y: auto;
}

.darkTheme .billet-wks-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .billet-wks-component .typeOrderWks {
  color: #f5f5f5;
}
.darkTheme .billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label {
  color: #f5f5f5;
}
.darkTheme .billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  border-bottom: 2px solid #2b81f2;
  color: #2b81f2;
}
.darkTheme .billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active.border-buy {
  border-bottom: 2px solid #f5c055;
  color: #f5c055;
}
.darkTheme .billet-wks-component .typeOrderWks.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active.border-sell {
  border-bottom: 2px solid #55955c;
  color: #55955c;
}

.news-wks-component {
  color: #343738;
  background-color: #ffffff;
  height: 100%;
}
.news-wks-component .component-header {
  color: #343738;
  background-color: #ffffff;
  cursor: all-scroll;
}
.news-wks-component .news-content {
  height: calc(100% - 32px);
}
.news-wks-component .news-content .component-filter {
  margin: 0;
  height: 40px;
}
.news-wks-component .news-content .component-filter .mat-form-field {
  width: 100%;
}
.news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
.news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738;
}
.news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-label {
  font-size: 11px !important;
  padding-top: 15px;
}
.news-wks-component .news-content .component-filter .mat-form-field .mat-form-field-label {
  color: #343738;
  opacity: 1 !important;
}
.news-wks-component .news-content .component-filter .mat-form-field .mat-select-value-text {
  font-size: 11px;
}
.news-wks-component .news-content .component-filter .mat-form-field .mat-form-field-suffix {
  top: 3px;
}
.news-wks-component .news-content .component-filter .mat-form-field .mat-form-field-suffix .mat-icon {
  width: 12px;
}
.news-wks-component .news-content .component-filter .mat-form-field .mat-form-field-infix .mat-input-element {
  font-size: 11px;
  text-transform: uppercase;
}
.news-wks-component .news-content .component-filter .agency {
  padding: 0 10px;
}
.news-wks-component .news-content .component-filter .search {
  padding: 0 10px;
}
.news-wks-component .news-content .component-container {
  padding: 10px;
  height: calc(100% - 90px);
  overflow-y: auto;
  margin-right: 2px;
}
.news-wks-component .news-content .component-container .spinner-container {
  height: 100%;
}
.news-wks-component .news-content .component-container .news-list-card {
  height: 76px;
}
.news-wks-component .news-content .component-container .news-list-card .news-date {
  font-size: 11px;
  color: #343738;
}
.news-wks-component .news-content .component-container .news-list-card .news-title {
  font-size: 13px;
  font-weight: bold;
  color: #0d3458;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-y: hidden;
  overflow-x: hidden;
  cursor: pointer;
}
.news-wks-component .news-content .component-container .news-list-card hr {
  margin-top: 0.7rem;
}
.news-wks-component .news-content .component-container .more-news {
  position: absolute;
  bottom: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: calc(100% - 20px);
}
.news-wks-component .news-content .component-container .more-news span {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: #0d3458;
}

.darkTheme .news-wks-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .news-wks-component .component-header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5;
}
.darkTheme .news-wks-component .news-content .component-filter .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .news-wks-component .news-content .component-filter .mat-form-field .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .news-wks-component .news-content .component-container .news-list-card .news-date {
  color: #f5f5f5;
}
.darkTheme .news-wks-component .news-content .component-container .news-list-card .news-title {
  color: #2b81f2;
}
.darkTheme .news-wks-component .news-content .component-container .more-news {
  background-color: #000000;
}
.darkTheme .news-wks-component .news-content .component-container .more-news span {
  color: #0d3458;
}

.high-low-day-component .component-header {
  cursor: all-scroll;
}
.high-low-day-component .container {
  min-height: 173px;
  max-height: 173px;
}
.high-low-day-component .container .pl-1 {
  margin-right: -4px;
  padding-left: 12px !important;
}
.high-low-day-component .container .pl-1 .spinner {
  margin: 0 auto;
  margin-top: 18%;
}
.high-low-day-component .container .pl-1 .no-data-msg {
  text-align: center;
  padding-top: 68px;
  font-size: 12px;
  margin: 0 auto;
}
.high-low-day-component .container .pl-1 .table-height {
  height: 146px;
  width: 100%;
  overflow-y: hidden;
}
.high-low-day-component .container .pl-1 .table-height .header-table {
  font-size: 10px;
  font-weight: 500;
  position: fixed;
  width: calc(100% - 18px);
  z-index: 1;
}
.high-low-day-component .container .pl-1 .table-height .header-table .line {
  display: flex;
  padding-top: 8px;
  padding-bottom: 5px;
}
.high-low-day-component .container .pl-1 .table-height .header-table .line div {
  text-align: center;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.high-low-day-component .container .pl-1 .table-height .header-table .line div:last-child {
  border-right: unset;
}
.high-low-day-component .container .pl-1 .table-height .header-table .pos {
  width: 12%;
}
.high-low-day-component .container .pl-1 .table-height .header-table .active {
  width: 19.5%;
}
.high-low-day-component .container .pl-1 .table-height .header-table .price {
  width: 20.7%;
}
.high-low-day-component .container .pl-1 .table-height .header-table .var {
  width: 21%;
}
.high-low-day-component .container .pl-1 .table-height .header-table .size {
  width: 25.5%;
}
.high-low-day-component .container .pl-1 .table-height .border-left {
  margin-top: 26px;
  max-height: 115px;
}
.high-low-day-component .container .pl-1 .table-height .border-left.low {
  border-left: 2px solid #cb2340 !important;
}
.high-low-day-component .container .pl-1 .table-height .border-left.high {
  border-left: 2px solid #249b52 !important;
}
.high-low-day-component .container .pl-1 .table-height .border-left table {
  width: 100%;
}
.high-low-day-component .container .pl-1 .table-height .border-left table thead {
  font-size: 10px;
  font-weight: 500;
}
.high-low-day-component .container .pl-1 .table-height .border-left table thead th {
  text-align: center;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
  height: 23px;
}
.high-low-day-component .container .pl-1 .table-height .border-left table thead th:last-child {
  border-right: unset;
}
.high-low-day-component .container .pl-1 .table-height .border-left table tbody tr td {
  text-align: center;
  font-size: 11px !important;
  height: 23px;
}
.high-low-day-component .container .pl-1 .table-height .border-left table .pos {
  width: 13%;
}
.high-low-day-component .container .pl-1 .table-height .border-left table .active {
  width: 20%;
}
.high-low-day-component .container .pl-1 .table-height .border-left table .price {
  width: 22%;
}
.high-low-day-component .container .pl-1 .table-height .border-left table .var {
  width: 22%;
}
.high-low-day-component .container .pl-1 .table-height .border-left table .var.low {
  color: #cb2340;
}
.high-low-day-component .container .pl-1 .table-height .border-left table .var.high {
  color: #249b52;
}
.high-low-day-component .container .pl-1 .table-height .border-left table .size {
  width: 23%;
  text-align: right;
  padding-right: 3px;
}

.darkTheme .high-low-day-component {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .high-low-day-component .component-header {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .high-low-day-component .container .pl-1 .table-height .header-table .line div {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .high-low-day-component .container .pl-1 .table-height .border-left.low {
  border-left: 2px solid #de2847 !important;
}
.darkTheme .high-low-day-component .container .pl-1 .table-height .border-left.high {
  border-left: 2px solid #2cb561 !important;
}
.darkTheme .high-low-day-component .container .pl-1 .table-height .border-left table thead th {
  border-right: 1px solid rgba(24, 25, 26, 0.2);
}
.darkTheme .high-low-day-component .container .pl-1 .table-height .border-left table .var.low {
  color: #de2847;
}
.darkTheme .high-low-day-component .container .pl-1 .table-height .border-left table .var.high {
  color: #2cb561;
}

.position-day-wks-component {
  height: 100%;
  color: #343738;
  background-color: #ffffff;
}
.position-day-wks-component .component-header {
  cursor: all-scroll;
  justify-content: flex-start;
  color: #343738;
  background-color: #ffffff;
}
.position-day-wks-component .component-header .help-icon mat-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.position-day-wks-component .component-header .icons {
  position: absolute;
  right: 10px;
}
.position-day-wks-component .component-header .mat-title {
  margin-right: 22px;
  margin-left: auto;
}
.position-day-wks-component .component-header .mat-title .mat-icon {
  width: 9px;
  height: unset;
  line-height: 0;
  font-size: 100%;
  color: #343738;
  position: absolute;
  right: 11px;
  top: -12px;
}
.position-day-wks-component .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  background: transparent;
}
.position-day-wks-component .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  width: 100px;
}
.position-day-wks-component .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  font-size: 11px;
  font-weight: 600;
  color: #343738;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background: #f1f1f1;
  padding: 4px 9px;
  border-radius: 10px;
  margin-top: 8px;
}
.position-day-wks-component .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.position-day-wks-component .component-container {
  height: calc(100% - 35px);
}
.position-day-wks-component .component-container .positive-value {
  color: #249b52;
}
.position-day-wks-component .component-container .negative-value {
  color: #cb2340;
}
.position-day-wks-component .component-container .row-content {
  height: 100%;
  width: calc(100% - 20px);
  margin-left: 10px;
}
.position-day-wks-component .component-container .row-content .not-logged-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 35px);
}
.position-day-wks-component .component-container .row-content .not-logged-div span {
  font-size: 12px;
  text-align: -webkit-center;
}
.position-day-wks-component .component-container .row-content .financial-info {
  color: #343738;
  font-size: 11px;
}
.position-day-wks-component .component-container .row-content .financial-info .values {
  font-weight: bold;
}
.position-day-wks-component .component-container .row-content .financial-info .values.positive-value {
  color: #249b52;
}
.position-day-wks-component .component-container .row-content .financial-info .values.negative-value {
  color: #cb2340;
}
.position-day-wks-component .component-container .row-content ag-grid-angular {
  height: calc(100% - 13px) !important;
}
.position-day-wks-component .component-container .row-content ag-grid-angular.ag-theme-balham .ag-icon-checkbox-checked:empty {
  background-image: url("/assets/images/svg/checkbox-activated.svg") !important;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root {
  border: none;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-header {
  background-color: unset !important;
  border-bottom: unset !important;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-header .ag-header-row {
  font-weight: bold;
  font-size: 10px;
  height: 32px !important;
  border: none !important;
  color: #343738;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-cell-label-container {
  width: 100%;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-cell-label-container .ag-header-cell-label {
  width: 100% !important;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-header .ag-header-row .ag-cell-label-container .ag-header-cell-label .ag-header-cell-text {
  font-family: "Roboto";
  width: 100%;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row {
  border: none;
  font-size: 11px;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row.ag-row-odd {
  background-color: #ffffff;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row.ag-row-even {
  background-color: #f6f6f6;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell-focus {
  border: 1px solid transparent;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 25px !important;
  font-family: "Roboto";
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell.txt-left {
  justify-content: flex-start;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell.txt-right {
  justify-content: flex-end;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-selection-checkbox span {
  top: 4px;
}
.position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper {
  height: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Roboto";
}
.position-day-wks-component .component-container .row-content .action-div {
  position: absolute;
  opacity: 0;
  left: -100%;
  width: 100%;
  z-index: 5;
  height: 32px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  transition: 200ms ease-out;
}
.position-day-wks-component .component-container .row-content .action-div.show {
  opacity: 1;
  left: 0px;
}
.position-day-wks-component .component-container .row-content .action-div .row-action {
  height: 100%;
  margin: 0;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove {
  padding: 0px 10px;
  color: #0d3458;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container, .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container {
  margin-left: 4px;
  margin-right: 6px;
  height: 11px;
  width: 11px;
  margin-bottom: 7px;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background, .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: unset !important;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background svg path, .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background svg path {
  stroke: #0d3458 !important;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-frame, .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #0d3458;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-mixedmark, .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-mixedmark {
  background-color: #0d3458;
  width: 60%;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-layout, .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-layout {
  padding-top: 7px;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-label, .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-layout .mat-checkbox-label {
  line-height: 23px;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .action-btn {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
  padding: 10px;
  transition: 0.2s;
  justify-content: center;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .action-btn.btn-rem {
  background-color: #b3292e;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .action-btn.btn-rem:hover {
  box-shadow: 0px 0px 10px rgba(52, 55, 56, 0.3);
}
.position-day-wks-component .component-container .row-content .action-div .row-action .action-btn.btn-rem .delete-icon-white {
  height: 24px;
  width: 24px;
  margin-right: 6px;
}
.position-day-wks-component .component-container .row-content .action-div .row-action .action-btn.btn-rem .delete-icon-white svg path {
  fill: #ffffff;
}

.darkTheme .position-day-wks-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .position-day-wks-component .component-header {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .position-day-wks-component .component-header .mat-title .mat-icon {
  color: #f5f5f5;
}
.darkTheme .position-day-wks-component .component-header .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  color: #f5f5f5;
  background: #1b1c1d;
}
.darkTheme .position-day-wks-component .component-container .positive-value {
  color: #2cb561;
}
.darkTheme .position-day-wks-component .component-container .negative-value {
  color: #de2847;
}
.darkTheme .position-day-wks-component .component-container .row-content .financial-info {
  color: #f5f5f5;
}
.darkTheme .position-day-wks-component .component-container .row-content .financial-info .values.positive-value {
  color: #2cb561;
}
.darkTheme .position-day-wks-component .component-container .row-content .financial-info .values.negative-value {
  color: #de2847;
}
.darkTheme .position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-header .ag-header-row {
  color: #f5f5f5;
}
.darkTheme .position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row.ag-row-odd {
  background-color: #000000;
}
.darkTheme .position-day-wks-component .component-container .row-content ag-grid-angular .ag-root .ag-body .ag-row.ag-row-even {
  background-color: #18191a;
}
.darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove {
  color: #2b81f2;
}
.darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background svg path, .darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background svg path {
  stroke: #2b81f2 !important;
}
.darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-frame, .darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #2b81f2;
}
.darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-mixedmark, .darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .col-data-remove .chk-delete.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-mixedmark {
  background-color: #2b81f2;
}
.darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .action-btn {
  color: #f5f5f5;
}
.darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .action-btn.btn-rem {
  background-color: #d8353a;
}
.darkTheme .position-day-wks-component .component-container .row-content .action-div .row-action .action-btn.btn-rem:hover {
  box-shadow: 0px 0px 10px rgba(245, 245, 245, 0.3);
}

.order-wks-component {
  color: #343738;
  background-color: #ffffff;
  height: 100%;
}
.order-wks-component .component-header {
  cursor: all-scroll;
  color: #343738;
  background-color: #ffffff;
}
.order-wks-component .component-container {
  height: calc(100% - 60px);
}
.order-wks-component .component-container .row-content {
  height: 100%;
  width: calc(100% - 20px);
  margin-left: 10px;
}
.order-wks-component .component-container .row-content .not-logged-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 35px);
}
.order-wks-component .component-container .row-content .not-logged-div span {
  font-size: 12px;
  text-align: -webkit-center;
}
.order-wks-component .input-auto-complete {
  border-bottom: 1px solid #343738;
  color: #343738;
  max-width: 80px;
  margin-right: 35px;
  height: 44px;
}
.order-wks-component .icons-filter {
  width: 10px !important;
}
.order-wks-component .toggle-selectors {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.order-wks-component .row-Selectors {
  height: 60px;
  transition: all 0.3s;
}
.order-wks-component .row-Selectors .mat-select {
  color: #343738;
}
.order-wks-component .show-selectors {
  overflow: hidden;
  max-height: 60px;
  transition: max-height 0.3s ease-in-out;
}
.order-wks-component .show-selectors.hide {
  max-height: 0;
  pointer-events: none;
}
.order-wks-component .footer-orders {
  font-size: 12px;
  color: #343738;
  margin: 0;
  padding: 0;
  height: 25px;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.16);
}
.order-wks-component .order-quantity {
  font-weight: bold;
  margin-left: 8px;
}
.order-wks-component .container-order-wks {
  height: 100%;
}
.order-wks-component .container-order-wks .grid-section {
  margin-bottom: 4px;
}
.order-wks-component .executed {
  color: #216b49;
}
.order-wks-component .refused {
  color: #b3292e;
}
.order-wks-component .mat-form-field {
  margin-right: 35px;
}
.order-wks-component .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  width: 90px;
}
.order-wks-component .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-select .mat-select-value {
  font-size: 12px;
}
.order-wks-component .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
.order-wks-component .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #0d3458;
}
.order-wks-component .footer-orders {
  font-size: 11px;
}

.mat-modal-normal.order-wks .mat-dialog-container {
  overflow: hidden;
  padding: 0 !important;
}
.mat-modal-normal.order-wks .mat-dialog-container .flex-container > div {
  margin-right: 32px;
  margin-left: 32px;
}

.darkTheme .order-wks-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .order-wks-component .component-header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .order-wks-component .input-auto-complete {
  border-bottom: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.darkTheme .order-wks-component .row-Selectors .mat-select {
  color: #f5f5f5;
}
.darkTheme .order-wks-component .footer-orders {
  color: #f5f5f5;
}
.darkTheme .order-wks-component .executed {
  color: #3ab27b;
}
.darkTheme .order-wks-component .refused {
  color: #d8353a;
}
.darkTheme .order-wks-component .mat-form-field.mat-form-field-appearance-legacy.ng-valid .darkTheme .order-wks-component .mat-form-field.mat-form-field-appearance-legacy.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .order-wks-component .mat-form-field.mat-form-field-appearance-legacy.ng-valid .darkTheme .order-wks-component .mat-form-field.mat-form-field-appearance-legacy.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #2b81f2;
}
.darkTheme .order-wks-component .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f7f7f7;
}
.darkTheme .order-wks-component .mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #2b81f2;
}

.orderQuickActions mat-icon {
  overflow: initial;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}
.orderQuickActions mat-icon.disabled {
  cursor: not-allowed !important;
}
.orderQuickActions mat-icon.disabled svg {
  fill: #636566;
}
.orderQuickActions mat-icon svg {
  width: 15px;
  height: 15px;
  fill: #343738;
}

.darkTheme .orderQuickActions mat-icon.disabled svg {
  fill: #ffffff;
}
.darkTheme .orderQuickActions mat-icon svg {
  fill: #f5f5f5;
}

.orderStatus {
  margin-left: -10px;
}
.orderStatus mat-icon {
  height: 14px;
  width: 14px;
}
.orderStatus mat-icon.hidden {
  cursor: default;
  opacity: 0;
}
.orderStatus mat-icon svg {
  fill: #b3292e;
  width: 12px;
  height: 12px;
}

.darkTheme .orderStatus mat-icon svg {
  fill: #d8353a;
}

.worksheet-context-menu {
  margin-top: 3px;
  color: #343738;
  background-color: #ffffff;
}
.worksheet-context-menu .option {
  font-size: 10px;
  font-family: "Roboto";
  height: 20px;
  padding: 0 8px;
  background-color: #ffffff;
  color: #343738;
}
.worksheet-context-menu .option hr {
  width: 100%;
  border: 0.3px solid #f1f1f1;
  margin: auto;
}
.worksheet-context-menu .option span {
  line-height: 19px;
}
.worksheet-context-menu .option span:hover:not(.title) {
  color: #343738;
}
.worksheet-context-menu .option .title {
  color: #0d3458;
}

.worksheet-context-menu-modal-container .mat-dialog-container {
  background-color: #ffffff;
}

.darkTheme .worksheet-context-menu {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .worksheet-context-menu .option {
  background-color: #000000;
  color: #f5f5f5;
}
.darkTheme .worksheet-context-menu .option hr {
  border: 0.3px solid #f7f7f7;
}
span .darkTheme .worksheet-context-menu .option:hover:not(.title) {
  color: #ffffff;
}
.darkTheme .worksheet-context-menu .option .title {
  color: #2b81f2;
}
.darkTheme .worksheet-context-menu-modal-container .mat-dialog-container {
  background-color: #000000;
}

app-incremental-input-small {
  width: 100%;
}

.overIncrement-small {
  color: #343738;
  background-color: #ffffff;
}
.overIncrement-small.with-bg mat-form-field {
  font-size: 12px;
  color: #343738;
  width: 100%;
  text-align: center;
}
.overIncrement-small.with-bg .mat-form-field-infix input {
  text-align: center !important;
  font-weight: bold;
  font-size: 12px;
}
.overIncrement-small.with-bg .mat-form-field-suffix {
  display: flex;
}
.overIncrement-small.with-bg .mat-form-field-wrapper {
  padding: 5px 0px;
}
.overIncrement-small.with-bg mat-icon {
  font-size: 12px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
  width: 18px;
  height: 18px;
}
.overIncrement-small.with-bg .mat-form-field-underline {
  display: none;
}
.overIncrement-small.with-bg .mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 10px;
  padding-top: 7px;
  background-color: #f6f6f6;
}
.overIncrement-small.with-bg .mat-form-field-appearance-fill .mat-form-field-label {
  color: #4e4f50;
}
.overIncrement-small.without-bg {
  width: 100%;
  color: #343738;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0px;
  background-color: unset;
  background-image: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper {
  background-color: unset;
  background-image: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #b3292e;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper {
  background-color: unset;
  background-image: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: inherit;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset;
  opacity: 1;
  transform: scaleX(1);
}
.overIncrement-small.without-bg .mat-form-field {
  display: block;
  font-size: 11px;
  text-align: left;
  color: #343738;
}
.overIncrement-small.without-bg .mat-form-field .mat-input-element {
  padding-right: 23px;
  font-weight: bold;
  width: 72px;
}
.overIncrement-small.without-bg .mat-form-field.invalidC {
  color: #b3292e !important;
}
.overIncrement-small.without-bg .mat-form-field.invalidC .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.overIncrement-small.without-bg .mat-form-field.invalidC .mat-form-field-label {
  color: #b3292e !important;
}
.overIncrement-small.without-bg .mat-form-field.invalidC .mat-input-element {
  width: 72px;
  color: #b3292e !important;
  padding-right: 23px;
}
.overIncrement-small.without-bg .ng-touched + .invalidC {
  font-size: 0.6em;
  color: #b3292e;
  display: block;
}
.overIncrement-small.without-bg .ng-untouched + .invalidC {
  display: none;
}
.overIncrement-small.without-bg .increment-buttons-container {
  float: right;
}
.overIncrement-small.without-bg .increment-buttons-container .button {
  cursor: pointer;
  position: absolute;
}
.overIncrement-small.without-bg .increment-buttons-container .increment {
  right: 15px;
  border-right: 1px solid #343738;
  padding-right: 6px;
  height: 13px;
}
.overIncrement-small.without-bg .increment-buttons-container .decrement {
  right: 0px;
}
.overIncrement-small.without-bg .increment-buttons-container .plus {
  font-size: 12px;
  font-weight: bold;
  color: #343738;
}
.overIncrement-small.without-bg .increment-buttons-container .plus.invalid {
  color: #b3292e;
  margin-top: 0px;
}
.overIncrement-small.without-bg .increment-buttons-container .minus {
  font-size: 24px;
  color: #343738;
  font-weight: bold;
  line-height: 0;
}
.overIncrement-small.without-bg .increment-buttons-container .minus.invalid {
  color: #b3292e;
  margin-top: 0px;
}

.darkTheme .overIncrement-small {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .overIncrement-small.with-bg mat-form-field {
  color: #f5f5f5;
}
.darkTheme .overIncrement-small.with-bg .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: #18191a;
}
.darkTheme .overIncrement-small.with-bg .mat-form-field-appearance-fill .mat-form-field-label {
  color: #e4e4e4;
}
.darkTheme .overIncrement-small.without-bg {
  color: #f5f5f5;
}
.darkTheme .overIncrement-small.without-bg mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #d8353a;
}
.darkTheme .overIncrement-small.without-bg .mat-form-field {
  color: #f5f5f5;
}
.darkTheme .overIncrement-small.without-bg .mat-form-field.invalidC {
  color: #d8353a !important;
}
.darkTheme .overIncrement-small.without-bg .mat-form-field.invalidC .mat-form-field-label {
  color: #d8353a !important;
}
.darkTheme .overIncrement-small.without-bg .mat-form-field.invalidC .mat-input-element {
  width: 72px;
  color: #d8353a !important;
  padding-right: 23px;
}
.darkTheme .overIncrement-small.without-bg .ng-touched + .invalidC {
  color: #d8353a;
}
.darkTheme .overIncrement-small.without-bg .increment-buttons-container .increment {
  border-right: 1px solid #f5f5f5;
}
.darkTheme .overIncrement-small.without-bg .increment-buttons-container .plus {
  color: #f5f5f5;
}
.darkTheme .overIncrement-small.without-bg .increment-buttons-container .plus.invalid {
  color: #d8353a;
}
.darkTheme .overIncrement-small.without-bg .increment-buttons-container .minus {
  color: #f5f5f5;
}
.darkTheme .overIncrement-small.without-bg .increment-buttons-container .minus.invalid {
  color: #d8353a;
}

.billet-wks-inputs {
  color: #343738;
}
.billet-wks-inputs .right {
  text-align: right;
}
.billet-wks-inputs .m-btn-5 {
  margin-bottom: 5px;
}
.billet-wks-inputs .m-btn-15 {
  margin-bottom: 15px;
}
.billet-wks-inputs .align-r {
  text-align: right;
}
.billet-wks-inputs .billet.isBilletFloat {
  min-height: 360px;
}
.billet-wks-inputs .billet mat-form-field {
  display: inherit;
  position: inherit;
  font-size: 12px !important;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
.billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 4px;
}
.billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  margin-bottom: 0px;
  text-align: center !important;
}
.billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  padding-top: 0px !important;
}
.billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper mat-select .mat-select-arrow-wrapper {
  top: 3px !important;
}
.billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
.billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.billet-wks-inputs .billet mat-form-field .mat-form-field-label {
  color: #343738;
}
.billet-wks-inputs .billet.with-bg mat-form-field {
  padding: 15px 10px 5px 10px;
  border-radius: 6px;
  height: 50px;
  background: #f6f6f6;
}
.billet-wks-inputs .billet.with-bg mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-image: unset;
  background-color: unset;
}
.billet-wks-inputs .billet.with-bg mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: unset !important;
}
.billet-wks-inputs .billet.with-bg mat-form-field .material-icons {
  font-size: 12px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 50%;
  padding-top: 1px;
  padding-left: 1px;
  width: 15px;
  height: 15px;
}
.billet-wks-inputs .billet.with-bg mat-form-field .minus {
  font-size: 24px;
  padding-left: 2px;
}
.billet-wks-inputs .billet.with-bg .bg-invert {
  background: #f6f6f6;
}
.billet-wks-inputs .billet.with-bg .bg-invert mat-form-field {
  background: #ffffff;
}
.billet-wks-inputs .billet.with-bg .bg-invert .info-row.advance {
  padding-bottom: 0px;
}
.billet-wks-inputs .billet .scroll-body {
  align-items: flex-start;
  align-content: baseline;
}
.billet-wks-inputs .billet .scroll-body.max-height-float {
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}
.billet-wks-inputs .billet .scroll-body.h-88 {
  height: 88%;
}
.billet-wks-inputs .billet .scroll-body .p-left {
  padding-left: 2px;
  padding-right: 3px;
}
.billet-wks-inputs .billet .scroll-body .p-right {
  padding-right: 2px;
  padding-left: 3px;
}
.billet-wks-inputs .billet .scroll-body .invalidQtd {
  font-weight: 400;
  font-size: 9px;
  margin-top: -15px;
  margin-bottom: 3px;
  position: absolute;
  color: #b3292e;
}
.billet-wks-inputs .billet .scroll-body .increment {
  left: 0px;
  top: -2px;
}
.billet-wks-inputs .billet .scroll-body .increment-invalid {
  top: -2px;
}
.billet-wks-inputs .billet .scroll-body .decrement {
  right: 0px;
  top: -2px;
}
.billet-wks-inputs .billet .scroll-body .decrement-invalid {
  top: -2px;
}
.billet-wks-inputs .billet .scroll-body .m-date .mat-form-field-wrapper {
  padding-bottom: 8px !important;
}
.billet-wks-inputs .billet .scroll-body .box-price {
  height: 42px;
  border: 1px solid;
  border-style: dashed;
  border-radius: 5px;
  padding: 12px 0px 0px 6px !important;
}
.billet-wks-inputs .billet .scroll-body .info-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.billet-wks-inputs .billet .scroll-body .info-row .toggle-on .mat-slide-toggle-thumb {
  width: 14.6px;
  height: 14.6px;
  background-color: #0d3458;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.billet-wks-inputs .billet .scroll-body .info-row .toggle-on .mat-slide-toggle-bar {
  width: 24.8px;
  height: 10.2px;
  background-color: #0d3458;
}
.billet-wks-inputs .billet .scroll-body .info-row .toggle-on .mat-slide-toggle-thumb-container {
  top: -2px;
}
.billet-wks-inputs .billet .scroll-body .info-row .toggle-off .mat-slide-toggle-thumb {
  width: 14.6px;
  height: 14.6px;
  background-color: #eeeeee;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.billet-wks-inputs .billet .scroll-body .info-row .toggle-off .mat-slide-toggle-bar {
  width: 24.8px;
  height: 10.2px;
  background-color: #eeeeee;
}
.billet-wks-inputs .billet .scroll-body .info-row .toggle-off .mat-slide-toggle-thumb-container {
  top: -2px;
}
.billet-wks-inputs .billet .scroll-body .info-row .title {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-left: 11px;
  margin-right: 10px;
}
.billet-wks-inputs .billet .scroll-body .info-row .mat-icon {
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.billet-wks-inputs .billet .scroll-body .info-row .mat-icon svg {
  fill: #343738;
}
.billet-wks-inputs .billet .scroll-body .info-row .i-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background-color: #343738;
  right: 0;
  cursor: pointer;
}
.billet-wks-inputs .billet .scroll-body .info-row .i-button:hover:after {
  content: "";
  position: absolute;
  top: 90px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
.billet-wks-inputs .billet .scroll-body .info-row .i-button .i {
  font-size: 15px;
  font-style: bold;
  color: #ffffff;
}
.billet-wks-inputs .billet .scroll-body .info-row.advance {
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  display: unset;
  padding-top: 11px;
  padding-bottom: 11px;
  background: #f6f6f6;
}
.billet-wks-inputs .billet .btn {
  position: fixed;
  bottom: 6px;
  left: 0;
  background-color: #ffffff;
}
.billet-wks-inputs .billet .btn.billet-float {
  position: absolute;
  bottom: 0;
  left: 0;
}
.billet-wks-inputs .billet .btn .buy {
  background: #f1ac23;
}
.billet-wks-inputs .billet .btn .sell {
  background: #426f47;
}
.billet-wks-inputs.h-350 {
  min-height: 345px;
  height: 100%;
  max-height: 345px;
}
.billet-wks-inputs .position {
  font-size: 11px;
  font-weight: 500;
  border-radius: 5px;
}
.billet-wks-inputs .position .row {
  background: #f6f6f6;
}
.billet-wks-inputs .position .title {
  color: #343738, 0.5;
  padding-top: 4px;
}
.billet-wks-inputs .position .value {
  color: #343738;
  padding-top: 4px;
}
.billet-wks-inputs .position .value .high {
  color: #249b52;
}
.billet-wks-inputs .position .value .low {
  color: #cb2340;
}
.billet-wks-inputs .checkbox mat-checkbox {
  font-size: 12px;
  margin-right: 3px;
}
.billet-wks-inputs .checkbox mat-checkbox .mat-checkbox-inner-container {
  width: 16px;
  height: 16px;
}
.billet-wks-inputs .options {
  margin-top: 0;
  margin-bottom: 5px;
}
.billet-wks-inputs .options .title {
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.billet-wks-inputs .options .arrow-up {
  width: 1em;
  margin-left: 7px;
}

.darkTheme .billet-wks-inputs {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .billet-wks-inputs .billet mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .billet-wks-inputs .billet mat-form-field .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .billet-wks-inputs .billet.with-bg mat-form-field {
  background: #18191a;
}
.darkTheme .billet-wks-inputs .billet.with-bg .bg-invert {
  background: #18191a;
}
.darkTheme .billet-wks-inputs .billet.with-bg .bg-invert mat-form-field {
  background: #000000;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .invalidQtd {
  color: #d8353a;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row .toggle-on .mat-slide-toggle-thumb {
  background-color: #2b81f2;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row .toggle-on .mat-slide-toggle-bar {
  background-color: #2b81f2;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row .toggle-off .mat-slide-toggle-thumb {
  background-color: #1f2021;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row .toggle-off .mat-slide-toggle-bar {
  background-color: #1f2021;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row .mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row .i-button {
  background-color: #f5f5f5;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row .i-button:hover:after {
  border-top: 4px solid #000000;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row .i-button .i {
  color: #000000;
}
.darkTheme .billet-wks-inputs .billet .scroll-body .info-row.advance {
  background: #18191a;
}
.darkTheme .billet-wks-inputs .billet .btn {
  background-color: #000000;
}
.darkTheme .billet-wks-inputs .billet .btn .buy {
  background: #f5c055;
}
.darkTheme .billet-wks-inputs .billet .btn .sell {
  background: #55955c;
}
.darkTheme .billet-wks-inputs .position .row {
  background: #18191a;
}
.darkTheme .billet-wks-inputs .position .title {
  color: #f5f5f5, 0.5;
}
.darkTheme .billet-wks-inputs .position .value {
  color: #f5f5f5;
}
.darkTheme .billet-wks-inputs .position .value .high {
  color: #2cb561;
}
.darkTheme .billet-wks-inputs .position .value .low {
  color: #de2847;
}

.positionQuickActions mat-icon {
  width: 16px;
  height: 16px;
  margin: 4px 0 0 0;
}
.positionQuickActions mat-icon.disabled {
  cursor: not-allowed !important;
}
.positionQuickActions mat-icon.disabled svg {
  fill: #636566;
}
.positionQuickActions mat-icon svg {
  position: absolute;
  width: 15px;
  height: 15px;
  fill: #0a0b0c;
}

.darkTheme .positionQuickActions mat-icon.disabled svg {
  fill: #000000;
}
.darkTheme .positionQuickActions mat-icon svg {
  fill: #292a2b;
}

.billet-wks-confirmation {
  background: #0d3458;
  color: #f6f6f6;
  line-height: 1.67;
  min-height: 393px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.billet-wks-confirmation.isBilletFloat {
  min-height: 465px;
}
.billet-wks-confirmation .mat-checkbox.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #000b18;
}
.billet-wks-confirmation .mat-checkbox .mat-checkbox-frame {
  border-color: #f6f6f6;
}
.billet-wks-confirmation .mat-checkbox .mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #000b18;
}
.billet-wks-confirmation .mat-checkbox .mat-checkbox-checked .mat-checkbox-background {
  background-color: #000b18;
}
.billet-wks-confirmation .mat-checkbox .mat-checkbox-checked .mat-checkbox-frame {
  border-color: transparent;
}
.billet-wks-confirmation .mat-checkbox .mat-checkbox-inner-container-no-side-margin {
  margin-top: 5px;
}
.billet-wks-confirmation .separator .line {
  height: 1px;
  background-color: #f6f6f6;
  opacity: 0.5;
}
.billet-wks-confirmation .title {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 0px;
}
.billet-wks-confirmation .financial .box {
  height: 39px;
  margin: 8px 13px 10px 13px;
  padding: 6px 0px 0px 0px;
  border: 1px solid;
  border-style: dashed;
  border-radius: 5px;
  background: #042a4c;
}
.billet-wks-confirmation .financial .box.signature-h {
  height: 46px;
  margin: 6px 13px 5px 13px;
  padding: 6px 0px 0px 0px;
}
.billet-wks-confirmation .financial .box .title {
  text-align: left;
  font-size: 11px;
  color: #f6f6f6;
}
.billet-wks-confirmation .financial .box .value {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  margin-top: -4px;
}
.billet-wks-confirmation .scroll {
  overflow-y: auto;
  margin: 0 auto;
  margin-bottom: 3px;
  flex: 1;
  padding: 0 15px;
}
.billet-wks-confirmation .scroll.scroll-signature {
  height: 272px;
}
.billet-wks-confirmation .scroll.billet-float {
  height: 345px;
}
.billet-wks-confirmation .scroll .quote {
  padding: 0px 28px;
  margin: 3px 0px;
}
.billet-wks-confirmation .scroll .quote .title {
  text-align: left;
  font-size: 11px;
  color: #f6f6f6;
  vertical-align: middle;
}
.billet-wks-confirmation .scroll .quote .value {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: -4px;
}
.billet-wks-confirmation .scroll .box-price {
  font-size: 11px;
  padding-left: 15px;
  margin: 5px 0px;
}
.billet-wks-confirmation .scroll .box-price .value {
  text-transform: uppercase;
}
.billet-wks-confirmation .scroll .box-price .qtd {
  font-size: 11px;
  color: #f6f6f6;
  text-align: center;
}
.billet-wks-confirmation .scroll .box-price .fz-12 {
  font-size: 12px;
}
.billet-wks-confirmation .scroll .box-price .fz-11 {
  font-size: 11px;
}
.billet-wks-confirmation .scroll .box-total {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
.billet-wks-confirmation .scroll .box-total .title {
  font-weight: bold;
}
.billet-wks-confirmation .scroll .box-total .price {
  font-size: 14px;
}
.billet-wks-confirmation .scroll .box-total .date {
  color: #f6f6f6;
  font-size: 11px;
}
.billet-wks-confirmation .buttons {
  position: absolute;
  bottom: 9px;
  padding-right: 7px;
  margin: 0 auto;
}
.billet-wks-confirmation .buttons.m-btn-float {
  padding-left: 10.5px;
}
.billet-wks-confirmation .buttons .input-signature {
  width: 70%;
  float: left;
}
.billet-wks-confirmation .buttons .input-signature mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0px;
}
.billet-wks-confirmation .buttons .input-signature mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #f6f6f6;
  font-size: 13px;
  margin-top: -3px;
}
.billet-wks-confirmation .buttons .input-signature mat-form-field {
  width: 100%;
}
.billet-wks-confirmation .buttons .input-signature mat-form-field .mat-form-field-appearance-legacy {
  color: #f6f6f6;
  font-size: 13px;
}
.billet-wks-confirmation .buttons .input-signature mat-form-field .mat-form-field-appearance-legacy .ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f6f6f6;
  font-size: 13px;
}
.billet-wks-confirmation .buttons .input-signature mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f6f6f6;
  background-image: unset;
}
.billet-wks-confirmation .buttons .save-signature {
  font-size: 11px;
  margin-top: 8px;
  padding: 0;
}
.billet-wks-confirmation .buttons .save-signature .mat-checkbox-inner-container {
  width: 15px;
  height: 15px;
}
.billet-wks-confirmation .buttons .save-signature span {
  margin-left: -6px;
}
.billet-wks-confirmation .buttons .forgot-signature {
  color: #ffffff;
  font-size: 11px;
  text-align: right;
}
.billet-wks-confirmation .buttons .forgot-signature span {
  cursor: pointer;
}
.billet-wks-confirmation .buttons .forgot-signature:hover {
  color: #f8f8f8;
}
.billet-wks-confirmation .buttons .bottom-btn {
  text-align: center;
}
.billet-wks-confirmation .buttons .bottom-btn button {
  width: 100%;
}
.billet-wks-confirmation .termOperator .alert .mat-icon {
  height: 60px;
  width: unset;
}
.billet-wks-confirmation .termOperator .alert .mat-icon .svg-color {
  fill: #f6f6f6;
}
.billet-wks-confirmation .termOperator .title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
}
.billet-wks-confirmation .termOperator .text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.billet-wks-confirmation .termOperator .check {
  font-size: 12px;
  text-align: left;
  margin-bottom: 20px;
}
.billet-wks-confirmation .termOperator .bottom-btn {
  margin-top: 30px;
}
.billet-wks-confirmation .termOperator .btn-cancel {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 17px;
  cursor: pointer;
  text-align: center;
}
.billet-wks-confirmation .termOperator .spinner {
  position: absolute;
  top: 0px;
  left: 42%;
}

.darkTheme .billet-wks-confirmation {
  background: #2b81f2;
  color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .mat-checkbox.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #001833;
}
.darkTheme .billet-wks-confirmation .mat-checkbox .mat-checkbox-frame {
  border-color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .mat-checkbox .mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #001833;
}
.darkTheme .billet-wks-confirmation .mat-checkbox .mat-checkbox-checked .mat-checkbox-background {
  background-color: #001833;
}
.darkTheme .billet-wks-confirmation .separator .line {
  background-color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .financial .box {
  background: #1365cc;
}
.darkTheme .billet-wks-confirmation .financial .box .title {
  color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .scroll .quote .title {
  color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .scroll .box-price .qtd {
  color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .scroll .box-total .date {
  color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .buttons .input-signature mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .buttons .input-signature mat-form-field .mat-form-field-appearance-legacy {
  color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .buttons .input-signature mat-form-field .mat-form-field-appearance-legacy .ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .buttons .input-signature mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5;
}
.darkTheme .billet-wks-confirmation .buttons .forgot-signature {
  color: #d2d2d2;
}
.darkTheme .billet-wks-confirmation .buttons .forgot-signature:hover {
  color: #ececec;
}
.darkTheme .billet-wks-confirmation .termOperator .alert .mat-icon .svg-color {
  fill: #f5f5f5;
}

.user-settings-dialog .mat-dialog-container {
  background-color: transparent;
  box-shadow: none;
}
.user-settings-dialog .add-tools-pop-up .baloon-add-tools {
  width: 395px;
  overflow: hidden;
  border-radius: 5px;
}

.add-tools-container {
  color: #343738;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 black;
  width: 365px;
  overflow: hidden;
  border-radius: 5px;
}
.add-tools-container .title-text {
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.67;
  color: #343738;
}
.add-tools-container .box-search mat-form-field.mat-form-field-appearance-legacy input.mat-input-element {
  color: #343738 !important;
}
.add-tools-container .box-search mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #ffffff !important;
}
.add-tools-container .box-search mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #343738 !important;
}
.add-tools-container .box-search .mat-icon {
  height: 12px;
  width: 12px;
}
.add-tools-container .add-tools-body {
  display: flex;
  flex-flow: column;
  width: 100%;
  font-size: 12px;
  color: #343738;
}
.add-tools-container .add-tools-body .button-tools {
  width: 125px;
  height: 34px;
  border-radius: 3px;
  border: solid 1px #343738;
}
.add-tools-container .add-tools-body .button-tools .text-button-tools {
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  color: #343738;
}
.add-tools-container .add-tools-body .button-tools .button-tools-circle {
  border-radius: 50px;
  position: absolute;
  bottom: -10px;
  justify-content: center;
  display: flex;
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 6px 0 rgba(52, 55, 56, 0.26);
  background-color: #ffffff;
}
.add-tools-container .add-tools-body .button-tools .button-tools-circle .mat-icon {
  height: 23px;
  width: 9px;
  fill: #343738;
}
.add-tools-container .add-tools-body .button-tools .button-tools-circle .icon-add-circle {
  margin-top: -2px;
}

.darkTheme .add-tools-container {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .add-tools-container .title-text {
  color: #f5f5f5;
}
.darkTheme .add-tools-container .box-search mat-form-field.mat-form-field-appearance-legacy input.mat-input-element {
  color: #f5f5f5 !important;
}
.darkTheme .add-tools-container .box-search mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #000000 !important;
}
.darkTheme .add-tools-container .box-search mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #f5f5f5 !important;
}
.darkTheme .add-tools-container .add-tools-body {
  color: #f5f5f5;
}
.darkTheme .add-tools-container .add-tools-body .button-tools {
  border: solid 1px #f5f5f5;
}
.darkTheme .add-tools-container .add-tools-body .button-tools .text-button-tools {
  color: #f5f5f5;
}
.darkTheme .add-tools-container .add-tools-body .button-tools .button-tools-circle {
  box-shadow: 0 2px 6px 0 rgba(245, 245, 245, 0.26);
  background-color: #000000;
}
.darkTheme .add-tools-container .add-tools-body .button-tools .button-tools-circle .mat-icon {
  fill: #f5f5f5;
}

.mat-modal-eletronic-signature.cdk-overlay-pane > mat-dialog-container {
  padding: 16px 24px;
  overflow: hidden;
}

.eletronic-signature {
  color: #343738;
  background-color: #ffffff;
}
.eletronic-signature .spinner {
  margin: 20% 0px;
}
.eletronic-signature .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  height: 57px;
  border-bottom: 1px solid #f8f8f8;
}
.eletronic-signature .header .title {
  color: #343738;
  font-size: 18px;
  margin: 0;
}
.eletronic-signature .header .close-btn {
  cursor: pointer;
  float: right;
}
.eletronic-signature .component-error {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #343738;
  margin-bottom: 15px;
}
.eletronic-signature .action-btn {
  margin-top: 25px;
}
.eletronic-signature .action-btn.virtual {
  margin-top: 0px;
}
.eletronic-signature .action-btn button {
  width: 100%;
}
.eletronic-signature .action-btn .box-check {
  font-size: 14px;
  color: #343738;
  padding-top: 11px;
  padding-left: 17px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 2px !important;
}
.eletronic-signature .action-btn .box-check .mat-checkbox .mat-checkbox-inner-container {
  width: 13px;
  height: 13px;
}
.eletronic-signature .action-btn .box-check .mat-checkbox .mat-checkbox-label {
  font-size: 11px;
}
.eletronic-signature .forgot-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #343738;
  padding-top: 1em;
}
.eletronic-signature .forgot-btn span {
  cursor: pointer;
}
.eletronic-signature .forgot-btn:hover {
  color: #434546;
}

.darkTheme .eletronic-signature {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .eletronic-signature .header {
  border-bottom: 1px solid #ececec;
}
.darkTheme .eletronic-signature .header .title {
  color: #f5f5f5;
}
.darkTheme .eletronic-signature .component-error {
  color: #f5f5f5;
}
.darkTheme .eletronic-signature .action-btn .box-check {
  color: #f5f5f5;
}
.darkTheme .eletronic-signature .forgot-btn {
  color: #f5f5f5;
}
.darkTheme .eletronic-signature .forgot-btn:hover {
  color: #ececec;
}

.virtual-keyboard-component {
  color: #343738;
  background-color: #ffffff;
}
.virtual-keyboard-component .title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #343738;
  margin-bottom: 15px;
}
.virtual-keyboard-component .keyboard-area .mat-input-element:disabled {
  color: inherit;
}
.virtual-keyboard-component .keyboard-area .key-input {
  text-align: center;
}
.virtual-keyboard-component .keyboard-area.virtual .btn-area {
  padding: 1em 0.3em;
}
.virtual-keyboard-component .keyboard-area.virtual .btn-area .key {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.virtual-keyboard-component .keyboard-area.virtual .btn-area .key img {
  cursor: pointer;
  width: 90px;
  border-radius: 16px;
}
.virtual-keyboard-component .keyboard-area.virtual .btn-area .key.clear-btn {
  cursor: pointer;
}
.virtual-keyboard-component .keyboard-area.virtual .btn-area .key.clear-btn span {
  border: 0.7px solid #343738;
  width: 90px;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  color: #343738;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field {
  font-size: 50px;
  padding: 0px 2px;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field .mat-form-field-infix {
  border-top: 0px;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.input-invalid input {
  color: #343738;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738;
  background-image: unset;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #343738 !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #b3292e !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #b3292e !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738 !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738 !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-color: #343738 !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex {
  padding: 0px;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738 !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738 !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #343738 !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738 !important;
  background-image: unset !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #343738;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738 !important;
}
.virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}

.darkTheme .virtual-keyboard-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .virtual-keyboard-component .title {
  color: #f5f5f5;
}
.darkTheme .virtual-keyboard-component .keyboard-area.virtual .btn-area .key.clear-btn span {
  border: 0.7px solid #f5f5f5;
  color: #f5f5f5;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.input-invalid input {
  color: #f5f5f5;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.input-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #f5f5f5 !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #d8353a !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d8353a !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5 !important;
  background-image: unset !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5 !important;
  background-image: unset !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-color: #f5f5f5 !important;
  background-image: unset !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5 !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5 !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #f5f5f5 !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5 !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5 !important;
}
.darkTheme .virtual-keyboard-component .keyboard-area.string mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}

.empty-resul-component {
  font-size: 14px;
}
.empty-resul-component .main-message {
  font-size: 24px;
  font-weight: bold;
  color: #0d3458;
}
.empty-resul-component .complement {
  font-size: 16px;
  color: #0d3458;
}
.empty-resul-component mat-icon.empty-result-icon {
  width: 46px;
  height: 46px;
}
.empty-resul-component mat-icon.empty-result-icon svg path {
  fill: #0d3458;
  stroke: #0d3458;
}
.empty-resul-component .prefix__cls-1 {
  fill: #0d3458;
}

.darkTheme .empty-resul-component .main-message,
.darkTheme .empty-resul-component .complement {
  color: #2b81f2;
}
.darkTheme .empty-resul-component mat-icon.empty-result-icon svg path {
  fill: #2b81f2;
  stroke: #2b81f2;
}

.mat-modal-term-operator.cdk-overlay-pane > mat-dialog-container {
  padding: 16px 24px;
  overflow: hidden;
}

.modal-term-operator {
  color: #343738;
  background-color: #ffffff;
}
.modal-term-operator .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  height: 57px;
  border-bottom: 1px solid #f1f1f1;
}
.modal-term-operator .header .title {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.modal-term-operator .header .close-btn {
  cursor: pointer;
  float: right;
}
.modal-term-operator .sub-title {
  font-size: 14px;
  padding-top: 20px;
  height: 73px;
}
.modal-term-operator .title-term {
  font-size: 14px;
  font-weight: bold;
  margin-top: -36px;
  padding-top: 20px;
  height: 73px;
}
.modal-term-operator .version-term {
  font-size: 10px;
  font-weight: regular;
  text-align: right;
  margin-top: -21px;
  width: 100%;
}
.modal-term-operator .spinner {
  height: 200px;
  padding-top: 73px;
  background: #ffffff;
  width: 100%;
}
.modal-term-operator .mock_term {
  color: #343738;
  background-color: #ffffff;
  max-height: 470px;
  overflow: hidden;
  padding: 5px;
}
.modal-term-operator .mock_term .mock-title {
  text-align: center;
  font-weight: 700;
}
.modal-term-operator .mock_term .mock-index-term {
  font-size: 14px;
  padding-top: 10px;
  text-align: right;
}
.modal-term-operator .mock_term .mock-sub-title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.modal-term-operator .mock_term .mock-box-btn {
  margin-top: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.modal-term-operator .mock_term .mock-box-btn button {
  font-size: 16px;
  width: 45%;
  height: 45px;
  min-width: unset;
}
.modal-term-operator .mock_term .box {
  min-height: 330px;
  max-height: 330px;
  overflow: auto;
}
.modal-term-operator .mock_term .box .mock-box-term {
  width: 100%;
  min-height: 300px;
  max-height: 330px;
  overflow: auto;
}
.modal-term-operator .box-term {
  width: 100%;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: overlay;
  flex-direction: column;
}
.modal-term-operator .box-term.type-string {
  min-height: 200px;
  height: 200px;
  max-height: 200px;
}
.modal-term-operator .box-term object {
  width: 100%;
  height: 95%;
}
.modal-term-operator .box-term .text-title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 17px;
}
.modal-term-operator .box-term .text-msg {
  font-size: 14px;
  line-height: 1.57;
  margin-top: 10px;
}
.modal-term-operator .box-term .ng2-pdf-viewer-container[_ngcontent-c23] {
  height: 200px;
  width: 475px;
}
.modal-term-operator .box-term .ng2-pdf-viewer-container[_ngcontent-c25] {
  height: 200px;
  width: 475px;
}
.modal-term-operator .box-term .ng2-pdf-viewer-container[_ngcontent-c13] {
  height: 200px;
  width: 475px;
}
.modal-term-operator .box-term .ng2-pdf-viewer-container[_ngcontent-c19] {
  height: 200px;
  width: 475px;
}
.modal-term-operator .box-check {
  font-size: 14px;
  height: 50px;
  padding-top: 11px;
  padding-left: 17px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal-term-operator .box-btn {
  margin-bottom: 7px;
}
.modal-term-operator .box-btn button {
  font-size: 16px;
  width: 100%;
  height: 45px;
}

.darkTheme .modal-term-operator {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .modal-term-operator .header {
  border-bottom: 1px solid #1b1c1d;
}
.darkTheme .modal-term-operator .spinner {
  background: #000000;
}
.darkTheme .modal-term-operator .mock_term {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .modal-term-operator .mock_term .box {
  color: #343738;
  background-color: #ffffff;
}

.dictionary-error {
  height: 100%;
  width: 100vw;
  background-color: #000000;
  background-image: url("/assets/images/svg/register-background.svg");
  background-repeat: no-repeat;
  font-size: 14px;
  color: #f5f5f5;
  overflow-x: hidden;
  padding: 15px;
}
.dictionary-error .header {
  margin: 0 auto;
  height: 10%;
  min-height: 80px;
  width: 100%;
  border-bottom: 1px solid #fafafa;
  padding: 10px;
}
.dictionary-error .header .logo {
  height: 50px;
  background-image: url("/../../../assets/images/clients/cedro/logo-workspace.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
  width: 50%;
  max-width: 220px;
}
.dictionary-error .content {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.dictionary-error .content .title {
  text-transform: uppercase;
  margin-bottom: 35px;
}
.dictionary-error .content .title h1 {
  color: rgba(245, 245, 245, 0.33);
}
.dictionary-error .content .box-table {
  margin: 0 auto;
}
.dictionary-error .content .box-table .text {
  text-align: left;
  padding-left: 10px;
}
.dictionary-error .content .box-table table {
  width: 100%;
}
.dictionary-error .content .box-table table thead tr {
  background: rgba(245, 245, 245, 0.04);
  height: 40px;
  text-transform: uppercase;
}
.dictionary-error .content .box-table table tr {
  height: 45px;
  border-bottom: 1px solid #f5f5f5;
}
.dictionary-error .content .box-table table tr:hover {
  background: rgba(245, 245, 245, 0.04);
}
.dictionary-error .content .box-table table td {
  min-width: 70px;
  border-bottom: 1px solid #f5f5f5;
}

.deposit-conmponent {
  color: #343738;
  background-color: #ffffff;
}
.deposit-conmponent .header {
  color: #343738;
  background-color: #ffffff;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 900;
}
.deposit-conmponent .header span {
  margin-left: 15px;
  position: relative;
  top: 3px;
}
.deposit-conmponent .header .close-btn {
  float: right;
  cursor: pointer;
}
.deposit-conmponent .header svg {
  fill: #343738;
}
.deposit-conmponent .deposit-content {
  align-content: center;
  display: grid;
  height: calc(100vh - 320px);
  margin-top: 30px;
}
.deposit-conmponent .deposit-content .spinner {
  align-content: center;
  display: grid;
  height: calc(100vh - 170px);
}
.deposit-conmponent .deposit-content .content {
  margin: 0 auto;
  margin-top: 86px;
}
.deposit-conmponent .deposit-content .content .pad-r-0 {
  padding-right: 0px;
}
.deposit-conmponent .deposit-content .content .pad-l-0 {
  padding-left: 0px;
}
.deposit-conmponent .deposit-content .content .mat-tab-label,
.deposit-conmponent .deposit-content .content .mat-tab-link {
  font-weight: 400;
}
.deposit-conmponent .deposit-content .content .mat-tab-group {
  width: 100%;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body-wrapper {
  font-size: 14px;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-header {
  border: 0;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: unset;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list {
  display: flex;
  justify-content: center;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label {
  font-size: 20px;
  height: 42px;
  width: 191px;
  color: unset;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  color: unset;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  border: 0px;
  font-weight: bold;
  border-bottom: 1px solid #0d3458;
  color: #0d3458 !important;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body {
  padding-top: 32px;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input {
  margin-bottom: 20px;
  padding: 0px 10px;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field {
  width: 100%;
  padding-top: 10px;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #343738;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #343738;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 3px;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
  font-size: 14px;
  top: -1.6em;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #343738;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field .mat-select,
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field .mat-option,
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field .mat-tab-label-content {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #343738;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input .mat-checkbox-inner-container {
  width: 16px;
  height: 16px;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input .price {
  width: 100%;
  margin-top: -34px;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input .price.deposit {
  margin-top: -6px;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input .price .increment-buttons-container {
  width: 100%;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input .price .increment-buttons-container input {
  text-align: center !important;
}
.deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input .price .overIncrement .mat-form-field .mat-input-element {
  padding-right: 0px;
}
.deposit-conmponent .deposit-content .button {
  margin: 0 auto;
  text-align: right;
}
.deposit-conmponent .deposit-content .button .m-btn {
  padding-right: 30px;
}

.darkTheme .deposit-conmponent {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .deposit-conmponent .header {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .deposit-conmponent .header svg {
  fill: #f5f5f5;
}
.darkTheme .deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  border-bottom: 1px solid #2b81f2;
  color: #2b81f2 !important;
}
.darkTheme .deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f5f5f5;
}
.darkTheme .deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field.mat-form-field-appearance-legacy.ng-valid.ng-touched .mat-form-field-wrapper .mat-form-field-label {
  color: #f5f5f5;
}
.darkTheme .deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  color: #f5f5f5;
}
.darkTheme .deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field .mat-select,
.darkTheme .deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field .mat-option,
.darkTheme .deposit-conmponent .deposit-content .content .mat-tab-group .mat-tab-body .form-deposit .input mat-form-field .mat-tab-label-content {
  color: #f5f5f5;
}

.account-template {
  display: flex;
  flex-direction: column;
}
.account-template p {
  font-weight: bold;
  height: 20px;
  margin-bottom: 0;
}
.account-template span {
  font-size: 12px;
}

.auction-hammer-component-wrapper {
  font-size: 11px;
  border-radius: 4px;
  color: #343738;
  background: #f5a81b;
}
.auction-hammer-component-wrapper .content-container {
  justify-content: space-evenly;
  height: 24px;
}

.darkTheme .auction-hammer-component-wrapper {
  color: #18191a;
  background: #ffaf1d;
}

.custom-tooltip-wrapper {
  position: relative;
  color: #343738;
}
.custom-tooltip-wrapper .button-wrapper {
  padding: 5px;
}
.custom-tooltip-wrapper .button-wrapper.button-click {
  cursor: pointer;
}
.custom-tooltip-wrapper .custom-tooltip-content-wrapper {
  position: absolute;
}
.custom-tooltip-wrapper .custom-tooltip-content-wrapper .custom-tooltip-content {
  color: #343738;
  background-color: #ffffff;
  position: relative;
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(52, 55, 56, 0.3);
  top: 0px;
  left: 0px;
  height: auto;
  z-index: 1;
  border-radius: 4px;
}
.custom-tooltip-wrapper.tooltip-top .custom-tooltip-content-wrapper, .custom-tooltip-wrapper.tooltip-top-right .custom-tooltip-content-wrapper, .custom-tooltip-wrapper.tooltip-top-left .custom-tooltip-content-wrapper {
  padding-bottom: 10px;
}
.custom-tooltip-wrapper.tooltip-bottom-right, .custom-tooltip-wrapper.tooltip-top-right {
  justify-content: flex-start;
}
.custom-tooltip-wrapper.tooltip-bottom-left, .custom-tooltip-wrapper.tooltip-top-left {
  justify-content: flex-end;
}
.custom-tooltip-wrapper.tooltip-right .custom-tooltip-content-wrapper {
  padding-left: 10px;
}
.custom-tooltip-wrapper.tooltip-bottom .custom-tooltip-content-wrapper, .custom-tooltip-wrapper.tooltip-bottom-right .custom-tooltip-content-wrapper, .custom-tooltip-wrapper.tooltip-bottom-left .custom-tooltip-content-wrapper {
  padding-top: 10px;
}
.custom-tooltip-wrapper.tooltip-left .custom-tooltip-content-wrapper {
  padding-right: 10px;
}

.darkTheme .custom-tooltip-wrapper {
  color: #f5f5f5;
}
.darkTheme .custom-tooltip-wrapper .custom-tooltip-content-wrapper .custom-tooltip-content {
  color: #f5f5f5;
  background-color: #18191a;
  box-shadow: 1px 1px 5px rgba(245, 245, 245, 0.3);
}

.billet-modal-float-component {
  color: #343738;
  background-color: #ffffff;
}
.billet-modal-float-component .m-billet {
  padding-left: 9px;
  padding-right: 9px;
}
.billet-modal-float-component svg {
  width: 16px;
  fill: #343738;
}
.billet-modal-float-component .typeOrderWksFloat {
  font-size: 14px;
  color: #343738;
  margin: 7px auto;
  width: 100%;
}
.billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header {
  margin: 0 auto;
  margin-bottom: 10px;
}
.billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-label-container {
  border-bottom: unset;
}
.billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label {
  width: 100px;
  color: #343738;
}
.billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  border: unset;
  border-bottom: 2px solid #0d3458;
  color: #0d3458;
}
.billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active.border-buy {
  border-bottom: 2px solid #f1ac23;
  color: #f1ac23;
}
.billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active.border-sell {
  border-bottom: 2px solid #426f47;
  color: #426f47;
}
.billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-label-content {
  font-size: 14px;
  color: inherit;
}
.billet-modal-float-component .typeOrderWksFloat .mat-tab-body-content {
  overflow: hidden;
  overflow-y: auto;
}
.billet-modal-float-component.confirmationBillit {
  background: #0d3458;
}
.billet-modal-float-component.confirmationBillit .component-header {
  background: #0d3458;
  color: #ffffff;
  height: 24px;
}
.billet-modal-float-component.confirmationBillit .component-header .mat-icon .svg-color {
  fill: #ffffff;
}

.darkTheme .billet-modal-float-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .billet-modal-float-component svg {
  fill: #f5f5f5;
}
.darkTheme .billet-modal-float-component .typeOrderWksFloat {
  color: #f5f5f5;
}
.darkTheme .billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label {
  color: #f5f5f5;
}
.darkTheme .billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  border-bottom: 2px solid #2b81f2;
  color: #2b81f2;
}
.darkTheme .billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active.border-buy {
  border-bottom: 2px solid #f5c055;
  color: #f5c055;
}
.darkTheme .billet-modal-float-component .typeOrderWksFloat.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active.border-sell {
  border-bottom: 2px solid #55955c;
  color: #55955c;
}
.darkTheme .billet-modal-float-component.confirmationBillit {
  background: #2b81f2;
}
.darkTheme .billet-modal-float-component.confirmationBillit .component-header {
  background: #2b81f2;
  color: #000000;
}
.darkTheme .billet-modal-float-component.confirmationBillit .component-header .mat-icon .svg-color {
  fill: #000000;
}

.component-input-header {
  font-size: 14px;
  margin-bottom: 8px;
  color: #343738;
  background: #ffffff;
}
.component-input-header .row {
  align-items: center;
}
.component-input-header .logo img {
  max-width: 32px;
}
.component-input-header .info {
  padding-left: 5px !important;
}
.component-input-header .info .input .auto-complete {
  width: 100%;
  max-height: 25px;
}
.component-input-header .info .input .auto-complete .autoComplete {
  margin-bottom: -7px;
}
.component-input-header .info .input .auto-complete .autoComplete .mat-form-field-infix {
  max-width: 80px;
}
.component-input-header .info .input .auto-complete .autoComplete .active {
  margin-top: -21px !important;
  height: 22px !important;
  width: 400px !important;
  font-size: 14px;
  margin-bottom: 4px;
  border-radius: 3px;
  padding: 0 4px;
}
.component-input-header .info .input .auto-complete .autoComplete .active.empty, .component-input-header .info .input .auto-complete .autoComplete .active:focus, .component-input-header .info .input .auto-complete .autoComplete .active:hover {
  background-color: #f6f6f6;
}
.component-input-header .info .company {
  font-size: 12px;
  color: #434546;
  white-space: nowrap;
  height: 15px;
  padding: 0px;
  padding-left: 4px;
  margin-top: -15px;
}
.component-input-header .info .invalid {
  font-size: 10px;
  font-weight: 500;
  color: #b3292e;
}
.component-input-header .info .price {
  text-align: right;
  padding: 0px;
  padding-right: 5px;
  font-weight: 500;
}
.component-input-header .info .variation {
  font-size: 12px;
  font-weight: 500;
}
.component-input-header .info .variation.high {
  text-align: right;
  color: #249b52;
}
.component-input-header .info .variation.low {
  text-align: right;
  color: #cb2340;
}
.component-input-header .info .variation .date {
  font-size: 11px;
}
.component-input-header .info .variation .percent {
  padding: 1px 4px;
  font-weight: 900;
  text-align: center;
  border-radius: 5px;
  color: #343738;
}
.component-input-header .info .variation .percent.high {
  color: #f6f6f6;
  background-color: #249b52;
}
.component-input-header .info .variation .percent.low {
  color: #f6f6f6;
  background-color: #cb2340;
}

.darkTheme .component-input-header {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .component-input-header .info .input .auto-complete .autoComplete {
  color: #f5f5f5;
}
.darkTheme .component-input-header .info .input .auto-complete .autoComplete .active {
  color: #f5f5f5;
}
.darkTheme .component-input-header .info .input .auto-complete .autoComplete .active.empty, .darkTheme .component-input-header .info .input .auto-complete .autoComplete .active:focus, .darkTheme .component-input-header .info .input .auto-complete .autoComplete .active:hover {
  background-color: #18191a;
}
.darkTheme .component-input-header .info .company {
  color: #ececec;
}
.darkTheme .component-input-header .info .invalid {
  color: #d8353a;
}
.darkTheme .component-input-header .info .variation.high {
  color: #2cb561;
}
.darkTheme .component-input-header .info .variation.low {
  color: #de2847;
}
.darkTheme .component-input-header .info .variation .percent {
  color: #f5f5f5;
}
.darkTheme .component-input-header .info .variation .percent.high {
  color: #f5f5f5;
  background-color: #2cb561;
}
.darkTheme .component-input-header .info .variation .percent.low {
  color: #f5f5f5;
  background-color: #de2847;
}

.billet-position {
  font-size: 10px;
  color: #343738;
  background: #f6f6f6;
  text-align: center;
  padding: 2px 5px;
  border-radius: 5px;
}
.billet-position .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.billet-position .value {
  font-weight: bold;
  font-size: 12px;
}
.billet-position .value.high {
  color: #249b52;
}
.billet-position .value.low {
  color: #cb2340;
}

.darkTheme .billet-position {
  color: #f5f5f5;
  background: #18191a;
}
.darkTheme .billet-position .title {
  color: #f5f5f5;
}
.darkTheme .billet-position .value.high {
  color: #2cb561;
}
.darkTheme .billet-position .value.low {
  color: #de2847;
}

.billet-actions button {
  font-size: 12px;
  border-radius: 28px;
  height: auto;
  min-width: initial;
  width: 98%;
  padding: 8px;
  margin: 5px 0px;
}

.trade-charts {
  color: #343738;
  background-color: #ffffff;
  padding-top: 5px;
}
.trade-charts .sized.theory {
  margin-top: 5px;
}
.trade-charts .sized .title {
  font-size: 11px;
  color: #343738;
  text-align: right;
  margin-top: 6px;
}
.trade-charts .sized .qtd {
  text-align: left;
}
.trade-charts .sized .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 15px !important;
}
.trade-charts .sized .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  padding-left: 0.75em;
}
.trade-charts .sized .mat-form-field .mat-form-field-infix {
  padding-top: 0.25em !important;
  padding-bottom: 0.75em !important;
  border-top: 0.84375em solid transparent;
}
.trade-charts .sized .mat-form-field .mat-input-element {
  font-family: inherit;
  font-size: 12px;
  font-weight: unset;
  color: currentColor;
  margin-top: -0.0625em;
  font-weight: bold;
}
.trade-charts .sized .mat-form-field .mat-form-field-label-wrapper {
  top: -0.84375em !important;
}
.trade-charts .sized .mat-form-field .mat-form-field-label {
  opacity: unset;
  font-family: inherit;
  font-size: inherit;
  font-weight: unset;
  color: inherit;
  top: 1.09375em;
}
.trade-charts .confirmation-billet {
  position: absolute;
  bottom: -10px;
  right: -10px;
  height: calc(100% + 69px);
  overflow-y: auto;
  z-index: 1;
  background-color: #0d3458;
}
.trade-charts .confirmation-billet .confirmation-header {
  height: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
.trade-charts .confirmation-billet .confirmation-header mat-icon {
  width: 13px;
  fill: #f6f6f6;
  height: unset;
  cursor: pointer;
}
.trade-charts .confirmation-billet .billet-wks-confirmation {
  min-height: unset;
  height: calc(100% - 32px);
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}
.trade-charts .confirmation-billet .billet-wks-confirmation .scroll {
  min-height: 261px;
  height: unset;
}
.trade-charts .confirmation-billet .billet-wks-confirmation .buttons {
  padding: 0 15px;
}
.trade-charts .confirmation-billet .billet-wks-confirmation .buttons button {
  width: 100%;
}
.trade-charts .warning-message {
  font-size: 14px;
}
.trade-charts .warning-message > span {
  font-size: 16px;
}
.trade-charts .warning-message .confirmation-btn {
  min-width: unset;
  min-height: 36px;
  height: 36px;
  font-size: 14px;
}

.darkTheme .trade-charts {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .trade-charts .sized .title {
  color: #f5f5f5;
}
.darkTheme .trade-charts .confirmation-billet {
  background-color: #2b81f2;
}
.darkTheme .trade-charts .confirmation-billet .confirmation-header mat-icon {
  fill: #f5f5f5;
}

.book-staircase-wrapper {
  overflow: hidden;
  height: 100%;
  color: #343738;
  background: #ffffff;
  text-align: center;
}
.book-staircase-wrapper .no-align-items {
  align-items: unset !important;
}
.book-staircase-wrapper table {
  width: 100%;
  background: #ebebeb;
}
.book-staircase-wrapper table tr th {
  position: sticky;
  top: -1px;
  height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
}
.book-staircase-wrapper table tr .buy {
  width: 37.5%;
  color: #ffffff;
  background: #ffc23f;
}
.book-staircase-wrapper table tr .buy.withValue {
  background: #f1ac23;
}
.book-staircase-wrapper table tr .price {
  width: 25%;
}
.book-staircase-wrapper table tr .price.bg-min-max {
  background: #565859 !important;
}
.book-staircase-wrapper table tr .price.average {
  background: #e67924 !important;
}
.book-staircase-wrapper table tr .price.high {
  background: #9dcdb7 !important;
}
.book-staircase-wrapper table tr .price.low {
  background: #f1999c !important;
}
.book-staircase-wrapper table tr .price.open {
  background: #99bcde !important;
}
.book-staircase-wrapper table tr .price.current {
  background: #ffe499 !important;
}
.book-staircase-wrapper table tr .sale {
  width: 37.5%;
  color: #ffffff;
  background: #648f69;
}
.book-staircase-wrapper table tr .sale.withValue {
  background: #426f47;
}
.book-staircase-wrapper table.billit-dom tr .float-l {
  float: left;
}
.book-staircase-wrapper table.billit-dom tr .float-r {
  float: right;
}
.book-staircase-wrapper table.billit-dom tr .qtd {
  width: 20%;
}
.book-staircase-wrapper table.billit-dom tr .qtd .number {
  width: calc(100% - 12px);
}
.book-staircase-wrapper table.billit-dom tr .qtd .icon {
  max-width: 19px;
  margin-top: -1.2px;
}
.book-staircase-wrapper table.billit-dom tr .qtd .icon .mat-icon {
  width: 12px;
  height: unset;
}
.book-staircase-wrapper table.billit-dom tr .qtd.withValue {
  font-weight: 900;
  color: #0a0b0c;
  background: #565859;
}
.book-staircase-wrapper table.billit-dom tr .buy {
  width: 20%;
}
.book-staircase-wrapper table.billit-dom tr .price {
  width: 20%;
}
.book-staircase-wrapper table.billit-dom tr .sale {
  width: 20%;
}
.book-staircase-wrapper table.billit-dom tr:hover {
  background: #565859;
  cursor: pointer;
}
.book-staircase-wrapper table.billit-dom tr:hover .buy,
.book-staircase-wrapper table.billit-dom tr:hover .sale,
.book-staircase-wrapper table.billit-dom tr:hover .price {
  background: #565859;
}
.book-staircase-wrapper table.billit-dom tr:hover .qtd {
  font-weight: 900;
}
.book-staircase-wrapper table.billit-dom tr:hover .price {
  font-weight: 500;
  color: #0a0b0c;
}
.book-staircase-wrapper table.billit-dom tr:hover .price.withValue {
  background: #565859;
}

.darkTheme .book-staircase-wrapper {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .book-staircase-wrapper .mat-icon.fill-none svg {
  fill: #f5f5f5 !important;
}
.darkTheme .book-staircase-wrapper .dark-svg svg {
  fill: #000000 !important;
}
.darkTheme .book-staircase-wrapper table {
  background: #242526;
}
.darkTheme .book-staircase-wrapper table tr th {
  background: #000000;
}
.darkTheme .book-staircase-wrapper table tr .buy {
  color: #ffffff;
  background: #ffd16a;
}
.darkTheme .book-staircase-wrapper table tr .buy.withValue {
  background: #f5c055;
}
.darkTheme .book-staircase-wrapper table tr .price.bg-min-max {
  background: #0e0f10;
}
.darkTheme .book-staircase-wrapper table tr .price.average {
  color: #000000;
  background: #ff923c;
}
.darkTheme .book-staircase-wrapper table tr .price.high {
  color: #000000;
  background: #a2efcb;
}
.darkTheme .book-staircase-wrapper table tr .price.low {
  color: #000000;
  background: #ff9b9e;
}
.darkTheme .book-staircase-wrapper table tr .price.open {
  color: #000000;
  background: #99c7f3;
}
.darkTheme .book-staircase-wrapper table tr .price.current {
  color: #000000;
  background: #ffe799;
}
.darkTheme .book-staircase-wrapper table tr .sale {
  color: #ffffff;
  background: #72af79;
}
.darkTheme .book-staircase-wrapper table tr .sale.withValue {
  color: #f5f5f5;
  background: #55955c;
}
.darkTheme .book-staircase-wrapper table.billit-dom tr .qtd.withValue {
  background: #dddddd;
}
.darkTheme .book-staircase-wrapper table.billit-dom tr:hover {
  background: #dddddd;
}
.darkTheme .book-staircase-wrapper table.billit-dom tr:hover .buy,
.darkTheme .book-staircase-wrapper table.billit-dom tr:hover .sale,
.darkTheme .book-staircase-wrapper table.billit-dom tr:hover .price {
  background: #dddddd;
}
.darkTheme .book-staircase-wrapper table.billit-dom tr:hover .price {
  color: #000000;
}
.darkTheme .book-staircase-wrapper table.billit-dom tr:hover .price.withValue {
  background: #dddddd;
}

.billet-root-component {
  font-size: 11px;
  color: #343738;
  padding: 10px 25px !important;
}
.billet-root-component .spinner {
  margin-top: 70%;
}
.billet-root-component .row {
  align-items: center;
}
.billet-root-component .mat-icon {
  height: unset;
}
.billet-root-component .mat-icon svg {
  height: 15px;
  fill: #343738;
}
.billet-root-component .mat-icon.fill-none svg {
  fill: none;
  height: 13px;
}
.billet-root-component .m-hammer {
  margin-bottom: 5px;
}
.billet-root-component .header {
  font-size: 12px;
  text-transform: uppercase;
  cursor: all-scroll;
  align-items: baseline;
}
.billet-root-component .header .title {
  font-weight: bold;
}
.billet-root-component .header .select-billet {
  width: 100px;
  padding-right: 12px !important;
  margin-top: -6px;
}
.billet-root-component .header .select-billet .mat-title {
  margin: 0;
}
.billet-root-component .header .select-billet .mat-title .mat-icon {
  width: 9px;
  height: unset;
  line-height: 0;
  font-size: 100%;
  color: #343738;
  position: absolute;
  right: 11px;
  top: -14px;
}
.billet-root-component .header .select-billet .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding: 0;
  background: transparent;
}
.billet-root-component .header .select-billet .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  width: 100%;
  border: none;
}
.billet-root-component .header .select-billet .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  font-size: 12px;
  font-weight: bold;
  color: #343738;
  text-transform: uppercase;
  height: 18px;
  padding: 4px 0px;
  border-radius: 3px;
  cursor: pointer;
  background: rgba(229, 229, 229, 0.5);
}
.billet-root-component .header .select-billet .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline {
  background-color: unset;
  background-image: unset;
}
.billet-root-component .header .quotes {
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  height: 18px;
  max-width: 92px;
  cursor: move;
}
.billet-root-component .header .quotes .box {
  width: 60px;
  background: #f6f6f6;
  margin: 0 auto;
  cursor: move;
}
.billet-root-component .header .actions {
  text-align: right;
  min-width: 50px;
}
.billet-root-component .header .actions .mat-icon {
  width: 23px;
  cursor: pointer;
}
.billet-root-component.confirmationBillit {
  height: 100%;
  background: #0d3458;
  padding-top: 15px;
}
.billet-root-component.confirmationBillit .btn-confirm {
  position: absolute;
  right: 6px;
  top: 10px;
  cursor: pointer;
}
.billet-root-component.confirmationBillit .mat-icon svg {
  fill: #ffffff;
}
.billet-root-component.confirmationBillit .header {
  background: unset;
  color: #ffffff;
  position: absolute;
  right: 23px;
  top: 7px;
}

.darkTheme .billet-root-component {
  color: #f5f5f5;
  background: #000000;
}
.darkTheme .billet-root-component svg {
  fill: #f5f5f5 !important;
}
.darkTheme .billet-root-component .header .select-billet .mat-title .mat-icon {
  color: #f5f5f5;
}
.darkTheme .billet-root-component .header .select-billet .mat-title mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix input {
  color: #f5f5f5;
  background: rgba(41, 42, 43, 0.5);
}
.darkTheme .billet-root-component .header .quotes .box {
  background: #18191a;
}
.darkTheme .billet-root-component.confirmationBillit {
  background: #2b81f2;
}
.darkTheme .billet-root-component.confirmationBillit svg {
  fill: #f5f5f5;
}
.darkTheme .billet-root-component.confirmationBillit .header {
  color: #000000;
}

.grid-order {
  color: #343738;
  background-color: #ffffff;
  transition: height 0.3s;
}
.grid-order button[mat-raised-button].cancel-all {
  min-width: unset;
  width: calc(100% - 16px);
  height: 36px;
  font-size: 14px;
  margin: 8px auto;
}
.grid-order ag-grid-angular .ag-root {
  border: none;
}
.grid-order ag-grid-angular .ag-root .ag-header {
  background-color: unset !important;
  border-bottom: unset !important;
}
.grid-order ag-grid-angular .ag-root .ag-header .ag-header-row {
  font-weight: bold;
  font-size: 10px;
  height: 32px !important;
  border: none !important;
  color: #343738;
}
.grid-order ag-grid-angular .ag-root .ag-header .ag-header-row .status-header {
  margin-left: 5px;
}
.grid-order ag-grid-angular .ag-root .ag-header .ag-header-row .ag-cell-label-container {
  width: 100%;
}
.grid-order ag-grid-angular .ag-root .ag-header .ag-header-row .ag-cell-label-container .ag-header-cell-label {
  width: 100% !important;
}
.grid-order ag-grid-angular .ag-root .ag-header .ag-header-row .ag-cell-label-container .ag-header-cell-label .ag-header-cell-text {
  font-family: "Roboto";
  width: 100%;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row {
  border: none;
  font-size: 11px;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row.ag-row-odd {
  background-color: #ffffff;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row.ag-row-even {
  background-color: #f6f6f6;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell-focus {
  border: 1px solid transparent;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 25px !important;
  font-family: "Roboto";
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell.txt-left {
  justify-content: flex-start;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell.txt-right {
  justify-content: flex-end;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .status-default {
  color: #444b4e;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .status-success {
  color: #216b49;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .status-error {
  color: #b3292e;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .status-warning {
  color: #f5a81b;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .buy-style {
  color: #f1ac23;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .sell-style {
  color: #426f47;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .sell-style,
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .buy-style {
  font-weight: 900;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 25px;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .sell-style::after,
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .buy-style::after {
  content: "";
  background-color: currentColor;
  width: 25px;
  height: 25px;
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .disp-false {
  color: #f1ac23;
  font-weight: bold;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .disp-true {
  color: #216b49;
  font-weight: bold;
}
.grid-order ag-grid-angular .ag-root .ag-body .ag-row .ag-cell .ag-cell-wrapper {
  height: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Roboto";
}

.darkTheme .grid-order {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .grid-order ag-grid-angular .ag-root .ag-header .ag-header-row {
  color: #f5f5f5;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row.ag-row-odd {
  background-color: #000000;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row.ag-row-even {
  background-color: #18191a;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row .ag-cell .status-default {
  color: #6c7072;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row .ag-cell .status-success {
  color: #3ab27b;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row .ag-cell .status-error {
  color: #d8353a;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row .ag-cell .status-warning {
  color: #ffaf1d;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row .ag-cell .buy-style {
  color: #f5c055;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row .ag-cell .sell-style {
  color: #55955c;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row .ag-cell .disp-false {
  color: #f5c055;
}
.darkTheme .grid-order ag-grid-angular .ag-body .ag-row .ag-cell .disp-true {
  color: #3ab27b;
}

.support-channels-component {
  color: #343738;
  background-color: #ffffff;
  width: 660px;
  padding: 32px;
}
.support-channels-component .header {
  margin-bottom: 16px;
}
.support-channels-component .header .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.support-channels-component .header > .mat-icon {
  height: 24px;
  width: 24px;
}
.support-channels-component .header > .mat-icon svg {
  height: 24px;
  width: 24px;
  fill: #343738;
}
.support-channels-component .mat-divider {
  margin: 24px 0;
}
.support-channels-component .contact-channel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.support-channels-component .contact-channel-item {
  font-size: 14px;
  line-height: 20px;
}
.support-channels-component .contact-channel-item > .mat-icon {
  height: 32px;
  width: 32px;
  margin-right: 6px;
}
.support-channels-component .contact-channel-item > .mat-icon svg {
  height: 32px;
  width: 32px;
  fill: #343738;
}
.support-channels-component .other-channels-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 400;
}
.support-channels-component .other-channel-link {
  font-size: 12px;
  line-height: 18px;
}
.support-channels-component .other-channel-link a {
  margin-left: 8px;
  color: #343738;
}

.darkTheme .support-channels-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .support-channels-component .header > .mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .support-channels-component .contact-channel-item > .mat-icon svg {
  fill: #f5f5f5;
}
.darkTheme .support-channels-component .other-channel-link a {
  color: #f5f5f5;
}

.book-detail {
  color: #343738;
  background-color: #ffffff;
}

.darkTheme .book-detail {
  color: #f5f5f5;
  background-color: #000000;
}

.book-aggregated-component {
  color: #343738;
  background-color: #ffffff;
  min-height: 95px;
}
.book-aggregated-component .header-table {
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.book-aggregated-component .header-table > div {
  text-align: center;
}
.book-aggregated-component .header-table .line {
  display: flex;
  padding-top: 9px;
  padding-bottom: 5px;
  background: #ffffff;
}
.book-aggregated-component .header-table .line .padding-number.qtd {
  width: 13.6%;
  min-width: 13.6%;
}
.book-aggregated-component .header-table .line .padding-number.sale {
  width: 21%;
  min-width: 21%;
  padding: 0;
  text-align: center;
}
.book-aggregated-component .header-table .line .padding-number.aggregate {
  text-align: center;
  padding-right: 0px;
}
.book-aggregated-component .header-table .line .padding-number.aggregate.qtd {
  width: 20%;
  min-width: 20%;
}
.book-aggregated-component .header-table .line .padding-number.aggregate.qtd.last {
  border-right: unset;
}
.book-aggregated-component .header-table .line .padding-number.aggregate.sale {
  width: 30%;
  min-width: 30%;
}
.book-aggregated-component .header-table .line .numberAlignAgr {
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.book-aggregated-component .header-table .line .numberAlignAgr:last-child {
  border-right: unset;
}
.book-aggregated-component .header-table .line .padding-broker {
  padding-left: 8.2px;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
  width: 15.8% !important;
  min-width: 15.8% !important;
}
.book-aggregated-component .header-table .line .padding-broker.left {
  text-align: left;
}
.book-aggregated-component .header-table .line .padding-broker.right {
  text-align: center;
  padding: 0;
  padding-right: 7px;
  border: unset;
}
.book-aggregated-component .header-table .line .padding-right-sell {
  text-align: right;
  padding-left: 3px;
  padding-right: 5.2px;
  border-right: 1px solid rgba(52, 55, 56, 0.2);
}
.book-aggregated-component .table-book {
  margin-top: 30px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.book-aggregated-component .table-book table {
  width: 100%;
  font-size: 14px;
  line-height: 2;
  overflow-y: auto;
  margin-top: -6;
}
.book-aggregated-component .table-book table thead {
  line-height: 1;
}
.book-aggregated-component .table-book table thead th {
  border-right: 2px rgba(52, 55, 56, 0.2) solid;
  color: #343738;
  height: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 900;
}
.book-aggregated-component .table-book table thead th:last-child {
  border-right: none;
}
.book-aggregated-component .table-book table tbody td {
  text-align: center;
  height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  color: #343738;
}
.book-aggregated-component .table-book table tbody .padding-broker {
  padding-top: 6px;
  padding-left: 3.2px;
  text-align: left;
}
.book-aggregated-component .table-book table tbody .padding-broker.broker-l {
  width: 15.8% !important;
  min-width: 15.8% !important;
}
.book-aggregated-component .table-book table tbody .padding-broker.broker-l span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 16% !important;
}
.book-aggregated-component .table-book table tbody .padding-broker.borker-r {
  padding-right: 0;
}
.book-aggregated-component .table-book table tbody .padding-broker.borker-r span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 12% !important;
}
.book-aggregated-component .table-book table tbody .padding-number {
  text-align: center;
}
.book-aggregated-component .table-book table tbody .padding-number.qtd {
  width: 13%;
  min-width: 13%;
}
.book-aggregated-component .table-book table tbody .padding-number.aggregate.qtd {
  width: 17.6%;
  min-width: 17.6%;
}
.book-aggregated-component .table-book table tbody .aggressor {
  background-color: unset;
  width: 23%;
  text-align: center;
}
.book-aggregated-component .table-book table tbody .aggressor.buy {
  color: #f1ac23 !important;
}
.book-aggregated-component .table-book table tbody .aggressor.sell {
  color: #426f47 !important;
}
.book-aggregated-component .table-book table tbody .aggressor:hover {
  cursor: pointer !important;
}
.book-aggregated-component .table-book table tbody .aggressor.aggregate {
  width: 30%;
}

.darkTheme .book-aggregated-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .book-aggregated-component .header-table .line {
  background: #000000;
}
.darkTheme .book-aggregated-component .header-table .line .numberAlignAgr {
  border-right: 1px solid rgba(245, 245, 245, 0.2);
}
.darkTheme .book-aggregated-component .header-table .line .padding-broker {
  border-right: 1px solid rgba(245, 245, 245, 0.2);
}
.darkTheme .book-aggregated-component .header-table .line .padding-right-sell {
  border-right: 1px solid rgba(245, 245, 245, 0.2);
}
.darkTheme .book-aggregated-component .table-book table thead th {
  border-right: 2px rgba(245, 245, 245, 0.2) solid;
  color: #f5f5f5;
}
.darkTheme .book-aggregated-component .table-book table tbody td {
  color: #f5f5f5;
}
.darkTheme .book-aggregated-component .table-book table tbody .aggressor.buy {
  color: #f5c055 !important;
}
.darkTheme .book-aggregated-component .table-book table tbody .aggressor.sell {
  color: #55955c !important;
}

.position-balance-wks-component {
  color: #343738;
  background-color: #ffffff;
  padding: 0px 8px;
}
.position-balance-wks-component .spinner {
  margin: 0;
  height: 170px !important;
}
.position-balance-wks-component .mat-icon {
  width: 14px;
  height: unset;
  cursor: pointer;
}
.position-balance-wks-component .container .box-offline {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px !important;
  text-align: -webkit-center;
}
.position-balance-wks-component .container .box-online {
  font-size: 12px;
  font-weight: 400;
}
.position-balance-wks-component .container .box-online .line {
  padding: 3px 14px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 29px;
}
.position-balance-wks-component .container .box-online .line.bg {
  background-color: #f6f6f6;
}
.position-balance-wks-component .container .box-online .line .high {
  color: #249b52;
}
.position-balance-wks-component .container .box-online .line .low {
  color: #249b52;
}
.position-balance-wks-component .container .box-online .line .refresh {
  color: #0d3458;
  cursor: pointer;
  display: flex;
}
.position-balance-wks-component .container .box-online .line .refresh .mat-icon {
  margin-right: 5px;
}
.position-balance-wks-component .container .box-online .line .mat-icon {
  fill: #0d3458;
  cursor: pointer;
}
.position-balance-wks-component .container .box-online .custom-tooltip {
  display: flex;
  align-items: center;
}
.position-balance-wks-component .container .box-online .custom-tooltip .custom-tooltip-content-wrapper .custom-tooltip-content {
  min-width: 200px;
  position: absolute;
  left: 3px;
  top: -9px;
}
.position-balance-wks-component .container .box-online .custom-tooltip .custom-tooltip-content-wrapper .custom-tooltip-content .text {
  min-width: 145px;
}
.position-balance-wks-component .container .box-online .custom-tooltip .custom-tooltip-content-wrapper .custom-tooltip-content .value {
  margin: 0px 24px;
  margin-right: 0;
  min-width: 105px;
  text-align: right;
}

.darkTheme .position-balance-wks-component {
  color: #f5f5f5;
  background-color: #000000;
}
.darkTheme .position-balance-wks-component .container .box-online .line.bg {
  background-color: #18191a;
}
.darkTheme .position-balance-wks-component .container .box-online .line .high {
  color: #2cb561;
}
.darkTheme .position-balance-wks-component .container .box-online .line .low {
  color: #2cb561;
}
.darkTheme .position-balance-wks-component .container .box-online .line .refresh {
  color: #2b81f2;
}
.darkTheme .position-balance-wks-component .container .box-online .line .mat-icon {
  fill: #2b81f2;
}

.notification-bar-component {
  font-size: 14px;
  color: #ffffff;
  border-radius: 28px;
  line-height: 16px;
  padding: 8px;
  margin: 8px 16px;
  min-height: 40px;
  background: #444b4e;
}
.notification-bar-component .btn-close {
  padding-right: 16px;
}
.notification-bar-component.success {
  background: #216b49;
}
.notification-bar-component.dark {
  background: #1f2122;
}
.notification-bar-component.error {
  background: #b3292e;
}
.notification-bar-component.warn {
  color: #343738;
  background: #f5a81b;
}
.notification-bar-component.info {
  background: #1a568a;
}
.notification-bar-component .notification-icon {
  padding-right: 16px;
  padding-left: 16px;
}
.notification-bar-component .notification-icon,
.notification-bar-component .default-icon {
  height: unset;
  width: unset;
}
.notification-bar-component .notification-icon svg,
.notification-bar-component .default-icon svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}
.notification-bar-component .msg {
  padding: 0;
}

.app-login {
  overflow: hidden;
  color: #343738;
  background-color: #ffffff;
  height: 100%;
  min-width: 1280px;
}
.app-login .cursor {
  cursor: pointer;
}
.app-login .phone-broker {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  bottom: 69px;
  right: 0px;
  border-radius: 28px;
  padding: 3px 27px;
  color: #f6f6f6;
  background: #0d3458;
  max-width: 240px;
  border: 2px solid #f6f6f6;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.app-login .phone-broker.phone-info-service {
  max-width: 245px;
  padding-right: 10px;
}
.app-login .phone-broker.phone-info-service .title {
  font-weight: bold;
}
.app-login .phone-broker .phone-icon {
  padding-top: 6px;
  margin-left: -15px;
}
.app-login .phone-broker .phone-icon .mat-icon {
  float: left;
}
.app-login .max-row {
  max-width: 415px;
  margin: 0 auto;
}
.app-login .align-items-center {
  height: calc(100vh - 14px);
  overflow: auto;
}
.app-login .spinner-login {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -18px;
}
.app-login .logo {
  height: 105px;
  background-image: url("/assets/images/clients/stonex/logo.png");
  background-repeat: no-repeat;
  margin-top: 116px;
}
.app-login .logo img {
  width: 50%;
}
.app-login .showHideSuffix {
  cursor: pointer;
  font-size: 12px;
}
.app-login .button-progress {
  position: relative;
  display: flex;
  margin: 0;
  min-width: 254px;
  width: 0;
  transition: margin 0.3s ease-out;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}
.app-login .button-progress > button {
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.3s ease-out;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-login .button-progress > button .mat-button-wrapper {
  animation-name: fadeIn;
}
.app-login .button-progress > button.fadeOut {
  width: 54px;
  left: calc(50% - 27px);
}
.app-login .button-progress > button.fadeOut .mat-button-wrapper {
  visibility: hidden;
}
.app-login .button-progress > button.error {
  background: #b3292e !important;
}
.app-login .button-progress > button.error .mat-button-wrapper {
  visibility: hidden;
}
.app-login .button-progress > button.error::before {
  animation-name: fadeIn;
  display: block;
  position: absolute;
  color: #f6f6f6;
  text-align: center;
  content: "X";
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 24px;
  text-transform: none;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.app-login .button-progress > button.success .mat-button-wrapper {
  visibility: hidden;
}
.app-login .button-progress > button.success::before {
  animation-name: fadeIn;
  display: block;
  position: absolute;
  color: #f6f6f6;
  text-align: center;
  content: "✓";
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 24px;
  text-transform: none;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.app-login .button-progress > div {
  position: absolute;
  display: table;
}
.app-login .row {
  height: 100%;
}
.app-login h1 {
  height: 36px;
  font-size: 25px;
}
.app-login h2 {
  height: 71px;
  font-size: 16px;
  opacity: 0.7;
  font-weight: normal;
  font-style: normal;
  max-width: 400px;
}
.app-login h2.double-auth {
  height: 35px;
  margin-bottom: 15px !important;
}
.app-login .subTitle-ranking {
  margin-bottom: 50px !important;
}
.app-login .userinput {
  margin-bottom: 50px;
  display: block;
}
.app-login .userinput.login-user-input {
  margin-bottom: 0px;
}
.app-login .userinput label {
  color: #343738;
}
.app-login .userinput .mat-icon {
  color: #343738;
}
.app-login .userinput .mat-icon.invalid {
  color: #b3292e;
}
.app-login .userinput .mat-icon.valid {
  color: #343738;
}
.app-login .userinput .mat-icon.opac05 {
  opacity: 0.5;
}
.app-login .forgot {
  float: right;
  color: #343738;
  text-decoration: none;
  margin-bottom: 50px;
  cursor: pointer;
}
.app-login .buttonLogin {
  margin-left: -15px;
}
.app-login .buttonLogin .mat-icon {
  color: #f6f6f6;
}
.app-login .bg-ranking {
  background: url("/assets/images/clients/stonex/Onboarding_01.png") center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  display: inline-block !important;
  height: 100vh !important;
  background-size: cover !important;
  cursor: pointer;
}
.app-login .carousel-inner .slide1 {
  background: url("/assets/images/clients/stonex/Onboarding_01.png") center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  display: inline-block !important;
  height: 100vh !important;
  background-size: cover !important;
}
.app-login .carousel-inner .slide2 {
  background: url("/assets/images/clients/stonex/Onboarding_02.png") center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  display: inline-block !important;
  height: 100vh !important;
  background-size: cover !important;
}
.app-login .carousel-inner .slide3 {
  background: url("/assets/images/clients/stonex/Onboarding_03.png") center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  display: inline-block !important;
  height: 100vh !important;
  background-size: cover !important;
}
.app-login .mat-form-field-label-wrapper {
  overflow: visible;
}
.app-login .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) translateX(-30px) !important;
}
.app-login mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  padding-top: 2px;
}
.app-login .snack-bar-msg {
  transition: 0.3s;
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.app-login .snack-bar-msg.active {
  height: 75px;
  opacity: 1;
  visibility: visible;
}
.app-login .spinner #spinner-center {
  margin-left: 15%;
}
.app-login .forgot-passwd {
  color: #343738;
}
.app-login .forgot-passwd.login-user-input {
  text-align: right;
  padding-top: 1rem;
  position: relative;
  padding-bottom: 30px;
}
.app-login .forgot-passwd.login-user-input > span {
  cursor: pointer;
  color: #343738;
  font-size: 12px;
  opacity: 0.8;
  position: absolute;
  top: 7px;
  right: 0px;
}
.app-login .new-account {
  margin-top: 27px;
  font-size: 14px;
  margin-left: 1px;
  color: #343738;
}
.app-login .new-account a {
  text-decoration: none;
  color: #2b81f2;
  cursor: pointer;
  opacity: 0.6;
  font-weight: bold;
}
.app-login .new-account:hover {
  color: #434546;
}
.app-login .new-account-ranked {
  margin-top: 90px;
}
.app-login .new-account-ranked .text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(52, 55, 56, 0.7);
}
.app-login .new-account-ranked .link {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #343738;
  padding: 10px 20px;
  border: 1px solid #343738;
  border-radius: 28px;
  cursor: pointer;
}
.app-login .no-padding {
  padding-right: 0px !important;
}
.app-login .cvm-message {
  font-size: 12px;
  text-align: center;
  opacity: 0.7;
  font-weight: normal;
  font-style: normal;
  max-width: 400px;
  margin-top: 30px;
}
.app-login .cvm-message .logo-cvm img {
  max-width: 190px;
  max-height: 50px;
  margin: 14px;
  cursor: pointer;
}
.app-login .cvm-message .browser svg {
  width: 16px;
}
.app-login .complexy-password {
  font-size: 12px;
  line-height: 2;
  opacity: 0.6;
  margin-bottom: 20px;
  margin-top: -9px;
  color: #343738;
}
.app-login .complexy-password .bold {
  font-weight: bold;
}
.app-login .complexy-password .valid {
  padding-left: 4px;
  font-weight: 600;
}

.js-margin-simulator {
  margin-bottom: 30px !important;
}

.js-margin-broker {
  margin-bottom: 45px !important;
}

.darkTheme .app-login {
  color: #343738;
  background-color: #ffffff;
}
.darkTheme .app-login .phone-broker {
  color: #f6f6f6;
  background: #0d3458;
  border: 2px solid #f6f6f6;
}
.darkTheme .app-login .button-progress > button.error {
  background: #b3292e !important;
}
.darkTheme .app-login .button-progress > button.error::before {
  color: #f6f6f6;
}
.darkTheme .app-login .button-progress > button.success::before {
  color: #f6f6f6;
}
.darkTheme .app-login h1 {
  color: #343738;
}
.darkTheme .app-login h2 {
  color: #343738;
}
.darkTheme .app-login .userinput label {
  color: #343738;
}
.darkTheme .app-login .userinput .mat-icon {
  color: #343738;
}
.darkTheme .app-login .userinput .mat-icon.invalid {
  color: #b3292e;
}
.darkTheme .app-login .userinput .mat-icon.valid {
  color: #343738;
}
.darkTheme .app-login .userinput .mat-icon svg {
  fill: #343738;
}
.darkTheme .app-login .svg-color {
  fill: #343738;
}
.darkTheme .app-login .forgot {
  color: #343738;
}
.darkTheme .app-login .buttonLogin .mat-icon {
  color: #f6f6f6;
}
.darkTheme .app-login mat-form-field.mat-form-field-appearance-legacy {
  color: #343738 !important;
}
.darkTheme .app-login mat-form-field.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  color: #343738 !important;
}
.darkTheme .app-login .forgot-passwd {
  color: #343738;
}
.darkTheme .app-login .forgot-passwd.login-user-input > span {
  color: #343738;
}
.darkTheme .app-login .new-account {
  color: #343738;
}
.darkTheme .app-login .new-account a {
  color: #2b81f2;
}
.darkTheme .app-login .new-account:hover {
  color: #434546;
}
.darkTheme .app-login .new-account-ranked .text {
  color: rgba(52, 55, 56, 0.7);
}
.darkTheme .app-login .new-account-ranked .link {
  color: #343738;
  border: 1px solid #343738;
}
.darkTheme .app-login .complexy-password {
  color: #343738;
}

.main {
  height: 100%;
  min-height: 100%;
  position: relative;
  background: #e5e5e5;
}
.main .body {
  height: calc(100% - 70px);
  position: relative;
  display: table;
  width: 100%;
  background: #e5e5e5;
}
.main .body .content {
  display: table-cell;
  vertical-align: top;
  padding: 25px;
  box-sizing: border-box;
}
.main .square {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: #0d3458;
}

/*# sourceMappingURL=styles.css.map*/