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

/**
* Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*
* Theming Engine 14.2.8
* data:{"Path": "Base.baseLib.sap_horizon.preview", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "14.2.8"}, "Version": { "Build": "11.24.0.20241212104249", "Source": "11.24.0"}}
*/

.sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon.preview", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "14.2.8"}, "Version": { "Build": "11.24.0.20241212104249", "Source": "11.24.0"}}');}
:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.preview", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "14.2.8"}, "Version": { "Build": "11.24.0.20241212104249", "Source": "11.24.0"}};}

/*Base.baseLib.baseTheme.base*/@font-face{font-family:'SAP-icons';src:url(/client/bdmsimulation/7cf62b8051432996.woff2) format('woff2'),url(/client/bdmsimulation/a03745b16c60ac46.woff) format('woff'),url(/client/bdmsimulation/4b8d4b56c493a2c4.ttf) format('truetype'),local('SAP-icons');font-weight:normal;font-style:normal}@font-face{font-family:'72';font-style:normal;font-weight:400;src:url(/client/bdmsimulation/48ab0f9566c593aa.woff2) format('woff2'),url(/client/bdmsimulation/0ef78442b3e70f1b.woff) format('woff'),local('72');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72full';font-style:normal;font-weight:400;src:url(/client/bdmsimulation/976965e036ed3ed8.woff2) format('woff2'),url(/client/bdmsimulation/2d78509215462bf6.woff) format('woff')}@font-face{font-family:'72-Bold';src:url(/client/bdmsimulation/8cb52cfe89c220c0.woff2) format('woff2'),url(/client/bdmsimulation/d11b34f25c2d13f2.woff) format('woff'),local('72-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:normal;font-weight:700;src:url(/client/bdmsimulation/8cb52cfe89c220c0.woff2) format('woff2'),url(/client/bdmsimulation/d11b34f25c2d13f2.woff) format('woff'),local('72-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Boldfull';src:url(/client/bdmsimulation/2ca63fe6e283c499.woff2) format('woff2'),url(/client/bdmsimulation/8d42e6106b2a3327.woff) format('woff')}@font-face{font-family:'72full';font-style:normal;font-weight:700;src:url(/client/bdmsimulation/2ca63fe6e283c499.woff2) format('woff2'),url(/client/bdmsimulation/8d42e6106b2a3327.woff) format('woff')}@font-face{font-family:'72-Semibold';src:url(/client/bdmsimulation/6c27f07747c0a3b9.woff2) format('woff2'),url(/client/bdmsimulation/6ea9017fd2fb6b10.woff) format('woff'),local('72-Semibold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:normal;font-weight:600;src:url(/client/bdmsimulation/6c27f07747c0a3b9.woff2) format('woff2'),url(/client/bdmsimulation/6ea9017fd2fb6b10.woff) format('woff'),local('72-Semibold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Semiboldfull';src:url(/client/bdmsimulation/3eff7fc72bf98656.woff2) format('woff2'),url(/client/bdmsimulation/f4106f982781a2b9.woff) format('woff')}@font-face{font-family:'72full';font-style:normal;font-weight:600;src:url(/client/bdmsimulation/3eff7fc72bf98656.woff2) format('woff2'),url(/client/bdmsimulation/f4106f982781a2b9.woff) format('woff')}@font-face{font-family:'72-SemiboldDuplex';src:url(/client/bdmsimulation/fa6de46e2ab8f33f.woff2) format('woff2'),url(/client/bdmsimulation/9bfafb49d9e4bc51.woff) format('woff'),local('72-SemiboldDuplex');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-SemiboldDuplexfull';src:url(/client/bdmsimulation/dddb57f3d2768013.woff2) format('woff2'),url(/client/bdmsimulation/cb1a792bb7011325.woff) format('woff')}@font-face{font-family:'72-Light';src:url(/client/bdmsimulation/8bbdf31720c6e67e.woff2) format('woff2'),url(/client/bdmsimulation/72faf0c1c836ac4a.woff) format('woff'),local('72-Light');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:normal;font-weight:300;src:url(/client/bdmsimulation/8bbdf31720c6e67e.woff2) format('woff2'),url(/client/bdmsimulation/72faf0c1c836ac4a.woff) format('woff'),local('72-Light');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Lightfull';src:url(/client/bdmsimulation/176114e7f84052db.woff2) format('woff2'),url(/client/bdmsimulation/70bafcc59555c868.woff) format('woff')}@font-face{font-family:'72full';font-style:normal;font-weight:300;src:url(/client/bdmsimulation/176114e7f84052db.woff2) format('woff2'),url(/client/bdmsimulation/70bafcc59555c868.woff) format('woff')}@font-face{font-family:'72Black';src:url(/client/bdmsimulation/b53d8b393271a4d9.woff2) format('woff2'),url(/client/bdmsimulation/a29c5a773ebeda20.woff) format('woff'),local('72Black');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:normal;font-weight:900;src:url(/client/bdmsimulation/b53d8b393271a4d9.woff2) format('woff2'),url(/client/bdmsimulation/a29c5a773ebeda20.woff) format('woff'),local('72Black');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Blackfull';src:url(/client/bdmsimulation/a2da8c22f1805179.woff2) format('woff2'),url(/client/bdmsimulation/8d3b37497ad3dcd6.woff) format('woff')}@font-face{font-family:'72full';font-style:normal;font-weight:900;src:url(/client/bdmsimulation/a2da8c22f1805179.woff2) format('woff2'),url(/client/bdmsimulation/8d3b37497ad3dcd6.woff) format('woff')}@font-face{font-family:'72-BoldItalic';src:url(/client/bdmsimulation/312832de28dad1e7.woff2) format('woff2'),url(/client/bdmsimulation/003d8c74fbc6fc41.woff) format('woff'),local('72-BoldItalic');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:italic;font-weight:700;src:url(/client/bdmsimulation/312832de28dad1e7.woff2) format('woff2'),url(/client/bdmsimulation/003d8c74fbc6fc41.woff) format('woff'),local('72-BoldItalic');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72full';font-style:italic;font-weight:700;src:url(/client/bdmsimulation/dc71cfdcb5f2b55d.woff2) format('woff2'),url(/client/bdmsimulation/2d8fb54627cb7e73.woff) format('woff')}@font-face{font-family:'72-Condensed';src:url(/client/bdmsimulation/e71940e88d56ae98.woff2) format('woff2'),url(/client/bdmsimulation/a86900ca3798603b.woff) format('woff'),local('72-Condensed');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:normal;font-weight:400;font-stretch:condensed;src:url(/client/bdmsimulation/e71940e88d56ae98.woff2) format('woff2'),url(/client/bdmsimulation/a86900ca3798603b.woff) format('woff'),local('72-Condensed');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:normal;font-weight:400;font-stretch:condensed;src:url(/client/bdmsimulation/0b69665539e934c4.woff2) format('woff2'),url(/client/bdmsimulation/c5268728463d0279.woff) format('woff');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-CondensedBold';src:url(/client/bdmsimulation/bfe6f895f499f97e.woff2) format('woff2'),url(/client/bdmsimulation/495cd6eaec232df8.woff) format('woff'),local('72-CondensedBold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:normal;font-weight:700;font-stretch:condensed;src:url(/client/bdmsimulation/bfe6f895f499f97e.woff2) format('woff2'),url(/client/bdmsimulation/495cd6eaec232df8.woff) format('woff'),local('72-CondensedBold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72full';font-style:normal;font-weight:700;font-stretch:condensed;src:url(/client/bdmsimulation/3514e9dbec5aa57e.woff2) format('woff2'),url(/client/bdmsimulation/6a2e022508a40531.woff) format('woff')}@font-face{font-family:'72-Italic';src:url(/client/bdmsimulation/a7fe60e336d27200.woff2) format('woff2'),url(/client/bdmsimulation/e2c456960d168ac9.woff) format('woff'),local('72-Italic');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72';font-style:italic;font-weight:400;src:url(/client/bdmsimulation/a7fe60e336d27200.woff2) format('woff2'),url(/client/bdmsimulation/e2c456960d168ac9.woff) format('woff'),local('72-Italic');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72full';font-style:italic;font-weight:400;src:url(/client/bdmsimulation/1dde64fe9eb941c3.woff2) format('woff2'),url(/client/bdmsimulation/24e7d3ebaa966c56.woff) format('woff')}@font-face{font-family:'72Mono';src:url(/client/bdmsimulation/817b1f20f964acb4.woff2) format('woff2'),url(/client/bdmsimulation/2df407297f1b6afe.woff) format('woff'),local('72Mono');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Monofull';src:url(/client/bdmsimulation/cbe349685c0ed90f.woff2) format('woff2'),url(/client/bdmsimulation/7151e703a28a4152.woff) format('woff')}@font-face{font-family:'72Mono-Bold';src:url(/client/bdmsimulation/78901942336a3ee2.woff2) format('woff2'),url(/client/bdmsimulation/34057857b1ce33c6.woff) format('woff'),local('72Mono-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Mono-Boldfull';src:url(/client/bdmsimulation/56ec37575eda4a55.woff2) format('woff2'),url(/client/bdmsimulation/72fac8af4bfdf7e5.woff) format('woff')}.sapSvgIconNegative{fill:#f53232 !important}.sapSvgIconCritical{fill:#e76500 !important}.sapSvgIconPositive{fill:#30914c !important}.sapSvgIconBase{fill:#fff !important}
/*Base.baseLib.baseTheme.preview*/
/*Base.baseLib.sap_horizon.base*/
/*Base.baseLib.sap_horizon.preview*/
/**
* Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*
* Theming Engine 14.2.8
* data:{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "14.2.8"}, "Version": { "Build": "11.24.0.20241212104249", "Source": "11.24.0"}}
*/

.sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "14.2.8"}, "Version": { "Build": "11.24.0.20241212104249", "Source": "11.24.0"}}');}
:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "14.2.8"}, "Version": { "Build": "11.24.0.20241212104249", "Source": "11.24.0"}};}
:root {
  --sapBrandColor: #0070f2;
  --sapHighlightColor: #0064d9;
  --sapBaseColor: #fff;
  --sapShellColor: #fff;
  --sapBackgroundColor: #f5f6f7;
  --sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
  --sapFontSize: .875rem;
  --sapTextColor: #1d2d3e;
  --sapLinkColor: #0064d9;
  --sapCompanyLogo: none;
  --sapBackgroundImage: none;
  --sapBackgroundImageOpacity: 1.0;
  --sapBackgroundImageRepeat: false;
  --sapSelectedColor: #0064d9;
  --sapHoverColor: #eaecee;
  --sapActiveColor: #dee2e5;
  --sapHighlightTextColor: #fff;
  --sapTitleColor: #1d2d3e;
  --sapNegativeColor: #aa0808;
  --sapCriticalColor: #e76500;
  --sapPositiveColor: #256f3a;
  --sapInformativeColor: #0070f2;
  --sapNeutralColor: #788fa6;
  --sapNegativeElementColor: #f53232;
  --sapCriticalElementColor: #e76500;
  --sapPositiveElementColor: #30914c;
  --sapInformativeElementColor: #0070f2;
  --sapNeutralElementColor: #788fa6;
  --sapNegativeTextColor: #aa0808;
  --sapCriticalTextColor: #b44f00;
  --sapPositiveTextColor: #256f3a;
  --sapInformativeTextColor: #0064d9;
  --sapNeutralTextColor: #1d2d3e;
  --sapErrorColor: #aa0808;
  --sapWarningColor: #e76500;
  --sapSuccessColor: #256f3a;
  --sapInformationColor: #0070f2;
  --sapErrorBackground: #ffeaf4;
  --sapWarningBackground: #fff8d6;
  --sapSuccessBackground: #f5fae5;
  --sapInformationBackground: #e1f4ff;
  --sapNeutralBackground: #eff1f2;
  --sapErrorBorderColor: #e90b0b;
  --sapWarningBorderColor: #dd6100;
  --sapSuccessBorderColor: #30914c;
  --sapInformationBorderColor: #0070f2;
  --sapNeutralBorderColor: #788fa6;
  --sapElement_LineHeight: 2.75rem;
  --sapElement_Height: 2.25rem;
  --sapElement_BorderWidth: .0625rem;
  --sapElement_BorderCornerRadius: .75rem;
  --sapElement_Compact_LineHeight: 2rem;
  --sapElement_Compact_Height: 1.625rem;
  --sapElement_Condensed_LineHeight: 1.5rem;
  --sapElement_Condensed_Height: 1.375rem;
  --sapContent_LineHeight: 1.5;
  --sapContent_IconHeight: 1rem;
  --sapContent_IconColor: #1d2d3e;
  --sapContent_ContrastIconColor: #fff;
  --sapContent_NonInteractiveIconColor: #758ca4;
  --sapContent_MarkerIconColor: #5d36ff;
  --sapContent_MarkerTextColor: #046c7a;
  --sapContent_MeasureIndicatorColor: #556b81;
  --sapContent_Selected_MeasureIndicatorColor: #0064d9;
  --sapContent_Placeholderloading_Background: #ccc;
  --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);
  --sapContent_ImagePlaceholderBackground: #eaecee;
  --sapContent_ImagePlaceholderForegroundColor: #5b738b;
  --sapContent_RatedColor: #d27700;
  --sapContent_UnratedColor: #758ca4;
  --sapContent_BusyColor: #0064d9;
  --sapContent_FocusColor: #0032a5;
  --sapContent_FocusStyle: solid;
  --sapContent_FocusWidth: .125rem;
  --sapContent_ContrastFocusColor: #fff;
  --sapContent_ShadowColor: #223548;
  --sapContent_ContrastShadowColor: #fff;
  --sapContent_Shadow0: 0 0 0.125rem 0 rgba(34,53,72,0.2), 0 0.125rem 0.25rem 0 rgba(34,53,72,0.2);
  --sapContent_Shadow1: 0 0 0 0.0625rem rgba(34,53,72,0.48), 0 0.125rem 0.5rem 0 rgba(34,53,72,0.3);
  --sapContent_Shadow2: 0 0 0 0.0625rem rgba(34,53,72,0.48), 0 0.625rem 1.875rem 0 rgba(34,53,72,0.25);
  --sapContent_Shadow3: 0 0 0 0.0625rem rgba(34,53,72,0.48), 0 1.25rem 5rem 0 rgba(34,53,72,0.25);
  --sapContent_TextShadow: 0 0 0.125rem #fff;
  --sapContent_ContrastTextShadow: 0 0 0.0625rem rgba(0,0,0,0.7);
  --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(34,53,72,0.05), inset 0 -0.0625rem 0 0 #d9d9d9;
  --sapContent_Interaction_Shadow: inset 0 0 0 0.0625rem rgba(85,107,129,0.25);
  --sapContent_Selected_Shadow: inset 0 0 0 0.0625rem rgba(79,160,255,0.5);
  --sapContent_Negative_Shadow: inset 0 0 0 0.0625rem rgba(255,142,196,0.45);
  --sapContent_Critical_Shadow: inset 0 0 0 0.0625rem rgba(255,213,10,0.4);
  --sapContent_Positive_Shadow: inset 0 0 0 0.0625rem rgba(48,145,76,0.18);
  --sapContent_Informative_Shadow: inset 0 0 0 0.0625rem rgba(104,174,255,0.5);
  --sapContent_Neutral_Shadow: inset 0 0 0 0.0625rem rgba(120,143,166,0.3);
  --sapContent_SearchHighlightColor: #dafdf5;
  --sapContent_HelpColor: #188918;
  --sapContent_LabelColor: #556b82;
  --sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
  --sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
  --sapContent_IconFontFamily: "SAP-icons";
  --sapContent_DisabledTextColor: rgba(29,45,62,0.6);
  --sapContent_DisabledOpacity: 0.4;
  --sapContent_ContrastTextThreshold: 0.65;
  --sapContent_ContrastTextColor: #fff;
  --sapContent_ForegroundColor: #efefef;
  --sapContent_ForegroundBorderColor: #758ca4;
  --sapContent_ForegroundTextColor: #1d2d3e;
  --sapContent_BadgeBackground: #aa0808;
  --sapContent_BadgeTextColor: #fff;
  --sapContent_BadgeBorderColor: #fff;
  --sapContent_DragAndDropActiveColor: #0064d9;
  --sapContent_Selected_TextColor: #0064d9;
  --sapContent_Selected_Background: #fff;
  --sapContent_Selected_Hover_Background: #e3f0ff;
  --sapContent_Selected_ForegroundColor: #0064d9;
  --sapContent_ForcedColorAdjust: none;
  --sapContent_Lite_Shadow: None;
  --sapContent_Illustrative_Color1: #9b015d;
  --sapContent_Illustrative_Color2: #56bdff;
  --sapContent_Illustrative_Color3: #ff7f4c;
  --sapContent_Illustrative_Color4: #00144a;
  --sapContent_Illustrative_Color5: #a9b4be;
  --sapContent_Illustrative_Color6: #d5dadd;
  --sapContent_Illustrative_Color7: #dbf1ff;
  --sapContent_Illustrative_Color8: #fff;
  --sapContent_Illustrative_Color9: #0899a7;
  --sapContent_Illustrative_Color10: #dbf1ff;
  --sapContent_Illustrative_Color11: #df1278;
  --sapContent_Illustrative_Color12: #00a800;
  --sapContent_Illustrative_Color13: #0070f2;
  --sapContent_Illustrative_Color14: #0040b0;
  --sapContent_Illustrative_Color15: #c35500;
  --sapContent_Illustrative_Color16: #8d2a00;
  --sapContent_Illustrative_Color17: #046c7c;
  --sapContent_Illustrative_Color18: #bce5ff;
  --sapContent_Illustrative_Color19: #a3dbff;
  --sapContent_Illustrative_Color20: #89d1ff;
  --sapContent_Illustrative_Color21: #1b90ff;
  --sapContent_Illustrative_Color22: #00144a;
  --sapContent_Illustrative_Color23: #d20a0a;
  --sapContent_Illustrative_Color24: #ffb2d2;
  --sapContent_Illustrative_Color25: #ffeaf4;
  --sapContent_Illustrative_Color26: #ffdf72;
  --sapContent_Illustrative_Color27: #fff8d6;
  --sapContent_Illustrative_Color28: #a93e00;
  --sapContent_Illustrative_Color29: #450b00;
  --sapContent_Illustrative_Color30: #340800;
  --sapContent_Illustrative_Color31: #ffab92;
  --sapContent_Space_S: 1rem;
  --sapContent_Space_M: 2rem;
  --sapContent_Space_L: 2rem;
  --sapContent_Space_XL: 3rem;
  --sapContent_Space_Tiny: 2rem;
  --sapContent_Space_Small: 1rem;
  --sapContent_Space_Medium: 2rem;
  --sapContent_Space_Large: 3rem;
  --sapContent_Margin_Tiny: 0 0 1rem;
  --sapContent_Margin_Small: 1rem;
  --sapContent_Margin_Medium: 1rem 2rem;
  --sapContent_Margin_Large: 1rem;
  --sapContent_Padding_S: 0rem;
  --sapContent_Padding_M: 2rem;
  --sapContent_Padding_L: 2rem;
  --sapContent_Padding_XL: 3rem;
  --sapContent_Gap: 1rem;
  --sapContent_Success_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(34,53,72,0.05), inset 0 -0.0625rem 0 0 #30914c;
  --sapContent_Warning_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(34,53,72,0.05), inset 0 -0.0625rem 0 0 #dd6100;
  --sapContent_Error_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(34,53,72,0.05), inset 0 -0.0625rem 0 0 #e90b0b;
  --sapContent_Information_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(34,53,72,0.05), inset 0 -0.0625rem 0 0 #0070f2;
  --sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
  --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
  --sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
  --sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
  --sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
  --sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
  --sapFontSmallSize: .75rem;
  --sapFontLargeSize: 1rem;
  --sapFontHeader1Size: 3rem;
  --sapFontHeader2Size: 2rem;
  --sapFontHeader3Size: 1.5rem;
  --sapFontHeader4Size: 1.25rem;
  --sapFontHeader5Size: 1rem;
  --sapFontHeader6Size: .875rem;
  --sapLink_TextDecoration: none;
  --sapLink_Hover_Color: #0064d9;
  --sapLink_Hover_TextDecoration: underline;
  --sapLink_Active_Color: #0064d9;
  --sapLink_Active_TextDecoration: none;
  --sapLink_Visited_Color: #0064d9;
  --sapLink_InvertedColor: #a6cfff;
  --sapLink_SubtleColor: #1d2d3e;
  --sapShell_Background: #eff1f2;
  --sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);
  --sapShell_BackgroundImageOpacity: 1.0;
  --sapShell_BackgroundImageRepeat: false;
  --sapShell_BorderColor: #fff;
  --sapShell_TextColor: #1d2d3e;
  --sapShell_InteractiveBackground: #eff1f2;
  --sapShell_InteractiveTextColor: #1d2d3e;
  --sapShell_InteractiveBorderColor: #556b81;
  --sapShell_GroupTitleTextColor: #1d2d3e;
  --sapShell_GroupTitleTextShadow: 0 0 0.125rem #fff;
  --sapShell_Hover_Background: #fff;
  --sapShell_Active_Background: #fff;
  --sapShell_Active_TextColor: #0070f2;
  --sapShell_Selected_Background: #fff;
  --sapShell_Selected_TextColor: #0070f2;
  --sapShell_Selected_Hover_Background: #fff;
  --sapShell_Favicon: none;
  --sapShell_Navigation_Background: #fff;
  --sapShell_Navigation_Hover_Background: #fff;
  --sapShell_Navigation_SelectedColor: #0064d9;
  --sapShell_Navigation_Selected_TextColor: #0064d9;
  --sapShell_Navigation_TextColor: #1d2d3e;
  --sapShell_Navigation_Active_TextColor: #0064d9;
  --sapShell_Navigation_Active_Background: #fff;
  --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(34,53,72,0.15), inset 0 -0.0625rem 0 0 rgba(34,53,72,0.2);
  --sapShell_NegativeColor: #aa0808;
  --sapShell_CriticalColor: #b44f00;
  --sapShell_PositiveColor: #256f3a;
  --sapShell_InformativeColor: #0064d9;
  --sapShell_NeutralColor: #1d2d3e;
  --sapShell_Assistant_ForegroundColor: #5d36ff;
  --sapShell_SubBrand_TextColor: #003e87;
  --sapShell_Category_1_Background: #0057d2;
  --sapShell_Category_1_BorderColor: #0057d2;
  --sapShell_Category_1_TextColor: #fff;
  --sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_2_Background: #df1278;
  --sapShell_Category_2_BorderColor: #df1278;
  --sapShell_Category_2_TextColor: #fff;
  --sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_3_Background: #e76500;
  --sapShell_Category_3_BorderColor: #e76500;
  --sapShell_Category_3_TextColor: #fff;
  --sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_4_Background: #7800a4;
  --sapShell_Category_4_BorderColor: #7800a4;
  --sapShell_Category_4_TextColor: #fff;
  --sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_5_Background: #aa2608;
  --sapShell_Category_5_BorderColor: #aa2608;
  --sapShell_Category_5_TextColor: #fff;
  --sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_6_Background: #07838f;
  --sapShell_Category_6_BorderColor: #07838f;
  --sapShell_Category_6_TextColor: #fff;
  --sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_7_Background: #f31ded;
  --sapShell_Category_7_BorderColor: #f31ded;
  --sapShell_Category_7_TextColor: #fff;
  --sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_8_Background: #188918;
  --sapShell_Category_8_BorderColor: #188918;
  --sapShell_Category_8_TextColor: #fff;
  --sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_9_Background: #002a86;
  --sapShell_Category_9_BorderColor: #002a86;
  --sapShell_Category_9_TextColor: #fff;
  --sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_10_Background: #5b738b;
  --sapShell_Category_10_BorderColor: #5b738b;
  --sapShell_Category_10_TextColor: #fff;
  --sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_11_Background: #d20a0a;
  --sapShell_Category_11_BorderColor: #d20a0a;
  --sapShell_Category_11_TextColor: #fff;
  --sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_12_Background: #7858ff;
  --sapShell_Category_12_BorderColor: #7858ff;
  --sapShell_Category_12_TextColor: #fff;
  --sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_13_Background: #a00875;
  --sapShell_Category_13_BorderColor: #a00875;
  --sapShell_Category_13_TextColor: #fff;
  --sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_14_Background: #14565b;
  --sapShell_Category_14_BorderColor: #14565b;
  --sapShell_Category_14_TextColor: #fff;
  --sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_15_Background: #223548;
  --sapShell_Category_15_BorderColor: #223548;
  --sapShell_Category_15_TextColor: #fff;
  --sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Category_16_Background: #1e592f;
  --sapShell_Category_16_BorderColor: #1e592f;
  --sapShell_Category_16_TextColor: #fff;
  --sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
  --sapShell_Space_S: 0.5rem;
  --sapShell_Space_M: 2rem;
  --sapShell_Space_L: 2rem;
  --sapShell_Space_XL: 3rem;
  --sapShell_Gap_S: 0.5rem;
  --sapShell_Gap_M: 1rem;
  --sapShell_Gap_L: 1rem;
  --sapShell_Gap_XL: 1rem;
  --sapShell_GroupGap_S: 2rem;
  --sapShell_GroupGap_M: 3rem;
  --sapShell_GroupGap_L: 3rem;
  --sapShell_GroupGap_XL: 3rem;
  --sapAssistant_Color1: #5d36ff;
  --sapAssistant_Color2: #a100c2;
  --sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);
  --sapAssistant_Background: #5d36ff;
  --sapAssistant_BorderColor: #5d36ff;
  --sapAssistant_TextColor: #fff;
  --sapAssistant_Hover_Background: #2800cf;
  --sapAssistant_Hover_BorderColor: #2800cf;
  --sapAssistant_Hover_TextColor: #fff;
  --sapAssistant_Active_Background: #fff;
  --sapAssistant_Active_BorderColor: #5d36ff;
  --sapAssistant_Active_TextColor: #5d36ff;
  --sapAssistant_Question_Background: #eae5ff;
  --sapAssistant_Question_BorderColor: #eae5ff;
  --sapAssistant_Question_TextColor: #1d2d3e;
  --sapAssistant_Answer_Background: #eff1f2;
  --sapAssistant_Answer_BorderColor: #eff1f2;
  --sapAssistant_Answer_TextColor: #1d2d3e;
  --sapAvatar_1_Background: #fff3b8;
  --sapAvatar_1_BorderColor: #fff3b8;
  --sapAvatar_1_TextColor: #a45d00;
  --sapAvatar_1_Hover_Background: #fff3b8;
  --sapAvatar_2_Background: #ffd0e7;
  --sapAvatar_2_BorderColor: #ffd0e7;
  --sapAvatar_2_TextColor: #aa0808;
  --sapAvatar_2_Hover_Background: #ffd0e7;
  --sapAvatar_3_Background: #ffdbe7;
  --sapAvatar_3_BorderColor: #ffdbe7;
  --sapAvatar_3_TextColor: #ba066c;
  --sapAvatar_3_Hover_Background: #ffdbe7;
  --sapAvatar_4_Background: #ffdcf3;
  --sapAvatar_4_BorderColor: #ffdcf3;
  --sapAvatar_4_TextColor: #a100c2;
  --sapAvatar_4_Hover_Background: #ffdcf3;
  --sapAvatar_5_Background: #ded3ff;
  --sapAvatar_5_BorderColor: #ded3ff;
  --sapAvatar_5_TextColor: #552cff;
  --sapAvatar_5_Hover_Background: #ded3ff;
  --sapAvatar_6_Background: #d1efff;
  --sapAvatar_6_BorderColor: #d1efff;
  --sapAvatar_6_TextColor: #0057d2;
  --sapAvatar_6_Hover_Background: #d1efff;
  --sapAvatar_7_Background: #c2fcee;
  --sapAvatar_7_BorderColor: #c2fcee;
  --sapAvatar_7_TextColor: #046c7a;
  --sapAvatar_7_Hover_Background: #c2fcee;
  --sapAvatar_8_Background: #ebf5cb;
  --sapAvatar_8_BorderColor: #ebf5cb;
  --sapAvatar_8_TextColor: #256f3a;
  --sapAvatar_8_Hover_Background: #ebf5cb;
  --sapAvatar_9_Background: #ddccf0;
  --sapAvatar_9_BorderColor: #ddccf0;
  --sapAvatar_9_TextColor: #6c32a9;
  --sapAvatar_9_Hover_Background: #ddccf0;
  --sapAvatar_10_Background: #eaecee;
  --sapAvatar_10_BorderColor: #eaecee;
  --sapAvatar_10_TextColor: #556b82;
  --sapAvatar_10_Hover_Background: #eaecee;
  --sapAvatar_Lite_BorderColor: transparent;
  --sapAvatar_Lite_Background: transparent;
  --sapAvatar_Hover_BorderColor: rgba(85,107,129,0.25);
  --sapButton_Background: #fff;
  --sapButton_BorderColor: #bcc3ca;
  --sapButton_BorderWidth: .0625rem;
  --sapButton_BorderCornerRadius: .5rem;
  --sapButton_TextColor: #0064d9;
  --sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
  --sapButton_Hover_Background: #eaecee;
  --sapButton_Hover_BorderColor: #bcc3ca;
  --sapButton_Hover_TextColor: #0064d9;
  --sapButton_IconColor: #0064d9;
  --sapButton_Active_Background: #fff;
  --sapButton_Active_BorderColor: #0064d9;
  --sapButton_Active_TextColor: #0064d9;
  --sapButton_Emphasized_Background: #0070f2;
  --sapButton_Emphasized_BorderColor: #0070f2;
  --sapButton_Emphasized_BorderWidth: .0625rem;
  --sapButton_Emphasized_TextColor: #fff;
  --sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
  --sapButton_Emphasized_Hover_Background: #0064d9;
  --sapButton_Emphasized_Hover_BorderColor: #0064d9;
  --sapButton_Emphasized_Hover_TextColor: #fff;
  --sapButton_Emphasized_Active_Background: #fff;
  --sapButton_Emphasized_Active_BorderColor: #0064d9;
  --sapButton_Emphasized_Active_TextColor: #0064d9;
  --sapButton_Emphasized_TextShadow: transparent;
  --sapButton_Emphasized_FontWeight: bold;
  --sapButton_Reject_Background: #ffd6e9;
  --sapButton_Reject_BorderColor: #ffc2de;
  --sapButton_Reject_TextColor: #aa0808;
  --sapButton_Reject_Hover_Background: #ffbddb;
  --sapButton_Reject_Hover_BorderColor: #ffbddb;
  --sapButton_Reject_Hover_TextColor: #aa0808;
  --sapButton_Reject_Active_Background: #fff;
  --sapButton_Reject_Active_BorderColor: #e90b0b;
  --sapButton_Reject_Active_TextColor: #aa0808;
  --sapButton_Reject_Selected_Background: #fff;
  --sapButton_Reject_Selected_BorderColor: #e90b0b;
  --sapButton_Reject_Selected_TextColor: #aa0808;
  --sapButton_Reject_Selected_Hover_Background: #ffbddb;
  --sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;
  --sapButton_Accept_Background: #ebf5cb;
  --sapButton_Accept_BorderColor: #dbeda0;
  --sapButton_Accept_TextColor: #256f3a;
  --sapButton_Accept_Hover_Background: #e3f1b6;
  --sapButton_Accept_Hover_BorderColor: #e3f1b6;
  --sapButton_Accept_Hover_TextColor: #256f3a;
  --sapButton_Accept_Active_Background: #fff;
  --sapButton_Accept_Active_BorderColor: #30914c;
  --sapButton_Accept_Active_TextColor: #256f3a;
  --sapButton_Accept_Selected_Background: #fff;
  --sapButton_Accept_Selected_BorderColor: #30914c;
  --sapButton_Accept_Selected_TextColor: #256f3a;
  --sapButton_Accept_Selected_Hover_Background: #e3f1b6;
  --sapButton_Accept_Selected_Hover_BorderColor: #30914c;
  --sapButton_Lite_Background: transparent;
  --sapButton_Lite_BorderColor: transparent;
  --sapButton_Lite_TextColor: #0064d9;
  --sapButton_Lite_Hover_Background: #eaecee;
  --sapButton_Lite_Hover_BorderColor: #bcc3ca;
  --sapButton_Lite_Hover_TextColor: #0064d9;
  --sapButton_Lite_Active_Background: #fff;
  --sapButton_Lite_Active_BorderColor: #0064d9;
  --sapButton_Selected_Background: #edf6ff;
  --sapButton_Selected_BorderColor: #0064d9;
  --sapButton_Selected_TextColor: #0064d9;
  --sapButton_Selected_Hover_Background: #d9ecff;
  --sapButton_Selected_Hover_BorderColor: #0064d9;
  --sapButton_Attention_Background: #fff3b7;
  --sapButton_Attention_BorderColor: #ffeb84;
  --sapButton_Attention_TextColor: #b44f00;
  --sapButton_Attention_Hover_Background: #ffef9e;
  --sapButton_Attention_Hover_BorderColor: #ffef9e;
  --sapButton_Attention_Hover_TextColor: #b44f00;
  --sapButton_Attention_Active_Background: #fff;
  --sapButton_Attention_Active_BorderColor: #dd6100;
  --sapButton_Attention_Active_TextColor: #b44f00;
  --sapButton_Attention_Selected_Background: #fff;
  --sapButton_Attention_Selected_BorderColor: #dd6100;
  --sapButton_Attention_Selected_TextColor: #b44f00;
  --sapButton_Attention_Selected_Hover_Background: #ffef9e;
  --sapButton_Attention_Selected_Hover_BorderColor: #dd6100;
  --sapButton_Negative_Background: #f53232;
  --sapButton_Negative_BorderColor: #f53232;
  --sapButton_Negative_TextColor: #fff;
  --sapButton_Negative_Hover_Background: #e90b0b;
  --sapButton_Negative_Hover_BorderColor: #e90b0b;
  --sapButton_Negative_Hover_TextColor: #fff;
  --sapButton_Negative_Active_Background: #fff;
  --sapButton_Negative_Active_BorderColor: #f53232;
  --sapButton_Negative_Active_TextColor: #aa0808;
  --sapButton_Critical_Background: #e76500;
  --sapButton_Critical_BorderColor: #e76500;
  --sapButton_Critical_TextColor: #fff;
  --sapButton_Critical_Hover_Background: #dd6100;
  --sapButton_Critical_Hover_BorderColor: #dd6100;
  --sapButton_Critical_Hover_TextColor: #fff;
  --sapButton_Critical_Active_Background: #fff;
  --sapButton_Critical_Active_BorderColor: #dd6100;
  --sapButton_Critical_Active_TextColor: #b44f00;
  --sapButton_Success_Background: #30914c;
  --sapButton_Success_BorderColor: #30914c;
  --sapButton_Success_TextColor: #fff;
  --sapButton_Success_Hover_Background: #2c8646;
  --sapButton_Success_Hover_BorderColor: #2c8646;
  --sapButton_Success_Hover_TextColor: #fff;
  --sapButton_Success_Active_Background: #fff;
  --sapButton_Success_Active_BorderColor: #30914c;
  --sapButton_Success_Active_TextColor: #256f3a;
  --sapButton_Information_Background: #e8f3ff;
  --sapButton_Information_BorderColor: #b5d8ff;
  --sapButton_Information_TextColor: #0064d9;
  --sapButton_Information_Hover_Background: #d4e8ff;
  --sapButton_Information_Hover_BorderColor: #b5d8ff;
  --sapButton_Information_Hover_TextColor: #0064d9;
  --sapButton_Information_Active_Background: #fff;
  --sapButton_Information_Active_BorderColor: #0064d9;
  --sapButton_Information_Active_TextColor: #0064d9;
  --sapButton_Neutral_Background: #e8f3ff;
  --sapButton_Neutral_BorderColor: #b5d8ff;
  --sapButton_Neutral_TextColor: #0064d9;
  --sapButton_Neutral_Hover_Background: #d4e8ff;
  --sapButton_Neutral_Hover_BorderColor: #b5d8ff;
  --sapButton_Neutral_Hover_TextColor: #0064d9;
  --sapButton_Neutral_Active_Background: #fff;
  --sapButton_Neutral_Active_BorderColor: #0064d9;
  --sapButton_Neutral_Active_TextColor: #0064d9;
  --sapButton_Track_Background: #788fa6;
  --sapButton_Track_BorderColor: #788fa6;
  --sapButton_Track_TextColor: #fff;
  --sapButton_Track_Hover_Background: #637d97;
  --sapButton_Track_Hover_BorderColor: #637d97;
  --sapButton_Track_Selected_Background: #0064d9;
  --sapButton_Track_Selected_BorderColor: #0064d9;
  --sapButton_Track_Selected_TextColor: #fff;
  --sapButton_Track_Selected_Hover_Background: #0058c0;
  --sapButton_Track_Selected_Hover_BorderColor: #0058c0;
  --sapButton_Handle_Background: #fff;
  --sapButton_Handle_BorderColor: #fff;
  --sapButton_Handle_TextColor: #1d2d3e;
  --sapButton_Handle_Hover_Background: #fff;
  --sapButton_Handle_Hover_BorderColor: rgba(255,255,255,0.5);
  --sapButton_Handle_Selected_Background: #edf6ff;
  --sapButton_Handle_Selected_BorderColor: #edf6ff;
  --sapButton_Handle_Selected_TextColor: #0064d9;
  --sapButton_Handle_Selected_Hover_Background: #edf6ff;
  --sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,0.5);
  --sapButton_Track_Negative_Background: #f53232;
  --sapButton_Track_Negative_BorderColor: #f53232;
  --sapButton_Track_Negative_TextColor: #fff;
  --sapButton_Track_Negative_Hover_Background: #e90b0b;
  --sapButton_Track_Negative_Hover_BorderColor: #e90b0b;
  --sapButton_Handle_Negative_Background: #fff;
  --sapButton_Handle_Negative_BorderColor: #fff;
  --sapButton_Handle_Negative_TextColor: #aa0808;
  --sapButton_Handle_Negative_Hover_Background: #fff;
  --sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,0.5);
  --sapButton_Track_Positive_Background: #30914c;
  --sapButton_Track_Positive_BorderColor: #30914c;
  --sapButton_Track_Positive_TextColor: #fff;
  --sapButton_Track_Positive_Hover_Background: #2c8646;
  --sapButton_Track_Positive_Hover_BorderColor: #2c8646;
  --sapButton_Handle_Positive_Background: #fff;
  --sapButton_Handle_Positive_BorderColor: #fff;
  --sapButton_Handle_Positive_TextColor: #256f3a;
  --sapButton_Handle_Positive_Hover_Background: #fff;
  --sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,0.5);
  --sapButton_TokenBackground: #fff;
  --sapButton_TokenBorderColor: #bcc3ca;
  --sapButton_TokenBorderCornerRadius: .375rem;
  --sapButton_Selected_TokenBorderWidth: .125rem;
  --sapButton_ReadOnly_TokenBackground: #fff;
  --sapButton_Segment_BorderCornerRadius: .5rem;
  --sapField_Background: #fff;
  --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;
  --sapField_TextColor: #131e29;
  --sapField_PlaceholderTextColor: #556b82;
  --sapField_BorderColor: #556b81;
  --sapField_HelpBackground: #fff;
  --sapField_BorderWidth: .0625rem;
  --sapField_BorderStyle: none;
  --sapField_BorderCornerRadius: .25rem;
  --sapField_Shadow: inset 0 0 0 0.0625rem rgba(85,107,129,0.25);
  --sapField_Hover_Background: #fff;
  --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;
  --sapField_Hover_BorderColor: #0064d9;
  --sapField_Hover_HelpBackground: #fff;
  --sapField_Hover_Shadow: inset 0 0 0 0.0625rem rgba(79,160,255,0.5);
  --sapField_Hover_InvalidShadow: inset 0 0 0 0.0625rem rgba(255,142,196,0.45);
  --sapField_Hover_WarningShadow: inset 0 0 0 0.0625rem rgba(255,213,10,0.4);
  --sapField_Hover_SuccessShadow: inset 0 0 0 0.0625rem rgba(48,145,76,0.18);
  --sapField_Hover_InformationShadow: inset 0 0 0 0.0625rem rgba(104,174,255,0.5);
  --sapField_Active_BorderColor: #0064d9;
  --sapField_Focus_Background: #fff;
  --sapField_Focus_BorderColor: #0032a5;
  --sapField_Focus_HelpBackground: #fff;
  --sapField_ReadOnly_Background: #eaecee;
  --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 0.25rem, transparent 0.25rem) border-box;
  --sapField_ReadOnly_BorderColor: #556b81;
  --sapField_ReadOnly_BorderStyle: none;
  --sapField_ReadOnly_HelpBackground: #eaecee;
  --sapField_RequiredColor: #ba066c;
  --sapField_InvalidColor: #e90b0b;
  --sapField_InvalidBackground: #ffeaf4;
  --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;
  --sapField_InvalidBorderWidth: .125rem;
  --sapField_InvalidBorderStyle: none;
  --sapField_InvalidShadow: inset 0 0 0 0.0625rem rgba(255,142,196,0.45);
  --sapField_WarningColor: #dd6100;
  --sapField_WarningBackground: #fff8d6;
  --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;
  --sapField_WarningBorderWidth: .125rem;
  --sapField_WarningBorderStyle: none;
  --sapField_WarningShadow: inset 0 0 0 0.0625rem rgba(255,213,10,0.4);
  --sapField_SuccessColor: #30914c;
  --sapField_SuccessBackground: #f5fae5;
  --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;
  --sapField_SuccessBorderWidth: .0625rem;
  --sapField_SuccessBorderStyle: none;
  --sapField_SuccessShadow: inset 0 0 0 0.0625rem rgba(48,145,76,0.18);
  --sapField_InformationColor: #0070f2;
  --sapField_InformationBackground: #e1f4ff;
  --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;
  --sapField_InformationBorderWidth: .125rem;
  --sapField_InformationBorderStyle: none;
  --sapField_InformationShadow: inset 0 0 0 0.0625rem rgba(104,174,255,0.5);
  --sapField_Selector_Hover_Background: #e3f0ff;
  --sapField_Selector_Hover_InvalidBackground: #fff;
  --sapField_Selector_Hover_WarningBackground: #fff;
  --sapField_Selector_Hover_SuccessBackground: #fff;
  --sapField_Selector_Hover_InformationBackground: #fff;
  --sapField_Picker_BorderColor: #556b81;
  --sapField_Picker_BorderWidth: .0625rem;
  --sapField_Selector_BorderStyle: solid;
  --sapField_Selector_ReadOnly_BorderStyle: dashed;
  --sapField_Selector_InvalidBorderStyle: solid;
  --sapField_Selector_WarningBorderStyle: solid;
  --sapField_Selector_SuccessBorderStyle: solid;
  --sapField_Selector_InformationBorderStyle: solid;
  --sapGroup_TitleBorderWidth: .0625rem;
  --sapGroup_TitleBackground: #fff;
  --sapGroup_TitleBorderColor: #a8b2bd;
  --sapGroup_TitleTextColor: #1d2d3e;
  --sapGroup_Title_FontSize: 1rem;
  --sapGroup_ContentBackground: #fff;
  --sapGroup_ContentBorderColor: #d9d9d9;
  --sapGroup_BorderWidth: .0625rem;
  --sapGroup_BorderCornerRadius: .75rem;
  --sapGroup_FooterBackground: transparent;
  --sapToolbar_Background: #fff;
  --sapToolbar_SeparatorColor: #d9d9d9;
  --sapList_HeaderBackground: #fff;
  --sapList_HeaderBorderColor: #a8b2bd;
  --sapList_HeaderTextColor: #1d2d3e;
  --sapList_BorderColor: #e5e5e5;
  --sapList_BorderWidth: .0625rem;
  --sapList_TextColor: #1d2d3e;
  --sapList_Active_TextColor: #1d2d3e;
  --sapList_Active_Background: #dee2e5;
  --sapList_SelectionBackgroundColor: #ebf8ff;
  --sapList_SelectionBorderColor: #0064d9;
  --sapList_Hover_SelectionBackground: #dcf3ff;
  --sapList_Background: #fff;
  --sapList_Hover_Background: #eaecee;
  --sapList_AlternatingBackground: #f5f6f7;
  --sapList_GroupHeaderBackground: #fff;
  --sapList_GroupHeaderBorderColor: #a8b2bd;
  --sapList_GroupHeaderTextColor: #1d2d3e;
  --sapList_TableGroupHeaderBackground: #eff1f2;
  --sapList_TableGroupHeaderBorderColor: #a8b2bd;
  --sapList_TableGroupHeaderTextColor: #1d2d3e;
  --sapList_FooterBackground: #fff;
  --sapList_FooterTextColor: #1d2d3e;
  --sapList_TableFooterBorder: #a8b2bd;
  --sapList_TableFixedBorderColor: #8c8c8c;
  --sapList_TableFixedColumnBorderWidth: .0625rem;
  --sapList_TableFixedRowBorderWidth: .125rem;
  --sapMessage_BorderWidth: .0625rem;
  --sapMessage_ErrorBorderColor: #ff8ec4;
  --sapMessage_WarningBorderColor: #ffe770;
  --sapMessage_SuccessBorderColor: #cee67e;
  --sapMessage_InformationBorderColor: #7bcfff;
  --sapMessage_Button_Hover_Background: rgba(234,236,238,0.2);
  --sapPopover_BorderCornerRadius: .5rem;
  --sapProgress_Background: #d5dadd;
  --sapProgress_BorderColor: #d5dadd;
  --sapProgress_TextColor: #1d2d3e;
  --sapProgress_FontSize: .875rem;
  --sapProgress_NegativeBackground: #ffdbec;
  --sapProgress_NegativeBorderColor: #ffdbec;
  --sapProgress_NegativeTextColor: #1d2d3e;
  --sapProgress_CriticalBackground: #fff4bd;
  --sapProgress_CriticalBorderColor: #fff4bd;
  --sapProgress_CriticalTextColor: #1d2d3e;
  --sapProgress_PositiveBackground: #e5f2ba;
  --sapProgress_PositiveBorderColor: #e5f2ba;
  --sapProgress_PositiveTextColor: #1d2d3e;
  --sapProgress_InformationBackground: #cdedff;
  --sapProgress_InformationBorderColor: #cdedff;
  --sapProgress_InformationTextColor: #1d2d3e;
  --sapProgress_Value_Background: #617b94;
  --sapProgress_Value_BorderColor: #617b94;
  --sapProgress_Value_TextColor: #788fa6;
  --sapProgress_Value_NegativeBackground: #f53232;
  --sapProgress_Value_NegativeBorderColor: #f53232;
  --sapProgress_Value_NegativeTextColor: #f53232;
  --sapProgress_Value_CriticalBackground: #e76500;
  --sapProgress_Value_CriticalBorderColor: #e76500;
  --sapProgress_Value_CriticalTextColor: #e76500;
  --sapProgress_Value_PositiveBackground: #30914c;
  --sapProgress_Value_PositiveBorderColor: #30914c;
  --sapProgress_Value_PositiveTextColor: #30914c;
  --sapProgress_Value_InformationBackground: #0070f2;
  --sapProgress_Value_InformationBorderColor: #0070f2;
  --sapProgress_Value_InformationTextColor: #0070f2;
  --sapScrollBar_FaceColor: #7b91a8;
  --sapScrollBar_TrackColor: #fff;
  --sapScrollBar_BorderColor: #7b91a8;
  --sapScrollBar_SymbolColor: #0064d9;
  --sapScrollBar_Dimension: .75rem;
  --sapScrollBar_Hover_FaceColor: #5b728b;
  --sapSlider_Background: #d5dadd;
  --sapSlider_BorderColor: #d5dadd;
  --sapSlider_Selected_Background: #0064d9;
  --sapSlider_Selected_BorderColor: #0064d9;
  --sapSlider_Selected_Dimension: 111px;
  --sapSlider_HandleBackground: #fff;
  --sapSlider_HandleBorderColor: #b0d5ff;
  --sapSlider_RangeHandleBackground: #fff;
  --sapSlider_Hover_HandleBackground: #d9ecff;
  --sapSlider_Hover_HandleBorderColor: #b0d5ff;
  --sapSlider_Hover_RangeHandleBackground: #d9ecff;
  --sapSlider_Active_HandleBackground: #fff;
  --sapSlider_Active_HandleBorderColor: #0064d9;
  --sapSlider_Active_RangeHandleBackground: transparent;
  --sapPageHeader_Background: #fff;
  --sapPageHeader_BorderColor: #d9d9d9;
  --sapPageHeader_TextColor: #1d2d3e;
  --sapPageFooter_Background: #fff;
  --sapPageFooter_BorderColor: #d9d9d9;
  --sapPageFooter_TextColor: #1d2d3e;
  --sapInfobar_Background: #c2fcee;
  --sapInfobar_Hover_Background: #fff;
  --sapInfobar_Active_Background: #fff;
  --sapInfobar_NonInteractive_Background: #f5f6f7;
  --sapInfobar_TextColor: #046c7a;
  --sapObjectHeader_Background: #fff;
  --sapObjectHeader_Hover_Background: #eaecee;
  --sapObjectHeader_BorderColor: #d9d9d9;
  --sapObjectHeader_Title_TextColor: #1d2d3e;
  --sapObjectHeader_Title_FontSize: 1.5rem;
  --sapObjectHeader_Title_SnappedFontSize: 1.25rem;
  --sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
  --sapObjectHeader_Subtitle_TextColor: #556b82;
  --sapBlockLayer_Background: #000;
  --sapBlockLayer_Opacity: 0.2;
  --sapTab_TextColor: #1d2d3e;
  --sapTab_ForegroundColor: #0064d9;
  --sapTab_IconColor: #0064d9;
  --sapTab_Background: #fff;
  --sapTab_Selected_TextColor: #0064d9;
  --sapTab_Selected_IconColor: #fff;
  --sapTab_Selected_Background: #0064d9;
  --sapTab_Selected_Indicator_Dimension: .1875rem;
  --sapTab_Positive_TextColor: #256f3a;
  --sapTab_Positive_ForegroundColor: #30914c;
  --sapTab_Positive_IconColor: #30914c;
  --sapTab_Positive_Selected_TextColor: #256f3a;
  --sapTab_Positive_Selected_IconColor: #fff;
  --sapTab_Positive_Selected_Background: #30914c;
  --sapTab_Negative_TextColor: #aa0808;
  --sapTab_Negative_ForegroundColor: #f53232;
  --sapTab_Negative_IconColor: #f53232;
  --sapTab_Negative_Selected_TextColor: #aa0808;
  --sapTab_Negative_Selected_IconColor: #fff;
  --sapTab_Negative_Selected_Background: #f53232;
  --sapTab_Critical_TextColor: #b44f00;
  --sapTab_Critical_ForegroundColor: #e76500;
  --sapTab_Critical_IconColor: #e76500;
  --sapTab_Critical_Selected_TextColor: #b44f00;
  --sapTab_Critical_Selected_IconColor: #fff;
  --sapTab_Critical_Selected_Background: #e76500;
  --sapTile_Background: #fff;
  --sapTile_Hover_Background: #eaecee;
  --sapTile_Active_Background: #dee2e5;
  --sapTile_BorderColor: transparent;
  --sapTile_BorderCornerRadius: 1rem;
  --sapTile_TitleTextColor: #1d2d3e;
  --sapTile_TextColor: #556b82;
  --sapTile_IconColor: #556b82;
  --sapTile_SeparatorColor: #ccc;
  --sapTile_Interactive_BorderColor: #b3b3b3;
  --sapTile_OverlayBackground: #fff;
  --sapTile_OverlayForegroundColor: #1d2d3e;
  --sapTile_Hover_ContentBackground: #fff;
  --sapTile_Active_ContentBackground: #fff;
  --sapAccentColor1: #d27700;
  --sapAccentColor2: #aa0808;
  --sapAccentColor3: #ba066c;
  --sapAccentColor4: #a100c2;
  --sapAccentColor5: #5d36ff;
  --sapAccentColor6: #0057d2;
  --sapAccentColor7: #046c7a;
  --sapAccentColor8: #256f3a;
  --sapAccentColor9: #6c32a9;
  --sapAccentColor10: #5b738b;
  --sapAccentBackgroundColor1: #fff3b8;
  --sapAccentBackgroundColor2: #ffd0e7;
  --sapAccentBackgroundColor3: #ffdbe7;
  --sapAccentBackgroundColor4: #ffdcf3;
  --sapAccentBackgroundColor5: #ded3ff;
  --sapAccentBackgroundColor6: #d1efff;
  --sapAccentBackgroundColor7: #c2fcee;
  --sapAccentBackgroundColor8: #ebf5cb;
  --sapAccentBackgroundColor9: #ddccf0;
  --sapAccentBackgroundColor10: #eaecee;
  --sapIndicationColor_1: #840606;
  --sapIndicationColor_1_Background: #840606;
  --sapIndicationColor_1_BorderColor: #840606;
  --sapIndicationColor_1_TextColor: #fff;
  --sapIndicationColor_1_Hover_Background: #6c0505;
  --sapIndicationColor_1_Active_Background: #fff;
  --sapIndicationColor_1_Active_BorderColor: #fb9d9d;
  --sapIndicationColor_1_Active_TextColor: #840606;
  --sapIndicationColor_1_Selected_Background: #fff;
  --sapIndicationColor_1_Selected_BorderColor: #fb9d9d;
  --sapIndicationColor_1_Selected_TextColor: #840606;
  --sapIndicationColor_1b: #fb9d9d;
  --sapIndicationColor_1b_TextColor: #840606;
  --sapIndicationColor_1b_Background: #fb9d9d;
  --sapIndicationColor_1b_BorderColor: #fb9d9d;
  --sapIndicationColor_1b_Hover_Background: #fa8585;
  --sapIndicationColor_2: #aa0808;
  --sapIndicationColor_2_Background: #aa0808;
  --sapIndicationColor_2_BorderColor: #aa0808;
  --sapIndicationColor_2_TextColor: #fff;
  --sapIndicationColor_2_Hover_Background: #920707;
  --sapIndicationColor_2_Active_Background: #fff;
  --sapIndicationColor_2_Active_BorderColor: #fcc4c4;
  --sapIndicationColor_2_Active_TextColor: #aa0808;
  --sapIndicationColor_2_Selected_Background: #fff;
  --sapIndicationColor_2_Selected_BorderColor: #fcc4c4;
  --sapIndicationColor_2_Selected_TextColor: #aa0808;
  --sapIndicationColor_2b: #fcc4c4;
  --sapIndicationColor_2b_TextColor: #aa0808;
  --sapIndicationColor_2b_Background: #fcc4c4;
  --sapIndicationColor_2b_BorderColor: #fcc4c4;
  --sapIndicationColor_2b_Hover_Background: #fbacac;
  --sapIndicationColor_3: #b95100;
  --sapIndicationColor_3_Background: #e76500;
  --sapIndicationColor_3_BorderColor: #e76500;
  --sapIndicationColor_3_TextColor: #fff;
  --sapIndicationColor_3_Hover_Background: #d85e00;
  --sapIndicationColor_3_Active_Background: #fff;
  --sapIndicationColor_3_Active_BorderColor: #fff2c0;
  --sapIndicationColor_3_Active_TextColor: #b95100;
  --sapIndicationColor_3_Selected_Background: #fff;
  --sapIndicationColor_3_Selected_BorderColor: #fff2c0;
  --sapIndicationColor_3_Selected_TextColor: #b95100;
  --sapIndicationColor_3b: #fff2c0;
  --sapIndicationColor_3b_TextColor: #b95100;
  --sapIndicationColor_3b_Background: #fff2c0;
  --sapIndicationColor_3b_BorderColor: #fff2c0;
  --sapIndicationColor_3b_Hover_Background: #ffeda6;
  --sapIndicationColor_4: #256f3a;
  --sapIndicationColor_4_Background: #256f3a;
  --sapIndicationColor_4_BorderColor: #256f3a;
  --sapIndicationColor_4_TextColor: #fff;
  --sapIndicationColor_4_Hover_Background: #1f5c30;
  --sapIndicationColor_4_Active_Background: #fff;
  --sapIndicationColor_4_Active_BorderColor: #bae8bc;
  --sapIndicationColor_4_Active_TextColor: #256f3a;
  --sapIndicationColor_4_Selected_Background: #fff;
  --sapIndicationColor_4_Selected_BorderColor: #bae8bc;
  --sapIndicationColor_4_Selected_TextColor: #256f3a;
  --sapIndicationColor_4b: #bae8bc;
  --sapIndicationColor_4b_TextColor: #256f3a;
  --sapIndicationColor_4b_Background: #bae8bc;
  --sapIndicationColor_4b_BorderColor: #bae8bc;
  --sapIndicationColor_4b_Hover_Background: #a7e2a9;
  --sapIndicationColor_5: #0070f2;
  --sapIndicationColor_5_Background: #0070f2;
  --sapIndicationColor_5_BorderColor: #0070f2;
  --sapIndicationColor_5_TextColor: #fff;
  --sapIndicationColor_5_Hover_Background: #0064d9;
  --sapIndicationColor_5_Active_Background: #fff;
  --sapIndicationColor_5_Active_BorderColor: #d3effd;
  --sapIndicationColor_5_Active_TextColor: #0070f2;
  --sapIndicationColor_5_Selected_Background: #fff;
  --sapIndicationColor_5_Selected_BorderColor: #d3effd;
  --sapIndicationColor_5_Selected_TextColor: #0070f2;
  --sapIndicationColor_5b: #d3effd;
  --sapIndicationColor_5b_TextColor: #0070f2;
  --sapIndicationColor_5b_Background: #d3effd;
  --sapIndicationColor_5b_BorderColor: #d3effd;
  --sapIndicationColor_5b_Hover_Background: #bbe6fc;
  --sapIndicationColor_6: #046c7a;
  --sapIndicationColor_6_Background: #046c7a;
  --sapIndicationColor_6_BorderColor: #046c7a;
  --sapIndicationColor_6_TextColor: #fff;
  --sapIndicationColor_6_Hover_Background: #035661;
  --sapIndicationColor_6_Active_Background: #fff;
  --sapIndicationColor_6_Active_BorderColor: #cdf5ec;
  --sapIndicationColor_6_Active_TextColor: #046c7a;
  --sapIndicationColor_6_Selected_Background: #fff;
  --sapIndicationColor_6_Selected_BorderColor: #cdf5ec;
  --sapIndicationColor_6_Selected_TextColor: #046c7a;
  --sapIndicationColor_6b: #cdf5ec;
  --sapIndicationColor_6b_TextColor: #046c7a;
  --sapIndicationColor_6b_Background: #cdf5ec;
  --sapIndicationColor_6b_BorderColor: #cdf5ec;
  --sapIndicationColor_6b_Hover_Background: #b8f1e4;
  --sapIndicationColor_7: #5d36ff;
  --sapIndicationColor_7_Background: #5d36ff;
  --sapIndicationColor_7_BorderColor: #5d36ff;
  --sapIndicationColor_7_TextColor: #fff;
  --sapIndicationColor_7_Hover_Background: #481cff;
  --sapIndicationColor_7_Active_Background: #fff;
  --sapIndicationColor_7_Active_BorderColor: #e2dbff;
  --sapIndicationColor_7_Active_TextColor: #5d36ff;
  --sapIndicationColor_7_Selected_Background: #fff;
  --sapIndicationColor_7_Selected_BorderColor: #e2dbff;
  --sapIndicationColor_7_Selected_TextColor: #5d36ff;
  --sapIndicationColor_7b: #e2dbff;
  --sapIndicationColor_7b_TextColor: #5d36ff;
  --sapIndicationColor_7b_Background: #e2dbff;
  --sapIndicationColor_7b_BorderColor: #e2dbff;
  --sapIndicationColor_7b_Hover_Background: #cdc2ff;
  --sapIndicationColor_8: #a100c2;
  --sapIndicationColor_8_Background: #a100c2;
  --sapIndicationColor_8_BorderColor: #a100c2;
  --sapIndicationColor_8_TextColor: #fff;
  --sapIndicationColor_8_Hover_Background: #8c00a9;
  --sapIndicationColor_8_Active_Background: #fff;
  --sapIndicationColor_8_Active_BorderColor: #f8d6ff;
  --sapIndicationColor_8_Active_TextColor: #a100c2;
  --sapIndicationColor_8_Selected_Background: #fff;
  --sapIndicationColor_8_Selected_BorderColor: #f8d6ff;
  --sapIndicationColor_8_Selected_TextColor: #a100c2;
  --sapIndicationColor_8b: #f8d6ff;
  --sapIndicationColor_8b_TextColor: #a100c2;
  --sapIndicationColor_8b_Background: #f8d6ff;
  --sapIndicationColor_8b_BorderColor: #f8d6ff;
  --sapIndicationColor_8b_Hover_Background: #f4bdff;
  --sapIndicationColor_9: #1d2d3e;
  --sapIndicationColor_9_Background: #1d2d3e;
  --sapIndicationColor_9_BorderColor: #1d2d3e;
  --sapIndicationColor_9_TextColor: #fff;
  --sapIndicationColor_9_Hover_Background: #15202d;
  --sapIndicationColor_9_Active_Background: #fff;
  --sapIndicationColor_9_Active_BorderColor: #d9d9d9;
  --sapIndicationColor_9_Active_TextColor: #1d2d3e;
  --sapIndicationColor_9_Selected_Background: #fff;
  --sapIndicationColor_9_Selected_BorderColor: #d9d9d9;
  --sapIndicationColor_9_Selected_TextColor: #1d2d3e;
  --sapIndicationColor_9b: #fff;
  --sapIndicationColor_9b_TextColor: #1d2d3e;
  --sapIndicationColor_9b_Background: #fff;
  --sapIndicationColor_9b_BorderColor: #d9d9d9;
  --sapIndicationColor_9b_Hover_Background: #f2f2f2;
  --sapIndicationColor_10: #45484a;
  --sapIndicationColor_10_Background: #83888b;
  --sapIndicationColor_10_BorderColor: #83888b;
  --sapIndicationColor_10_TextColor: #fff;
  --sapIndicationColor_10_Hover_Background: #767b7e;
  --sapIndicationColor_10_Active_Background: #fff;
  --sapIndicationColor_10_Active_BorderColor: #eaecee;
  --sapIndicationColor_10_Active_TextColor: #45484a;
  --sapIndicationColor_10_Selected_Background: #fff;
  --sapIndicationColor_10_Selected_BorderColor: #eaecee;
  --sapIndicationColor_10_Selected_TextColor: #45484a;
  --sapIndicationColor_10b: #eaecee;
  --sapIndicationColor_10b_TextColor: #45484a;
  --sapIndicationColor_10b_Background: #eaecee;
  --sapIndicationColor_10b_BorderColor: #eaecee;
  --sapIndicationColor_10b_Hover_Background: #dcdfe3;
  --sapLegend_WorkingBackground: #fff;
  --sapLegend_NonWorkingBackground: #ebebeb;
  --sapLegend_CurrentDateTime: #a100c2;
  --sapLegendColor1: #c35500;
  --sapLegendColor2: #d23a0a;
  --sapLegendColor3: #df1278;
  --sapLegendColor4: #840606;
  --sapLegendColor5: #cc00dc;
  --sapLegendColor6: #0057d2;
  --sapLegendColor7: #07838f;
  --sapLegendColor8: #188918;
  --sapLegendColor9: #5b738b;
  --sapLegendColor10: #7800a4;
  --sapLegendColor11: #a93e00;
  --sapLegendColor12: #aa2608;
  --sapLegendColor13: #ba066c;
  --sapLegendColor14: #8d2a00;
  --sapLegendColor15: #4e247a;
  --sapLegendColor16: #002a86;
  --sapLegendColor17: #035663;
  --sapLegendColor18: #1e592f;
  --sapLegendColor19: #1a4796;
  --sapLegendColor20: #470ced;
  --sapLegendBackgroundColor1: #ffef9f;
  --sapLegendBackgroundColor2: #feeae1;
  --sapLegendBackgroundColor3: #fbf6f8;
  --sapLegendBackgroundColor4: #fbebeb;
  --sapLegendBackgroundColor5: #ffe5fe;
  --sapLegendBackgroundColor6: #d1efff;
  --sapLegendBackgroundColor7: #c2fcee;
  --sapLegendBackgroundColor8: #f5fae5;
  --sapLegendBackgroundColor9: #f5f6f7;
  --sapLegendBackgroundColor10: #fff0fa;
  --sapLegendBackgroundColor11: #fff8d6;
  --sapLegendBackgroundColor12: #fff6f6;
  --sapLegendBackgroundColor13: #f7ebef;
  --sapLegendBackgroundColor14: #f1ecd5;
  --sapLegendBackgroundColor15: #f0e7f8;
  --sapLegendBackgroundColor16: #ebf8ff;
  --sapLegendBackgroundColor17: #dafdf5;
  --sapLegendBackgroundColor18: #ebf5cb;
  --sapLegendBackgroundColor19: #fafdff;
  --sapLegendBackgroundColor20: #eceeff;
  --sapChart_Background: #fff;
  --sapChart_ContrastTextShadow: 0 0 0.0625rem rgba(0,0,0,0.7);
  --sapChart_ContrastShadowColor: #fff;
  --sapChart_ContrastLineColor: #fff;
  --sapChart_LineColor_1: #e1e6eb;
  --sapChart_LineColor_2: #768da4;
  --sapChart_LineColor_3: #000001;
  --sapChart_Choropleth_Background: #edf0f3;
  --sapChart_ChoroplethRegion_Background: #758ca4;
  --sapChart_ChoroplethRegion_BorderColor: #edf0f3;
  --sapChart_Data_TextColor: #000;
  --sapChart_Data_ContrastTextColor: #fff;
  --sapChart_Data_InteractiveColor: #000001;
  --sapChart_Data_Active_Background: #dee2e5;
  --sapChart_OrderedColor_1: #168eff;
  --sapChart_OrderedColor_2: #c87b00;
  --sapChart_OrderedColor_3: #75980b;
  --sapChart_OrderedColor_4: #df1278;
  --sapChart_OrderedColor_5: #8b47d7;
  --sapChart_OrderedColor_6: #049f9a;
  --sapChart_OrderedColor_7: #0070f2;
  --sapChart_OrderedColor_8: #cc00dc;
  --sapChart_OrderedColor_9: #798c77;
  --sapChart_OrderedColor_10: #da6c6c;
  --sapChart_OrderedColor_11: #5d36ff;
  --sapChart_OrderedColor_12: #a68a5b;
  --sapChart_Bad: #f53232;
  --sapChart_Critical: #e26300;
  --sapChart_Good: #30914c;
  --sapChart_Neutral: #758ca4;
  --sapChart_Sequence_1_Plus3: #96ccff;
  --sapChart_Sequence_1_Plus3_TextColor: #000;
  --sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_1_Plus2: #3b9ffe;
  --sapChart_Sequence_1_Plus2_TextColor: #000;
  --sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_1_Plus1: #3fa2ff;
  --sapChart_Sequence_1_Plus1_TextColor: #000;
  --sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_1: #168eff;
  --sapChart_Sequence_1_TextColor: #000;
  --sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_1_BorderColor: #168eff;
  --sapChart_Sequence_1_Minus1: #077cea;
  --sapChart_Sequence_1_Minus1_TextColor: #fff;
  --sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_1_Minus2: #077cea;
  --sapChart_Sequence_1_Minus2_TextColor: #fff;
  --sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_1_Minus3: #06559e;
  --sapChart_Sequence_1_Minus3_TextColor: #fff;
  --sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_1_Minus4: #054887;
  --sapChart_Sequence_1_Minus4_TextColor: #fff;
  --sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_1_Minus5: #043b6e;
  --sapChart_Sequence_1_Minus5_TextColor: #fff;
  --sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_2_Plus3: #efbf72;
  --sapChart_Sequence_2_Plus3_TextColor: #000;
  --sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_2_Plus2: #eaaa44;
  --sapChart_Sequence_2_Plus2_TextColor: #000;
  --sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_2_Plus1: #e29419;
  --sapChart_Sequence_2_Plus1_TextColor: #000;
  --sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_2: #c87b00;
  --sapChart_Sequence_2_TextColor: #000;
  --sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_2_BorderColor: #9f6200;
  --sapChart_Sequence_2_Minus1: #9f6200;
  --sapChart_Sequence_2_Minus1_TextColor: #fff;
  --sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_2_Minus2: #7c4c00;
  --sapChart_Sequence_2_Minus2_TextColor: #fff;
  --sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_2_Minus3: #623c00;
  --sapChart_Sequence_2_Minus3_TextColor: #fff;
  --sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_2_Minus4: #623c00;
  --sapChart_Sequence_2_Minus4_TextColor: #fff;
  --sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_2_Minus5: #2f1d00;
  --sapChart_Sequence_2_Minus5_TextColor: #fff;
  --sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_3_Plus3: #b9d369;
  --sapChart_Sequence_3_Plus3_TextColor: #000;
  --sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_3_Plus2: #a6c742;
  --sapChart_Sequence_3_Plus2_TextColor: #000;
  --sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_3_Plus1: #8fad33;
  --sapChart_Sequence_3_Plus1_TextColor: #000;
  --sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_3: #75980b;
  --sapChart_Sequence_3_TextColor: #000;
  --sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_3_BorderColor: #587208;
  --sapChart_Sequence_3_Minus1: #587208;
  --sapChart_Sequence_3_Minus1_TextColor: #fff;
  --sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_3_Minus2: #3e5106;
  --sapChart_Sequence_3_Minus2_TextColor: #fff;
  --sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_3_Minus3: #2c3904;
  --sapChart_Sequence_3_Minus3_TextColor: #fff;
  --sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_3_Minus4: #212b03;
  --sapChart_Sequence_3_Minus4_TextColor: #fff;
  --sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_3_Minus5: #161c02;
  --sapChart_Sequence_3_Minus5_TextColor: #fff;
  --sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_4_Plus3: #f473b3;
  --sapChart_Sequence_4_Plus3_TextColor: #000;
  --sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_4_Plus2: #f14d9e;
  --sapChart_Sequence_4_Plus2_TextColor: #000;
  --sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_4_Plus1: #ee278a;
  --sapChart_Sequence_4_Plus1_TextColor: #000;
  --sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_4: #df1278;
  --sapChart_Sequence_4_TextColor: #fff;
  --sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_4_BorderColor: #df1278;
  --sapChart_Sequence_4_Minus1: #b90f64;
  --sapChart_Sequence_4_Minus1_TextColor: #fff;
  --sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_4_Minus2: #930c4f;
  --sapChart_Sequence_4_Minus2_TextColor: #fff;
  --sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_4_Minus3: #770a40;
  --sapChart_Sequence_4_Minus3_TextColor: #fff;
  --sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_4_Minus4: #51072c;
  --sapChart_Sequence_4_Minus4_TextColor: #fff;
  --sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_4_Minus5: #3a051f;
  --sapChart_Sequence_4_Minus5_TextColor: #fff;
  --sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_5_Plus3: #d5bcf0;
  --sapChart_Sequence_5_Plus3_TextColor: #000;
  --sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_5_Plus2: #b994e0;
  --sapChart_Sequence_5_Plus2_TextColor: #000;
  --sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_5_Plus1: #a679d8;
  --sapChart_Sequence_5_Plus1_TextColor: #000;
  --sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_5: #8b47d7;
  --sapChart_Sequence_5_TextColor: #fff;
  --sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_5_BorderColor: #8b47d7;
  --sapChart_Sequence_5_Minus1: #7236b5;
  --sapChart_Sequence_5_Minus1_TextColor: #fff;
  --sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_5_Minus2: #5e2c96;
  --sapChart_Sequence_5_Minus2_TextColor: #fff;
  --sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_5_Minus3: #522682;
  --sapChart_Sequence_5_Minus3_TextColor: #fff;
  --sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_5_Minus4: #46216f;
  --sapChart_Sequence_5_Minus4_TextColor: #fff;
  --sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_5_Minus5: #341358;
  --sapChart_Sequence_5_Minus5_TextColor: #fff;
  --sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_6_Plus3: #64ede9;
  --sapChart_Sequence_6_Plus3_TextColor: #000;
  --sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_6_Plus2: #2ee0da;
  --sapChart_Sequence_6_Plus2_TextColor: #000;
  --sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_6_Plus1: #05c7c1;
  --sapChart_Sequence_6_Plus1_TextColor: #000;
  --sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_6: #049f9a;
  --sapChart_Sequence_6_TextColor: #000;
  --sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_6_BorderColor: #05c7c1;
  --sapChart_Sequence_6_Minus1: #02837f;
  --sapChart_Sequence_6_Minus1_TextColor: #fff;
  --sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_6_Minus2: #006663;
  --sapChart_Sequence_6_Minus2_TextColor: #fff;
  --sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_6_Minus3: #00514f;
  --sapChart_Sequence_6_Minus3_TextColor: #fff;
  --sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_6_Minus4: #003d3b;
  --sapChart_Sequence_6_Minus4_TextColor: #fff;
  --sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_6_Minus5: #002322;
  --sapChart_Sequence_6_Minus5_TextColor: #fff;
  --sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_7_Plus3: #68aeff;
  --sapChart_Sequence_7_Plus3_TextColor: #000;
  --sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_7_Plus2: #4098ff;
  --sapChart_Sequence_7_Plus2_TextColor: #000;
  --sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_7_Plus1: #1c85ff;
  --sapChart_Sequence_7_Plus1_TextColor: #000;
  --sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_7: #0070f2;
  --sapChart_Sequence_7_TextColor: #fff;
  --sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_7_BorderColor: #0070f2;
  --sapChart_Sequence_7_Minus1: #0062d3;
  --sapChart_Sequence_7_Minus1_TextColor: #fff;
  --sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_7_Minus2: #0054b5;
  --sapChart_Sequence_7_Minus2_TextColor: #fff;
  --sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_7_Minus3: #00418c;
  --sapChart_Sequence_7_Minus3_TextColor: #fff;
  --sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_7_Minus4: #00244f;
  --sapChart_Sequence_7_Minus4_TextColor: #fff;
  --sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_7_Minus5: #001b3a;
  --sapChart_Sequence_7_Minus5_TextColor: #fff;
  --sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_8_Plus3: #f462ff;
  --sapChart_Sequence_8_Plus3_TextColor: #000;
  --sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_8_Plus2: #f034ff;
  --sapChart_Sequence_8_Plus2_TextColor: #000;
  --sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_8_Plus1: #ed0bff;
  --sapChart_Sequence_8_Plus1_TextColor: #000;
  --sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_8: #cc00dc;
  --sapChart_Sequence_8_TextColor: #fff;
  --sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_8_BorderColor: #cc00dc;
  --sapChart_Sequence_8_Minus1: #a600b3;
  --sapChart_Sequence_8_Minus1_TextColor: #fff;
  --sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_8_Minus2: #80008a;
  --sapChart_Sequence_8_Minus2_TextColor: #fff;
  --sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_8_Minus3: #6d0076;
  --sapChart_Sequence_8_Minus3_TextColor: #fff;
  --sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_8_Minus4: #56005d;
  --sapChart_Sequence_8_Minus4_TextColor: #fff;
  --sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_8_Minus5: #350039;
  --sapChart_Sequence_8_Minus5_TextColor: #fff;
  --sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_9_Plus3: #bdc6bc;
  --sapChart_Sequence_9_Plus3_TextColor: #000;
  --sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_9_Plus2: #b5bfb4;
  --sapChart_Sequence_9_Plus2_TextColor: #000;
  --sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_9_Plus1: #97a695;
  --sapChart_Sequence_9_Plus1_TextColor: #000;
  --sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_9: #798c77;
  --sapChart_Sequence_9_TextColor: #000;
  --sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_9_BorderColor: #798c77;
  --sapChart_Sequence_9_Minus1: #667664;
  --sapChart_Sequence_9_Minus1_TextColor: #fff;
  --sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_9_Minus2: #536051;
  --sapChart_Sequence_9_Minus2_TextColor: #fff;
  --sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_9_Minus3: #404a3f;
  --sapChart_Sequence_9_Minus3_TextColor: #fff;
  --sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_9_Minus4: #2d342c;
  --sapChart_Sequence_9_Minus4_TextColor: #fff;
  --sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_9_Minus5: #1e231e;
  --sapChart_Sequence_9_Minus5_TextColor: #fff;
  --sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_10_Plus3: #f1c6c6;
  --sapChart_Sequence_10_Plus3_TextColor: #000;
  --sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_10_Plus2: #eaadad;
  --sapChart_Sequence_10_Plus2_TextColor: #000;
  --sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_10_Plus1: #e28d8d;
  --sapChart_Sequence_10_Plus1_TextColor: #000;
  --sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_10: #da6c6c;
  --sapChart_Sequence_10_TextColor: #000;
  --sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_10_BorderColor: #b75757;
  --sapChart_Sequence_10_Minus1: #b75757;
  --sapChart_Sequence_10_Minus1_TextColor: #000;
  --sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_10_Minus2: #9d4343;
  --sapChart_Sequence_10_Minus2_TextColor: #fff;
  --sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_10_Minus3: #803737;
  --sapChart_Sequence_10_Minus3_TextColor: #fff;
  --sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_10_Minus4: #672c2c;
  --sapChart_Sequence_10_Minus4_TextColor: #fff;
  --sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_10_Minus5: #562424;
  --sapChart_Sequence_10_Minus5_TextColor: #fff;
  --sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_11_Plus3: #c0b0ff;
  --sapChart_Sequence_11_Plus3_TextColor: #000;
  --sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_11_Plus2: #9b83ff;
  --sapChart_Sequence_11_Plus2_TextColor: #000;
  --sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_11_Plus1: #8669ff;
  --sapChart_Sequence_11_Plus1_TextColor: #000;
  --sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_11: #5d36ff;
  --sapChart_Sequence_11_TextColor: #fff;
  --sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_11_BorderColor: #5d36ff;
  --sapChart_Sequence_11_Minus1: #4b25e7;
  --sapChart_Sequence_11_Minus1_TextColor: #fff;
  --sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_11_Minus2: #3a17cd;
  --sapChart_Sequence_11_Minus2_TextColor: #fff;
  --sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_11_Minus3: #2f13a8;
  --sapChart_Sequence_11_Minus3_TextColor: #fff;
  --sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_11_Minus4: #250f83;
  --sapChart_Sequence_11_Minus4_TextColor: #fff;
  --sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_11_Minus5: #2f13a8;
  --sapChart_Sequence_11_Minus5_TextColor: #fff;
  --sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_12_Plus3: #e4ddcf;
  --sapChart_Sequence_12_Plus3_TextColor: #000;
  --sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_12_Plus2: #dacebb;
  --sapChart_Sequence_12_Plus2_TextColor: #000;
  --sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_12_Plus1: #c4b293;
  --sapChart_Sequence_12_Plus1_TextColor: #000;
  --sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_12: #a68a5b;
  --sapChart_Sequence_12_TextColor: #000;
  --sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_12_BorderColor: #a68a5b;
  --sapChart_Sequence_12_Minus1: #8c744c;
  --sapChart_Sequence_12_Minus1_TextColor: #fff;
  --sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_12_Minus2: #786441;
  --sapChart_Sequence_12_Minus2_TextColor: #fff;
  --sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_12_Minus3: #5e4e33;
  --sapChart_Sequence_12_Minus3_TextColor: #fff;
  --sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_12_Minus4: #433825;
  --sapChart_Sequence_12_Minus4_TextColor: #fff;
  --sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_12_Minus5: #30271a;
  --sapChart_Sequence_12_Minus5_TextColor: #fff;
  --sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Bad_Plus3: #fdcece;
  --sapChart_Sequence_Bad_Plus3_TextColor: #000;
  --sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Bad_Plus2: #fa9d9d;
  --sapChart_Sequence_Bad_Plus2_TextColor: #000;
  --sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Bad_Plus1: #f86c6c;
  --sapChart_Sequence_Bad_Plus1_TextColor: #000;
  --sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Bad: #f53232;
  --sapChart_Sequence_Bad_TextColor: #000;
  --sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Bad_BorderColor: #f53232;
  --sapChart_Sequence_Bad_Minus1: #d00a0a;
  --sapChart_Sequence_Bad_Minus1_TextColor: #fff;
  --sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Bad_Minus2: #a90808;
  --sapChart_Sequence_Bad_Minus2_TextColor: #fff;
  --sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Bad_Minus3: #830606;
  --sapChart_Sequence_Bad_Minus3_TextColor: #fff;
  --sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Bad_Minus4: #570404;
  --sapChart_Sequence_Bad_Minus4_TextColor: #fff;
  --sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Bad_Minus5: #320000;
  --sapChart_Sequence_Bad_Minus5_TextColor: #fff;
  --sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Critical_Plus3: #ffb881;
  --sapChart_Sequence_Critical_Plus3_TextColor: #000;
  --sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Critical_Plus2: #ff933f;
  --sapChart_Sequence_Critical_Plus2_TextColor: #000;
  --sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Critical_Plus1: #ff760c;
  --sapChart_Sequence_Critical_Plus1_TextColor: #000;
  --sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Critical: #e26300;
  --sapChart_Sequence_Critical_TextColor: #000;
  --sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Critical_BorderColor: #e26300;
  --sapChart_Sequence_Critical_Minus1: #c35600;
  --sapChart_Sequence_Critical_Minus1_TextColor: #fff;
  --sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Critical_Minus2: #aa4a00;
  --sapChart_Sequence_Critical_Minus2_TextColor: #fff;
  --sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Critical_Minus3: #903f00;
  --sapChart_Sequence_Critical_Minus3_TextColor: #fff;
  --sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Critical_Minus4: #6d3000;
  --sapChart_Sequence_Critical_Minus4_TextColor: #fff;
  --sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Critical_Minus5: #492000;
  --sapChart_Sequence_Critical_Minus5_TextColor: #fff;
  --sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Good_Plus3: #88d79f;
  --sapChart_Sequence_Good_Plus3_TextColor: #000;
  --sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Good_Plus2: #56c776;
  --sapChart_Sequence_Good_Plus2_TextColor: #000;
  --sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Good_Plus1: #3ab05c;
  --sapChart_Sequence_Good_Plus1_TextColor: #000;
  --sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Good: #30914c;
  --sapChart_Sequence_Good_TextColor: #000;
  --sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Good_BorderColor: #30914c;
  --sapChart_Sequence_Good_Minus1: #287a40;
  --sapChart_Sequence_Good_Minus1_TextColor: #fff;
  --sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Good_Minus2: #226736;
  --sapChart_Sequence_Good_Minus2_TextColor: #fff;
  --sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Good_Minus3: #1c542c;
  --sapChart_Sequence_Good_Minus3_TextColor: #fff;
  --sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Good_Minus4: #13391e;
  --sapChart_Sequence_Good_Minus4_TextColor: #fff;
  --sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Good_Minus5: #0a1e10;
  --sapChart_Sequence_Good_Minus5_TextColor: #fff;
  --sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Neutral_Plus3: #edf0f3;
  --sapChart_Sequence_Neutral_Plus3_TextColor: #000;
  --sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Neutral_Plus2: #c2ccd7;
  --sapChart_Sequence_Neutral_Plus2_TextColor: #000;
  --sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Neutral_Plus1: #9aabbc;
  --sapChart_Sequence_Neutral_Plus1_TextColor: #000;
  --sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Neutral: #758ca4;
  --sapChart_Sequence_Neutral_TextColor: #000;
  --sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;
  --sapChart_Sequence_Neutral_BorderColor: #758ca4;
  --sapChart_Sequence_Neutral_Minus1: #5b728b;
  --sapChart_Sequence_Neutral_Minus1_TextColor: #fff;
  --sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Neutral_Minus2: #495e74;
  --sapChart_Sequence_Neutral_Minus2_TextColor: #fff;
  --sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Neutral_Minus3: #364a5f;
  --sapChart_Sequence_Neutral_Minus3_TextColor: #fff;
  --sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Neutral_Minus4: #233649;
  --sapChart_Sequence_Neutral_Minus4_TextColor: #fff;
  --sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;
  --sapChart_Sequence_Neutral_Minus5: #1a2633;
  --sapChart_Sequence_Neutral_Minus5_TextColor: #fff;
  --sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;
  --sapFontUrl_SAP-icons_ttf: url(/client/bdmsimulation/4b8d4b56c493a2c4.ttf);
  --sapFontUrl_SAP-icons_woff: url(/client/bdmsimulation/a03745b16c60ac46.woff);
  --sapFontUrl_SAP-icons_woff2: url(/client/bdmsimulation/7cf62b8051432996.woff2);
  --sapFontUrl_SAP-icons-TNT_ttf: url(/client/bdmsimulation/321347cb8d496a30.ttf);
  --sapFontUrl_SAP-icons-TNT_woff: url(/client/bdmsimulation/75c43e8b93cee014.woff);
  --sapFontUrl_SAP-icons-TNT_woff2: url(/client/bdmsimulation/930e9ffd00606abe.woff2);
  --sapFontUrl_SAP-icons-Business-Suite_ttf: url(/client/bdmsimulation/9a59f38de9332576.ttf);
  --sapFontUrl_SAP-icons-Business-Suite_woff: url(/client/bdmsimulation/d972c468713bf75a.woff);
  --sapFontUrl_SAP-icons-Business-Suite_woff2: url(/client/bdmsimulation/513940ca0be391d9.woff2);
  --sapFontUrl_72_Regular_woff2: url(/client/bdmsimulation/48ab0f9566c593aa.woff2);
  --sapFontUrl_72_Regular_woff: url(/client/bdmsimulation/0ef78442b3e70f1b.woff);
  --sapFontUrl_72_Regular_full_woff2: url(/client/bdmsimulation/976965e036ed3ed8.woff2);
  --sapFontUrl_72_Regular_full_woff: url(/client/bdmsimulation/2d78509215462bf6.woff);
  --sapFontUrl_72_Bold_woff2: url(/client/bdmsimulation/8cb52cfe89c220c0.woff2);
  --sapFontUrl_72_Bold_woff: url(/client/bdmsimulation/d11b34f25c2d13f2.woff);
  --sapFontUrl_72_Bold_full_woff2: url(/client/bdmsimulation/2ca63fe6e283c499.woff2);
  --sapFontUrl_72_Bold_full_woff: url(/client/bdmsimulation/8d42e6106b2a3327.woff);
  --sapFontUrl_72_Semibold_woff2: url(/client/bdmsimulation/6c27f07747c0a3b9.woff2);
  --sapFontUrl_72_Semibold_woff: url(/client/bdmsimulation/6ea9017fd2fb6b10.woff);
  --sapFontUrl_72_Semibold_full_woff2: url(/client/bdmsimulation/3eff7fc72bf98656.woff2);
  --sapFontUrl_72_Semibold_full_woff: url(/client/bdmsimulation/f4106f982781a2b9.woff);
  --sapFontUrl_72_SemiboldDuplex_woff2: url(/client/bdmsimulation/fa6de46e2ab8f33f.woff2);
  --sapFontUrl_72_SemiboldDuplex_woff: url(/client/bdmsimulation/9bfafb49d9e4bc51.woff);
  --sapFontUrl_72_SemiboldDuplex_full_woff2: url(/client/bdmsimulation/dddb57f3d2768013.woff2);
  --sapFontUrl_72_SemiboldDuplex_full_woff: url(/client/bdmsimulation/cb1a792bb7011325.woff);
  --sapFontUrl_72_Light_woff2: url(/client/bdmsimulation/8bbdf31720c6e67e.woff2);
  --sapFontUrl_72_Light_woff: url(/client/bdmsimulation/72faf0c1c836ac4a.woff);
  --sapFontUrl_72_Light_full_woff2: url(/client/bdmsimulation/176114e7f84052db.woff2);
  --sapFontUrl_72_Light_full_woff: url(/client/bdmsimulation/70bafcc59555c868.woff);
  --sapFontUrl_72_Black_woff2: url(/client/bdmsimulation/b53d8b393271a4d9.woff2);
  --sapFontUrl_72_Black_woff: url(/client/bdmsimulation/a29c5a773ebeda20.woff);
  --sapFontUrl_72_Black_full_woff2: url(/client/bdmsimulation/a2da8c22f1805179.woff2);
  --sapFontUrl_72_Black_full_woff: url(/client/bdmsimulation/8d3b37497ad3dcd6.woff);
  --sapFontUrl_72_BoldItalic_woff2: url(/client/bdmsimulation/312832de28dad1e7.woff2);
  --sapFontUrl_72_BoldItalic_woff: url(/client/bdmsimulation/003d8c74fbc6fc41.woff);
  --sapFontUrl_72_BoldItalic_full_woff2: url(/client/bdmsimulation/dc71cfdcb5f2b55d.woff2);
  --sapFontUrl_72_BoldItalic_full_woff: url(/client/bdmsimulation/2d8fb54627cb7e73.woff);
  --sapFontUrl_72_Condensed_woff2: url(/client/bdmsimulation/e71940e88d56ae98.woff2);
  --sapFontUrl_72_Condensed_woff: url(/client/bdmsimulation/a86900ca3798603b.woff);
  --sapFontUrl_72_Condensed_full_woff2: url(/client/bdmsimulation/0b69665539e934c4.woff2);
  --sapFontUrl_72_Condensed_full_woff: url(/client/bdmsimulation/c5268728463d0279.woff);
  --sapFontUrl_72_CondensedBold_woff2: url(/client/bdmsimulation/bfe6f895f499f97e.woff2);
  --sapFontUrl_72_CondensedBold_woff: url(/client/bdmsimulation/495cd6eaec232df8.woff);
  --sapFontUrl_72_CondensedBold_full_woff2: url(/client/bdmsimulation/3514e9dbec5aa57e.woff2);
  --sapFontUrl_72_CondensedBold_full_woff: url(/client/bdmsimulation/6a2e022508a40531.woff);
  --sapFontUrl_72_Italic_woff2: url(/client/bdmsimulation/a7fe60e336d27200.woff2);
  --sapFontUrl_72_Italic_woff: url(/client/bdmsimulation/e2c456960d168ac9.woff);
  --sapFontUrl_72_Italic_full_woff2: url(/client/bdmsimulation/1dde64fe9eb941c3.woff2);
  --sapFontUrl_72_Italic_full_woff: url(/client/bdmsimulation/24e7d3ebaa966c56.woff);
  --sapFontUrl_72Mono_Regular_woff2: url(/client/bdmsimulation/817b1f20f964acb4.woff2);
  --sapFontUrl_72Mono_Regular_woff: url(/client/bdmsimulation/2df407297f1b6afe.woff);
  --sapFontUrl_72Mono_Regular_full_woff2: url(/client/bdmsimulation/cbe349685c0ed90f.woff2);
  --sapFontUrl_72Mono_Regular_full_woff: url(/client/bdmsimulation/7151e703a28a4152.woff);
  --sapFontUrl_72Mono_Bold_woff2: url(/client/bdmsimulation/78901942336a3ee2.woff2);
  --sapFontUrl_72Mono_Bold_woff: url(/client/bdmsimulation/34057857b1ce33c6.woff);
  --sapFontUrl_72Mono_Bold_full_woff2: url(/client/bdmsimulation/56ec37575eda4a55.woff2);
  --sapFontUrl_72Mono_Bold_full_woff: url(/client/bdmsimulation/72fac8af4bfdf7e5.woff);
  --sapSapThemeId: sap_horizon;
  --sapBreakpoint_S_Min: 0;
  --sapBreakpoint_M_Min: 600px;
  --sapBreakpoint_L_Min: 1024px;
  --sapBreakpoint_XL_Min: 1440px;
}
.background-image--sapCompanyLogo {
  background-image: var(--sapCompanyLogo);
}
.background-image--sapBackgroundImage {
  background-image: var(--sapBackgroundImage);
}
.background-image--sapShell_BackgroundImage {
  background-image: var(--sapShell_BackgroundImage);
}

