/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/font-awesome/scss/font-awesome.scss?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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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: #fff;
}

/* 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/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/main.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Entry point of global application style.
 * Component-specific style should not go here and be included directly as part of the components.
 */
/* You can add global styles to this file, and also import other style files */
.mifosx-ui .v-mid,
.mifosx-ui .v-m {
  vertical-align: middle;
}
.mifosx-ui .v-top,
.mifosx-ui .v-t {
  vertical-align: top;
}
.mifosx-ui .v-bottom,
.mifosx-ui .v-b {
  vertical-align: bottom;
}
.mifosx-ui .v-super {
  vertical-align: super;
}
.mifosx-ui .leftalign {
  text-align: left !important;
}
.mifosx-ui .flex-center {
  display: flex !important;
  justify-items: center;
  align-items: center;
}

.mifosx-ui .bg-black {
  background-color: #000;
}
.mifosx-ui .bg-light-grey {
  background-color: #e5e5e5;
}
.mifosx-ui .bg-medium-grey {
  background-color: #ccc;
}
.mifosx-ui .bg-grey {
  background-color: #999;
}
.mifosx-ui .bg-dark-grey {
  background-color: #222;
}
.mifosx-ui .bg-white,
.mifosx-ui .bg-fff {
  background-color: white;
}
.mifosx-ui .bg-none,
.mifosx-ui .no-bg {
  background: none;
  background-image: none;
  background-color: transparent;
}
.mifosx-ui .bg-facebook {
  background-color: #47639e;
}
.mifosx-ui .bg-twitter {
  background-color: #02a8f3;
}
.mifosx-ui .cdk-overlay-backdrop.cdk-overlay-backdrop-showing.dark-backdrop {
  margin-top: 7%;
  background: #000;
  opacity: 0.75 !important;
}
.mifosx-ui .circle-repayment {
  fill: black;
}
.mifosx-ui .line-repayment {
  fill: none;
  stroke: #FE0600;
  stroke-width: 3;
}