/*
    This file is basically importing all important UI5 Theme base variables and fonts as we cannot rely on UI5 to import them.
    Why? -> not all applications are using UI5 and thus theme imports may not be available.

    Thus, this will enable future integrations, such as GH, other UI5 components, or new features to reuse SAPs styles.
    Whether it's an UI5 components, custom component willing to use SAPs CSS vars or whatsoever.

    NOTE:If a theme switch is necessary via @ui5/webcomponents - setTheme, please also respectively change the imported theme here.
*/

/* signavio-application-icons */
@font-face {
  font-family: 'Glucose-Icons';
  font-style: normal;
  font-weight: normal;
  unicode-range: U+20,U+e000-fffd;
  src: url(/client/bdmsimulation/3ca41e31ca8cf6e4.woff2) format('woff2'),
    url(/client/bdmsimulation/35e4a2ac27e770a3.woff) format('woff');
}

@font-face {
  font-family: 'Horizon-Icons';
  font-style: normal;
  font-weight: normal;
  unicode-range: U+20,U+e000-fffd;
  src: url(/client/bdmsimulation/4db2c982993e2eb1.woff2) format('woff2'),
    url(/client/bdmsimulation/b825386363451b38.woff) format('woff');
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(/client/bdmsimulation/c40573de9ca1be01.woff2) format('woff2'),
    url(/client/bdmsimulation/6480002549e9d554.woff) format('woff');
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url(/client/bdmsimulation/1f09ad2bd986de6c.woff2) format('woff2'),
    url(/client/bdmsimulation/7bf803eb41ad4a7c.woff) format('woff');
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url(/client/bdmsimulation/5617f7b9fa4501c1.woff2) format('woff2'),
    url(/client/bdmsimulation/d482477d0fbcf174.woff) format('woff');
}

/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Mono'), local('RobotoMono-Regular'),
    url(/client/bdmsimulation/710fbdf017b7a541.woff2) format('woff2'),
    url(/client/bdmsimulation/adf84132c925b04d.woff) format('woff');
}

/* 72 */
@font-face {
  font-family: '72';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: local('72'), local('72-Regular'),
    url(/client/bdmsimulation/63b606514e9959a4.woff2) format('woff2'),
    url(/client/bdmsimulation/295c3766cd90e3f9.woff) format('woff');
}

/* 72-Bold */
@font-face {
  font-family: '72';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: local('72 Bold'), local('72-Bold'),
    url(/client/bdmsimulation/a7e2ed81b0629127.woff2) format('woff2'),
    url(/client/bdmsimulation/295c3766cd90e3f9.woff) format('woff');
}

/* 72-Full */
@font-face {
  font-family: '72full';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('72'), local('72-Regular'),
    url(/client/bdmsimulation/976965e036ed3ed8.woff2) format('woff2'),
    url(/client/bdmsimulation/2d78509215462bf6.woff) format('woff');
}

/* 72-Full Bold */
@font-face {
  font-family: '72full';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('72 Bold'), local('72-Bold'),
    url(/client/bdmsimulation/2ca63fe6e283c499.woff2) format('woff2'),
    url(/client/bdmsimulation/8d42e6106b2a3327.woff) format('woff');
}