.mifosx-ui body table {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.mifosx-ui .no-border {
  border: none;
}
.mifosx-ui .no-border-t {
  border-top: none;
}
.mifosx-ui .no-border-r {
  border-right: none;
}
.mifosx-ui .no-border-b {
  border-bottom: none;
}
.mifosx-ui .no-border-l {
  border-left: none;
}
.mifosx-ui .no-border-lr,
.mifosx-ui .no-border-rl {
  border-left: none;
  border-right: none;
}
.mifosx-ui .no-border-tb,
.mifosx-ui .no-border-bt {
  border-top: none;
  border-bottom: none;
}
.mifosx-ui .no-border-tl,
.mifosx-ui .no-border-lt {
  border-top: none;
  border-left: none;
}
.mifosx-ui .no-border-tr,
.mifosx-ui .no-border-rt {
  border-top: none;
  border-right: none;
}
.mifosx-ui .no-border-bl,
.mifosx-ui .no-border-lb {
  border-bottom: none;
  border-left: none;
}
.mifosx-ui .no-border-br,
.mifosx-ui .no-border-rb {
  border-bottom: none;
  border-right: none;
}
.mifosx-ui .border-dashed {
  border-style: dashed;
}
.mifosx-ui .border-dotted {
  border-style: dashed;
}
.mifosx-ui .border-black {
  border-color: black;
}
.mifosx-ui .border-light-grey {
  border-color: #e5e5e5;
}
.mifosx-ui .border-medium-grey {
  border-color: #ccc;
}
.mifosx-ui .border-grey {
  border-color: #999;
}
.mifosx-ui .border-dark-grey {
  border-color: rgba(34, 34, 34, 0.1333333333);
}
.mifosx-ui .border-white,
.mifosx-ui .border-fff {
  border-color: #fff;
}
.mifosx-ui .no-border-radius {
  border-radius: 0;
}
.mifosx-ui .radius3 {
  border-radius: 3px;
}
.mifosx-ui .radius5 {
  border-radius: 5px;
}
.mifosx-ui .radius10 {
  border-radius: 10px;
}
.mifosx-ui .activeTopLinkLoans {
  color: steelblue;
  font-size: 18px;
  border-bottom: 1px solid steelblue;
  padding: 15px;
  background: #f7f7f7;
  background-clip: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mifosx-ui .activeTopLinkFunds {
  color: #3fa549;
  font-size: 18px;
  border-bottom: 1px solid #3fa549;
  padding: 15px;
  background: #f7f7f7;
  background-clip: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mifosx-ui .activeTopLinkPortfolios {
  color: #f7c736;
  font-size: 18px;
  border-bottom: 1px solid #f7c736;
  padding: 15px;
  background: #f7f7f7;
  background-clip: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mifosx-ui .activeTopLinkInvestments {
  color: red;
  font-size: 18px;
  border-bottom: 1px solid red;
  padding: 15px;
  background: #f7f7f7;
  background-clip: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mifosx-ui table {
  border-radius: 5px;
}

.mifosx-ui .block {
  display: block !important;
}
.mifosx-ui .inline {
  display: inline;
}
.mifosx-ui .in-block {
  display: inline-block;
  zoom: 1;
}
.mifosx-ui .d-none,
.mifosx-ui .hide,
.mifosx-ui .hidden {
  display: none !important;
}
.mifosx-ui .t-0 {
  top: 0;
}
.mifosx-ui .b-0 {
  bottom: 0;
}
.mifosx-ui .l-0 {
  left: 0;
}
.mifosx-ui .r-0 {
  right: 0;
}
.mifosx-ui .tb-0 {
  top: 0;
  bottom: 0;
}
.mifosx-ui .lr-0 {
  left: 0;
  right: 0;
}
.mifosx-ui .pointer {
  cursor: pointer;
}
.mifosx-ui .tooltipWithLineBreaks {
  white-space: pre-line;
}
.mifosx-ui .d-flex {
  display: flex !important;
}

.mifosx-ui .f-left {
  float: left;
}
.mifosx-ui .f-right {
  float: right;
}
.mifosx-ui .f-none {
  float: none;
}

.mifosx-ui textarea {
  resize: both;
}
.mifosx-ui textarea.vertical {
  resize: vertical;
}
.mifosx-ui textarea.horizontal {
  resize: vertical;
}
.mifosx-ui textarea.noresize {
  resize: none;
}
.mifosx-ui .full-input input,
.mifosx-ui .full-input select,
.mifosx-ui .full-input textarea {
  width: 100%;
}
.mifosx-ui .normal input,
.mifosx-ui .normal select,
.mifosx-ui .normal textarea,
.mifosx-ui .full-input [type=checkbox],
.mifosx-ui .full-input [type=radio] {
  width: auto;
}
.mifosx-ui .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  color: red !important;
  font-size: 15px;
}

.mifosx-ui .loader-wrapper {
  height: 100vh;
  width: 100vw;
}
.mifosx-ui .loader-wrapper .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  animation: rotate 0.8s infinite 0.2s;
}
.mifosx-ui .loader-wrapper .bottom {
  border-width: 0 90px 90px 90px;
  border-color: transparent transparent #008000 transparent;
  bottom: 10px;
  left: calc(50% - 90px);
}
.mifosx-ui .loader-wrapper .top {
  border-width: 90px 90px 0 90px;
  border-color: #ff0000 transparent transparent transparent;
  top: 10px;
  left: calc(50% - 90px);
}
.mifosx-ui .loader-wrapper .left {
  border-width: 90px 0 90px 90px;
  border-color: transparent transparent transparent #ffff00;
  top: calc(50% - 90px);
  left: 10px;
}
.mifosx-ui .loader-wrapper .right {
  border-width: 90px 90px 90px 0;
  border-color: transparent #0000ff transparent transparent;
  top: calc(50% - 90px);
  right: 10px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mifosx-ui body {
  margin: 0;
}
.mifosx-ui .container {
  margin: 0 auto;
}
.mifosx-ui .mb-05 {
  margin-bottom: 0.5rem;
}
.mifosx-ui .mr-05 {
  margin-right: 0.5rem;
}
.mifosx-ui .mb-1 {
  margin-bottom: 1rem;
}
.mifosx-ui .mt-1 {
  margin-top: 1rem;
}
.mifosx-ui .m-5 {
  margin: 5px;
}
.mifosx-ui .m-t-5 {
  margin-top: 5px;
}
.mifosx-ui .m-r-5 {
  margin-right: 5px;
}
.mifosx-ui .m-r-8 {
  margin-right: 8px;
}
.mifosx-ui .m-b-5 {
  margin-bottom: 5px;
}
.mifosx-ui .m-l-5 {
  margin-left: 5px;
}
.mifosx-ui .m-v-5 {
  margin: 5px 0;
}
.mifosx-ui .m-h-5 {
  margin: 0 5px;
}
.mifosx-ui .m-10 {
  margin: 10px;
}
.mifosx-ui .m-t-10 {
  margin-top: 10px;
}
.mifosx-ui .m-r-10 {
  margin-right: 10px;
}
.mifosx-ui .m-b-10 {
  margin-bottom: 10px;
}
.mifosx-ui .m-l-10 {
  margin-left: 10px;
}
.mifosx-ui .m-v-10 {
  margin: 10px 0;
}
.mifosx-ui .m-h-10 {
  margin: 0 10px;
}
.mifosx-ui .m-15 {
  margin: 15px;
}
.mifosx-ui .m-t-15 {
  margin-top: 15px;
}
.mifosx-ui .m-r-15 {
  margin-right: 15px;
}
.mifosx-ui .m-b-15 {
  margin-bottom: 15px;
}
.mifosx-ui .m-l-15 {
  margin-left: 15px;
}
.mifosx-ui .m-v-15 {
  margin: 15px 0;
}
.mifosx-ui .m-h-15 {
  margin: 0 15px;
}
.mifosx-ui .m-20 {
  margin: 20px;
}
.mifosx-ui .m-t-20 {
  margin-top: 20px;
}
.mifosx-ui .m-r-20 {
  margin-right: 20px;
}
.mifosx-ui .m-b-20 {
  margin-bottom: 20px;
}
.mifosx-ui .m-l-20 {
  margin-left: 20px;
}
.mifosx-ui .m-v-20 {
  margin: 20px 0;
}
.mifosx-ui .m-h-20 {
  margin: 0 20px;
}
.mifosx-ui .m-25 {
  margin: 25px;
}
.mifosx-ui .m-t-25 {
  margin-top: 25px;
}
.mifosx-ui .m-r-25 {
  margin-right: 25px;
}
.mifosx-ui .m-b-25 {
  margin-bottom: 25px;
}
.mifosx-ui .m-l-25 {
  margin-left: 25px;
}
.mifosx-ui .m-v-25 {
  margin: 25px 0;
}
.mifosx-ui .m-h-25 {
  margin: 0 25px;
}
.mifosx-ui .m-30 {
  margin: 30px;
}
.mifosx-ui .m-t-30 {
  margin-top: 30px;
}
.mifosx-ui .m-r-30 {
  margin-right: 30px;
}
.mifosx-ui .m-b-30 {
  margin-bottom: 30px;
}
.mifosx-ui .m-l-30 {
  margin-left: 30px;
}
.mifosx-ui .m-v-30 {
  margin: 30px 0;
}
.mifosx-ui .m-h-30 {
  margin: 0 30px;
}
.mifosx-ui .m-35 {
  margin: 35px;
}
.mifosx-ui .m-t-35 {
  margin-top: 35px;
}
.mifosx-ui .m-r-35 {
  margin-right: 35px;
}
.mifosx-ui .m-b-35 {
  margin-bottom: 35px;
}
.mifosx-ui .m-l-35 {
  margin-left: 35px;
}
.mifosx-ui .m-v-35 {
  margin: 35px 0;
}
.mifosx-ui .m-h-35 {
  margin: 0 35px;
}
.mifosx-ui .m-40 {
  margin: 40px;
}
.mifosx-ui .m-t-40 {
  margin-top: 40px;
}
.mifosx-ui .m-r-40 {
  margin-right: 40px;
}
.mifosx-ui .m-b-40 {
  margin-bottom: 40px;
}
.mifosx-ui .m-l-40 {
  margin-left: 40px;
}
.mifosx-ui .m-v-40 {
  margin: 40px 0;
}
.mifosx-ui .m-h-40 {
  margin: 0 40px;
}
.mifosx-ui .m-45 {
  margin: 45px;
}
.mifosx-ui .m-t-45 {
  margin-top: 45px;
}
.mifosx-ui .m-r-45 {
  margin-right: 45px;
}
.mifosx-ui .m-b-45 {
  margin-bottom: 45px;
}
.mifosx-ui .m-l-45 {
  margin-left: 45px;
}
.mifosx-ui .m-v-45 {
  margin: 45px 0;
}
.mifosx-ui .m-h-45 {
  margin: 0 45px;
}
.mifosx-ui .m-50 {
  margin: 50px;
}
.mifosx-ui .m-t-50 {
  margin-top: 50px;
}
.mifosx-ui .m-r-50 {
  margin-right: 50px;
}
.mifosx-ui .m-b-50 {
  margin-bottom: 50px;
}
.mifosx-ui .m-l-50 {
  margin-left: 50px;
}
.mifosx-ui .m-v-50 {
  margin: 50px 0;
}
.mifosx-ui .m-h-50 {
  margin: 0 50px;
}
.mifosx-ui .m-55 {
  margin: 55px;
}
.mifosx-ui .m-t-55 {
  margin-top: 55px;
}
.mifosx-ui .m-r-55 {
  margin-right: 55px;
}
.mifosx-ui .m-b-55 {
  margin-bottom: 55px;
}
.mifosx-ui .m-l-55 {
  margin-left: 55px;
}
.mifosx-ui .m-v-55 {
  margin: 55px 0;
}
.mifosx-ui .m-h-55 {
  margin: 0 55px;
}
.mifosx-ui .m-60 {
  margin: 60px;
}
.mifosx-ui .m-t-60 {
  margin-top: 60px;
}
.mifosx-ui .m-r-60 {
  margin-right: 60px;
}
.mifosx-ui .m-b-60 {
  margin-bottom: 60px;
}
.mifosx-ui .m-l-60 {
  margin-left: 60px;
}
.mifosx-ui .m-v-60 {
  margin: 60px 0;
}
.mifosx-ui .m-h-60 {
  margin: 0 60px;
}
.mifosx-ui .m-65 {
  margin: 65px;
}
.mifosx-ui .m-t-65 {
  margin-top: 65px;
}
.mifosx-ui .m-r-65 {
  margin-right: 65px;
}
.mifosx-ui .m-b-65 {
  margin-bottom: 65px;
}
.mifosx-ui .m-l-65 {
  margin-left: 65px;
}
.mifosx-ui .m-v-65 {
  margin: 65px 0;
}
.mifosx-ui .m-h-65 {
  margin: 0 65px;
}
.mifosx-ui .m-70 {
  margin: 70px;
}
.mifosx-ui .m-t-70 {
  margin-top: 70px;
}
.mifosx-ui .m-r-70 {
  margin-right: 70px;
}
.mifosx-ui .m-b-70 {
  margin-bottom: 70px;
}
.mifosx-ui .m-l-70 {
  margin-left: 70px;
}
.mifosx-ui .m-v-70 {
  margin: 70px 0;
}
.mifosx-ui .m-h-70 {
  margin: 0 70px;
}
.mifosx-ui .m-75 {
  margin: 75px;
}
.mifosx-ui .m-t-75 {
  margin-top: 75px;
}
.mifosx-ui .m-r-75 {
  margin-right: 75px;
}
.mifosx-ui .m-b-75 {
  margin-bottom: 75px;
}
.mifosx-ui .m-l-75 {
  margin-left: 75px;
}
.mifosx-ui .m-v-75 {
  margin: 75px 0;
}
.mifosx-ui .m-h-75 {
  margin: 0 75px;
}
.mifosx-ui .m-80 {
  margin: 80px;
}
.mifosx-ui .m-t-80 {
  margin-top: 80px;
}
.mifosx-ui .m-r-80 {
  margin-right: 80px;
}
.mifosx-ui .m-b-80 {
  margin-bottom: 80px;
}
.mifosx-ui .m-l-80 {
  margin-left: 80px;
}
.mifosx-ui .m-v-80 {
  margin: 80px 0;
}
.mifosx-ui .m-h-80 {
  margin: 0 80px;
}
.mifosx-ui .no-m {
  margin: 0;
}
.mifosx-ui .no-m-t {
  margin-top: 0;
}
.mifosx-ui .no-m-r {
  margin-right: 0;
}
.mifosx-ui .no-m-b {
  margin-bottom: 0 !important;
}
.mifosx-ui .no-m-l {
  margin-left: 0;
}
.mifosx-ui .no-m-v {
  margin: 0 0;
}
.mifosx-ui .no-m-h {
  margin: 0 0;
}
.mifosx-ui .no-margin {
  margin: 0;
}
.mifosx-ui .no-m-lr,
.mifosx-ui .no-m-rl {
  margin-left: 0;
  margin-right: 0;
}
.mifosx-ui .no-m-tb,
.mifosx-ui .no-m-bt {
  margin-top: 0;
  margin-bottom: 0;
}
.mifosx-ui .m-t-only {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.mifosx-ui .m-b-only {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.mifosx-ui .m-l-only {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.mifosx-ui .m-r-only {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.mifosx-ui .m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mifosx-ui .ls-0 {
  margin-left: 10px;
  margin-right: 10px;
}

div {
  box-sizing: border-box;
}

.error-dialog {
  color: black !important;
  background: #f3d172 !important;
}
.error-dialog .mat-mdc-snack-bar-action {
  color: white !important;
}

.error-dialog-light {
  color: black !important;
  background: #e6ba86 !important;
}
.error-dialog-light .mat-mdc-snack-bar-action {
  color: white !important;
}

.error-dialog-light:before {
  font-family: "FontAwesome";
  content: "\f071";
  float: left;
  padding-left: 8%;
  margin-top: 2%;
}

.error-dialog:before {
  font-family: "FontAwesome";
  content: "\f071";
  float: left;
  padding-left: 8%;
  margin-top: 2%;
}

.success-dialog {
  color: black !important;
  background: #c9e790 !important;
}
.success-dialog .mat-mdc-snack-bar-action {
  color: black !important;
}

.success-dialog-light {
  color: black !important;
  background: #c9e790 !important;
}
.success-dialog-light .mat-mdc-snack-bar-action {
  color: black !important;
}

.success-dialog-light:before {
  font-family: "FontAwesome";
  content: "\f00c";
  float: left;
  padding-left: 8%;
  margin-top: 2%;
}

.success-dialog:before {
  font-family: "FontAwesome";
  content: "\f00c";
  float: left;
  padding-left: 8%;
  margin-top: 2%;
}

.normal-dialog {
  color: white !important;
  background: #1e1e1f !important;
}
.normal-dialog .mat-mdc-snack-bar-action {
  color: #de800b !important;
}

.normal-dialog-light {
  color: black !important;
  background: #e2e2e2 !important;
}
.normal-dialog-light .mat-mdc-snack-bar-action {
  color: #83a447 !important;
}

.mifosx-ui html,
.mifosx-ui body {
  -webkit-tap-highlight-color: transparent;
}
.mifosx-ui .color-inherit {
  color: inherit;
}
.mifosx-ui .no-shadow {
  box-shadow: none;
}
.mifosx-ui .pointer {
  cursor: pointer;
}
.mifosx-ui .nolist {
  list-style: none;
}
.mifosx-ui .statusyellow {
  color: orange;
}
.mifosx-ui .statusgreen {
  color: green;
}
.mifosx-ui .statusblack {
  color: black;
}
.mifosx-ui .statusgrey {
  color: grey;
}
.mifosx-ui .statusblue {
  color: blue;
}
.mifosx-ui .statusred {
  color: red;
}
.mifosx-ui .statuspurple {
  color: purple;
}
.mifosx-ui .statusamber {
  color: #fda63a;
}
.mifosx-ui .statuswhite {
  color: white;
}
.mifosx-ui .graybg {
  background-color: #f0f0f0;
}
.mifosx-ui .statubreached {
  color: #8a3f38;
}
.mifosx-ui .tooltipbargroup {
  background: #000;
  border: 0.5;
  border-radius: 8px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  height: auto;
  padding: 2px;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: auto;
}
.mifosx-ui .cdkTableHeaderRow {
  background-color: #cccccc;
  padding: 2.5%;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.mifosx-ui .cdkTableRow {
  padding: 1%;
  border: 1px solid #ececec;
  text-align: center;
}
.mifosx-ui cdk-table cdk-row:nth-child(odd) {
  background-color: #f2f2f2;
}

html,
body {
  overflow: hidden;
}

.overflow-x-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.overflow-no {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
  height: 10px; /* height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: rgba(183, 175, 175, 0.8705882353);
  border-radius: 30px; /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(197, 197, 197, 0.8705882353); /* color of the scroll thumb */
  border-radius: 30px; /* roundness of the scroll thumb */
  border: 1px solid #ffffff; /* creates padding around scroll thumb */
}

body {
  padding: 0;
}

.no-p {
  padding: 0;
}

.no-p-t {
  padding-top: 0;
}

.no-p-r {
  padding-right: 0;
}

.no-p-b {
  padding-bottom: 0;
}

.no-p-l {
  padding-left: 0;
}

.no-p-v {
  padding: 0 0;
}

.no-p-h {
  padding: 0 0;
}

.p-5 {
  padding: 5px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-v-5 {
  padding: 5px 0;
}

.p-h-5 {
  padding: 0 5px;
}

.p-10 {
  padding: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-v-10 {
  padding: 10px 0;
}

.p-h-10 {
  padding: 0 10px;
}

.p-15 {
  padding: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-v-15 {
  padding: 15px 0;
}

.p-h-15 {
  padding: 0 15px;
}

.p-20 {
  padding: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-v-20 {
  padding: 20px 0;
}

.p-h-20 {
  padding: 0 20px;
}

.p-25 {
  padding: 25px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-v-25 {
  padding: 25px 0;
}

.p-h-25 {
  padding: 0 25px;
}

.p-30 {
  padding: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-v-30 {
  padding: 30px 0;
}

.p-h-30 {
  padding: 0 30px;
}

.p-35 {
  padding: 35px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-v-35 {
  padding: 35px 0;
}

.p-h-35 {
  padding: 0 35px;
}

.p-40 {
  padding: 40px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-h-40 {
  padding: 0 40px;
}

.p-45 {
  padding: 45px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-v-45 {
  padding: 45px 0;
}

.p-h-45 {
  padding: 0 45px;
}

.p-50 {
  padding: 50px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-v-50 {
  padding: 50px 0;
}

.p-h-50 {
  padding: 0 50px;
}

.p-55 {
  padding: 55px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-v-55 {
  padding: 55px 0;
}

.p-h-55 {
  padding: 0 55px;
}

.p-60 {
  padding: 60px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-v-60 {
  padding: 60px 0;
}

.p-h-60 {
  padding: 0 60px;
}

.p-65 {
  padding: 65px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-v-65 {
  padding: 65px 0;
}

.p-h-65 {
  padding: 0 65px;
}

.p-70 {
  padding: 70px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-v-70 {
  padding: 70px 0;
}

.p-h-70 {
  padding: 0 70px;
}

.p-75 {
  padding: 75px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-v-75 {
  padding: 75px 0;
}

.p-h-75 {
  padding: 0 75px;
}

.p-80 {
  padding: 80px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-v-80 {
  padding: 80px 0;
}

.p-h-80 {
  padding: 0 80px;
}

.p-l-40 {
  padding-left: 40%;
}

.no-padding {
  padding: 0 !important;
}

.no-pad-lr,
.no-pad-rl {
  padding-left: 0;
  padding-right: 0;
}

.no-pad-tb,
.no-pad-bt {
  padding-top: 0;
  padding-bottom: 0;
}

.pad-t-only {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.pad-b-only {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.pad-l-only {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pad-r-only {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pad3 {
  padding: 3%;
}

html,
body {
  position: relative;
}

.rel,
.relative {
  position: relative;
}

.abs,
.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.status-active {
  color: #00ce00;
}

.Fraud {
  color: #8B0000;
}

.Bankrupt {
  color: #FF5733;
}

.Active {
  color: #00ce00;
}

.status-inactive {
  color: #666f73;
}

.status-deleted {
  color: #000000;
}

.status-pending {
  color: #ffa500;
}

.status-approved {
  color: #0f36e4;
}

.status-overpaid {
  color: #800080;
}

.status-active-overdue {
  color: #ff0000;
}

.status-active-overdue {
  color: #ff0000;
}

.status-holiday {
  color: rgba(26, 81, 67, 0.9568627451);
}

.status-matured {
  color: #ff4000;
}

.status-loan-collateral-active {
  color: #008000;
}

.mat-step-header .mat-step-icon-state-done {
  background-color: #00ce00;
}
.mat-step-header .mat-step-icon-state-done .status-transfer-progress {
  color: #FF4000;
}
.mat-step-header .mat-step-icon-state-done .status-transfer-hold {
  color: #DF0101;
}

html,
body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
}

body {
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  font-family: "Lato", sans-serif !important;
}

.lh-1 {
  line-height: 1;
}

.lh-13 {
  line-height: 1.3;
}

.lh-15 {
  line-height: 1.5;
}

.bold,
.strong {
  font-weight: bold;
}

.no-bold {
  font-weight: normal;
}

.italic,
.em {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.normal {
  font-weight: normal;
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.w700 {
  font-weight: 700;
}

.w800 {
  font-weight: 800 !important;
}

.w900 {
  font-weight: 900;
}

.f9 {
  font-size: 9px;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
  line-height: 30px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f30 {
  font-size: 30px !important;
}

.f40 {
  font-size: 40px;
}

.f50 {
  font-size: 50px;
}

.f60 {
  font-size: 60px;
}

.size-small {
  font-size: 75%;
}

.size-normal {
  font-size: 100%;
}

.size-medium {
  font-size: 125%;
}

.size-big,
.size-large {
  font-size: 150%;
}

.size-huge {
  font-size: 200%;
}

.inherit {
  font: inherit;
}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.text-rgb-2 {
  color: rgba(0, 0, 0, 0.2);
}

.text-rgb-3 {
  color: rgba(0, 0, 0, 0.3);
}

.text-rgb-4 {
  color: rgba(0, 0, 0, 0.4);
}

.text-rgb-5 {
  color: rgba(0, 0, 0, 0.5);
}

.no-ul,
.no-ul:hover,
.no-ul a,
.no-ul a:hover {
  text-decoration: none;
}

.no-wrap {
  white-space: nowrap;
}

.auto-cell-size {
  white-space: nowrap;
  width: 1%;
}

.ls-0 {
  letter-spacing: -3px;
  white-space: nowrap;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-items-center {
  align-items: center !important;
}

.mat-mdc-tooltip {
  font-size: 14px !important;
}

.fit {
  max-width: 100%;
}

.half-width {
  width: 50% !important;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body table {
  width: 100%;
}

.container {
  max-width: 74rem;
  width: 90%;
}

.mw100 {
  max-width: 100px;
}

.mw150 {
  max-width: 150px;
}

.mw200 {
  max-width: 200px;
}

.mw250 {
  max-width: 250px;
}

.mw300 {
  max-width: 300px;
}

.mw350 {
  max-width: 350px;
}

.mw400 {
  max-width: 400px;
}

.mw500 {
  max-width: 500px;
}

.mw600 {
  max-width: 600px;
}

.fullwidth {
  width: 100%;
}

.w150 {
  width: 150px;
}

.tblScrollOwnerGroup {
  max-height: 255px;
  overflow-y: scroll;
}

.tblScroll {
  max-height: 300px;
  overflow: auto;
}

.mat-mdc-table__wrapper .mat-table {
  min-width: auto !important;
  width: 100% !important;
}

.mat-mdc-header-row {
  width: 100%;
}

.mat-mdc-row {
  width: 100%;
}

.mat-bottom-sheet-container-medium {
  min-width: 98vw !important;
  max-width: 98vw !important;
}

.mat-bottom-sheet-container-large {
  min-width: 98vw !important;
  max-width: 98vw !important;
}

.mat-bottom-sheet-container-xlarge {
  min-width: 98vw !important;
  max-width: 98vw !important;
}

.mat-bottom-sheet-container {
  min-width: 98vw !important;
  max-width: 98vw !important;
}

.chart-tooltip-repayment {
  background: black;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-family: sans-serif;
  font-size: 12px;
  padding: 15px;
  position: absolute;
  width: auto;
  opacity: 0.9;
}

.chart-container-repayment {
  background-color: #fff;
  position: relative;
  height: 400px;
  width: 100%;
}

.chart-container-repayment svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.mifosx-ui {
  /* TODO(mdc-migration): The following rule targets internal classes of dialog that may no longer apply for the MDC version. */
  /**
  Prevent text area overlapping
  ------------------------------
  */
}
.mifosx-ui .mat-mdc-list-item:hover {
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  color: #fff !important;
  background: #787878 !important;
}
.mifosx-ui .mat-mdc-menu-content {
  padding: 0 !important;
}
.mifosx-ui .mat-mdc-menu-item {
  border-bottom: 1px solid rgba(187, 187, 187, 0.368627451) !important;
}
.mifosx-ui .mat-mdc-card,
.mifosx-ui .mat-stepper-horizontal {
  border-radius: 20px !important;
}
.mifosx-ui .mat-mdc-raised-button {
  margin: 0px 4px !important;
}
.mifosx-ui .cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.36) !important;
}
.mifosx-ui .mat-mdc-dialog-container {
  border-radius: 20px !important;
}
.mifosx-ui .mdc-dialog .mdc-dialog__content {
  padding: 20px 5px 20px 0px !important;
}
.mifosx-ui .mat-dialog-header-box {
  display: flex;
  justify-content: space-between;
}
.mifosx-ui .mat-mdc-dialog-title {
  margin-top: -7px !important;
  margin-bottom: 10px !important;
  padding-left: 0px !important;
}
.mifosx-ui .mat-mdc-dialog-content {
  font-size: 16px !important;
}
.mifosx-ui .close-button {
  margin-top: 7px !important;
  margin-right: 10px !important;
}
.mifosx-ui .close-icon {
  font-size: 20px !important;
}
.mifosx-ui .mat-divider-margin {
  margin: 0 -24px !important;
}
.mifosx-ui .fa {
  margin: 0 5px;
}
.mifosx-ui th.mat-mdc-header-cell {
  font-size: 14px;
  font-weight: bold;
}
.mifosx-ui .mat-typography h3 {
  font-weight: bold !important;
}
.mifosx-ui .no-record-message {
  padding: 10px;
  border-top: none !important;
  border: 1px solid #e1d7d7;
  border-radius: 5px;
}
.mifosx-ui .mat-icon-style .mat-mdc-list-item-icon {
  background-color: rgba(193, 186, 186, 0.3215686275) !important;
  padding: 12px !important;
  border-radius: 12px !important;
}
.mifosx-ui .mat-icon-style .mat-mdc-list-item-icon .ng-fa-icon {
  position: relative !important;
  top: -3px !important;
}
.mifosx-ui .view-details-section {
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
}
.mifosx-ui .view-details-section .view-details {
  padding: 5px 15px;
}
.mifosx-ui .view-details-section .details-section-left,
.mifosx-ui .view-details-section .details-section-right {
  width: 50%;
}
.mifosx-ui .view-details-section .details-section-right span {
  display: inline-block;
}
.mifosx-ui .mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.mifosx-ui .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent !important;
}
.mifosx-ui .mdc-text-field {
  padding: 0px !important;
}
.mifosx-ui .mat-mdc-card {
  padding: 10px !important;
}
.mifosx-ui .mdc-data-table__table {
  min-width: 0% !important;
}
.mifosx-ui .mat-mdc-snack-bar-container {
  margin: 24px !important;
}
.mifosx-ui .mdc-snackbar__surface {
  background-color: unset !important;
  box-shadow: none !important;
  word-break: break-word;
}
.mifosx-ui .mdc-snackbar__label {
  color: unset !important;
}
.mifosx-ui .mdc-text-field {
  padding: 0px !important;
}
.mifosx-ui .mat-mdc-form-field-error-wrapper {
  padding: 0px !important;
}
.mifosx-ui .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 10px 25px !important;
}
.mifosx-ui .mdc-dialog__surface {
  overflow-x: hidden !important;
  border-radius: 20px !important;
}
.mifosx-ui .mat-mdc-paginator-outer-container {
  padding: 10px !important;
}
.mifosx-ui .mat-mdc-paginator-outer-container .mat-mdc-form-field-flex {
  padding: 5px 15px !important;
}
.mifosx-ui .mdc-data-table__header-cell {
  padding-right: 0px !important;
}
.mifosx-ui .mdc-floating-label {
  margin: 8px 0 0 0;
}
.mifosx-ui .mdc-floating-label--float-above {
  transform: translateY(-146%) scale(0.75) !important;
}
.mifosx-ui .cdk-overlay-pane:has(.mat-mdc-select-panel) {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.mifosx-ui .mat-form-field-appearance-outline .mdc-floating-label {
  margin: 0 0 0 0;
}
.mifosx-ui .mat-form-field-appearance-outline .mdc-floating-label--float-above {
  transform: translateY(-196%) scale(0.75) !important;
}
.mifosx-ui .mat-mdc-tab-link,
.mifosx-ui .mat-mdc-tab-link .mdc-tab__text-label,
.mifosx-ui .mat-mdc-tab .mdc-tab__text-label,
.mifosx-ui .mdc-button .mdc-button__label {
  letter-spacing: 0.5px !important;
}
.mifosx-ui .mat-mdc-form-field,
.mifosx-ui .mat-mdc-select,
.mifosx-ui .mat-mdc-option,
.mifosx-ui .mdc-text-field--filled .mdc-floating-label,
.mifosx-ui .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-size: 14px !important;
}

.investfact-ui .v-mid,
.investfact-ui .v-m {
  vertical-align: middle;
}
.investfact-ui .v-top,
.investfact-ui .v-t {
  vertical-align: top;
}
.investfact-ui .v-bottom,
.investfact-ui .v-b {
  vertical-align: bottom;
}
.investfact-ui .v-super {
  vertical-align: super;
}
.investfact-ui .leftalign {
  text-align: left !important;
}
.investfact-ui .rightalign {
  text-align: right !important;
}
.investfact-ui .flex-center {
  display: flex !important;
  justify-items: center;
  align-items: center;
}

.material-symbols-outlined {
  vertical-align: middle;
}

.investfact-ui .bg-black {
  background-color: #000;
}
.investfact-ui .bg-light-grey {
  background-color: #e5e5e5;
}
.investfact-ui .bg-medium-grey {
  background-color: #ccc;
}
.investfact-ui .bg-grey {
  background-color: #999;
}
.investfact-ui .bg-dark-grey {
  background-color: #222;
}
.investfact-ui .bg-white,
.investfact-ui .bg-fff {
  background-color: white;
}
.investfact-ui .bg-none,
.investfact-ui .no-bg {
  background: none;
  background-image: none;
  background-color: transparent;
}
.investfact-ui .bg-facebook {
  background-color: #47639e;
}
.investfact-ui .bg-twitter {
  background-color: #02a8f3;
}
.investfact-ui .cdk-overlay-backdrop.cdk-overlay-backdrop-showing.dark-backdrop {
  margin-top: 7%;
  background: #000;
  opacity: 0.75 !important;
}
.investfact-ui .circle-repayment {
  fill: black;
}
.investfact-ui .line-repayment {
  fill: none;
  stroke: #FE0600;
  stroke-width: 3;
}

.investfact-ui body table {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.investfact-ui .no-border {
  border: none;
}
.investfact-ui .no-border-t {
  border-top: none;
}
.investfact-ui .no-border-r {
  border-right: none;
}
.investfact-ui .no-border-b {
  border-bottom: none;
}
.investfact-ui .no-border-l {
  border-left: none;
}
.investfact-ui .no-border-lr,
.investfact-ui .no-border-rl {
  border-left: none;
  border-right: none;
}
.investfact-ui .no-border-tb,
.investfact-ui .no-border-bt {
  border-top: none;
  border-bottom: none;
}
.investfact-ui .no-border-tl,
.investfact-ui .no-border-lt {
  border-top: none;
  border-left: none;
}
.investfact-ui .no-border-tr,
.investfact-ui .no-border-rt {
  border-top: none;
  border-right: none;
}
.investfact-ui .no-border-bl,
.investfact-ui .no-border-lb {
  border-bottom: none;
  border-left: none;
}
.investfact-ui .no-border-br,
.investfact-ui .no-border-rb {
  border-bottom: none;
  border-right: none;
}
.investfact-ui .border-dashed {
  border-style: dashed;
}
.investfact-ui .border-dotted {
  border-style: dashed;
}
.investfact-ui .border-black {
  border-color: black;
}
.investfact-ui .border-light-grey {
  border-color: #e5e5e5;
}
.investfact-ui .border-medium-grey {
  border-color: #ccc;
}
.investfact-ui .border-grey {
  border-color: #999;
}
.investfact-ui .border-dark-grey {
  border-color: rgba(34, 34, 34, 0.1333333333);
}
.investfact-ui .border-white,
.investfact-ui .border-fff {
  border-color: #fff;
}
.investfact-ui .no-border-radius {
  border-radius: 0;
}
.investfact-ui .radius3 {
  border-radius: 3px;
}
.investfact-ui .radius5 {
  border-radius: 5px;
}
.investfact-ui .radius10 {
  border-radius: 10px;
}
.investfact-ui .activeTopLinkLoans {
  color: steelblue;
  font-size: 18px;
  border-bottom: 1px solid steelblue;
  padding: 15px;
  background: #f7f7f7;
  background-clip: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.investfact-ui .activeTopLinkFunds {
  color: #3fa549;
  font-size: 18px;
  border-bottom: 1px solid #3fa549;
  padding: 15px;
  background: #f7f7f7;
  background-clip: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.investfact-ui .activeTopLinkPortfolios {
  color: #f7c736;
  font-size: 18px;
  border-bottom: 1px solid #f7c736;
  padding: 15px;
  background: #f7f7f7;
  background-clip: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.investfact-ui .activeTopLinkInvestments {
  color: red;
  font-size: 18px;
  border-bottom: 1px solid red;
  padding: 15px;
  background: #f7f7f7;
  background-clip: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.investfact-ui table {
  border-radius: 5px;
}

.investfact-ui .block {
  display: block !important;
}
.investfact-ui .inline {
  display: inline;
}
.investfact-ui .in-block {
  display: inline-block;
  zoom: 1;
}
.investfact-ui .d-none,
.investfact-ui .hide,
.investfact-ui .hidden {
  display: none !important;
}
.investfact-ui .t-0 {
  top: 0;
}
.investfact-ui .b-0 {
  bottom: 0;
}
.investfact-ui .l-0 {
  left: 0;
}
.investfact-ui .r-0 {
  right: 0;
}
.investfact-ui .tb-0 {
  top: 0;
  bottom: 0;
}
.investfact-ui .lr-0 {
  left: 0;
  right: 0;
}
.investfact-ui .pointer {
  cursor: pointer;
}
.investfact-ui .tooltipWithLineBreaks {
  white-space: pre-line;
}
.investfact-ui .d-flex {
  display: flex !important;
}

.investfact-ui .f-left {
  float: left;
}
.investfact-ui .f-right {
  float: right;
}
.investfact-ui .f-none {
  float: none;
}

.investfact-ui textarea {
  resize: both;
}
.investfact-ui textarea.vertical {
  resize: vertical;
}
.investfact-ui textarea.horizontal {
  resize: vertical;
}
.investfact-ui textarea.noresize {
  resize: none;
}
.investfact-ui .full-input input,
.investfact-ui .full-input select,
.investfact-ui .full-input textarea {
  width: 100%;
}
.investfact-ui .normal input,
.investfact-ui .normal select,
.investfact-ui .normal textarea,
.investfact-ui .full-input [type=checkbox],
.investfact-ui .full-input [type=radio] {
  width: auto;
}

.investfact-ui .loader-wrapper {
  height: 100vh;
  width: 100vw;
}
.investfact-ui .loader-wrapper .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  animation: rotate 0.8s infinite 0.2s;
}
.investfact-ui .loader-wrapper .bottom {
  border-width: 0 90px 90px 90px;
  border-color: transparent transparent #008000 transparent;
  bottom: 10px;
  left: calc(50% - 90px);
}
.investfact-ui .loader-wrapper .top {
  border-width: 90px 90px 0 90px;
  border-color: #ff0000 transparent transparent transparent;
  top: 10px;
  left: calc(50% - 90px);
}
.investfact-ui .loader-wrapper .left {
  border-width: 90px 0 90px 90px;
  border-color: transparent transparent transparent #ffff00;
  top: calc(50% - 90px);
  left: 10px;
}
.investfact-ui .loader-wrapper .right {
  border-width: 90px 90px 90px 0;
  border-color: transparent #0000ff transparent transparent;
  top: calc(50% - 90px);
  right: 10px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

body {
  margin: 0;
}

.investfact-ui .container {
  margin: 0 auto;
}
.investfact-ui .mb-05 {
  margin-bottom: 0.5rem;
}
.investfact-ui .mr-05 {
  margin-right: 0.5rem;
}
.investfact-ui .mb-1 {
  margin-bottom: 1rem;
}
.investfact-ui .mt-1 {
  margin-top: 1rem;
}
.investfact-ui .m-5 {
  margin: 5px;
}
.investfact-ui .m-t-5 {
  margin-top: 5px;
}
.investfact-ui .m-r-5 {
  margin-right: 5px;
}
.investfact-ui .m-r-8 {
  margin-right: 8px;
}
.investfact-ui .m-b-5 {
  margin-bottom: 5px;
}
.investfact-ui .m-l-5 {
  margin-left: 5px;
}
.investfact-ui .m-v-5 {
  margin: 5px 0;
}
.investfact-ui .m-h-5 {
  margin: 0 5px;
}
.investfact-ui .m-10 {
  margin: 10px;
}
.investfact-ui .m-t-10 {
  margin-top: 10px;
}
.investfact-ui .m-r-10 {
  margin-right: 10px;
}
.investfact-ui .m-b-10 {
  margin-bottom: 10px;
}
.investfact-ui .m-l-10 {
  margin-left: 10px;
}
.investfact-ui .m-v-10 {
  margin: 10px 0;
}
.investfact-ui .m-h-10 {
  margin: 0 10px;
}
.investfact-ui .m-15 {
  margin: 15px;
}
.investfact-ui .m-t-15 {
  margin-top: 15px;
}
.investfact-ui .m-r-15 {
  margin-right: 15px;
}
.investfact-ui .m-b-15 {
  margin-bottom: 15px;
}
.investfact-ui .m-l-15 {
  margin-left: 15px;
}
.investfact-ui .m-v-15 {
  margin: 15px 0;
}
.investfact-ui .m-h-15 {
  margin: 0 15px;
}
.investfact-ui .m-20 {
  margin: 20px;
}
.investfact-ui .m-t-20 {
  margin-top: 20px;
}
.investfact-ui .m-r-20 {
  margin-right: 20px;
}
.investfact-ui .m-b-20 {
  margin-bottom: 20px;
}
.investfact-ui .m-l-20 {
  margin-left: 20px;
}
.investfact-ui .m-v-20 {
  margin: 20px 0;
}
.investfact-ui .m-h-20 {
  margin: 0 20px;
}
.investfact-ui .m-25 {
  margin: 25px;
}
.investfact-ui .m-t-25 {
  margin-top: 25px;
}
.investfact-ui .m-r-25 {
  margin-right: 25px;
}
.investfact-ui .m-b-25 {
  margin-bottom: 25px;
}
.investfact-ui .m-l-25 {
  margin-left: 25px;
}
.investfact-ui .m-v-25 {
  margin: 25px 0;
}
.investfact-ui .m-h-25 {
  margin: 0 25px;
}
.investfact-ui .m-30 {
  margin: 30px;
}
.investfact-ui .m-t-30 {
  margin-top: 30px;
}
.investfact-ui .m-r-30 {
  margin-right: 30px;
}
.investfact-ui .m-b-30 {
  margin-bottom: 30px;
}
.investfact-ui .m-l-30 {
  margin-left: 30px;
}
.investfact-ui .m-v-30 {
  margin: 30px 0;
}
.investfact-ui .m-h-30 {
  margin: 0 30px;
}
.investfact-ui .m-35 {
  margin: 35px;
}
.investfact-ui .m-t-35 {
  margin-top: 35px;
}
.investfact-ui .m-r-35 {
  margin-right: 35px;
}
.investfact-ui .m-b-35 {
  margin-bottom: 35px;
}
.investfact-ui .m-l-35 {
  margin-left: 35px;
}
.investfact-ui .m-v-35 {
  margin: 35px 0;
}
.investfact-ui .m-h-35 {
  margin: 0 35px;
}
.investfact-ui .m-40 {
  margin: 40px;
}
.investfact-ui .m-t-40 {
  margin-top: 40px;
}
.investfact-ui .m-r-40 {
  margin-right: 40px;
}
.investfact-ui .m-b-40 {
  margin-bottom: 40px;
}
.investfact-ui .m-l-40 {
  margin-left: 40px;
}
.investfact-ui .m-v-40 {
  margin: 40px 0;
}
.investfact-ui .m-h-40 {
  margin: 0 40px;
}
.investfact-ui .m-45 {
  margin: 45px;
}
.investfact-ui .m-t-45 {
  margin-top: 45px;
}
.investfact-ui .m-r-45 {
  margin-right: 45px;
}
.investfact-ui .m-b-45 {
  margin-bottom: 45px;
}
.investfact-ui .m-l-45 {
  margin-left: 45px;
}
.investfact-ui .m-v-45 {
  margin: 45px 0;
}
.investfact-ui .m-h-45 {
  margin: 0 45px;
}
.investfact-ui .m-50 {
  margin: 50px;
}
.investfact-ui .m-t-50 {
  margin-top: 50px;
}
.investfact-ui .m-r-50 {
  margin-right: 50px;
}
.investfact-ui .m-b-50 {
  margin-bottom: 50px;
}
.investfact-ui .m-l-50 {
  margin-left: 50px;
}
.investfact-ui .m-v-50 {
  margin: 50px 0;
}
.investfact-ui .m-h-50 {
  margin: 0 50px;
}
.investfact-ui .m-55 {
  margin: 55px;
}
.investfact-ui .m-t-55 {
  margin-top: 55px;
}
.investfact-ui .m-r-55 {
  margin-right: 55px;
}
.investfact-ui .m-b-55 {
  margin-bottom: 55px;
}
.investfact-ui .m-l-55 {
  margin-left: 55px;
}
.investfact-ui .m-v-55 {
  margin: 55px 0;
}
.investfact-ui .m-h-55 {
  margin: 0 55px;
}
.investfact-ui .m-60 {
  margin: 60px;
}
.investfact-ui .m-t-60 {
  margin-top: 60px;
}
.investfact-ui .m-r-60 {
  margin-right: 60px;
}
.investfact-ui .m-b-60 {
  margin-bottom: 60px;
}
.investfact-ui .m-l-60 {
  margin-left: 60px;
}
.investfact-ui .m-v-60 {
  margin: 60px 0;
}
.investfact-ui .m-h-60 {
  margin: 0 60px;
}
.investfact-ui .m-65 {
  margin: 65px;
}
.investfact-ui .m-t-65 {
  margin-top: 65px;
}
.investfact-ui .m-r-65 {
  margin-right: 65px;
}
.investfact-ui .m-b-65 {
  margin-bottom: 65px;
}
.investfact-ui .m-l-65 {
  margin-left: 65px;
}
.investfact-ui .m-v-65 {
  margin: 65px 0;
}
.investfact-ui .m-h-65 {
  margin: 0 65px;
}
.investfact-ui .m-70 {
  margin: 70px;
}
.investfact-ui .m-t-70 {
  margin-top: 70px;
}
.investfact-ui .m-r-70 {
  margin-right: 70px;
}
.investfact-ui .m-b-70 {
  margin-bottom: 70px;
}
.investfact-ui .m-l-70 {
  margin-left: 70px;
}
.investfact-ui .m-v-70 {
  margin: 70px 0;
}
.investfact-ui .m-h-70 {
  margin: 0 70px;
}
.investfact-ui .m-75 {
  margin: 75px;
}
.investfact-ui .m-t-75 {
  margin-top: 75px;
}
.investfact-ui .m-r-75 {
  margin-right: 75px;
}
.investfact-ui .m-b-75 {
  margin-bottom: 75px;
}
.investfact-ui .m-l-75 {
  margin-left: 75px;
}
.investfact-ui .m-v-75 {
  margin: 75px 0;
}
.investfact-ui .m-h-75 {
  margin: 0 75px;
}
.investfact-ui .m-80 {
  margin: 80px;
}
.investfact-ui .m-t-80 {
  margin-top: 80px;
}
.investfact-ui .m-r-80 {
  margin-right: 80px;
}
.investfact-ui .m-b-80 {
  margin-bottom: 80px;
}
.investfact-ui .m-l-80 {
  margin-left: 80px;
}
.investfact-ui .m-v-80 {
  margin: 80px 0;
}
.investfact-ui .m-h-80 {
  margin: 0 80px;
}
.investfact-ui .no-m {
  margin: 0;
}
.investfact-ui .no-m-t {
  margin-top: 0;
}
.investfact-ui .no-m-r {
  margin-right: 0;
}
.investfact-ui .no-m-b {
  margin-bottom: 0 !important;
}
.investfact-ui .no-m-l {
  margin-left: 0;
}
.investfact-ui .no-m-v {
  margin: 0 0;
}
.investfact-ui .no-m-h {
  margin: 0 0;
}
.investfact-ui .no-margin {
  margin: 0;
}
.investfact-ui .no-m-lr,
.investfact-ui .no-m-rl {
  margin-left: 0;
  margin-right: 0;
}
.investfact-ui .no-m-tb,
.investfact-ui .no-m-bt {
  margin-top: 0;
  margin-bottom: 0;
}
.investfact-ui .m-t-only {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.investfact-ui .m-b-only {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.investfact-ui .m-l-only {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.investfact-ui .m-r-only {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.investfact-ui .m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.investfact-ui .ls-0 {
  margin-left: 10px;
  margin-right: 10px;
}

div {
  box-sizing: border-box;
}

.investfact-ui html,
.investfact-ui body {
  -webkit-tap-highlight-color: transparent;
}
.investfact-ui .color-inherit {
  color: inherit;
}
.investfact-ui .no-shadow {
  box-shadow: none;
}
.investfact-ui .pointer {
  cursor: pointer;
}
.investfact-ui .nolist {
  list-style: none;
}
.investfact-ui .statusyellow {
  color: orange;
}
.investfact-ui .statusgreen {
  color: green;
}
.investfact-ui .statusblack {
  color: black;
}
.investfact-ui .statusgrey {
  color: grey;
}
.investfact-ui .statusblue {
  color: blue;
}
.investfact-ui .statusred {
  color: red;
}
.investfact-ui .statuspurple {
  color: purple;
}
.investfact-ui .statusamber {
  color: #fda63a;
}
.investfact-ui .statuswhite {
  color: white;
}
.investfact-ui .graybg {
  background-color: #f0f0f0;
}
.investfact-ui .statubreached {
  color: #8a3f38;
}
.investfact-ui .tooltipbargroup {
  background: #000;
  border: 0.5;
  border-radius: 8px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  height: auto;
  padding: 2px;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: auto;
}
.investfact-ui .cdkTableHeaderRow {
  background-color: #cccccc;
  padding: 2.5%;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.investfact-ui .cdkTableRow {
  padding: 1%;
  border: 1px solid #ececec;
  text-align: center;
}
.investfact-ui cdk-table cdk-row:nth-child(odd) {
  background-color: #f2f2f2;
}
.investfact-ui .error-dialog {
  color: black !important;
  background: #f3d172 !important;
}
.investfact-ui .error-dialog .mat-mdc-snack-bar-action {
  color: white !important;
}
.investfact-ui .error-dialog-light {
  color: black !important;
  background: #e6ba86 !important;
}
.investfact-ui .error-dialog-light .mat-mdc-snack-bar-action {
  color: white !important;
}
.investfact-ui .error-dialog-light:before {
  font-family: "FontAwesome";
  content: "\f071";
  float: left;
  padding-left: 8%;
  margin-top: 2%;
}
.investfact-ui .error-dialog:before {
  font-family: "FontAwesome";
  content: "\f071";
  float: left;
  padding-left: 8%;
  margin-top: 2%;
}
.investfact-ui .success-dialog {
  color: black !important;
  background: #c9e790 !important;
}
.investfact-ui .success-dialog .mat-mdc-snack-bar-action {
  color: black !important;
}
.investfact-ui .success-dialog-light {
  color: black !important;
  background: #c9e790 !important;
}
.investfact-ui .success-dialog-light .mat-mdc-snack-bar-action {
  color: black !important;
}
.investfact-ui .success-dialog-light:before {
  font-family: "FontAwesome";
  content: "\f00c";
  float: left;
  padding-left: 8%;
  margin-top: 2%;
}
.investfact-ui .success-dialog:before {
  font-family: "FontAwesome";
  content: "\f00c";
  float: left;
  padding-left: 8%;
  margin-top: 2%;
}
.investfact-ui .normal-dialog {
  color: white !important;
  background: #1e1e1f !important;
}
.investfact-ui .normal-dialog .mat-mdc-snack-bar-action {
  color: #de800b !important;
}
.investfact-ui .normal-dialog-light {
  color: black !important;
  background: #e2e2e2 !important;
}
.investfact-ui .normal-dialog-light .mat-mdc-snack-bar-action {
  color: #83a447 !important;
}
.investfact-ui .key-value_info-card {
  display: flex;
  flex-direction: column;
  width: 577px;
  padding: 0px 15px 12px 15px;
  border-radius: 3px;
}
.investfact-ui .key-value_info-card .key-value_info-card__key {
  margin-bottom: 0px;
}
.investfact-ui .panel-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  background: rgba(0, 113, 134, 0.2196078431);
  height: 100dvh;
}
.investfact-ui .panel-overlay .panel-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.investfact-ui .panel-overlay .panel-container .panel {
  width: 30rem;
  height: 99%;
  margin-right: 5px;
  position: absolute;
  padding: 10px;
  z-index: 9999;
  border-radius: 10px;
}
.investfact-ui mat-chip-list {
  margin-top: 5px;
}
.investfact-ui mat-chip-list mat-chip {
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 5px;
}
.investfact-ui mat-chip-grid {
  margin-top: 5px;
}
.investfact-ui mat-chip-grid mat-chip-row {
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 5px;
}

.restore-dialog {
  color: black !important;
  background: #F4BE28 !important;
  border-radius: 15px;
}
.restore-dialog .mat-mdc-snack-bar-action {
  color: black !important;
}

.restore-dialog .mdc-snackbar__surface {
  max-width: 565px !important;
}

.restore-dialog .mdc-snackbar__label {
  font-size: 16px !important;
  font-family: "Poppins" !important;
  line-height: 27px !important;
}

.investfact-ui html,
.investfact-ui body {
  overflow: hidden;
}
.investfact-ui .overflow-x-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.investfact-ui .overflow-no {
  overflow: hidden;
}
.investfact-ui .overflow-auto {
  overflow: auto;
}
.investfact-ui .overflow-scroll {
  overflow: scroll;
}
.investfact-ui .overflow-y-scroll {
  overflow-y: scroll;
}
.investfact-ui ::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
  height: 10px; /* height of the horizontal scrollbar */
}
.investfact-ui ::-webkit-scrollbar-track {
  background: rgba(183, 175, 175, 0.8705882353);
  border-radius: 30px; /* color of the tracking area */
}
.investfact-ui ::-webkit-scrollbar-thumb {
  background-color: rgba(197, 197, 197, 0.8705882353); /* color of the scroll thumb */
  border-radius: 30px; /* roundness of the scroll thumb */
  border: 1px solid #ffffff; /* creates padding around scroll thumb */
}

.investfact-ui body {
  padding: 0;
}
.investfact-ui .no-p {
  padding: 0;
}
.investfact-ui .no-p-t {
  padding-top: 0;
}
.investfact-ui .no-p-r {
  padding-right: 0;
}
.investfact-ui .no-p-b {
  padding-bottom: 0;
}
.investfact-ui .no-p-l {
  padding-left: 0;
}
.investfact-ui .no-p-v {
  padding: 0 0;
}
.investfact-ui .no-p-h {
  padding: 0 0;
}
.investfact-ui .p-5 {
  padding: 5px;
}
.investfact-ui .p-t-5 {
  padding-top: 5px;
}
.investfact-ui .p-r-5 {
  padding-right: 5px;
}
.investfact-ui .p-b-5 {
  padding-bottom: 5px;
}
.investfact-ui .p-l-5 {
  padding-left: 5px;
}
.investfact-ui .p-v-5 {
  padding: 5px 0;
}
.investfact-ui .p-h-5 {
  padding: 0 5px;
}
.investfact-ui .p-10 {
  padding: 10px;
}
.investfact-ui .p-t-10 {
  padding-top: 10px;
}
.investfact-ui .p-r-10 {
  padding-right: 10px;
}
.investfact-ui .p-b-10 {
  padding-bottom: 10px;
}
.investfact-ui .p-l-10 {
  padding-left: 10px;
}
.investfact-ui .p-v-10 {
  padding: 10px 0;
}
.investfact-ui .p-h-10 {
  padding: 0 10px;
}
.investfact-ui .p-15 {
  padding: 15px;
}
.investfact-ui .p-t-15 {
  padding-top: 15px;
}
.investfact-ui .p-r-15 {
  padding-right: 15px;
}
.investfact-ui .p-b-15 {
  padding-bottom: 15px;
}
.investfact-ui .p-l-15 {
  padding-left: 15px;
}
.investfact-ui .p-v-15 {
  padding: 15px 0;
}
.investfact-ui .p-h-15 {
  padding: 0 15px;
}
.investfact-ui .p-20 {
  padding: 20px;
}
.investfact-ui .p-t-20 {
  padding-top: 20px;
}
.investfact-ui .p-r-20 {
  padding-right: 20px;
}
.investfact-ui .p-b-20 {
  padding-bottom: 20px;
}
.investfact-ui .p-l-20 {
  padding-left: 20px;
}
.investfact-ui .p-v-20 {
  padding: 20px 0;
}
.investfact-ui .p-h-20 {
  padding: 0 20px;
}
.investfact-ui .p-25 {
  padding: 25px;
}
.investfact-ui .p-t-25 {
  padding-top: 25px;
}
.investfact-ui .p-r-25 {
  padding-right: 25px;
}
.investfact-ui .p-b-25 {
  padding-bottom: 25px;
}
.investfact-ui .p-l-25 {
  padding-left: 25px;
}
.investfact-ui .p-v-25 {
  padding: 25px 0;
}
.investfact-ui .p-h-25 {
  padding: 0 25px;
}
.investfact-ui .p-30 {
  padding: 30px;
}
.investfact-ui .p-t-30 {
  padding-top: 30px;
}
.investfact-ui .p-r-30 {
  padding-right: 30px;
}
.investfact-ui .p-b-30 {
  padding-bottom: 30px;
}
.investfact-ui .p-l-30 {
  padding-left: 30px;
}
.investfact-ui .p-v-30 {
  padding: 30px 0;
}
.investfact-ui .p-h-30 {
  padding: 0 30px;
}
.investfact-ui .p-35 {
  padding: 35px;
}
.investfact-ui .p-t-35 {
  padding-top: 35px;
}
.investfact-ui .p-r-35 {
  padding-right: 35px;
}
.investfact-ui .p-b-35 {
  padding-bottom: 35px;
}
.investfact-ui .p-l-35 {
  padding-left: 35px;
}
.investfact-ui .p-v-35 {
  padding: 35px 0;
}
.investfact-ui .p-h-35 {
  padding: 0 35px;
}
.investfact-ui .p-40 {
  padding: 40px;
}
.investfact-ui .p-t-40 {
  padding-top: 40px;
}
.investfact-ui .p-r-40 {
  padding-right: 40px;
}
.investfact-ui .p-b-40 {
  padding-bottom: 40px;
}
.investfact-ui .p-l-40 {
  padding-left: 40px;
}
.investfact-ui .p-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.investfact-ui .p-h-40 {
  padding: 0 40px;
}
.investfact-ui .p-45 {
  padding: 45px;
}
.investfact-ui .p-t-45 {
  padding-top: 45px;
}
.investfact-ui .p-r-45 {
  padding-right: 45px;
}
.investfact-ui .p-b-45 {
  padding-bottom: 45px;
}
.investfact-ui .p-l-45 {
  padding-left: 45px;
}
.investfact-ui .p-v-45 {
  padding: 45px 0;
}
.investfact-ui .p-h-45 {
  padding: 0 45px;
}
.investfact-ui .p-50 {
  padding: 50px;
}
.investfact-ui .p-t-50 {
  padding-top: 50px;
}
.investfact-ui .p-r-50 {
  padding-right: 50px;
}
.investfact-ui .p-b-50 {
  padding-bottom: 50px;
}
.investfact-ui .p-l-50 {
  padding-left: 50px;
}
.investfact-ui .p-v-50 {
  padding: 50px 0;
}
.investfact-ui .p-h-50 {
  padding: 0 50px;
}
.investfact-ui .p-55 {
  padding: 55px;
}
.investfact-ui .p-t-55 {
  padding-top: 55px;
}
.investfact-ui .p-r-55 {
  padding-right: 55px;
}
.investfact-ui .p-b-55 {
  padding-bottom: 55px;
}
.investfact-ui .p-l-55 {
  padding-left: 55px;
}
.investfact-ui .p-v-55 {
  padding: 55px 0;
}
.investfact-ui .p-h-55 {
  padding: 0 55px;
}
.investfact-ui .p-60 {
  padding: 60px;
}
.investfact-ui .p-t-60 {
  padding-top: 60px;
}
.investfact-ui .p-r-60 {
  padding-right: 60px;
}
.investfact-ui .p-b-60 {
  padding-bottom: 60px;
}
.investfact-ui .p-l-60 {
  padding-left: 60px;
}
.investfact-ui .p-v-60 {
  padding: 60px 0;
}
.investfact-ui .p-h-60 {
  padding: 0 60px;
}
.investfact-ui .p-65 {
  padding: 65px;
}
.investfact-ui .p-t-65 {
  padding-top: 65px;
}
.investfact-ui .p-r-65 {
  padding-right: 65px;
}
.investfact-ui .p-b-65 {
  padding-bottom: 65px;
}
.investfact-ui .p-l-65 {
  padding-left: 65px;
}
.investfact-ui .p-v-65 {
  padding: 65px 0;
}
.investfact-ui .p-h-65 {
  padding: 0 65px;
}
.investfact-ui .p-70 {
  padding: 70px;
}
.investfact-ui .p-t-70 {
  padding-top: 70px;
}
.investfact-ui .p-r-70 {
  padding-right: 70px;
}
.investfact-ui .p-b-70 {
  padding-bottom: 70px;
}
.investfact-ui .p-l-70 {
  padding-left: 70px;
}
.investfact-ui .p-v-70 {
  padding: 70px 0;
}
.investfact-ui .p-h-70 {
  padding: 0 70px;
}
.investfact-ui .p-75 {
  padding: 75px;
}
.investfact-ui .p-t-75 {
  padding-top: 75px;
}
.investfact-ui .p-r-75 {
  padding-right: 75px;
}
.investfact-ui .p-b-75 {
  padding-bottom: 75px;
}
.investfact-ui .p-l-75 {
  padding-left: 75px;
}
.investfact-ui .p-v-75 {
  padding: 75px 0;
}
.investfact-ui .p-h-75 {
  padding: 0 75px;
}
.investfact-ui .p-80 {
  padding: 80px;
}
.investfact-ui .p-t-80 {
  padding-top: 80px;
}
.investfact-ui .p-r-80 {
  padding-right: 80px;
}
.investfact-ui .p-b-80 {
  padding-bottom: 80px;
}
.investfact-ui .p-l-80 {
  padding-left: 80px;
}
.investfact-ui .p-v-80 {
  padding: 80px 0;
}
.investfact-ui .p-h-80 {
  padding: 0 80px;
}
.investfact-ui .p-l-40 {
  padding-left: 40%;
}
.investfact-ui .no-padding {
  padding: 0 !important;
}
.investfact-ui .no-pad-lr,
.investfact-ui .no-pad-rl {
  padding-left: 0;
  padding-right: 0;
}
.investfact-ui .no-pad-tb,
.investfact-ui .no-pad-bt {
  padding-top: 0;
  padding-bottom: 0;
}
.investfact-ui .pad-t-only {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.investfact-ui .pad-b-only {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.investfact-ui .pad-l-only {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.investfact-ui .pad-r-only {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.investfact-ui .pad3 {
  padding: 3%;
}

.investfact-ui html,
.investfact-ui body {
  position: relative;
}
.investfact-ui .rel,
.investfact-ui .relative {
  position: relative;
}
.investfact-ui .abs,
.investfact-ui .absolute {
  position: absolute;
}
.investfact-ui .fixed {
  position: fixed;
}

.investfact-ui .status-active {
  color: #00ce00;
}
.investfact-ui .Fraud {
  color: #8B0000;
}
.investfact-ui .Bankrupt {
  color: #FF5733;
}
.investfact-ui .Active {
  color: #00ce00;
}
.investfact-ui .status-inactive {
  color: #666f73;
}
.investfact-ui .status-deleted {
  color: #000000;
}
.investfact-ui .status-pending {
  color: #ffa500;
}
.investfact-ui .status-approved {
  color: #0f36e4;
}
.investfact-ui .status-overpaid {
  color: #800080;
}
.investfact-ui .status-active-overdue {
  color: #ff0000;
}
.investfact-ui .status-active-overdue {
  color: #ff0000;
}
.investfact-ui .status-holiday {
  color: rgba(26, 81, 67, 0.9568627451);
}
.investfact-ui .status-matured {
  color: #ff4000;
}
.investfact-ui .status-loan-collateral-active {
  color: #008000;
}
.investfact-ui .mat-step-header .mat-step-icon-state-done {
  background-color: #00ce00;
}
.investfact-ui .mat-step-header .mat-step-icon-state-done .status-transfer-progress {
  color: #FF4000;
}
.investfact-ui .mat-step-header .mat-step-icon-state-done .status-transfer-hold {
  color: #DF0101;
}

.investfact-ui html,
.investfact-ui body {
  -webkit-font-smoothing: antialiased;
}
.investfact-ui html {
  font-size: 16px;
}
.investfact-ui body {
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  font-family: "Lato", sans-serif !important;
}
.investfact-ui .lh-1 {
  line-height: 1;
}
.investfact-ui .lh-13 {
  line-height: 1.3;
}
.investfact-ui .lh-15 {
  line-height: 1.5;
}
.investfact-ui .bold,
.investfact-ui .strong {
  font-weight: bold;
}
.investfact-ui .no-bold {
  font-weight: normal;
}
.investfact-ui .italic,
.investfact-ui .em {
  font-style: italic;
}
.investfact-ui .strike {
  text-decoration: line-through;
}
.investfact-ui .normal {
  font-weight: normal;
  font-style: normal;
}
.investfact-ui .uppercase {
  text-transform: uppercase;
}
.investfact-ui .text-left {
  text-align: left;
}
.investfact-ui .text-center {
  text-align: center !important;
}
.investfact-ui .text-right {
  text-align: right;
}
.investfact-ui .w100 {
  font-weight: 100;
}
.investfact-ui .w200 {
  font-weight: 200;
}
.investfact-ui .w300 {
  font-weight: 300;
}
.investfact-ui .w400 {
  font-weight: 400;
}
.investfact-ui .w500 {
  font-weight: 500;
}
.investfact-ui .w600 {
  font-weight: 600;
}
.investfact-ui .w700 {
  font-weight: 700;
}
.investfact-ui .w800 {
  font-weight: 800 !important;
}
.investfact-ui .w900 {
  font-weight: 900;
}
.investfact-ui .f9 {
  font-size: 9px;
}
.investfact-ui .f10 {
  font-size: 10px;
}
.investfact-ui .f11 {
  font-size: 11px;
}
.investfact-ui .f12 {
  font-size: 12px;
}
.investfact-ui .f13 {
  font-size: 13px;
}
.investfact-ui .f14 {
  font-size: 14px;
}
.investfact-ui .f15 {
  font-size: 15px;
}
.investfact-ui .f16 {
  font-size: 16px;
}
.investfact-ui .f17 {
  font-size: 17px;
}
.investfact-ui .f18 {
  font-size: 18px;
  line-height: 30px;
}
.investfact-ui .f19 {
  font-size: 19px;
}
.investfact-ui .f20 {
  font-size: 20px;
}
.investfact-ui .f30 {
  font-size: 30px !important;
}
.investfact-ui .f40 {
  font-size: 40px;
}
.investfact-ui .f50 {
  font-size: 50px;
}
.investfact-ui .f60 {
  font-size: 60px;
}
.investfact-ui .size-small {
  font-size: 75%;
}
.investfact-ui .size-normal {
  font-size: 100%;
}
.investfact-ui .size-medium {
  font-size: 125%;
}
.investfact-ui .size-big,
.investfact-ui .size-large {
  font-size: 150%;
}
.investfact-ui .size-huge {
  font-size: 200%;
}
.investfact-ui .inherit {
  font: inherit;
}
.investfact-ui .text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.investfact-ui .text-rgb-2 {
  color: rgba(0, 0, 0, 0.2);
}
.investfact-ui .text-rgb-3 {
  color: rgba(0, 0, 0, 0.3);
}
.investfact-ui .text-rgb-4 {
  color: rgba(0, 0, 0, 0.4);
}
.investfact-ui .text-rgb-5 {
  color: rgba(0, 0, 0, 0.5);
}
.investfact-ui .no-ul,
.investfact-ui .no-ul:hover,
.investfact-ui .no-ul a,
.investfact-ui .no-ul a:hover {
  text-decoration: none;
}
.investfact-ui .no-wrap {
  white-space: nowrap;
}
.investfact-ui .auto-cell-size {
  white-space: nowrap;
  width: 1%;
}
.investfact-ui .ls-0 {
  letter-spacing: -3px;
  white-space: nowrap;
}
.investfact-ui .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investfact-ui .align-items-center {
  align-items: center !important;
}
.investfact-ui .mat-mdc-tooltip {
  font-size: 14px !important;
}
.investfact-ui .wrap-text {
  word-break: break-word;
}
.investfact-ui .mat-button-toggle-button {
  font-weight: 500;
  letter-spacing: 1px !important;
}

.investfact-ui .fit {
  max-width: 100%;
}
.investfact-ui .half-width {
  width: 50% !important;
}
.investfact-ui .full-width {
  width: 100% !important;
}
.investfact-ui .full-height {
  height: 100%;
}
.investfact-ui html,
.investfact-ui body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.investfact-ui body table {
  width: 100%;
}
.investfact-ui .container {
  max-width: 74rem;
  width: 90%;
}
.investfact-ui .mw100 {
  max-width: 100px;
}
.investfact-ui .mw150 {
  max-width: 150px;
}
.investfact-ui .mw200 {
  max-width: 200px;
}
.investfact-ui .mw250 {
  max-width: 250px;
}
.investfact-ui .mw300 {
  max-width: 300px;
}
.investfact-ui .mw350 {
  max-width: 350px;
}
.investfact-ui .mw400 {
  max-width: 400px;
}
.investfact-ui .mw500 {
  max-width: 500px;
}
.investfact-ui .mw600 {
  max-width: 600px;
}
.investfact-ui .fullwidth {
  width: 100%;
}
.investfact-ui .w150 {
  width: 150px;
}
.investfact-ui .tblScrollOwnerGroup {
  max-height: 255px;
  overflow-y: scroll;
}
.investfact-ui .tblScroll {
  max-height: 300px;
  overflow: auto;
}
.investfact-ui .mat-mdc-table__wrapper .mat-table {
  min-width: auto !important;
  width: 100% !important;
}
.investfact-ui .mat-mdc-header-row {
  width: 100%;
}
.investfact-ui .mat-mdc-row {
  width: 100%;
}
.investfact-ui .mat-bottom-sheet-container-medium {
  min-width: 98vw !important;
  max-width: 98vw !important;
}
.investfact-ui .mat-bottom-sheet-container-large {
  min-width: 98vw !important;
  max-width: 98vw !important;
}
.investfact-ui .mat-bottom-sheet-container-xlarge {
  min-width: 98vw !important;
  max-width: 98vw !important;
}
.investfact-ui .mat-bottom-sheet-container {
  min-width: 98vw !important;
  max-width: 98vw !important;
}
.investfact-ui .chart-tooltip-repayment {
  background: black;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-family: sans-serif;
  font-size: 12px;
  padding: 15px;
  position: absolute;
  width: auto;
  opacity: 0.9;
}
.investfact-ui .chart-container-repayment {
  background-color: #fff;
  position: relative;
  height: 400px;
  width: 100%;
}
.investfact-ui .chart-container-repayment svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.investfact-ui .mat-column-0 {
  width: 35%;
}
.investfact-ui .mat-column-1 {
  width: 65%;
}

.investfact-ui .zindex-1 {
  z-index: 1;
}
.investfact-ui .zindex-2 {
  z-index: 2;
}
.investfact-ui .zindex-3 {
  z-index: 3;
}
.investfact-ui .zindex-4 {
  z-index: 4;
}

.investfact-ui .mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.04px;
}
.investfact-ui .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.035px;
}
.investfact-ui .mat-mdc-checkbox label, .investfact-ui .mat-mdc-radio-button .mdc-label {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.investfact-ui .mat-mdc-checkbox label .mdc-label {
  padding-bottom: 2px;
}
.investfact-ui .mat-mdc-radio-button .mdc-label {
  padding-bottom: 4px;
}
.investfact-ui .mat-typography .mat-mdc-checkbox label, .investfact-ui .mat-typography .mat-mdc-radio-button .mdc-label {
  padding-top: 15px !important;
}
.investfact-ui .mat-mdc-form-field:hover .mat-mdc-floating-label,
.investfact-ui .mdc-floating-label--float-above {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.investfact-ui .mat-mdc-form-field,
.investfact-ui .mat-mdc-select,
.investfact-ui .mat-mdc-option,
.investfact-ui .mdc-text-field--filled .mdc-floating-label,
.investfact-ui .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-size: 16px !important;
}
.investfact-ui .mdc-text-field--filled,
.investfact-ui .mdc-text-field--focused,
.investfact-ui .mdc-text-field.mdc-text-field--focused {
  --mdc-filled-text-field-active-indicator-height: 0px !important;
  --mdc-filled-text-field-focus-active-indicator-height: 0px !important;
  border-radius: 5px !important;
}
.investfact-ui .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  color: red !important;
}

.investfact-ui .h-4 {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 34px;
  font-weight: 700;
}
.investfact-ui .h-5 {
  font-family: Poppins !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  /* 100% */
  letter-spacing: 0.18px !important;
}
.investfact-ui .h-6 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  /* 120% */
  letter-spacing: 0.15px;
}
.investfact-ui .subtitle-1 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  /* 19.2px */
}
.investfact-ui .sbtitle-2 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  /* 16.8px */
}
.investfact-ui .dialog-section-heading {
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
  padding-left: 26px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.investfact-ui .form-fields-heading {
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
}
.investfact-ui .table-heading,
.investfact-ui .form-fields-heading {
  font-feature-settings: "liga" off, "clig" off;
  /* H6/Bold */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.15px;
  margin-bottom: 15px;
}
.investfact-ui .info-graphic-container {
  height: 520px;
}
.investfact-ui .info-graphic-image {
  display: flex;
  width: 410px;
  margin: auto;
  padding: 25px;
}
.investfact-ui .info-graphic-content {
  display: block;
  text-align: center;
}
.investfact-ui .radio-button-label {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  font-weight: bold !important;
  text-transform: capitalize;
  margin-top: 7px;
}
.investfact-ui .mat-typography .radio-button-label {
  margin-top: 15px;
}

.investfact-ui .mat-mdc-dialog-container {
  border-radius: 20px !important;
}
.investfact-ui .dialog__content {
  padding: 0px 15px;
}
.investfact-ui .mat-dialog-header-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.investfact-ui .mat-mdc-dialog-title {
  margin-top: -7px !important;
  margin-bottom: 10px !important;
  padding-left: 31px !important;
}
.investfact-ui .mat-mdc-dialog-content {
  font-size: 16px !important;
}
.investfact-ui .dialog-content {
  margin: 2% 15%;
}
.investfact-ui .dialog-action-warn-heading {
  color: #F00 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
}

.investfact-ui .close-button {
  margin-top: 7px !important;
  margin-right: 10px !important;
}
.investfact-ui .close-icon {
  font-size: 20px !important;
}
.investfact-ui .icon-button__square {
  min-width: 36px;
  padding: 0 0 3px 0;
  border-radius: 5px;
  margin-right: 7px;
  height: 36px;
}
.investfact-ui .icon-actions-table {
  min-width: 36px !important;
  padding: 0 0 3px 0 !important;
  border-radius: 5px !important;
  margin-right: 7px !important;
  height: 36px !important;
}
.investfact-ui .container__icon-box {
  min-width: 36px !important;
  padding: 0 0 3px 0 !important;
  border-radius: 5px !important;
  margin-bottom: 10px;
}
.investfact-ui .button-group {
  gap: 7px !important;
  min-height: 48px;
}
.investfact-ui .button-group-with-search {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}
.investfact-ui .stepper-button {
  vertical-align: middle;
}

.investfact-ui {
  /* Section Label */
}
.investfact-ui .container {
  max-width: 100%;
  width: 98%;
}
.investfact-ui .tab-container {
  margin: 1% 0;
  padding: 0;
}
.investfact-ui .mat-horizontal-stepper-header-container {
  width: 80%;
  margin: auto;
  margin-bottom: 15px !important;
}
.investfact-ui .mat-divider-margin {
  margin-bottom: 15px !important;
}
.investfact-ui .mat-mdc-paginator {
  font-weight: bold;
}
.investfact-ui .mat-step-text-label {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  text-transform: capitalize;
}
.investfact-ui .mat-expansion-panel {
  border-radius: 5px !important;
  margin-bottom: 12px !important;
}
.investfact-ui .mat-mdc-dialog-container .mdc-dialog__surface {
  padding-bottom: 12px !important;
  height: auto;
}
.investfact-ui .mat-expansion-panel-header-title {
  font-size: 16px !important;
}
.investfact-ui .view-details-section {
  font-size: 15px;
  height: 45px;
  display: flex;
  flex-wrap: nowrap;
}
.investfact-ui .view-details-section .view-details {
  padding: 10px 15px;
}
.investfact-ui .view-details-section .details-section-left {
  width: 30%;
}
.investfact-ui .view-details-section .details-section-right {
  width: 70%;
}
.investfact-ui .view-details-section .details-section-right span {
  display: inline-block;
}
.investfact-ui .arrow-icon-rotate {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.investfact-ui .mat-step-icon {
  height: 35px;
  width: 35px;
}
.investfact-ui .mat-step-icon-content {
  font-size: 18px;
}
.investfact-ui .mdc-tab__text-label {
  font-family: "Lato";
  font-size: 16px;
}
.investfact-ui .menu-page-style .mdc-list-item {
  position: relative;
  border-radius: 5px !important;
  padding: 40px !important;
  margin: 17px !important;
}
.investfact-ui .menu-page-style .mdc-list-item .mat-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.investfact-ui .menu-page-style .mdc-list-item h6,
.investfact-ui .menu-page-style .mdc-list-item p {
  margin-left: 40px;
  letter-spacing: 0.1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.investfact-ui .menu-page-style .mdc-list-item h6 {
  margin-bottom: 0;
}
.investfact-ui .menu-page-style .mdc-list-item p {
  margin-top: 0;
  margin-bottom: 40px;
}
.investfact-ui .overview-panel-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  background: rgba(0, 113, 134, 0.2196078431);
}
.investfact-ui .overview-panel-overlay .overview-panel {
  width: 30rem;
  height: 99dvh;
  background: #2C6381;
  position: absolute;
  top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  right: 0;
  z-index: 9999;
  overflow: auto;
  border-radius: 10px;
}
.investfact-ui .overview-panel-overlay .overview-panel .overview-panel-header {
  padding: 20px 30px 0px;
  color: #fff;
  display: flex;
  align-items: center;
}
.investfact-ui .overview-panel-overlay .overview-panel .overview-panel-header .cursor {
  cursor: pointer;
}
.investfact-ui .overview-panel-overlay .overview-panel .overview-panel-header .overview-panel-heading {
  margin: 20px 0;
}
.investfact-ui .overview-panel-overlay .overview-panel .overview-panel-section {
  padding: 10px 20px;
  color: #fff;
}
.investfact-ui .overview-panel-overlay .overview-panel .overview-panel-section .label {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.investfact-ui .overview-panel-overlay .overview-panel .overview-panel-section .value {
  min-height: 20px;
}
.investfact-ui .overview-panel-overlay .overview-panel .overview-panel-section:nth-child(even) {
  background-color: #1F455A;
}
.investfact-ui .overview-panel-overlay .overview-panel .overview-panel-section:nth-child(odd) {
  background-color: transparent;
}
.investfact-ui .action-panel-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  background: rgba(0, 113, 134, 0.2196078431);
}
.investfact-ui .action-panel-overlay .action-panel {
  width: 28rem;
  height: 99dvh;
  background: #2C6381;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 9999;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow: auto;
  border-radius: 10px;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  background: rgba(40, 89, 116, 0.6588235294);
  padding: 20px 30px 0px;
  color: #fff;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-panel-header .cursor {
  cursor: pointer;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-panel-header .action-menu-panel-heading {
  margin: 20px 0;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel mat-divider {
  border-top-color: #017b91 !important;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-item .action-item {
  height: 58px;
  border-bottom: 1px solid #017b91;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-item .action-item .action-item-icon-arrow-down {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-item .action-item a {
  padding: 0px 20px;
  vertical-align: middle !important;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-item .action-item i {
  vertical-align: middle !important;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-item .inner-action-menu-item {
  padding-left: 40px;
}
.investfact-ui .action-panel-overlay .action-panel .action-menu-panel .action-menu-item .inner-action-menu-item .inner-action-item .inner-action-menu-item-icon {
  height: 17px;
  width: 25px;
  vertical-align: top;
  margin-right: 10px;
}
.investfact-ui .alphabet-label {
  padding-left: 15px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
}
.investfact-ui .alphabet-nav {
  position: fixed;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  z-index: 1000;
  /* ensure it's on top */
}
.investfact-ui .alphabet-nav span {
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  font-weight: bold;
  font-size: 16px;
}
.investfact-ui .highlight-label {
  transition: background-color 1s ease;
  padding: 4px 8px;
  border-radius: 4px;
}
.investfact-ui .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  font-family: poppins !important;
}