/* 72-Mono */
@font-face {
  font-family: '72Mono';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: local('72 Mono'), local('72Mono-Regular'),
    url(/client/bdmsimulation/b2d0a360fe6d0c15.woff2) format('woff2'),
    url(/client/bdmsimulation/6866ff718d76d721.woff) format('woff');
}

/* 72-Mono-Full */
@font-face {
  font-family: '72Monofull';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('72 Mono'), local('72Mono-Regular'),
    url(/client/bdmsimulation/351b6fb3dd3089c2.woff2) format('woff2'),
    url(/client/bdmsimulation/e5aba39bc8cbd939.woff) format('woff');
}

/* 72-Black */
@font-face {
  font-family: '72Black';
  font-style: bold;
  font-weight: 900;
  font-display: swap;
  src: local('72 Black'), local('72Black')
    url(/client/bdmsimulation/e062887354291705.woff2) format('woff2'),
    url(/client/bdmsimulation/e916789f2fe77227.woff) format('woff');
}

/* 72-Black Full */
@font-face {
  font-family: '72Blackfull';
  font-style: bold;
  font-weight: 900;
  font-display: swap;
  src: local('72 Black'), local('72Black')
    url(/client/bdmsimulation/a2da8c22f1805179.woff2) format('woff2'),
    url(/client/bdmsimulation/8d3b37497ad3dcd6.woff) format('woff');
}
@keyframes signavio-ui-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes signavio-ui-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@keyframes signavio-ui-ripple-enter {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes signavio-ui-ripple-exit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes signavio-ui-ripple-pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes signavio-ui-placeholder {
  0% {
    background-position: -300px 0%;
  }
  100% {
    background-position: 500px 0%;
  }
}

@keyframes signavio-ui-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* Global Header Styling */
#remote-global-client-header {
    --glucose-icon-font-family: 'Horizon-Icons';
    --icon-font-family: 'Horizon-Icons';
}

#remote-global-client-header *:not(i) {
    --glucose-main-font-family: '72', '72full', Arial, Helvetica, sans-serif;
    font-family: var(--glucose-main-font-family), sans-serif;
}

#remote-global-client-header a {
    text-decoration: none;
    width: initial;
}

#remote-global-client-header > header {
    /* Ensuring that both logo and text of the application */
    /* are centered via display: flex; => There's no need to keep the padding */
    display: flex;
    align-items: center;

    /* centralize logo as it is on the lower bottom by default */
    [data-testid='default-sap-logo-element'] {
        align-items: center;
    }

    /* remove padding around the product name overlapping other parts of the UI */
    div > span {
        padding: 0;
    }
}

/* POP UP MANAGEMENT */
/* styling for the notification and the tenant selection pop-ups */
div[class^='OverlayPanel'],
div#menuItemsWrapperId {
    --glucose-icon-font-family: 'Horizon-Icons';
    --icon-font-family: 'Horizon-Icons';
}

/* styling for the search panel */
div[data-testid='global-portal'] * {
    --glucose-icon-font-family: 'Horizon-Icons';
    --icon-font-family: 'Horizon-Icons';

    box-sizing: border-box;

    input {
        outline: 0 !important;
    }
}

/**
 * The following gray tones are taken right
 * from the Designer's Corporate Color palette.
 * You shouldn't use any other grays!
 */
/**
 * Only use odd pixel values for the font sizes!
 * Otherwise, anti-aliasing leads to nasty
 * rendering with our OpenSans font.
 */
@font-face {
  font-family: 'Signavio-Application-Icons';
  src: url(/client/bdmsimulation/b0d6a2023a43dc8f.eot);
  src: url(/client/bdmsimulation/b0d6a2023a43dc8f.eot?#iefix) format('embedded-opentype'), url(/client/bdmsimulation/23eb53d37e478acb.woff) format('woff'), url(/client/bdmsimulation/8304157c96f30ece.ttf) format('truetype'), url(/client/bdmsimulation/21b542c4c154487b.svg#SignavioFont) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SignavioFont';
  src: url(/client/bdmsimulation/b0d6a2023a43dc8f.eot);
  src: url(/client/bdmsimulation/b0d6a2023a43dc8f.eot?#iefix) format('embedded-opentype'), url(/client/bdmsimulation/23eb53d37e478acb.woff) format('woff'), url(/client/bdmsimulation/8304157c96f30ece.ttf) format('truetype'), url(/client/bdmsimulation/21b542c4c154487b.svg#SignavioFont) format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Open Sans', Tahoma, HanaMinA, HanaMinB, sans-serif;
  font-weight: 300;
}
::-webkit-input-placeholder {
  font-family: 'Open Sans', Tahoma, HanaMinA, HanaMinB, sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Open Sans', Tahoma, HanaMinA, HanaMinB, sans-serif;
}
:-ms-input-placeholder {
  font-family: 'Open Sans', Tahoma, HanaMinA, HanaMinB, sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Open Sans', Tahoma, HanaMinA, HanaMinB, sans-serif;
}
body,
body * {
  font-family: 'Open Sans', Tahoma, HanaMinA, HanaMinB, sans-serif;
}
.app-content > .model > .diagram-wrap {
  text-align: center;
}
.app-content > .model > .diagram-wrap .diagram {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
#fileupload-button > .forms-file-upload > input[name='file'] {
  position: absolute;
  left: 0;
  top: 0;
}
.app-content .diagram:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: 0 0 10px 10px white inset;
}
#remote-global-client-header div[data-uie='default-logo-element'] {
  height: 56px;
}
.cf:before,
.cf:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body.dragging {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body,
.main {
  margin: 0;
  font-size: 1;
}
/** PLEASE REINTEGRATE TO INLINE-STYLE**/
.test-case-expected header,
.test-case-calculated header {
  font-size: 12px;
  margin-bottom: 5px;
}
.expected-table .cell ~ .cell,
.test-case-calculated .cell ~ .cell {
  border-left: 1px solid white;
}
.-progress > .-value {
  background-color: #0854a0 !important;
}
[style*='background: rgb(173, 15, 91)'] {
  background: #0854a0 !important;
}
[style*='background: rgb(247, 233, 237)'] {
  background: #0854a0 !important;
}

