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

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.ef6db8722c2c3f9a.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.9859cd1231006a4a.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.d577052aa271e13f.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet-routing-machine/dist/leaflet-routing-machine.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.leaflet-routing-container, .leaflet-routing-error {
    width: 320px;
    background-color: white;
    padding-top: 4px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.leaflet-control-container .leaflet-routing-container-hide {
    width: 32px;
    height: 32px;
}

.leaflet-routing-container h2 {
    font-size: 14px;
}

.leaflet-routing-container h3 {
    font-size: 12px;
    font-weight: normal;
}

.leaflet-routing-collapsible .leaflet-routing-geocoders {
    margin-top: 20px;
}

.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    max-height: 320px;
    overflow-y: auto;
    transition: all 0.2s ease;
}

.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-alt, 
.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-geocoders {
    display: none;
}

.leaflet-bar .leaflet-routing-alt:last-child {
    border-bottom: none;
}

.leaflet-routing-alt-minimized {
    color: #888;
    max-height: 64px;
    overflow: hidden;
    cursor: pointer;
}

.leaflet-routing-alt table {
    border-collapse: collapse;
}

.leaflet-routing-alt tr:hover {
    background-color: #eee;
    cursor: pointer;
}

.leaflet-routing-alt::-webkit-scrollbar {
    width: 8px;
}

.leaflet-routing-alt::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #eee;
}

.leaflet-routing-alt::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #888;
}

.leaflet-routing-icon {
    background-image: url('leaflet.routing.icons.338a66223c3ac2d6.png');
    background-size: 240px 20px;
    background-repeat: no-repeat;
    margin: 0;
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.leaflet-routing-icon-continue         { background-position: 0 0; }
.leaflet-routing-icon-sharp-right      { background-position: -20px 0; }
.leaflet-routing-icon-turn-right       { background-position: -40px 0; }
.leaflet-routing-icon-bear-right       { background-position: -60px 0; }
.leaflet-routing-icon-u-turn           { background-position: -80px 0; }
.leaflet-routing-icon-sharp-left       { background-position: -100px 0; }
.leaflet-routing-icon-turn-left        { background-position: -120px 0; }
.leaflet-routing-icon-bear-left        { background-position: -140px 0; }
.leaflet-routing-icon-depart           { background-position: -160px 0; }
.leaflet-routing-icon-enter-roundabout { background-position: -180px 0; }
.leaflet-routing-icon-arrive           { background-position: -200px 0; }
.leaflet-routing-icon-via              { background-position: -220px 0; }

.leaflet-routing-geocoders div {
    padding: 4px 0px 4px 0px;
}

.leaflet-routing-geocoders input {
    width: 303px;
    width: calc(100% - 4px);
    line-height: 1.67;
    border: 1px solid #ccc;
}

.leaflet-routing-geocoders button {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    margin: 0;
    margin-right: 3px;
    float: right;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.leaflet-routing-add-waypoint:after {
    content: '+';
}

.leaflet-routing-reverse-waypoints:after {
    font-weight: normal;
    content: '\21c5';
}

.leaflet-routing-geocoders button:hover {
    background-color: #eee;
}

.leaflet-routing-geocoders input,.leaflet-routing-remove-waypoint,.leaflet-routing-geocoder {
    position: relative;
}

.leaflet-routing-geocoder-result {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1000; /* Arbitrary, but try to be above "most" things. */
}

.leaflet-routing-geocoder-result table {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    background-color: white;
    cursor: pointer;
}

.leaflet-routing-geocoder-result-open {
    max-height: 800px;
}

.leaflet-routing-geocoder-selected, .leaflet-routing-geocoder-result tr:hover {
    background-color: #eee;
}

.leaflet-routing-geocoder-no-results {
    font-style: italic;
    color: #888;
}

.leaflet-routing-remove-waypoint {
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.leaflet-routing-remove-waypoint:after {
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    z-index: 1;
    right: 1px;
    top: 4px;
    bottom: 0;
    margin: auto;
    padding: 2px;
    font-size: 18px;
    font-weight: bold;
    content: "\00d7";
    text-align: center;
    cursor: pointer;
    color: #ccc;
    background: white;
    padding-bottom: 16px;
    margin-top: -16px;
    padding-right: 4px;
    line-height: 1;
}

.leaflet-routing-remove-waypoint:hover {
    color: black;
}

.leaflet-routing-instruction-distance {
    width: 48px;
}

.leaflet-routing-collapse-btn {
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 24px;
    color: #ccc;
    font-weight: bold;
}

.leaflet-routing-collapse-btn:after {
    content: '\00d7';
}

.leaflet-routing-container-hide .leaflet-routing-collapse-btn {
    position: relative;
    left: 4px;
    top: 4px;
    display: block;
    width: 26px;
    height: 23px;
    background-image: url('routing-icon.c747cfa97eca0f1d.png');
}

.leaflet-routing-container-hide .leaflet-routing-collapse-btn:after {
    content: none;
}

.leaflet-top .leaflet-routing-container.leaflet-routing-container-hide {
    margin-top: 10px !important;
}
.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide {
    margin-right: 10px !important;
}
.leaflet-bottom .leaflet-routing-container.leaflet-routing-container-hide {
    margin-bottom: 10px !important;
}
.leaflet-left .leaflet-routing-container.leaflet-routing-container-hide {
    margin-left: 10px !important;
}

@media only screen and (max-width: 640px) {
    .leaflet-routing-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        height: 100%;
    }
}

/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet-draw/dist/leaflet.draw.css?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url('spritesheet.c1d7d1462695ea36.png');background-image:linear-gradient(transparent,transparent),url('spritesheet.ac8b36fa516341a4.svg');background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url('spritesheet-2x.53a2cab414ddbc39.png');background-image:linear-gradient(transparent,transparent),url('spritesheet.ac8b36fa516341a4.svg')}
.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}
.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#FFF;font:11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}
.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}
.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}
.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:rgba(0,0,0,0.5);border:1px solid transparent;border-radius:4px;color:#fff;font:12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:rgba(0,0,0,0.5);border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}
.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:rgba(254,87,161,0.1);border:4px dashed rgba(254,87,161,0.6);border-radius:4px;box-sizing:content-box}
.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet.locatecontrol/dist/L.Control.Locate.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.leaflet-control-locate a {
  cursor: pointer;
}
.leaflet-control-locate a .leaflet-control-locate-location-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 7px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>');
}
.leaflet-control-locate a .leaflet-control-locate-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 7px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M304 48a48 48 0 1 1-96 0 48 48 0 0 1 96 0zm-48 368a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm208-208a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM96 256a48 48 0 1 0-96 0 48 48 0 0 0 96 0zm13 99a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm294 0a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM109 61a48 48 0 1 0 0 96 48 48 0 0 0 0-96z"/></svg>');
  animation: leaflet-control-locate-spin 2s linear infinite;
}
.leaflet-control-locate.active a .leaflet-control-locate-location-arrow {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(32, 116, 182)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>');
}
.leaflet-control-locate.following a .leaflet-control-locate-location-arrow {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(252, 132, 40)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>');
}

.leaflet-touch .leaflet-bar .leaflet-locate-text-active {
  width: 100%;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
}
.leaflet-touch .leaflet-bar .leaflet-locate-text-active .leaflet-locate-icon {
  padding: 0 5px 0 0;
}

.leaflet-control-locate-location circle {
  animation: leaflet-control-locate-throb 4s ease infinite;
}

@keyframes leaflet-control-locate-throb {
  0% {
    stroke-width: 1;
  }
  50% {
    stroke-width: 3;
    transform: scale(0.8, 0.8);
  }
  100% {
    stroke-width: 1;
  }
}
@keyframes leaflet-control-locate-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet.markercluster/dist/MarkerCluster.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/theme/variables.scss?ngGlobalStyle (1) ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.boldSf {
  font-family: "Nunito Sans", "Nunito", system-ui, sans-serif !important;
  font-weight: var(--fw-bold);
}

:root,
:root[mode=ios],
:root[mode=md] {
  --ion-font-family: "Nunito Sans", "Nunito", system-ui, sans-serif !important;
  font-family: "Nunito Sans", "Nunito", system-ui, sans-serif !important;
  background-color: var(--clr-surface-1);
}

:root {
  --ion-color-primary: #005952;
  --ion-color-primary-rgb: 0,89,82;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255,255,255;
  --ion-color-primary-shade: #004c46;
  --ion-color-primary-tint: #1a6a63;
  --ion-color-primary-transparent-20: rgba(0,89,82, 0.2);
  --ion-color-primary-transparent-50: rgba(0,89,82, 0.5);
  --ion-color-secondary: #03ab8f;
  --ion-color-secondary-rgb: 3,171,143;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255,255,255;
  --ion-color-secondary-shade: #03917a;
  --ion-color-secondary-tint: #1cb39a;
  --ion-color-secondary-transparent-20: rgba(50, 168, 82, 0.2);
  --ion-color-secondary-transparent-50: rgba(50, 168, 82, 0.5);
  --ion-color-tertiary: #e05963;
  --ion-color-tertiary-rgb: 224,89,99;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255,255,255;
  --ion-color-tertiary-shade: #be4c54;
  --ion-color-tertiary-tint: #e36a73;
  --ion-color-success: #158f68;
  --ion-color-success-rgb: 21,143,104;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255,255,255;
  --ion-color-success-shade: #127a5a;
  --ion-color-success-tint: #2aa87f;
  --ion-color-success-transparent-20: rgba(16, 220, 96, 0.2);
  --ion-color-success-transparent-50: rgba(16, 220, 96, 0.5);
  --ion-color-warning: #b95630;
  --ion-color-warning-rgb: 185,86,48;
  --ion-color-warning-contrast: #ffffff;
  --ion-color-warning-contrast-rgb: 255,255,255;
  --ion-color-warning-shade: #9d4929;
  --ion-color-warning-tint: #c06745;
  --ion-color-warning-transparent-20: rgba(255, 196, 9, 0.2);
  --ion-color-warning-transparent-50: rgba(255, 196, 9, 0.5);
  --ion-color-danger: #ff2150;
  --ion-color-danger-rgb: 255,33,80;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255,255,255;
  --ion-color-danger-shade: #d91c44;
  --ion-color-danger-tint: #ff3762;
  --ion-color-danger-transparent-20: rgba(235, 68, 90, 0.2);
  --ion-color-danger-transparent-50: rgba(235, 68, 90, 0.5);
  --ion-color-light: #f9b2a8;
  --ion-color-light-rgb: 249,178,168;
  --ion-color-light-contrast: #231f1c;
  --ion-color-light-contrast-rgb: 35,31,28;
  --ion-color-light-shade: #d89a91;
  --ion-color-light-tint: #fbc0b7;
  --ion-color-medium: #909899;
  --ion-color-medium-rgb: 144,152,153;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255,255,255;
  --ion-color-medium-shade: #00717b;
  --ion-color-medium-tint: #1a919c;
  --ion-color-dark: #002f64;
  --ion-color-dark-rgb: 0,47,100;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255,255,255;
  --ion-color-dark-shade: #002855;
  --ion-color-dark-tint: #1a4474;
  --clr-surface-input: #ffffff;
  --clr-brand-mint: #03ab8f;
  --clr-brand-forest: #005952;
  --clr-brand-rose: #e05963;
  --clr-brand-coral: #b95630;
  --clr-brand-fuchsia: #ff2150;
  --clr-brand-petal: #f9b2a8;
  --clr-brand-ocean: #008591;
  --clr-brand-navy: #002f64;
  --clr-accent-dark: var(--ion-color-primary-shade);
  --clr-accent-regular: var(--ion-color-primary);
  --clr-accent-light: var(--ion-color-primary-tint);
  --clr-accent-transparent: var(--ion-color-primary-transparent-20);
  --clr-color-primary-rgb: var(--ion-color-primary-rgb);
  --clr-color-secondary-rgb: var(--ion-color-secondary-rgb);
  --clr-color-tertiary-rgb: var(--ion-color-tertiary-rgb);
  --clr-color-warning-rgb: var(--ion-color-warning-rgb);
  --clr-color-danger-rgb: var(--ion-color-danger-rgb);
  --clr-color-success-rgb: var(--ion-color-success-rgb);
  --clr-color-primary-rbg: var(--ion-color-primary-rgb);
  --clr-color-secondary-rbg: var(--ion-color-secondary-rgb);
  --clr-color-tertiary-rbg: var(--ion-color-tertiary-rgb);
  --clr-color-warning-rbg: var(--ion-color-warning-rgb);
  --clr-color-danger-rbg: var(--ion-color-danger-rgb);
  --clr-neutral-lightest: #ffffff;
  --clr-neutral-lightest-90: hsla(0, 0%, 100%, .9);
  --clr-neutral-lightest-50: hsla(0, 0%, 100%, .5);
  --clr-neutral-lightest-25: hsla(0, 0%, 100%, .25);
  --clr-neutral-light: #f6f8fb;
  --clr-neutral-light-90: hsla(220, 30%, 97%, .9);
  --clr-neutral-lighty: #eef2ff;
  --clr-neutral-darkish: #1f2937;
  --clr-neutral-darky: #111827;
  --clr-neutral-dark: #0b1220;
  --clr-neutral-dark-90: hsla(0, 0%, 7%, .9);
  --clr-neutral-dark-50: hsla(0, 0%, 7%, .5);
  --clr-neutral-darkest: #000000;
  --clr-neutral-darkest-90: hsla(0, 0%, 0%, .9);
  --clr-neutral-darkest-50: hsla(0, 0%, 0%, .5);
  --clr-neutral-darkest-25: hsla(0, 0%, 0%, .25);
  --clr-heading: #0f172a;
  --clr-subheading: #37474f;
  --clr-body: #1f2937;
  --s-xxs: .25rem;
  --s-xs: .5rem;
  --s-sm: .75rem;
  --s-md: 1rem;
  --s-lg: 1.5rem;
  --s-xl: 2rem;
  --s-xxl: 3rem;
  --radius-sm: .25rem;
  --radius-md: .75rem;
  --radius-lg: 1.25rem;
  --radius-full: 200vmax;
  --shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  --shadow-lg: 0 0 20px 0 rgba(0, 0, 0, .15);
  --shadow-light: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
  rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
  rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  --shadow-primary: 0 0 .25rem .125rem var(--ion-color-primary);
  --shadow-modern-lg: 0 20px 60px rgba(15, 23, 42, 0.12);
  --shadow-modern-sm: 0 10px 30px rgba(15, 23, 42, 0.08);
  --clr-gradient-primary: linear-gradient(135deg, #03ab8f 0%, #005952 100%);
  --clr-gradient-cta: linear-gradient(135deg, #ff2150 0%, #e05963 100%);
  --clr-border: #e2e8f0;
  --time-xs: .160s;
  --time-sm: .2s;
  --time-md: .4s;
  --time-lg: .8s;
  --ff-primary: "Nunito Sans", "Nunito", system-ui, sans-serif;
  --ff-primary-bold: "Nunito Sans", "Nunito", system-ui, sans-serif;
  --ff-heading: var(--ff-primary);
  --ff-alt: var(--ff-primary);
  --fs-xs: .75rem;
  --fs-sm: .875rem;
  --fs-md: 1rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
  --fs-xxl: 2rem;
  --fs-h1: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  --fs-h2: clamp(1.25rem, 1.125rem + 1vw, 1.2rem);
  --fs-h3: clamp(1.20rem, 1.25rem + 1vw, 1.15rem);
  --fs-h4: clamp(1.125rem, 1.125rem + 1vw, 1.1rem);
  --fw-normal: 300;
  --fw-medium: 600;
  --fw-bold: 900;
  --fw-black: 900;
  --clr-text: var(--clr-body);
  --clr-text-50: rgba(15, 23, 42, .5);
  --clr-text-25: rgba(15, 23, 42, .25);
  --clr-surface-1: var(--clr-neutral-light);
  --clr-surface-1-90: var(--clr-neutral-light-90);
  --clr-surface-2: var(--clr-neutral-lightest);
  --clr-surface-2-90: var(--clr-neutral-lightest-90);
  --clr-surface-2-50: var(--clr-neutral-lightest-50);
  --clr-surface-3: var(--clr-neutral-lighty);
  --clr-bg: #f6f8fb;
  --clr-bg-alt: #ffffff;
  --clr-bg-tr: rgba(0, 89, 82, 0.06);
  --clr-bg-hover: rgba(15, 23, 42, .03);
  --clr-transparent: rgba(90, 101, 255, .12);
  --clr-urgent: rgba(239, 68, 68, .18);
  --clr-urgent-alt: rgba(245, 158, 11, .2);
  --clr-critique: var(--ion-color-danger);
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  --blur: blur(1px);
}
:root .dark {
  --clr-text: var(--clr-neutral-lightest);
  --clr-text-50: var(--clr-neutral-lightest-50);
  --clr-text-25: var(--clr-neutral-lightest-25);
  --clr-heading: var(--clr-neutral-lightest);
  --clr-subheading: var(--clr-neutral-lightest-90);
  --clr-surface-1: var(--clr-neutral-darkest);
  --clr-surface-1-90: var(--clr-neutral-darkest-90);
  --clr-surface-2: var(--clr-neutral-dark);
  --clr-surface-2-90: var(--clr-neutral-dark-90);
  --clr-surface-2-50: var(--clr-neutral-dark-50);
  --clr-surface-3: var(--clr-neutral-darky);
  --clr-bg: var(--clr-neutral-dark);
  --clr-bg-alt: var(--clr-neutral-darky);
  --clr-bg-tr: var(--clr-neutral-darky);
  --clr-bg-hover: hsl(0, 100%, 100%, .03);
  --clr-critique: var(--ion-color-danger);
  --clr-surface-input: #1b1c1f;
}
:root .dark {
  /** dark**/
  --ion-tab-bar-color: var(--clr-neutral-light);
}

@media (prefers-color-scheme: dark) {
  .ios body.dark {
    --ion-background-color: #000000;
    --ion-background-color-rgb: 0, 0, 0;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255, 255, 255;
    --ion-color-step-50: #0d0d0d;
    --ion-color-step-100: #1a1a1a;
    --ion-color-step-150: #262626;
    --ion-color-step-200: #333333;
    --ion-color-step-250: #404040;
    --ion-color-step-300: #4d4d4d;
    --ion-color-step-350: #595959;
    --ion-color-step-400: #666666;
    --ion-color-step-450: #737373;
    --ion-color-step-500: #808080;
    --ion-color-step-550: #8c8c8c;
    --ion-color-step-600: #999999;
    --ion-color-step-650: #a6a6a6;
    --ion-color-step-700: #b3b3b3;
    --ion-color-step-750: #bfbfbf;
    --ion-color-step-800: #cccccc;
    --ion-color-step-850: #d9d9d9;
    --ion-color-step-900: #e6e6e6;
    --ion-color-step-950: #f2f2f2;
    --ion-toolbar-background: #0d0d0d;
    --ion-item-background: #1c1c1c;
    --ion-item-background-activated: #313131;
  }
  .ios body.dark ion-title.title-large {
    --color: white;
  }
  .md body.dark {
    --ion-background-color: #121212;
    --ion-background-color-rgb: 18, 18, 18;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255, 255, 255;
    --ion-border-color: #222222;
    --ion-color-step-50: #1e1e1e;
    --ion-color-step-100: #2a2a2a;
    --ion-color-step-150: #363636;
    --ion-color-step-200: #414141;
    --ion-color-step-250: #4d4d4d;
    --ion-color-step-300: #595959;
    --ion-color-step-350: #656565;
    --ion-color-step-400: #717171;
    --ion-color-step-450: #7d7d7d;
    --ion-color-step-500: #898989;
    --ion-color-step-550: #949494;
    --ion-color-step-600: #a0a0a0;
    --ion-color-step-650: #acacac;
    --ion-color-step-700: #b8b8b8;
    --ion-color-step-750: #c4c4c4;
    --ion-color-step-800: #d0d0d0;
    --ion-color-step-850: #dbdbdb;
    --ion-color-step-900: #e7e7e7;
    --ion-color-step-950: #f3f3f3;
    --ion-item-background: #1A1B1E;
  }
  .md body.dark ion-title.title-large {
    --color: white;
  }
}
.ios body.dark {
  --ion-background-color: #000000;
  --ion-background-color-rgb: 0, 0, 0;
  --ion-text-color: #ffffff;
  --ion-text-color-rgb: 255, 255, 255;
  --ion-color-step-50: #0d0d0d;
  --ion-color-step-100: #1a1a1a;
  --ion-color-step-150: #262626;
  --ion-color-step-200: #333333;
  --ion-color-step-250: #404040;
  --ion-color-step-300: #4d4d4d;
  --ion-color-step-350: #595959;
  --ion-color-step-400: #666666;
  --ion-color-step-450: #737373;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #8c8c8c;
  --ion-color-step-600: #999999;
  --ion-color-step-650: #a6a6a6;
  --ion-color-step-700: #b3b3b3;
  --ion-color-step-750: #bfbfbf;
  --ion-color-step-800: #cccccc;
  --ion-color-step-850: #d9d9d9;
  --ion-color-step-900: #e6e6e6;
  --ion-color-step-950: #f2f2f2;
  --ion-toolbar-background: #0d0d0d;
  --ion-item-background: #1c1c1c;
  --ion-item-background-activated: #313131;
}
.ios body.dark ion-title.title-large {
  --color: white;
}

.md body.dark {
  --ion-background-color: #121212;
  --ion-background-color-rgb: 18, 18, 18;
  --ion-text-color: #ffffff;
  --ion-text-color-rgb: 255, 255, 255;
  --ion-border-color: #222222;
  --ion-color-step-50: #1e1e1e;
  --ion-color-step-100: #2a2a2a;
  --ion-color-step-150: #363636;
  --ion-color-step-200: #414141;
  --ion-color-step-250: #4d4d4d;
  --ion-color-step-300: #595959;
  --ion-color-step-350: #656565;
  --ion-color-step-400: #717171;
  --ion-color-step-450: #7d7d7d;
  --ion-color-step-500: #898989;
  --ion-color-step-550: #949494;
  --ion-color-step-600: #a0a0a0;
  --ion-color-step-650: #acacac;
  --ion-color-step-700: #b8b8b8;
  --ion-color-step-750: #c4c4c4;
  --ion-color-step-800: #d0d0d0;
  --ion-color-step-850: #dbdbdb;
  --ion-color-step-900: #e7e7e7;
  --ion-color-step-950: #f3f3f3;
  --ion-item-background: #1A1B1E;
}
.md body.dark ion-title.title-large {
  --color: white;
}

.alert-wrapper.sc-ion-alert-md {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  background: var(--background);
  contain: content;
  opacity: 0;
  z-index: 10;
}

.dark .introtext {
  color: white !important;
}
.dark .passintro {
  color: rgb(255, 255, 255);
  border: 1px rgb(255, 255, 255) solid;
  background-color: rgba(255, 0, 0, 0);
  bottom: 0px;
  right: 0px;
  padding: 1%;
  margin: 2%;
  cursor: pointer;
}
.dark .deviceinfo {
  color: white !important;
  border-color: white !important;
}

.light .introtext {
  color: black !important;
}
.light .passintro {
  color: rgb(0, 0, 0);
  border: 1px rgb(4, 4, 4) solid;
  background-color: rgba(255, 0, 0, 0);
  bottom: 0px;
  right: 0px;
  padding: 1%;
  margin: 2%;
  cursor: pointer;
}

.alert-radio-group.sc-ion-alert-md, .alert-checkbox-group.sc-ion-alert-md {
  max-height: 100%;
}

.app-reprogrammer .range-bar-active {
  background: green !important;
}

.page-sujet .image-container {
  min-height: 200px;
  background-size: cover;
}
@media (min-width: 0px) {
  .page-sujet .images {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 420px) {
  .page-sujet .images {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 720px) {
  .page-sujet .images {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.page-sujet .one-image {
  margin: 2px;
}

.urbadialogue {
  background-color: #dfdcdc !important;
}
.urbadialogue .alert-wrapper {
  max-width: 100% !important;
  width: 70vw !important;
}

accordion-list .wrapper {
  transition: 0.2s linear;
}
accordion-list .collapsed {
  height: 0 !important;
}

.app-detail-projet .info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.app-detail-projet .legend {
  text-align: left;
  line-height: 18px;
  color: #555;
}
.app-detail-projet .legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/core.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-default-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: 0.18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #3880ff) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;--ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;--ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #5260ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd36f) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;--ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;--ion-color-tint: var(--ion-color-success-tint, #42d77d) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #eb445a) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;--ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #92949c) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #808289) !important;--ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none !important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports(padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports(padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: env(safe-area-inset-top);--ion-safe-area-bottom: env(safe-area-inset-bottom);--ion-safe-area-left: env(safe-area-inset-left);--ion-safe-area-right: env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translate3d(0,  0,  0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0,0,0,.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0,0,0,.08)}.md .menu-content-reveal{box-shadow:4px 0px 16px rgba(0,0,0,.18)}.md .menu-content-push{box-shadow:4px 0px 16px rgba(0,0,0,.18)}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:300ms transform cubic-bezier(0.25, 0.8, 0.5, 1)}@media(prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none !important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/normalize.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:bold}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/structure.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/typography.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
html{font-family:var(--ion-font-family)}@supports(-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #3880ff)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/display.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-hide{display:none !important}.ion-hide-up{display:none !important}.ion-hide-down{display:none !important}@media(min-width: 576px){.ion-hide-sm-up{display:none !important}}@media(max-width: 575.98px){.ion-hide-sm-down{display:none !important}}@media(min-width: 768px){.ion-hide-md-up{display:none !important}}@media(max-width: 767.98px){.ion-hide-md-down{display:none !important}}@media(min-width: 992px){.ion-hide-lg-up{display:none !important}}@media(max-width: 991.98px){.ion-hide-lg-down{display:none !important}}@media(min-width: 1200px){.ion-hide-xl-up{display:none !important}}@media(max-width: 1199.98px){.ion-hide-xl-down{display:none !important}}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/padding.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/float-elements.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.ion-float-left{float:left !important}.ion-float-right{float:right !important}.ion-float-start{float:left !important}:host-context([dir=rtl]) .ion-float-start{float:right !important}[dir=rtl] .ion-float-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-start:dir(rtl){float:right !important}}.ion-float-end{float:right !important}:host-context([dir=rtl]) .ion-float-end{float:left !important}[dir=rtl] .ion-float-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-end:dir(rtl){float:left !important}}@media(min-width: 576px){.ion-float-sm-left{float:left !important}.ion-float-sm-right{float:right !important}.ion-float-sm-start{float:left !important}:host-context([dir=rtl]) .ion-float-sm-start{float:right !important}[dir=rtl] .ion-float-sm-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-sm-start:dir(rtl){float:right !important}}.ion-float-sm-end{float:right !important}:host-context([dir=rtl]) .ion-float-sm-end{float:left !important}[dir=rtl] .ion-float-sm-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-sm-end:dir(rtl){float:left !important}}}@media(min-width: 768px){.ion-float-md-left{float:left !important}.ion-float-md-right{float:right !important}.ion-float-md-start{float:left !important}:host-context([dir=rtl]) .ion-float-md-start{float:right !important}[dir=rtl] .ion-float-md-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-md-start:dir(rtl){float:right !important}}.ion-float-md-end{float:right !important}:host-context([dir=rtl]) .ion-float-md-end{float:left !important}[dir=rtl] .ion-float-md-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-md-end:dir(rtl){float:left !important}}}@media(min-width: 992px){.ion-float-lg-left{float:left !important}.ion-float-lg-right{float:right !important}.ion-float-lg-start{float:left !important}:host-context([dir=rtl]) .ion-float-lg-start{float:right !important}[dir=rtl] .ion-float-lg-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-lg-start:dir(rtl){float:right !important}}.ion-float-lg-end{float:right !important}:host-context([dir=rtl]) .ion-float-lg-end{float:left !important}[dir=rtl] .ion-float-lg-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-lg-end:dir(rtl){float:left !important}}}@media(min-width: 1200px){.ion-float-xl-left{float:left !important}.ion-float-xl-right{float:right !important}.ion-float-xl-start{float:left !important}:host-context([dir=rtl]) .ion-float-xl-start{float:right !important}[dir=rtl] .ion-float-xl-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-xl-start:dir(rtl){float:right !important}}.ion-float-xl-end{float:right !important}:host-context([dir=rtl]) .ion-float-xl-end{float:left !important}[dir=rtl] .ion-float-xl-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-xl-end:dir(rtl){float:left !important}}}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-alignment.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.ion-text-center{text-align:center !important}.ion-text-justify{text-align:justify !important}.ion-text-start{text-align:start !important}.ion-text-end{text-align:end !important}.ion-text-left{text-align:left !important}.ion-text-right{text-align:right !important}.ion-text-nowrap{white-space:nowrap !important}.ion-text-wrap{white-space:normal !important}@media(min-width: 576px){.ion-text-sm-center{text-align:center !important}.ion-text-sm-justify{text-align:justify !important}.ion-text-sm-start{text-align:start !important}.ion-text-sm-end{text-align:end !important}.ion-text-sm-left{text-align:left !important}.ion-text-sm-right{text-align:right !important}.ion-text-sm-nowrap{white-space:nowrap !important}.ion-text-sm-wrap{white-space:normal !important}}@media(min-width: 768px){.ion-text-md-center{text-align:center !important}.ion-text-md-justify{text-align:justify !important}.ion-text-md-start{text-align:start !important}.ion-text-md-end{text-align:end !important}.ion-text-md-left{text-align:left !important}.ion-text-md-right{text-align:right !important}.ion-text-md-nowrap{white-space:nowrap !important}.ion-text-md-wrap{white-space:normal !important}}@media(min-width: 992px){.ion-text-lg-center{text-align:center !important}.ion-text-lg-justify{text-align:justify !important}.ion-text-lg-start{text-align:start !important}.ion-text-lg-end{text-align:end !important}.ion-text-lg-left{text-align:left !important}.ion-text-lg-right{text-align:right !important}.ion-text-lg-nowrap{white-space:nowrap !important}.ion-text-lg-wrap{white-space:normal !important}}@media(min-width: 1200px){.ion-text-xl-center{text-align:center !important}.ion-text-xl-justify{text-align:justify !important}.ion-text-xl-start{text-align:start !important}.ion-text-xl-end{text-align:end !important}.ion-text-xl-left{text-align:left !important}.ion-text-xl-right{text-align:right !important}.ion-text-xl-nowrap{white-space:nowrap !important}.ion-text-xl-wrap{white-space:normal !important}}

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-transformation.css ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.ion-text-uppercase{text-transform:uppercase !important}.ion-text-lowercase{text-transform:lowercase !important}.ion-text-capitalize{text-transform:capitalize !important}@media(min-width: 576px){.ion-text-sm-uppercase{text-transform:uppercase !important}.ion-text-sm-lowercase{text-transform:lowercase !important}.ion-text-sm-capitalize{text-transform:capitalize !important}}@media(min-width: 768px){.ion-text-md-uppercase{text-transform:uppercase !important}.ion-text-md-lowercase{text-transform:lowercase !important}.ion-text-md-capitalize{text-transform:capitalize !important}}@media(min-width: 992px){.ion-text-lg-uppercase{text-transform:uppercase !important}.ion-text-lg-lowercase{text-transform:lowercase !important}.ion-text-lg-capitalize{text-transform:capitalize !important}}@media(min-width: 1200px){.ion-text-xl-uppercase{text-transform:uppercase !important}.ion-text-xl-lowercase{text-transform:lowercase !important}.ion-text-xl-capitalize{text-transform:capitalize !important}}

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/flex-utils.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.ion-align-self-start{align-self:flex-start !important}.ion-align-self-end{align-self:flex-end !important}.ion-align-self-center{align-self:center !important}.ion-align-self-stretch{align-self:stretch !important}.ion-align-self-baseline{align-self:baseline !important}.ion-align-self-auto{align-self:auto !important}.ion-wrap{flex-wrap:wrap !important}.ion-nowrap{flex-wrap:nowrap !important}.ion-wrap-reverse{flex-wrap:wrap-reverse !important}.ion-justify-content-start{justify-content:flex-start !important}.ion-justify-content-center{justify-content:center !important}.ion-justify-content-end{justify-content:flex-end !important}.ion-justify-content-around{justify-content:space-around !important}.ion-justify-content-between{justify-content:space-between !important}.ion-justify-content-evenly{justify-content:space-evenly !important}.ion-align-items-start{align-items:flex-start !important}.ion-align-items-center{align-items:center !important}.ion-align-items-end{align-items:flex-end !important}.ion-align-items-stretch{align-items:stretch !important}.ion-align-items-baseline{align-items:baseline !important}

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.ef6db8722c2c3f9a.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.9859cd1231006a4a.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.d577052aa271e13f.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@angular/material/prebuilt-themes/indigo-pink.css ***!
  \********************************************************************************************************************************************************************************************************************************************************/
html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, none)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, none)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, none)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, none)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, none)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, none)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, none)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, none)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, none)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, none)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, none)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, none)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, none)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, none)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, none)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, none)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, none)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, none)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, none)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, none)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, none)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, none)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, none)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, none)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, none)}html{--mat-ripple-color:rgba(0, 0, 0, 0.1)}html{--mat-option-selected-state-label-text-color:#3f51b5;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#ff4081;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color:#f44336;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87)}html{--mat-full-pseudo-checkbox-selected-icon-color:#ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-primary{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#f44336;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#fafafa;--mat-app-text-color:rgba(0, 0, 0, 0.87);--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px}html{--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}html{--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#3f51b5;--mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ff4081;--mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px}html{--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#3f51b5;--mdc-filled-text-field-focus-active-indicator-color:#3f51b5;--mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-filled-text-field-container-color:rgb(244.8, 244.8, 244.8);--mdc-filled-text-field-disabled-container-color:rgb(249.9, 249.9, 249.9);--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-error-hover-label-text-color:#f44336;--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336}html{--mdc-outlined-text-field-caret-color:#3f51b5;--mdc-outlined-text-field-focus-outline-color:#3f51b5;--mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-error-hover-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336}html{--mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);--mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);--mat-form-field-error-text-color:#f44336;--mat-form-field-select-option-text-color:inherit;--mat-form-field-select-disabled-option-text-color:GrayText;--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);--mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);--mat-form-field-hover-state-layer-opacity:0.04;--mat-form-field-focus-state-layer-opacity:0.08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ff4081;--mdc-filled-text-field-focus-active-indicator-color:#ff4081;--mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87)}.mat-mdc-form-field.mat-accent{--mdc-outlined-text-field-caret-color:#ff4081;--mdc-outlined-text-field-focus-outline-color:#ff4081;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87)}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400}html{--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400}html{--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color:white}html{--mdc-dialog-container-shape:4px}html{--mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}html{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-radius:16px;--mdc-chip-with-avatar-avatar-shape-radius:14px;--mdc-chip-with-avatar-avatar-size:28px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:0;--mdc-chip-outline-color:transparent;--mdc-chip-disabled-outline-color:transparent;--mdc-chip-focus-outline-color:transparent;--mdc-chip-hover-state-layer-opacity:0.04;--mdc-chip-with-avatar-disabled-avatar-opacity:1;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-selected-hover-state-layer-opacity:0.04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;--mdc-chip-with-icon-disabled-icon-opacity:1}.mat-mdc-standard-chip{--mat-chip-disabled-container-opacity:0.4;--mat-chip-trailing-action-opacity:0.54;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-focus-state-layer-opacity:0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:rgb(224.4, 224.4, 224.4);--mdc-chip-elevated-selected-container-color:rgb(224.4, 224.4, 224.4);--mdc-chip-elevated-disabled-container-color:rgb(224.4, 224.4, 224.4);--mdc-chip-flat-disabled-selected-container-color:rgb(224.4, 224.4, 224.4);--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-selected-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121}.mat-mdc-standard-chip{--mat-chip-selected-disabled-trailing-icon-color:#212121;--mat-chip-selected-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#3f51b5;--mdc-chip-elevated-selected-container-color:#3f51b5;--mdc-chip-elevated-disabled-container-color:#3f51b5;--mdc-chip-flat-disabled-selected-container-color:#3f51b5;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#ff4081;--mdc-chip-elevated-selected-container-color:#ff4081;--mdc-chip-elevated-disabled-container-color:#ff4081;--mdc-chip-flat-disabled-selected-container-color:#ff4081;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-selected-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-flat-disabled-selected-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}html{--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.04;--mdc-switch-selected-pressed-state-layer-opacity:0.1;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.04;--mdc-switch-unselected-pressed-state-layer-opacity:0.1}html .mat-mdc-slide-toggle{--mat-switch-disabled-selected-handle-opacity:0.38;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:20px;--mat-switch-selected-handle-size:20px;--mat-switch-pressed-handle-size:20px;--mat-switch-with-icon-handle-size:20px;--mat-switch-selected-handle-horizontal-margin:0;--mat-switch-selected-with-icon-handle-horizontal-margin:0;--mat-switch-selected-pressed-handle-horizontal-margin:0;--mat-switch-unselected-handle-horizontal-margin:0;--mat-switch-unselected-with-icon-handle-horizontal-margin:0;--mat-switch-unselected-pressed-handle-horizontal-margin:0;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:1;--mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-switch-track-outline-width:1px;--mat-switch-track-outline-color:transparent;--mat-switch-selected-track-outline-width:1px;--mat-switch-selected-track-outline-color:transparent;--mat-switch-disabled-unselected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-color:transparent}html{--mdc-switch-selected-focus-state-layer-color:#3949ab;--mdc-switch-selected-handle-color:#3949ab;--mdc-switch-selected-hover-state-layer-color:#3949ab;--mdc-switch-selected-pressed-state-layer-color:#3949ab;--mdc-switch-selected-focus-handle-color:#1a237e;--mdc-switch-selected-hover-handle-color:#1a237e;--mdc-switch-selected-pressed-handle-color:#1a237e;--mdc-switch-selected-focus-track-color:#7986cb;--mdc-switch-selected-hover-track-color:#7986cb;--mdc-switch-selected-pressed-track-color:#7986cb;--mdc-switch-selected-track-color:#7986cb;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:#fff;--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color:rgba(0, 0, 0, 0.87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#d81b60;--mdc-switch-selected-handle-color:#d81b60;--mdc-switch-selected-hover-state-layer-color:#d81b60;--mdc-switch-selected-pressed-state-layer-color:#d81b60;--mdc-switch-selected-focus-handle-color:#880e4f;--mdc-switch-selected-hover-handle-color:#880e4f;--mdc-switch-selected-pressed-handle-color:#880e4f;--mdc-switch-selected-focus-track-color:#f06292;--mdc-switch-selected-hover-track-color:#f06292;--mdc-switch-selected-pressed-track-color:#f06292;--mdc-switch-selected-track-color:#f06292}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}html{--mdc-switch-state-layer-size:40px}html .mat-mdc-slide-toggle{--mat-switch-label-text-font:Roboto, sans-serif;--mat-switch-label-text-line-height:20px;--mat-switch-label-text-size:14px;--mat-switch-label-text-tracking:0.0178571429em;--mat-switch-label-text-weight:400}html{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5}.mat-mdc-radio-button.mat-primary{--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#3f51b5;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081}.mat-mdc-radio-button.mat-accent{--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#ff4081;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-radio-button.mat-warn{--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}html{--mdc-radio-state-layer-size:40px}html{--mat-radio-touch-target-display:block}html{--mat-radio-label-text-font:Roboto, sans-serif;--mat-radio-label-text-line-height:20px;--mat-radio-label-text-size:14px;--mat-radio-label-text-tracking:0.0178571429em;--mat-radio-label-text-weight:400}html{--mdc-slider-active-track-height:6px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:50%;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.6;--mdc-slider-with-tick-marks-container-shape:50%;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.6;--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}html{--mat-slider-value-indicator-width:auto;--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-container-transform:translateX(-50%)}html{--mdc-slider-handle-color:#3f51b5;--mdc-slider-focus-handle-color:#3f51b5;--mdc-slider-hover-handle-color:#3f51b5;--mdc-slider-active-track-color:#3f51b5;--mdc-slider-inactive-track-color:#3f51b5;--mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;--mdc-slider-with-tick-marks-active-container-color:white;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-label-container-color:#000;--mdc-slider-label-label-text-color:#fff;--mdc-slider-with-overlap-handle-outline-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#000}html{--mat-slider-ripple-color:#3f51b5;--mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);--mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);--mat-slider-value-indicator-opacity:0.6}html .mat-accent{--mdc-slider-handle-color:#ff4081;--mdc-slider-focus-handle-color:#ff4081;--mdc-slider-hover-handle-color:#ff4081;--mdc-slider-active-track-color:#ff4081;--mdc-slider-inactive-track-color:#ff4081;--mdc-slider-with-tick-marks-inactive-container-color:#ff4081;--mdc-slider-with-tick-marks-active-container-color:white}html .mat-accent{--mat-slider-ripple-color:#ff4081;--mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2)}html .mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:white}html .mat-warn{--mat-slider-ripple-color:#f44336;--mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);--mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2)}html{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px;--mat-menu-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-container-color:white;--mat-menu-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mdc-list-list-item-container-shape:0;--mdc-list-list-item-leading-avatar-shape:50%;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-selected-container-color:transparent;--mdc-list-list-item-leading-avatar-color:transparent;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-state-layer-color:transparent;--mdc-list-list-item-disabled-state-layer-opacity:0;--mdc-list-list-item-disabled-label-text-opacity:0.38;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38}html{--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px}html{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px}html{--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size:40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px;--mat-paginator-touch-target-display:block}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mdc-secondary-navigation-tab-container-height:48px}html{--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0}html{--mat-tab-header-divider-color:transparent;--mat-tab-header-divider-height:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#3f51b5}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#3f51b5;--mat-tab-header-active-ripple-color:#3f51b5;--mat-tab-header-inactive-ripple-color:#3f51b5;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#3f51b5;--mat-tab-header-active-hover-label-text-color:#3f51b5;--mat-tab-header-active-focus-indicator-color:#3f51b5;--mat-tab-header-active-hover-indicator-color:#3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ff4081}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#ff4081;--mat-tab-header-active-ripple-color:#ff4081;--mat-tab-header-inactive-ripple-color:#ff4081;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#ff4081;--mat-tab-header-active-hover-label-text-color:#ff4081;--mat-tab-header-active-focus-indicator-color:#ff4081;--mat-tab-header-active-hover-indicator-color:#ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#3f51b5;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ff4081;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}html{--mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}html{--mdc-checkbox-state-layer-size:40px}html{--mat-checkbox-touch-target-display:block}html{--mat-checkbox-label-text-font:Roboto, sans-serif;--mat-checkbox-label-text-line-height:20px;--mat-checkbox-label-text-size:14px;--mat-checkbox-label-text-tracking:0.0178571429em;--mat-checkbox-label-text-weight:400}html{--mdc-text-button-container-shape:4px;--mdc-text-button-keep-touch-target:false}html{--mdc-filled-button-container-shape:4px;--mdc-filled-button-keep-touch-target:false}html{--mdc-protected-button-container-shape:4px;--mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px}html{--mat-text-button-horizontal-padding:8px;--mat-text-button-with-icon-horizontal-padding:8px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:0}html{--mat-filled-button-horizontal-padding:16px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-4px}html{--mat-protected-button-horizontal-padding:16px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-4px}html{--mat-outlined-button-horizontal-padding:15px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-4px}html{--mdc-text-button-label-text-color:black;--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38)}html{--mat-text-button-state-layer-color:black;--mat-text-button-disabled-state-layer-color:black;--mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-text-button-hover-state-layer-opacity:0.04;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12}html{--mdc-filled-button-container-color:white;--mdc-filled-button-label-text-color:black;--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38)}html{--mat-filled-button-state-layer-color:black;--mat-filled-button-disabled-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-filled-button-hover-state-layer-opacity:0.04;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12}html{--mdc-protected-button-container-color:white;--mdc-protected-button-label-text-color:black;--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38)}html{--mat-protected-button-state-layer-color:black;--mat-protected-button-disabled-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-protected-button-hover-state-layer-opacity:0.04;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12}html{--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-label-text-color:black;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-outlined-button-state-layer-color:black;--mat-outlined-button-disabled-state-layer-color:black;--mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-outlined-button-hover-state-layer-opacity:0.04;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#3f51b5}.mat-mdc-button.mat-primary{--mat-text-button-state-layer-color:#3f51b5;--mat-text-button-ripple-color:rgba(63, 81, 181, 0.1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ff4081}.mat-mdc-button.mat-accent{--mat-text-button-state-layer-color:#ff4081;--mat-text-button-ripple-color:rgba(255, 64, 129, 0.1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336}.mat-mdc-button.mat-warn{--mat-text-button-state-layer-color:#f44336;--mat-text-button-ripple-color:rgba(244, 67, 54, 0.1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#3f51b5;--mdc-filled-button-label-text-color:white}.mat-mdc-unelevated-button.mat-primary{--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ff4081;--mdc-filled-button-label-text-color:white}.mat-mdc-unelevated-button.mat-accent{--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:white}.mat-mdc-unelevated-button.mat-warn{--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#3f51b5;--mdc-protected-button-label-text-color:white}.mat-mdc-raised-button.mat-primary{--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ff4081;--mdc-protected-button-label-text-color:white}.mat-mdc-raised-button.mat-accent{--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:white}.mat-mdc-raised-button.mat-warn{--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#3f51b5;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12)}.mat-mdc-outlined-button.mat-primary{--mat-outlined-button-state-layer-color:#3f51b5;--mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ff4081;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12)}.mat-mdc-outlined-button.mat-accent{--mat-outlined-button-state-layer-color:#ff4081;--mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12)}.mat-mdc-outlined-button.mat-warn{--mat-outlined-button-state-layer-color:#f44336;--mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mdc-text-button-container-height:36px}html{--mdc-filled-button-container-height:36px}html{--mdc-protected-button-container-height:36px}html{--mdc-outlined-button-container-height:36px}html{--mat-text-button-touch-target-display:block}html{--mat-filled-button-touch-target-display:block}html{--mat-protected-button-touch-target-display:block}html{--mat-outlined-button-touch-target-display:block}html{--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:14px;--mdc-text-button-label-text-tracking:0.0892857143em;--mdc-text-button-label-text-weight:500;--mdc-text-button-label-text-transform:none}html{--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:14px;--mdc-filled-button-label-text-tracking:0.0892857143em;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-label-text-transform:none}html{--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:14px;--mdc-protected-button-label-text-tracking:0.0892857143em;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-label-text-transform:none}html{--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:14px;--mdc-outlined-button-label-text-tracking:0.0892857143em;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-label-text-transform:none}html{--mdc-icon-button-icon-size:24px}html{--mdc-icon-button-icon-color:inherit;--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38)}html{--mat-icon-button-state-layer-color:black;--mat-icon-button-disabled-state-layer-color:black;--mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-icon-button-hover-state-layer-opacity:0.04;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#3f51b5}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-state-layer-color:#3f51b5;--mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ff4081}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-state-layer-color:#ff4081;--mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-state-layer-color:#f44336;--mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape:50%;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-fab-small-container-shape:50%;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-extended-fab-container-height:48px;--mdc-extended-fab-container-shape:24px;--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-fab-container-color:white}html{--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-disabled-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-hover-state-layer-opacity:0.04;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38)}html{--mdc-fab-small-container-color:white}html{--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-disabled-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-small-hover-state-layer-opacity:0.04;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38)}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color:#3f51b5}html .mat-mdc-fab.mat-primary{--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color:#ff4081}html .mat-mdc-fab.mat-accent{--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color:#f44336}html .mat-mdc-fab.mat-warn{--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color:#3f51b5}html .mat-mdc-mini-fab.mat-primary{--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color:#ff4081}html .mat-mdc-mini-fab.mat-accent{--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color:#f44336}html .mat-mdc-mini-fab.mat-warn{--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html{--mat-fab-touch-target-display:block}html{--mat-fab-small-touch-target-display:block}html{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}html{--mdc-snackbar-container-shape:4px}html{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87)}html{--mat-snack-bar-button-color:#c5cae9}html{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}html{--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--mdc-circular-progress-active-indicator-color:#3f51b5}html .mat-accent{--mdc-circular-progress-active-indicator-color:#ff4081}html .mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#3f51b5;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.mat-badge-accent{--mat-badge-background-color:#ff4081;--mat-badge-text-color:white}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-line-height:22px;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-small-size-line-height:16px;--mat-badge-large-size-text-size:24px;--mat-badge-large-size-line-height:28px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-height:36px;--mat-legacy-button-toggle-shape:2px;--mat-legacy-button-toggle-focus-state-layer-opacity:1}html{--mat-standard-button-toggle-shape:4px;--mat-standard-button-toggle-hover-state-layer-opacity:0.04;--mat-standard-button-toggle-focus-state-layer-opacity:0.12}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd}html{--mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:rgb(224.4, 224.4, 224.4)}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height:24px;--mat-legacy-button-toggle-label-text-size:16px;--mat-legacy-button-toggle-label-text-tracking:0.03125em;--mat-legacy-button-toggle-label-text-weight:400}html{--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:24px;--mat-standard-button-toggle-label-text-size:16px;--mat-standard-button-toggle-label-text-tracking:0.03125em;--mat-standard-button-toggle-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-toggle-active-state-icon-color:#3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-period-button-text-color:black;--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#3f51b5}.mat-icon.mat-accent{--mat-icon-color:#ff4081}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#3f51b5;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#3f51b5;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#3f51b5;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#ff4081;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#ff4081;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#ff4081;--mat-stepper-header-edit-state-icon-foreground-color:white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:rgb(117.3, 117.3, 117.3)}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#3f51b5;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ff4081;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:white;--mat-tree-node-text-color:rgba(0, 0, 0, 0.87)}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}html{--mat-timepicker-container-shape:4px;--mat-timepicker-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-timepicker-container-background-color:white}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px*.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px*.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/global.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/* Custom CSS */
/*
Applies style only on screens larger than key
 */
/*
Applies style only on screens smaller than key
*/
@media (prefers-reduced-motion: no-preference) {
  [data-from] {
    opacity: 0;
    transform: translateY(1rem);
    animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
  }
  [data-from=top] {
    transform: translateY(-1rem);
  }
  [data-from=right] {
    transform: translateX(1rem);
  }
  [data-from=left] {
    transform: translateX(-1rem);
  }
}
[data-domino]:nth-child(1) {
  animation-delay: 0.05s;
}

[data-domino]:nth-child(2) {
  animation-delay: 0.1s;
}

[data-domino]:nth-child(3) {
  animation-delay: 0.15s;
}

[data-domino]:nth-child(4) {
  animation-delay: 0.2s;
}

[data-domino]:nth-child(5) {
  animation-delay: 0.25s;
}

[data-domino]:nth-child(6) {
  animation-delay: 0.3s;
}

[data-domino]:nth-child(7) {
  animation-delay: 0.35s;
}

[data-domino]:nth-child(8) {
  animation-delay: 0.4s;
}

[data-domino]:nth-child(9) {
  animation-delay: 0.45s;
}

[data-domino]:nth-child(10) {
  animation-delay: 0.5s;
}

[data-domino]:nth-child(11) {
  animation-delay: 0.55s;
}

[data-domino]:nth-child(12) {
  animation-delay: 0.6s;
}

[data-domino]:nth-child(13) {
  animation-delay: 0.65s;
}

[data-domino]:nth-child(14) {
  animation-delay: 0.7s;
}

[data-domino]:nth-child(15) {
  animation-delay: 0.75s;
}

[data-domino]:nth-child(16) {
  animation-delay: 0.8s;
}

[data-domino]:nth-child(17) {
  animation-delay: 0.85s;
}

[data-domino]:nth-child(18) {
  animation-delay: 0.9s;
}

[data-domino]:nth-child(19) {
  animation-delay: 0.95s;
}

[data-domino]:nth-child(20) {
  animation-delay: 1s;
}

[data-domino]:nth-child(21) {
  animation-delay: 1.05s;
}

[data-domino]:nth-child(22) {
  animation-delay: 1.1s;
}

[data-domino]:nth-child(23) {
  animation-delay: 1.15s;
}

[data-domino]:nth-child(24) {
  animation-delay: 1.2s;
}

[data-domino]:nth-child(25) {
  animation-delay: 1.25s;
}

[data-domino]:nth-child(26) {
  animation-delay: 1.3s;
}

[data-domino]:nth-child(27) {
  animation-delay: 1.35s;
}

[data-domino]:nth-child(28) {
  animation-delay: 1.4s;
}

[data-domino]:nth-child(29) {
  animation-delay: 1.45s;
}

[data-domino]:nth-child(30) {
  animation-delay: 1.5s;
}

[data-domino]:nth-child(31) {
  animation-delay: 1.55s;
}

[data-domino]:nth-child(32) {
  animation-delay: 1.6s;
}

[data-domino]:nth-child(33) {
  animation-delay: 1.65s;
}

[data-domino]:nth-child(34) {
  animation-delay: 1.7s;
}

[data-domino]:nth-child(35) {
  animation-delay: 1.75s;
}

[data-domino]:nth-child(36) {
  animation-delay: 1.8s;
}

[data-domino]:nth-child(37) {
  animation-delay: 1.85s;
}

[data-domino]:nth-child(38) {
  animation-delay: 1.9s;
}

[data-domino]:nth-child(39) {
  animation-delay: 1.95s;
}

[data-domino]:nth-child(40) {
  animation-delay: 2s;
}

[data-domino]:nth-child(41) {
  animation-delay: 2.05s;
}

[data-domino]:nth-child(42) {
  animation-delay: 2.1s;
}

[data-domino]:nth-child(43) {
  animation-delay: 2.15s;
}

[data-domino]:nth-child(44) {
  animation-delay: 2.2s;
}

[data-domino]:nth-child(45) {
  animation-delay: 2.25s;
}

[data-domino]:nth-child(46) {
  animation-delay: 2.3s;
}

[data-domino]:nth-child(47) {
  animation-delay: 2.35s;
}

[data-domino]:nth-child(48) {
  animation-delay: 2.4s;
}

[data-domino]:nth-child(49) {
  animation-delay: 2.45s;
}

[data-domino]:nth-child(50) {
  animation-delay: 2.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes alert {
  to {
    opacity: 0.3;
  }
}
[data-animate-pulse] {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes highlight {
  0% {
    outline: rgba(0, 89, 82, 0.2) solid 0.125rem;
    box-shadow: 0 0 999vmax 999vh hsla(0, 0%, 0%, 0);
  }
  25% {
    outline: rgb(0, 89, 82) solid 0.25rem;
    box-shadow: 0 0 999vmax 999vh hsla(0, 0%, 0%, 0.8);
  }
}
.animate-highlight {
  position: relative;
}
.animate-highlight::before {
  content: "";
  position: absolute;
  z-index: 99999;
  inset: 0;
  animation: highlight 2s forwards;
}

.duration-100 {
  animation-duration: 0.1s;
}

.duration-200 {
  animation-duration: 0.2s;
}

.duration-300 {
  animation-duration: 0.3s;
}

/* Core CSS required for Ionic components to work properly */
/* Basic CSS for apps built with Ionic */
/* Optional CSS utils that can be commented out */
/*
 * Tests uniquement : masque tout bandeau d’attribution visible (Leaflet + fournisseurs de tuiles).
 * Supprimer ce bloc et remettre MAP_LEAFLET_ATTRIBUTIONS_HIDDEN_FOR_TESTING à false dans map.service.ts
 * avant une mise en prod conforme aux CGU des fonds de carte.
 */
.leaflet-control-attribution {
  display: none !important;
}

/*
Applies style only on screens larger than key
 */
/*
Applies style only on screens smaller than key
*/
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: #ffffff !important;
  color: rgb(0, 0, 0) !important;
}

.mat-mdc-form-field {
  background-color: var(--clr-surface-input) !important;
  color: rgb(0, 0, 0) !important;
}

.dark .mat-stepper-horizontal, .dark .mat-stepper-vertical {
  background-color: #121212 !important;
  color: white !important;
}
.dark .mat-mdc-form-field {
  color: white !important;
}
.dark .mat-mdc-radio-button:not(.mat-mdc-radio-checked) .mdc-label,
.dark .mat-mdc-radio-button:not(.mat-mdc-radio-checked) .mat-internal-form-field,
.dark .mat-mdc-radio-button:not(.mat-mdc-radio-checked) label {
  color: var(--clr-text) !important;
  -webkit-text-fill-color: var(--clr-text) !important;
}
.dark .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-label {
  color: var(--clr-text) !important;
  -webkit-text-fill-color: var(--clr-text) !important;
}
.dark .mat-mdc-radio-button:not(.mat-mdc-radio-checked):not(.mat-mdc-radio-disabled) .mdc-radio__outer-circle {
  border-color: rgba(255, 255, 255, 0.58) !important;
}
.dark .mat-mdc-radio-button:not(.mat-mdc-radio-checked):not(.mat-mdc-radio-disabled):hover .mdc-radio__outer-circle {
  border-color: rgba(255, 255, 255, 0.82) !important;
}
.dark .mat-mdc-radio-button:not(.mat-mdc-radio-checked):not(.mat-mdc-radio-disabled):focus-within .mdc-radio__outer-circle {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.dark .mat-mdc-radio-button.mat-mdc-radio-disabled:not(.mat-mdc-radio-checked) .mdc-radio__outer-circle {
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
  background-color: var(--ion-color-primary) !important;
}

.hidden-stepper .mat-step-header:not([aria-selected=true]) {
  display: none;
}
.hidden-stepper .mat-stepper-vertical-line::before {
  display: none;
}

.auto-stepper .mat-step-header {
  pointer-events: none !important;
}

app-modular-input .mat-mdc-radio-button .mdc-form-field,
app-modular-input .mat-mdc-checkbox .mdc-form-field {
  padding: var(--s-md);
  border-radius: var(--radius-sm);
  background-color: var(--clr-bg-alt);
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  app-modular-input .mat-mdc-radio-button .mdc-form-field,
  app-modular-input .mat-mdc-checkbox .mdc-form-field {
    padding: var(--s-sm);
  }
}
app-modular-input .mat-mdc-radio-button .mdc-form-field:hover, app-modular-input .mat-mdc-radio-button .mdc-form-field:focus,
app-modular-input .mat-mdc-checkbox .mdc-form-field:hover,
app-modular-input .mat-mdc-checkbox .mdc-form-field:focus {
  background-color: var(--clr-bg-hover);
}

.mat-mdc-button ion-icon {
  position: relative;
  bottom: 1px;
}

:host {
  --border-radius: 0;
}

.mat-vertical-content:has(mat-accordion) {
  padding: 0 var(--s-xs) var(--s-xs) var(--s-xs) !important;
}

.modular-form__step .mat-expansion-panel-body {
  padding: var(--s-xs) !important;
}

@media screen and (max-width: 768px) {
  .mat-vertical-content {
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .mat-vertical-content-container {
    margin-left: 0 !important;
    padding-inline: var(--s-sm);
  }
}

.mat-slide-toggle-content {
  white-space: normal !important;
}

.dark .mat-expansion-panel,
.dark .mat-expansion-panel,
.mat-expansion-panel {
  background-color: var(--clr-bg-alt);
}

.mat-expansion-panel .mat-expansion-panel-header {
  font-weight: var(--fw-bold);
  color: var(--clr-heading);
}
.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: inherit;
}
.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title,
.mat-expansion-panel .mat-expansion-panel-header .mat-panel-title {
  color: inherit;
}
.mat-expansion-panel.bg-surface-1 {
  background-color: var(--clr-surface-1);
}
.mat-expansion-panel.shadow-none {
  box-shadow: none !important;
}

.mat-mdc-slide-toggle.mat-mdc-slide-toggle-checked .mdc-switch__track {
  background-color: rgba(0, 89, 82, 0.5) !important;
}

.mat-mdc-slide-toggle.mat-mdc-slide-toggle-checked .mdc-switch__handle {
  background-color: var(--ion-color-primary) !important;
}

body.dark .cdk-overlay-container .mat-mdc-dialog-container .mat-mdc-dialog-surface {
  background-color: var(--clr-bg-alt);
  color: var(--clr-text);
}
body.dark .cdk-overlay-container .mat-mdc-dialog-container .mat-mdc-dialog-surface p,
body.dark .cdk-overlay-container .mat-mdc-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title,
body.dark .cdk-overlay-container .mat-mdc-dialog-container .mat-mdc-dialog-surface [mat-dialog-title],
body.dark .cdk-overlay-container .mat-mdc-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content {
  color: var(--clr-text);
  -webkit-text-fill-color: var(--clr-text);
}

body.dark .cdk-overlay-container .mat-mdc-dialog-container .mat-mdc-dialog-surface button.mat-mdc-button-base.mat-unthemed {
  --mdc-protected-button-container-color: var(--clr-surface-3);
  --mdc-protected-button-label-text-color: var(--clr-text);
  background-color: var(--clr-surface-3);
  color: var(--clr-text);
}

:root {
  --ion-font-family: "Nunito Sans", "Nunito", system-ui, sans-serif;
}

html,
html:has(body.light) {
  color-scheme: light;
  color: var(--clr-text);
}

html:has(body.dark) {
  color-scheme: dark;
}

body {
  font-family: var(--ff-primary);
  font-weight: var(--fw-normal);
  background: radial-gradient(circle at 20% 20%, rgba(50, 168, 82, 0.08), transparent 26%), radial-gradient(circle at 80% 10%, rgba(82, 96, 255, 0.08), transparent 22%), var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-heading);
  margin-block: 0;
}

h1 {
  font-size: var(--fs-h1);
  font-weight: var(--fw-bold);
  color: var(--clr-heading);
}

h2 {
  font-size: var(--fs-h2);
  font-weight: var(--fw-medium);
  color: var(--clr-subheading);
}

p {
  font-family: var(--ff-primary);
  color: var(--clr-text);
  margin-block: 0.5rem;
}

.subtitle {
  font-family: var(--ff-primary);
  font-weight: var(--fw-medium);
  color: var(--clr-subheading);
  margin: 0;
}

.active-item {
  --color: var(--ion-color-secondary);
}

.urba-selected {
  outline: 0.125rem solid var(--ion-color-primary);
}

/* Lightbox overlay (CDK) */
.cdk-overlay-backdrop.lightbox-backdrop {
  background: rgba(0, 0, 0, 0.85) !important;
  backdrop-filter: blur(2px);
}

.cdk-overlay-pane.lightbox-panel {
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

figure {
  margin: 0;
}

.breadcrumb {
  padding: 10px 15px;
  list-style: none;
  height: 40px;
  font-weight: normal;
  color: #FFF;
  overflow: hidden;
}
.breadcrumb li {
  display: inline-block;
  color: #FFF;
}
.breadcrumb a {
  color: var(--clr-subheading);
  text-decoration: none;
}
.breadcrumb .ion-chevron-right {
  padding: 0 10px;
  font-size: 13px;
  color: var(--clr-subheading);
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .responsive-only {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}

.responsive-table {
  overflow-x: auto;
  scrollbar-width: thin;
}

.install-prompt {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
  text-align: center;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.install-prompt button {
  margin: 0 5px;
}

/* Lightbox captions: keep line breaks (for fullscreen photo viewer) */
ng-image-fullscreen-view .caption,
ng-image-fullscreen-view .lightbox__caption,
.ng-image-fullscreen-view .caption,
.ng-image-fullscreen-view .lightbox__caption,
.lightbox__caption,
.caption {
  white-space: pre-line !important;
}

body.dark ion-tab-bar {
  --ion-tab-bar-color: rgba(255, 255, 255, 0.88);
}
body.dark ion-tab-button {
  --color: rgba(255, 255, 255, 0.88);
}
body.dark ion-tab-button[aria-selected=true],
body.dark ion-tab-button.tab-selected {
  --color: var(--ion-tab-bar-color-selected, var(--clr-accent-regular, #59bb78));
}
body.dark ion-segment,
body.dark ion-segment-button {
  --color: rgba(255, 255, 255, 0.9);
}
body.dark ion-segment-button.ion-activated,
body.dark ion-segment-button.segment-activated,
body.dark ion-segment-button.segment-button-checked {
  --color: #ffffff;
}

.offline-banner {
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.431372549);
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  z-index: 1000;
}

table:not(.minisense-up-table) tbody tr {
  background-color: var(--clr-bg);
}
table:not(.minisense-up-table) tbody tr:nth-child(even) {
  background-color: var(--clr-bg-tr);
}

.urbasense-card {
  display: grid;
  gap: var(--s-xs);
  padding: var(--s-sm);
  color: var(--clr-text);
  background-color: var(--clr-bg-alt);
  box-shadow: var(--shadow-light);
  border-radius: var(--radius-sm);
}
.urbasense-card * {
  margin-block: 0;
}
.urbasense-card .card-content-group {
  justify-self: stretch;
  display: grid;
  align-items: center;
}

.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-list {
  list-style: none;
  display: grid;
  align-content: start;
  gap: var(--s-md);
  padding-inline: var(--s-md);
  padding-block: var(--s-sm);
  margin: 0;
  flex: 1;
}

.bg-light {
  color: var(--clr-accent-darkest);
  background-color: var(--clr-neutral-lightest);
}

.mat-menu-content:not(:empty) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mat-form-field-label {
  /*change color of label*/
}

.mat-form-field-underline {
  /*change color of underline*/
}

.no-interaction {
  pointer-events: none;
}

.urbasense-input-container {
  border-left: 0.125rem solid var(--clr-accent-regular);
  border-radius: var(--radius-sm);
  background-color: var(--clr-bg-alt);
  padding: var(--s-md);
}

.input-routing-control__container,
.input-routing-control__container-alt {
  color: var(--clr-neutral-darkest);
}
.input-routing-control__container table tbody tr:nth-child(even),
.input-routing-control__container-alt table tbody tr:nth-child(even) {
  background-color: var(--clr-accent-light);
}

.leaflet-routing-container-hide .leaflet-routing-collapse-btn {
  top: 3px;
  left: 2px;
}

.custom-marker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: var(--clr-text);
  font-weight: bold;
}

.custom-marker .text {
  margin-right: 5px;
  font-weight: normal;
}

.circle {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: #81A6F5;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 12px;
}

.s-circle {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: #9FC9FF;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 12px;
}

.urbasense-maintenance-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--clr-neutral-lightest);
  border: 0.125rem solid var(--clr-neutral-lightest);
  background-image: url('vieux_arbres_green.fd0882f62eba5065.png');
  background-size: cover;
}
.urbasense-maintenance-icon span {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--clr-neutral-lightest);
  background-color: var(--clr-accent-regular);
  transform: translate(50%, -50%);
}

.cluster-icon-urgent {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--clr-neutral-lightest);
  border: 0.125rem solid var(--clr-neutral-lightest);
  background-image: url('maint_urgent.370d5357aafed62c.svg');
  background-size: cover;
}
.cluster-icon-urgent span {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--clr-neutral-lightest);
  background-color: var(--clr-accent-regular);
  transform: translate(50%, -50%);
}

.urbasense-cluster-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--clr-neutral-lightest);
  border: 0.125rem solid var(--clr-neutral-lightest);
  background-image: url('vieux_arbres_green.fd0882f62eba5065.png');
  background-size: cover;
}
.urbasense-cluster-icon span {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--clr-neutral-lightest);
  background-color: var(--clr-accent-regular);
  transform: translate(50%, -50%);
}

.container {
  --_container-max-width: 100%;
  max-width: min(100%, var(--_container-max-width));
  margin-inline: auto;
  padding-inline: var(--s-md);
}
@media screen and (min-width: 576px) {
  .container {
    --_container-max-width: 33.75rem;
  }
}
@media screen and (min-width: 768px) {
  .container {
    --_container-max-width: 45rem;
  }
}
@media screen and (min-width: 992px) {
  .container {
    --_container-max-width: 60rem;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    --_container-max-width: 71.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    --_container-max-width: 82.5rem;
  }
}

.padding-less .mat-expansion-panel-body {
  padding: 0 !important;
}

label:empty {
  display: none;
}

.mat-checkbox-layout {
  white-space: normal !important;
}

.transparent {
  opacity: 0.6;
  filter: grayscale(0.8);
}

@media (prefers-reduced-motion: no-preference) {
  .table-row {
    opacity: 0;
    transform: translateX(-1rem);
    animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
  }
}

.urgent {
  --clr-bg: var(--clr-urgent);
  --clr-bg-tr: var(--clr-urgent);
  --clr-bg-alt: var(--clr-urgent);
  background-color: var(--clr-urgent);
}
.urgent:nth-child(even) {
  --clr-bg-tr: var(--clr-urgent-alt);
}

.critique {
  color: var(--clr-critique);
}

em {
  color: var(--clr-accent-regular);
  font-style: normal;
}

blockquote {
  margin: 0;
  quotes: "“" "”" "‘" "’";
}
blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}

a.simple-link {
  color: inherit;
  text-decoration: none;
}
a.simple-link:hover {
  color: inherit;
  text-decoration: none;
}

a.primary-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a.primary-link:hover {
  color: var(--ion-color-primary);
  text-decoration: none;
}

a.urbabtn,
a:has(.urbabtn) {
  text-decoration: none;
}

.urba-toast img {
  max-width: 20% !important;
  max-height: 20% !important;
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .responsive-scrollable {
    max-height: 30vh;
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

.detectnavigator {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  padding: 1rem;
  border-bottom: 1px solid black;
  color: black;
  background-color: var(--clr-neutral-light);
  z-index: 1;
}
.detectnavigator .icon-msg {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.detectnavigator .icon-msg img {
  height: 4rem;
  width: 4rem;
}

.modular-grid {
  --_xs-cols: 1;
  --_xs-rows: auto;
  --_sm-cols: var(--_xs-cols);
  --_sm-rows: var(--_xs-rows);
  --_md-cols: var(--_sm-cols);
  --_md-rows: var(--_sm-rows);
  --_lg-cols: var(--_md-cols);
  --_lg-rows: var(--_md-rows);
  --_xl-cols: var(--_lg-cols);
  --_xl-rows: var(--_lg-rows);
  --_2xl-cols: var(--_xl-cols);
  --_2xl-rows: var(--_xl-rows);
  display: grid;
  row-gap: var(--s-md);
  grid-template-columns: repeat(var(--_xs-cols, 1), minmax(0, 1fr));
  grid-template-rows: repeat(var(--_xs-rows), auto);
  justify-content: var(--_justify-content, stretch);
  justify-items: var(--_justify-items, stretch);
  align-items: var(--_align-items, stretch);
  justify-content: var(--_xs-justify-content, stretch);
  justify-items: var(--_xs-justify-items, stretch);
  align-items: var(--_xs-align-items, stretch);
}
@media screen and (min-width: 768px) {
  .modular-grid {
    -moz-column-gap: var(--s-md);
         column-gap: var(--s-md);
  }
}
@media screen and (min-width: 576px) {
  .modular-grid {
    grid-template-columns: repeat(var(--_sm-cols, var(--_xs-cols, 1)), minmax(0, 1fr));
    grid-template-rows: repeat(var(--_sm-rows, var(--_xs-rows)), auto);
    justify-content: var(--_sm-justify-content, var(--_xs-justify-content, stretch));
    justify-items: var(--_sm-justify-items, var(--_xs-justify-items, stretch));
    align-items: var(--_sm-align-items, var(--_xs-align-items, stretch));
  }
}
@media screen and (min-width: 768px) {
  .modular-grid {
    grid-template-columns: repeat(var(--_md-cols, var(--_sm-cols, var(--_xs-cols, 1))), minmax(0, 1fr));
    grid-template-rows: repeat(var(--_md-rows, var(--_sm-rows, var(--_xs-rows))), auto);
    justify-content: var(--_md-justify-content, var(--_sm-justify-content, var(--_xs-justify-content, stretch)));
    justify-items: var(--_md-justify-items, var(--_sm-justify-items, var(--_xs-justify-items, stretch)));
    align-items: var(--_md-align-items, var(--_sm-align-items, var(--_xs-align-items, stretch)));
  }
}
@media screen and (min-width: 992px) {
  .modular-grid {
    grid-template-columns: repeat(var(--_lg-cols, var(--_md-cols, var(--_sm-cols, var(--_xs-cols, 1)))), minmax(0, 1fr));
    grid-template-rows: repeat(var(--_lg-rows, var(--_md-rows, var(--_sm-rows, var(--_xs-rows)))), auto);
    justify-content: var(--_lg-justify-content, var(--_md-justify-content, var(--_sm-justify-content, var(--_xs-justify-content, stretch))));
    justify-items: var(--_lg-justify-items, var(--_md-justify-items, var(--_sm-justify-items, var(--_xs-justify-items, stretch))));
    align-items: var(--_lg-align-items, var(--_md-align-items, var(--_sm-align-items, var(--_xs-align-items, stretch))));
  }
}
@media screen and (min-width: 1200px) {
  .modular-grid {
    grid-template-columns: repeat(var(--_xl-cols, var(--_lg-cols, var(--_md-cols, var(--_sm-cols, var(--_xs-cols, 1))))), minmax(0, 1fr));
    grid-template-rows: repeat(var(--_xl-rows, var(--_lg-rows, var(--_md-rows, var(--_sm-rows, var(--_xs-rows))))), auto);
    justify-content: var(--_xl-justify-content, var(--_lg-justify-content, var(--_md-justify-content, var(--_sm-justify-content, var(--_xs-justify-content, stretch)))));
    justify-items: var(--_xl-justify-items, var(--_lg-justify-items, var(--_md-justify-items, var(--_sm-justify-items, var(--_xs-justify-items, stretch)))));
    align-items: var(--_xl-align-items, var(--_lg-align-items, var(--_md-align-items, var(--_sm-align-items, var(--_xs-align-items, stretch)))));
  }
}
@media screen and (min-width: 1500px) {
  .modular-grid {
    grid-template-columns: repeat(var(--_2xl-cols, var(--_xl-cols, var(--_lg-cols, var(--_md-cols, var(--_sm-cols, var(--_xs-cols, 1)))))), minmax(0, 1fr));
    grid-template-rows: repeat(var(--_2xl-rows, var(--_xl-rows, var(--_lg-rows, var(--_md-rows, var(--_sm-rows, var(--_xs-rows)))))), auto);
    justify-content: var(--_2xl-justify-content, var(--_xl-justify-content, var(--_lg-justify-content, var(--_md-justify-content, var(--_sm-justify-content, var(--_xs-justify-content, stretch))))));
    justify-items: var(--_2xl-justify-items, var(--_xl-justify-items, var(--_lg-justify-items, var(--_md-justify-items, var(--_sm-justify-items, var(--_xs-justify-items, stretch))))));
    align-items: var(--_2xl-align-items, var(--_xl-align-items, var(--_lg-align-items, var(--_md-align-items, var(--_sm-align-items, var(--_xs-align-items, stretch))))));
  }
}

app-modular-input {
  --_xs-col: auto;
  --_xs-row: auto;
  --_xs-colspan: 1;
  --_xs-rowspan: 1;
  --_xs-justify-self: stretch;
  --_xs-align-self: stretch;
  --_sm-col: var(--_xs-col);
  --_sm-row: var(--_xs-row);
  --_sm-colspan: var(--_xs-colspan);
  --_sm-rowspan: var(--_xs-rowspan);
  --_sm-justify-self: var(--_xs-justify-self);
  --_sm-align-self: var(--_xs-align-self);
  --_md-col: var(--_sm-col);
  --_md-row: var(--_sm-row);
  --_md-colspan: var(--_sm-colspan);
  --_md-rowspan: var(--_sm-rowspan);
  --_md-justify-self: var(--_sm-justify-self);
  --_md-align-self: var(--_sm-align-self);
  --_lg-col: var(--_md-col);
  --_lg-row: var(--_md-row);
  --_lg-colspan: var(--_md-colspan);
  --_lg-rowspan: var(--_md-rowspan);
  --_lg-justify-self: var(--_md-justify-self);
  --_lg-align-self: var(--_md-align-self);
  --_xl-col: var(--_lg-col);
  --_xl-row: var(--_lg-row);
  --_xl-colspan: var(--_lg-colspan);
  --_xl-rowspan: var(--_lg-rowspan);
  --_xl-justify-self: var(--_lg-justify-self);
  --_xl-align-self: var(--_lg-align-self);
  --_2xl-col: var(--_xl-col);
  --_2xl-row: var(--_xl-row);
  --_2xl-colspan: var(--_xl-colspan);
  --_2xl-rowspan: var(--_xl-rowspan);
  --_2xl-justify-self: var(--_xl-justify-self);
  --_2xl-align-self: var(--_xl-align-self);
  grid-column: var(--_xs-col, auto)/span var(--_xs-colspan, 1);
  grid-row: var(--_xs-row, auto)/span var(--_xs-rowspan, 1);
  justify-self: var(--_xs-justify-self, stretch);
  align-self: var(--_xs-align-self, stretch);
}
@media screen and (min-width: 576px) {
  app-modular-input {
    grid-column: var(--_sm-col, var(--xs-col, auto))/span var(--_sm-colspan, var(--_xs-colspan, 1));
    grid-row: var(--_sm-row, var(--xs-row, auto))/span var(--_md-rowspan, var(--_sm-rowspan, var(--_xs-rowspan, 1)));
    justify-self: var(--_sm-justify-self, var(--_xs-justify-self, stretch));
    align-self: var(--_sm-align-self, var(--_xs-align-self, stretch));
  }
}
@media screen and (min-width: 768px) {
  app-modular-input {
    grid-column: var(--_md-col, var(--_sm-col, var(--_xs-col, auto)))/span var(--_md-colspan, var(--_sm-colspan, var(--_xs-colspan, 1)));
    grid-row: var(--_md-row, var(--_sm-row, var(--_xs-row, auto)))/span var(--_md-rowspan, var(--_sm-rowspan, var(--_xs-rowspan, 1)));
    justify-self: var(--_md-justify-self, var(--_sm-justify-self, var(--_xs-justify-self, stretch)));
    align-self: var(--_md-align-self, var(--_sm-align-self, var(--_xs-align-self, stretch)));
  }
}
@media screen and (min-width: 992px) {
  app-modular-input {
    grid-column: var(--_lg-col, var(--_md-col, var(--_sm-col, var(--_xs-col, auto))))/span var(--_lg-colspan, var(--_md-colspan, var(--_sm-colspan, var(--_xs-colspan, 1))));
    grid-row: var(--_lg-row, var(--_md-row, var(--_sm-row, var(--_xs-row, auto))))/span var(--_lg-rowspan, var(--_md-rowspan, var(--_sm-rowspan, var(--_xs-rowspan, 1))));
    justify-self: var(--_lg-justify-self, var(--_md-justify-self, var(--_sm-justify-self, var(--_xs-justify-self, stretch))));
    align-self: var(--_lg-align-self, var(--_md-align-self, var(--_sm-align-self, var(--_xs-align-self, stretch))));
  }
}
@media screen and (min-width: 1200px) {
  app-modular-input {
    grid-column: var(--_xl-col, var(--_lg-col, var(--_md-col, var(--_sm-col, var(--_xs-col, auto)))))/span var(--_xl-colspan, var(--_lg-colspan, var(--_md-colspan, var(--_sm-colspan, var(--_xs-colspan, 1)))));
    grid-row: var(--_xl-row, var(--_lg-row, var(--_md-row, var(--_sm-row, var(--_xs-row, auto)))))/span var(--_xl-rowspan, var(--_lg-rowspan, var(--_md-rowspan, var(--_sm-rowspan, var(--_xs-rowspan, 1)))));
    justify-self: var(--_xl-justify-self, var(--_lg-justify-self, var(--_md-justify-self, var(--_sm-justify-self, var(--_xs-justify-self, stretch)))));
    align-self: var(--_xl-align-self, var(--_lg-align-self, var(--_md-align-self, var(--_sm-align-self, var(--_xs-align-self, stretch)))));
  }
}
@media screen and (min-width: 1500px) {
  app-modular-input {
    grid-column: var(--_2xl-col, var(--_xl-col, var(--_lg-col, var(--_md-col, var(--_sm-col, var(--_xs-col, auto))))))/span var(--_2xl-colspan, var(--_xl-colspan, var(--_lg-colspan, var(--_md-colspan, var(--_sm-colspan, var(--_xs-colspan, 1))))));
    grid-row: var(--_2xl-row, var(--_xl-row, var(--_lg-row, var(--_md-row, var(--_sm-row, var(--_xs-row, auto))))))/span var(--_2xl-rowspan, var(--_xl-rowspan, var(--_lg-rowspan, var(--_md-rowspan, var(--_sm-rowspan, var(--_xs-rowspan, 1))))));
    justify-self: var(--_2xl-justify-self, var(--_xl-justify-self, var(--_lg-justify-self, var(--_md-justify-self, var(--_sm-justify-self, var(--_xs-justify-self, stretch))))));
    align-self: var(--_2xl-align-self, var(--_xl-align-self, var(--_lg-align-self, var(--_md-align-self, var(--_sm-align-self, var(--_xs-align-self, stretch))))));
  }
}

.grid-cols-2 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-cols-4 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.monpopover .popover-content {
  /* Ajoutez vos styles personnalisés ici */
  width: 80%;
  --background: #fff; /* Exemple de style */
  border: 1px solid #ccc; /* Exemple de style */
  border-radius: 8px; /* Exemple de style */
}

app-group-input app-modular-input:has(app-step-input):has(.mat-checkbox-checked) {
  order: 2;
}

.option-with-img {
  display: flex;
  width: 100%;
  gap: var(--s-md);
}
.option-with-img span {
  flex: 1;
}
.option-with-img img {
  height: 100%;
  width: 3rem;
  aspect-ratio: 1/1;
}

.hidden-disable-group {
  display: none;
}
.hidden-disable-group:has(:where(input, select, textarea):not(:disabled)) {
  display: block;
}

.offline-banner {
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.431372549);
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  z-index: 1000;
}

.fullscreen-modal {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
  --max-width: 100%;
  --max-height: 100%;
}

.fullscreen-modal .modal-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.urbacard, .urbacard-sm {
  display: grid;
  gap: var(--s-sm);
  padding: var(--s-sm);
  color: var(--clr-text);
  background-color: var(--clr-surface-2);
  transition: all var(--time-xs) ease;
}
@media screen and (min-width: 768px) {
  .urbacard, .urbacard-sm {
    padding: var(--s-md);
  }
}
.urbacard:has(.poison), .urbacard-sm:has(.poison) {
  color: var(--clr-neutral-light);
  border-radius: 0 !important;
  background-color: var(--ion-color-tertiary);
}
.urbacard h2, .urbacard-sm h2 {
  font-size: var(--fs-h4);
}
.urbacard *, .urbacard-sm * {
  margin-block: 0;
}
.urbacard.active-urbacard, .active-urbacard.urbacard-sm, .active-urbacard .urbacard, .active-urbacard .urbacard-sm, .urbacard:is(:focus), .urbacard-sm:is(:focus) {
  outline: 0.125rem solid var(--ion-color-primary);
}

.urbacard-sm {
  gap: var(--s-xxs);
  padding: var(--s-xs);
}

a:has(.urbacard, .urbacard-sm) {
  text-decoration: none;
  color: var(--clr-text);
}
a:has(.urbacard, .urbacard-sm):hover .urbacard, a:has(.urbacard, .urbacard-sm):hover .urbacard-sm {
  background-color: var(--clr-surface-3);
}

.keyval-group {
  display: grid;
  gap: var(--s-sm);
  padding: var(--s-sm);
  background-color: var(--clr-surface-1);
}

.true-empty-hidden:empty {
  display: none;
}

.empty-hidden:empty,
.empty-hidden:not(:has(*)) {
  display: none;
}

.urbainput {
  color: var(--clr-text);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(5, 30, 26, 0.08);
  width: 100%;
  line-height: normal;
  padding: var(--s-sm) var(--s-md);
  background-color: var(--clr-surface-2);
  box-shadow: var(--shadow-light);
  font-family: var(--ff-alt);
  font-weight: var(--fw-medium);
  min-height: 3rem;
  transition: box-shadow var(--time-sm), border-color var(--time-sm), background-color var(--time-sm);
}
.urbainput:has(textarea) {
  padding: 0;
}
.urbainput textarea {
  padding: var(--s-sm);
  border: none;
  width: 100%;
  background: transparent;
  border: none;
  resize: vertical;
}
.urbainput textarea:is(:focus-visible) {
  outline: none;
}
.urbainput input::placeholder, .urbainput .placeholder {
  opacity: 0.65;
  color: var(--clr-text-50);
  font-family: var(--ff-alt);
  font-weight: var(--fw-medium);
}
.urbainput:hover {
  box-shadow: var(--shadow);
  border-color: rgba(5, 30, 26, 0.2);
}
.urbainput:focus-within {
  border-color: var(--ion-color-primary);
  box-shadow: 0 0 0 0.15rem rgba(0, 89, 82, 0.15);
}
.urbainput[disabled], .urbainput:has(input[disabled]) {
  opacity: 0.5;
  pointer-events: none;
}

select.urbainput {
  cursor: pointer;
}

.unset-all {
  all: unset;
}

.input-new-file[type=file] {
  background-color: blue;
}

.input-new-file[type=file]::file-selector-button {
  background-color: red;
}

.modal-screen {
  --width: 100% !important;
  --height: 100% !important;
  --max-width: 100% !important;
  --max-height: 100% !important;
  --border-radius: 0 !important;
}
.modal-screen .modal-wrapper {
  width: 100% !important;
  height: 100% !important;
}

.my-custom-class .modal-wrapper {
  width: 100% !important;
  height: 100% !important;
}

ion-modal.minisense-up-modal {
  --width: 100%;
  --height: 100%;
}
@media screen and (min-width: 992px) {
  ion-modal.minisense-up-modal {
    --width: min(94vw, 1320px);
    --height: 90%;
    --max-height: 92vh;
    --border-radius: 8px;
  }
}
ion-modal.minisense-up-modal .modal-wrapper {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 992px) {
  ion-modal.minisense-up-modal .modal-wrapper {
    width: min(94vw, 1320px) !important;
    height: 90% !important;
    max-height: 92vh;
    border-radius: 8px;
  }
}

.modal-lg .modal-wrapper {
  --background: var(--clr-surface-2);
}
@media screen and (min-width: 992px) {
  .modal-lg .modal-wrapper {
    width: 75%;
    height: 80%;
  }
}

.leaflet-marker-icon:hover {
  z-index: 9999 !important;
}

.container-inline {
  container-type: inline-size;
}

.hover-translate-y:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.modern-shell {
  min-height: 100%;
  background: radial-gradient(circle at 12% 10%, rgba(0, 89, 82, 0.08), transparent 24%), radial-gradient(circle at 88% 0%, rgba(82, 96, 255, 0.08), transparent 20%), var(--clr-bg);
  padding: var(--s-xl);
}

.modern-modal {
  width: min(720px, 100%);
  margin: 0 auto;
}

.modern-card {
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-modern-lg);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  backdrop-filter: blur(6px);
}

.modern-card__header {
  display: flex;
  align-items: flex-start;
  gap: var(--s-sm);
}

.modern-card__title {
  margin: 0;
  font-size: var(--fs-lg);
  color: var(--clr-heading);
}

.modern-eyebrow {
  margin: 0;
  font-size: var(--fs-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clr-subheading);
}

.modern-subtitle {
  margin: 0.25rem 0 0;
  color: var(--clr-text-50);
}

.modern-actions {
  display: flex;
  gap: var(--s-sm);
  align-items: center;
  justify-content: flex-end;
}

.modern-divider {
  height: 1px;
  width: 100%;
  border: none;
  background: linear-gradient(90deg, rgba(0, 89, 82, 0.18), rgba(82, 96, 255, 0.05));
  margin: var(--s-md) 0;
}

.modern-gradient-header {
  background: var(--clr-gradient-primary);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: clamp(1rem, 3vw, 1.5rem);
  box-shadow: var(--shadow-modern-sm);
  position: relative;
  overflow: hidden;
}

.modern-gradient-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 0%, rgba(255, 255, 255, 0.24), transparent 40%);
  pointer-events: none;
}

.bg-surface-1 {
  background-color: var(--clr-surface-1);
}

.bg-surface-1-90 {
  background-color: var(--clr-surface-1-90);
}

.bg-surface-2 {
  background-color: var(--clr-surface-2);
}

.bg-surface-2-90 {
  background-color: var(--clr-surface-2-90);
}

.bg-surface-3 {
  background-color: var(--clr-surface-3);
}

.even-bg-surface-3:nth-child(even) {
  background-color: var(--clr-surface-3);
}

.bg-primary {
  background-color: var(--ion-color-primary);
}

.bg-secondary {
  background-color: var(--ion-color-primary);
}

.bg-tertiary {
  background-color: var(--ion-color-tertiary);
}

.bg-danger {
  background-color: var(--ion-color-danger);
}

.bg-tertiary-text {
  color: var(--ion-color-tertiary-contrast);
  background-color: var(--ion-color-tertiary);
}

.bg-transparent {
  background-color: transparent;
}

.text-neutral {
  color: var(--ion-text-color);
}

.text-white {
  color: white;
}

.text-primary {
  color: var(--ion-color-primary);
}

.text-success {
  color: var(--ion-color-success);
}

.text-warning {
  color: var(--ion-color-warning);
}

.text-danger {
  color: var(--ion-color-danger);
}

/*
Applies style only on screens larger than key
 */
/*
Applies style only on screens smaller than key
*/
.hidden {
  display: none !important;
}

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

@media screen and (min-width: 576px) {
  .hidden-sm {
    display: none;
  }
}

.block {
  display: block;
}

@media screen and (min-width: 576px) {
  .block-sm {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .block-lg {
    display: block;
  }
}

.grid {
  display: grid;
}

@media screen and (min-width: 768px) {
  .grid-md {
    display: grid;
  }
}

.flex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .flex-md {
    display: flex;
  }
}

.inline-flex {
  display: inline-flex;
}

@media screen and (min-width: 768px) {
  .inline-flex-md {
    display: inline-flex !important;
  }
}

.contents {
  display: contents;
}

@media screen and (min-width: 768px) {
  .contents-md {
    display: contents;
  }
}

.ratio-square {
  aspect-ratio: 1/1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.blur {
  backdrop-filter: var(--blur);
}

/*
Applies style only on screens larger than key
 */
/*
Applies style only on screens smaller than key
*/
.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-row-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-sm);
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .flex-md-column {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
}

.flex-col-full {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-1 {
  flex: 1;
}

.justify-start {
  justify-content: start !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-end {
  justify-content: end !important;
}

.justify-center {
  justify-content: center !important;
}

@media screen and (min-width: 768px) {
  .justify-md-start {
    justify-content: start !important;
  }
}

@media screen and (min-width: 768px) {
  .justify-md-end {
    justify-content: end !important;
  }
}

@media screen and (min-width: 768px) {
  .justify-md-between {
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 768px) {
  .justify-md-center {
    justify-content: center !important;
  }
}

@media screen and (min-width: 992px) {
  .justify-lg-end {
    justify-content: end !important;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .flex-center-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: start;
}

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

.items-baseline {
  align-items: baseline;
}

.items-end {
  align-items: end;
}

@media screen and (min-width: 768px) {
  .items-md-center {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .justify-md-between {
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .justify-md-end {
    justify-content: end;
  }
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

@media screen and (min-width: 768px) {
  .justify-self-md-start {
    justify-self: start;
  }
}

@media screen and (min-width: 992px) {
  .justify-self-lg-start {
    justify-self: start;
  }
}

@media screen and (min-width: 992px) {
  .justify-self-lg-end {
    justify-self: end;
  }
}

.self-start {
  align-self: start;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: end;
}

@media screen and (min-width: 768px) {
  .self-md-start {
    align-self: start;
  }
}

@media screen and (min-width: 992px) {
  .self-lg-start {
    align-self: start;
  }
}

.shrink-0 {
  flex-shrink: 0;
}

/*
Applies style only on screens larger than key
 */
/*
Applies style only on screens smaller than key
*/
.grid-flow-col {
  grid-auto-flow: column;
}

.grid-auto-col-95 {
  grid-auto-columns: 95%;
}

.grid-auto-col-100 {
  grid-auto-columns: 100%;
}

@media screen and (min-width: 768px) {
  .grid-auto-col-50-md {
    grid-auto-columns: 50%;
  }
}

@media screen and (min-width: 992px) {
  .grid-auto-col-33-lg {
    grid-auto-columns: calc(33.3333333333% - 0.5rem);
  }
}

.grid-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--_col-width, 15rem)), 1fr));
}

.grid-auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--_col-width, 15rem)), 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-auto-1 {
  grid-template-columns: auto 1fr;
}

.grid-cols-2_1 {
  grid-template-columns: repeat(1, minmax(0, 2fr)) repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width: 768px) {
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (min-width: 768px) {
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.grid-rows-1fr_auto {
  grid-template-rows: 1fr auto;
}

.grid-rows-auto_1fr_auto {
  grid-template-rows: auto 1fr auto;
}

.grid-rows-auto_1fr_1fr {
  grid-template-rows: auto 1fr 1fr;
}

.content-start {
  align-content: start !important;
}

.content-end {
  align-content: end;
}

.content-center {
  align-content: center;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-end {
  justify-items: end;
}

@media screen and (min-width: 768px) {
  .justify-items-md-start {
    justify-items: start;
  }
}

@media screen and (min-width: 992px) {
  .justify-items-lg-start {
    justify-items: start;
  }
}

@media screen and (min-width: 768px) {
  .justify-items-md-end {
    justify-items: end;
  }
}

@media screen and (min-width: 992px) {
  .justify-items-lg-end {
    justify-items: end;
  }
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

@media screen and (min-width: 992px) {
  .justify-self-lg-center {
    justify-self: center;
  }
}

.justify-self-end {
  justify-self: end;
}

.col-span {
  grid-column: 1/-1;
}

.col-start-1 {
  grid-column: 1;
}

.col-start-2 {
  grid-column: 2;
}

@media screen and (min-width: 768px) {
  .grid-cols-md-2_1 {
    grid-template-columns: repeat(1, minmax(0, 2fr)) repeat(1, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .grid-cols-lg-2_1 {
    grid-template-columns: repeat(1, minmax(0, 2fr)) repeat(1, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .grid-cols-md-1_2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) repeat(1, minmax(0, 2fr));
  }
}

@media screen and (min-width: 992px) {
  .grid-cols-lg-1_2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) repeat(1, minmax(0, 2fr));
  }
}

@media screen and (min-width: 768px) {
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.scrollable,
.scrollable-y {
  scrollbar-gutter: stable;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--ion-color-primary) #f1f1f1;
  scroll-snap-type: y mandatory;
}

.scrollable-x {
  scrollbar-gutter: stable;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--ion-color-primary) #f1f1f1;
  scroll-snap-type: x mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.overflow-x-auto {
  overflow-x: auto;
}

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

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

.rounded-sm {
  border-radius: var(--radius-sm);
}

.rounded-top {
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: var(--radius-sm);
}

.shadow {
  box-shadow: var(--shadow);
}

.shadow-primary {
  box-shadow: var(--shadow-primary);
}

.shadow-light {
  box-shadow: var(--shadow-light);
}

.shadow-none {
  box-shadow: none;
}

/*
Applies style only on screens larger than key
 */
/*
Applies style only on screens smaller than key
*/
.m-0 {
  margin: 0 !important;
}

.m-2xs {
  margin: var(--s-xxs) !important;
}

.m-xs {
  margin: var(--s-xs) !important;
}

.m-sm {
  margin: var(--s-sm) !important;
}

.m-md {
  margin: var(--s-md) !important;
}

.m-lg {
  margin: var(--s-lg) !important;
}

.m-xl {
  margin: var(--s-xl) !important;
}

.m-2xl {
  margin: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-2xs {
    margin: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-xs {
    margin: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-sm {
    margin: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-md {
    margin: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-lg {
    margin: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-xl {
    margin: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-2xl {
    margin: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-2xs {
    margin: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-xs {
    margin: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-sm {
    margin: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-md {
    margin: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-lg {
    margin: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-xl {
    margin: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-2xl {
    margin: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-2xs {
    margin: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-xs {
    margin: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-sm {
    margin: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-md {
    margin: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-lg {
    margin: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-xl {
    margin: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-2xl {
    margin: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-2xs {
    margin: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-xs {
    margin: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-sm {
    margin: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-md {
    margin: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-lg {
    margin: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-xl {
    margin: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-2xl {
    margin: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .m-2xl-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .m-2xl-2xs {
    margin: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .m-2xl-xs {
    margin: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .m-2xl-sm {
    margin: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .m-2xl-md {
    margin: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .m-2xl-lg {
    margin: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .m-2xl-xl {
    margin: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .m-2xl-2xl {
    margin: var(--s-2xl) !important;
  }
}
.mx-0 {
  margin-inline: 0 !important;
}

.mx-2xs {
  margin-inline: var(--s-xxs) !important;
}

.mx-xs {
  margin-inline: var(--s-xs) !important;
}

.mx-sm {
  margin-inline: var(--s-sm) !important;
}

.mx-md {
  margin-inline: var(--s-md) !important;
}

.mx-lg {
  margin-inline: var(--s-lg) !important;
}

.mx-xl {
  margin-inline: var(--s-xl) !important;
}

.mx-2xl {
  margin-inline: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .mx-sm-0 {
    margin-inline: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .mx-sm-2xs {
    margin-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .mx-sm-xs {
    margin-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .mx-sm-sm {
    margin-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .mx-sm-md {
    margin-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .mx-sm-lg {
    margin-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .mx-sm-xl {
    margin-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .mx-sm-2xl {
    margin-inline: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-0 {
    margin-inline: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-2xs {
    margin-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-xs {
    margin-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-sm {
    margin-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-md {
    margin-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-lg {
    margin-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-xl {
    margin-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-2xl {
    margin-inline: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-0 {
    margin-inline: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-2xs {
    margin-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-xs {
    margin-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-sm {
    margin-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-md {
    margin-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-lg {
    margin-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-xl {
    margin-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-2xl {
    margin-inline: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-0 {
    margin-inline: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-2xs {
    margin-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-xs {
    margin-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-sm {
    margin-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-md {
    margin-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-lg {
    margin-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-xl {
    margin-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-2xl {
    margin-inline: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mx-2xl-0 {
    margin-inline: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .mx-2xl-2xs {
    margin-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mx-2xl-xs {
    margin-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mx-2xl-sm {
    margin-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mx-2xl-md {
    margin-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mx-2xl-lg {
    margin-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mx-2xl-xl {
    margin-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mx-2xl-2xl {
    margin-inline: var(--s-2xl) !important;
  }
}
.my-0 {
  margin-block: 0 !important;
}

.my-2xs {
  margin-block: var(--s-xxs) !important;
}

.my-xs {
  margin-block: var(--s-xs) !important;
}

.my-sm {
  margin-block: var(--s-sm) !important;
}

.my-md {
  margin-block: var(--s-md) !important;
}

.my-lg {
  margin-block: var(--s-lg) !important;
}

.my-xl {
  margin-block: var(--s-xl) !important;
}

.my-2xl {
  margin-block: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .my-sm-0 {
    margin-block: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .my-sm-2xs {
    margin-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .my-sm-xs {
    margin-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .my-sm-sm {
    margin-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .my-sm-md {
    margin-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .my-sm-lg {
    margin-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .my-sm-xl {
    margin-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .my-sm-2xl {
    margin-block: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .my-md-0 {
    margin-block: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .my-md-2xs {
    margin-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .my-md-xs {
    margin-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .my-md-sm {
    margin-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .my-md-md {
    margin-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .my-md-lg {
    margin-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .my-md-xl {
    margin-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .my-md-2xl {
    margin-block: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-0 {
    margin-block: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-2xs {
    margin-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-xs {
    margin-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-sm {
    margin-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-md {
    margin-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-lg {
    margin-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-xl {
    margin-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-2xl {
    margin-block: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-0 {
    margin-block: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-2xs {
    margin-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-xs {
    margin-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-sm {
    margin-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-md {
    margin-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-lg {
    margin-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-xl {
    margin-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-2xl {
    margin-block: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .my-2xl-0 {
    margin-block: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .my-2xl-2xs {
    margin-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .my-2xl-xs {
    margin-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .my-2xl-sm {
    margin-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .my-2xl-md {
    margin-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .my-2xl-lg {
    margin-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .my-2xl-xl {
    margin-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .my-2xl-2xl {
    margin-block: var(--s-2xl) !important;
  }
}
.mt-0 {
  margin-block-start: 0 !important;
}

.mt-2xs {
  margin-block-start: var(--s-xxs) !important;
}

.mt-xs {
  margin-block-start: var(--s-xs) !important;
}

.mt-sm {
  margin-block-start: var(--s-sm) !important;
}

.mt-md {
  margin-block-start: var(--s-md) !important;
}

.mt-lg {
  margin-block-start: var(--s-lg) !important;
}

.mt-xl {
  margin-block-start: var(--s-xl) !important;
}

.mt-2xl {
  margin-block-start: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .mt-sm-0 {
    margin-block-start: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .mt-sm-2xs {
    margin-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .mt-sm-xs {
    margin-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .mt-sm-sm {
    margin-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .mt-sm-md {
    margin-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .mt-sm-lg {
    margin-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .mt-sm-xl {
    margin-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .mt-sm-2xl {
    margin-block-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-block-start: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-2xs {
    margin-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-xs {
    margin-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-sm {
    margin-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-md {
    margin-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-lg {
    margin-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-xl {
    margin-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-2xl {
    margin-block-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-0 {
    margin-block-start: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-2xs {
    margin-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-xs {
    margin-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-sm {
    margin-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-md {
    margin-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-lg {
    margin-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-xl {
    margin-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-2xl {
    margin-block-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-block-start: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-2xs {
    margin-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-xs {
    margin-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-sm {
    margin-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-md {
    margin-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-lg {
    margin-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-xl {
    margin-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-2xl {
    margin-block-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mt-2xl-0 {
    margin-block-start: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .mt-2xl-2xs {
    margin-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mt-2xl-xs {
    margin-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mt-2xl-sm {
    margin-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mt-2xl-md {
    margin-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mt-2xl-lg {
    margin-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mt-2xl-xl {
    margin-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mt-2xl-2xl {
    margin-block-start: var(--s-2xl) !important;
  }
}
.mb-0 {
  margin-block-end: 0 !important;
}

.mb-2xs {
  margin-block-end: var(--s-xxs) !important;
}

.mb-xs {
  margin-block-end: var(--s-xs) !important;
}

.mb-sm {
  margin-block-end: var(--s-sm) !important;
}

.mb-md {
  margin-block-end: var(--s-md) !important;
}

.mb-lg {
  margin-block-end: var(--s-lg) !important;
}

.mb-xl {
  margin-block-end: var(--s-xl) !important;
}

.mb-2xl {
  margin-block-end: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .mb-sm-0 {
    margin-block-end: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .mb-sm-2xs {
    margin-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .mb-sm-xs {
    margin-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .mb-sm-sm {
    margin-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .mb-sm-md {
    margin-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .mb-sm-lg {
    margin-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .mb-sm-xl {
    margin-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .mb-sm-2xl {
    margin-block-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-0 {
    margin-block-end: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-2xs {
    margin-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-xs {
    margin-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-sm {
    margin-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-md {
    margin-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-lg {
    margin-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-xl {
    margin-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-2xl {
    margin-block-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-0 {
    margin-block-end: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-2xs {
    margin-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-xs {
    margin-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-sm {
    margin-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-md {
    margin-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-lg {
    margin-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-xl {
    margin-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-2xl {
    margin-block-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-0 {
    margin-block-end: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-2xs {
    margin-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-xs {
    margin-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-sm {
    margin-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-md {
    margin-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-lg {
    margin-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-xl {
    margin-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-2xl {
    margin-block-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mb-2xl-0 {
    margin-block-end: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .mb-2xl-2xs {
    margin-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mb-2xl-xs {
    margin-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mb-2xl-sm {
    margin-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mb-2xl-md {
    margin-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mb-2xl-lg {
    margin-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mb-2xl-xl {
    margin-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .mb-2xl-2xl {
    margin-block-end: var(--s-2xl) !important;
  }
}
.ms-0 {
  margin-inline-start: 0 !important;
}

.ms-2xs {
  margin-inline-start: var(--s-xxs) !important;
}

.ms-xs {
  margin-inline-start: var(--s-xs) !important;
}

.ms-sm {
  margin-inline-start: var(--s-sm) !important;
}

.ms-md {
  margin-inline-start: var(--s-md) !important;
}

.ms-lg {
  margin-inline-start: var(--s-lg) !important;
}

.ms-xl {
  margin-inline-start: var(--s-xl) !important;
}

.ms-2xl {
  margin-inline-start: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .ms-sm-0 {
    margin-inline-start: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .ms-sm-2xs {
    margin-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .ms-sm-xs {
    margin-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .ms-sm-sm {
    margin-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .ms-sm-md {
    margin-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .ms-sm-lg {
    margin-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .ms-sm-xl {
    margin-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .ms-sm-2xl {
    margin-inline-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .ms-md-0 {
    margin-inline-start: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .ms-md-2xs {
    margin-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .ms-md-xs {
    margin-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .ms-md-sm {
    margin-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .ms-md-md {
    margin-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .ms-md-lg {
    margin-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .ms-md-xl {
    margin-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .ms-md-2xl {
    margin-inline-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .ms-lg-0 {
    margin-inline-start: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .ms-lg-2xs {
    margin-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .ms-lg-xs {
    margin-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .ms-lg-sm {
    margin-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .ms-lg-md {
    margin-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .ms-lg-lg {
    margin-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .ms-lg-xl {
    margin-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .ms-lg-2xl {
    margin-inline-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ms-xl-0 {
    margin-inline-start: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .ms-xl-2xs {
    margin-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ms-xl-xs {
    margin-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ms-xl-sm {
    margin-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ms-xl-md {
    margin-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ms-xl-lg {
    margin-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ms-xl-xl {
    margin-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ms-xl-2xl {
    margin-inline-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ms-2xl-0 {
    margin-inline-start: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .ms-2xl-2xs {
    margin-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ms-2xl-xs {
    margin-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ms-2xl-sm {
    margin-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ms-2xl-md {
    margin-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ms-2xl-lg {
    margin-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ms-2xl-xl {
    margin-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ms-2xl-2xl {
    margin-inline-start: var(--s-2xl) !important;
  }
}
.me-0 {
  margin-inline-end: 0 !important;
}

.me-2xs {
  margin-inline-end: var(--s-xxs) !important;
}

.me-xs {
  margin-inline-end: var(--s-xs) !important;
}

.me-sm {
  margin-inline-end: var(--s-sm) !important;
}

.me-md {
  margin-inline-end: var(--s-md) !important;
}

.me-lg {
  margin-inline-end: var(--s-lg) !important;
}

.me-xl {
  margin-inline-end: var(--s-xl) !important;
}

.me-2xl {
  margin-inline-end: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .me-sm-0 {
    margin-inline-end: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .me-sm-2xs {
    margin-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .me-sm-xs {
    margin-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .me-sm-sm {
    margin-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .me-sm-md {
    margin-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .me-sm-lg {
    margin-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .me-sm-xl {
    margin-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .me-sm-2xl {
    margin-inline-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .me-md-0 {
    margin-inline-end: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .me-md-2xs {
    margin-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .me-md-xs {
    margin-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .me-md-sm {
    margin-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .me-md-md {
    margin-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .me-md-lg {
    margin-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .me-md-xl {
    margin-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .me-md-2xl {
    margin-inline-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .me-lg-0 {
    margin-inline-end: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .me-lg-2xs {
    margin-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .me-lg-xs {
    margin-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .me-lg-sm {
    margin-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .me-lg-md {
    margin-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .me-lg-lg {
    margin-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .me-lg-xl {
    margin-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .me-lg-2xl {
    margin-inline-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .me-xl-0 {
    margin-inline-end: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .me-xl-2xs {
    margin-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .me-xl-xs {
    margin-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .me-xl-sm {
    margin-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .me-xl-md {
    margin-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .me-xl-lg {
    margin-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .me-xl-xl {
    margin-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .me-xl-2xl {
    margin-inline-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .me-2xl-0 {
    margin-inline-end: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .me-2xl-2xs {
    margin-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .me-2xl-xs {
    margin-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .me-2xl-sm {
    margin-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .me-2xl-md {
    margin-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .me-2xl-lg {
    margin-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .me-2xl-xl {
    margin-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .me-2xl-2xl {
    margin-inline-end: var(--s-2xl) !important;
  }
}
.p-0 {
  padding: 0 !important;
}

.p-2xs {
  padding: var(--s-xxs) !important;
}

.p-xs {
  padding: var(--s-xs) !important;
}

.p-sm {
  padding: var(--s-sm) !important;
}

.p-md {
  padding: var(--s-md) !important;
}

.p-lg {
  padding: var(--s-lg) !important;
}

.p-xl {
  padding: var(--s-xl) !important;
}

.p-2xl {
  padding: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-2xs {
    padding: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-xs {
    padding: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-sm {
    padding: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-md {
    padding: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-lg {
    padding: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-xl {
    padding: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-2xl {
    padding: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-2xs {
    padding: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-xs {
    padding: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-sm {
    padding: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-md {
    padding: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-lg {
    padding: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-xl {
    padding: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-2xl {
    padding: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-2xs {
    padding: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-xs {
    padding: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-sm {
    padding: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-md {
    padding: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-lg {
    padding: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-xl {
    padding: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-2xl {
    padding: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-2xs {
    padding: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-xs {
    padding: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-sm {
    padding: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-md {
    padding: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-lg {
    padding: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-xl {
    padding: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-2xl {
    padding: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .p-2xl-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .p-2xl-2xs {
    padding: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .p-2xl-xs {
    padding: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .p-2xl-sm {
    padding: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .p-2xl-md {
    padding: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .p-2xl-lg {
    padding: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .p-2xl-xl {
    padding: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .p-2xl-2xl {
    padding: var(--s-2xl) !important;
  }
}
.px-0 {
  padding-inline: 0 !important;
}

.px-2xs {
  padding-inline: var(--s-xxs) !important;
}

.px-xs {
  padding-inline: var(--s-xs) !important;
}

.px-sm {
  padding-inline: var(--s-sm) !important;
}

.px-md {
  padding-inline: var(--s-md) !important;
}

.px-lg {
  padding-inline: var(--s-lg) !important;
}

.px-xl {
  padding-inline: var(--s-xl) !important;
}

.px-2xl {
  padding-inline: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .px-sm-0 {
    padding-inline: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .px-sm-2xs {
    padding-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .px-sm-xs {
    padding-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .px-sm-sm {
    padding-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .px-sm-md {
    padding-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .px-sm-lg {
    padding-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .px-sm-xl {
    padding-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .px-sm-2xl {
    padding-inline: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .px-md-0 {
    padding-inline: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .px-md-2xs {
    padding-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .px-md-xs {
    padding-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .px-md-sm {
    padding-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .px-md-md {
    padding-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .px-md-lg {
    padding-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .px-md-xl {
    padding-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .px-md-2xl {
    padding-inline: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-0 {
    padding-inline: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-2xs {
    padding-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-xs {
    padding-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-sm {
    padding-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-md {
    padding-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-lg {
    padding-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-xl {
    padding-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-2xl {
    padding-inline: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-0 {
    padding-inline: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-2xs {
    padding-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-xs {
    padding-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-sm {
    padding-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-md {
    padding-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-lg {
    padding-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-xl {
    padding-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-2xl {
    padding-inline: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .px-2xl-0 {
    padding-inline: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .px-2xl-2xs {
    padding-inline: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .px-2xl-xs {
    padding-inline: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .px-2xl-sm {
    padding-inline: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .px-2xl-md {
    padding-inline: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .px-2xl-lg {
    padding-inline: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .px-2xl-xl {
    padding-inline: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .px-2xl-2xl {
    padding-inline: var(--s-2xl) !important;
  }
}
.py-0 {
  padding-block: 0 !important;
}

.py-2xs {
  padding-block: var(--s-xxs) !important;
}

.py-xs {
  padding-block: var(--s-xs) !important;
}

.py-sm {
  padding-block: var(--s-sm) !important;
}

.py-md {
  padding-block: var(--s-md) !important;
}

.py-lg {
  padding-block: var(--s-lg) !important;
}

.py-xl {
  padding-block: var(--s-xl) !important;
}

.py-2xl {
  padding-block: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .py-sm-0 {
    padding-block: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .py-sm-2xs {
    padding-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .py-sm-xs {
    padding-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .py-sm-sm {
    padding-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .py-sm-md {
    padding-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .py-sm-lg {
    padding-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .py-sm-xl {
    padding-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .py-sm-2xl {
    padding-block: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .py-md-0 {
    padding-block: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .py-md-2xs {
    padding-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .py-md-xs {
    padding-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .py-md-sm {
    padding-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .py-md-md {
    padding-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .py-md-lg {
    padding-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .py-md-xl {
    padding-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .py-md-2xl {
    padding-block: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-0 {
    padding-block: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-2xs {
    padding-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-xs {
    padding-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-sm {
    padding-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-md {
    padding-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-lg {
    padding-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-xl {
    padding-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-2xl {
    padding-block: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-0 {
    padding-block: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-2xs {
    padding-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-xs {
    padding-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-sm {
    padding-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-md {
    padding-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-lg {
    padding-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-xl {
    padding-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-2xl {
    padding-block: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .py-2xl-0 {
    padding-block: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .py-2xl-2xs {
    padding-block: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .py-2xl-xs {
    padding-block: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .py-2xl-sm {
    padding-block: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .py-2xl-md {
    padding-block: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .py-2xl-lg {
    padding-block: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .py-2xl-xl {
    padding-block: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .py-2xl-2xl {
    padding-block: var(--s-2xl) !important;
  }
}
.pt-0 {
  padding-block-start: 0 !important;
}

.pt-2xs {
  padding-block-start: var(--s-xxs) !important;
}

.pt-xs {
  padding-block-start: var(--s-xs) !important;
}

.pt-sm {
  padding-block-start: var(--s-sm) !important;
}

.pt-md {
  padding-block-start: var(--s-md) !important;
}

.pt-lg {
  padding-block-start: var(--s-lg) !important;
}

.pt-xl {
  padding-block-start: var(--s-xl) !important;
}

.pt-2xl {
  padding-block-start: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .pt-sm-0 {
    padding-block-start: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .pt-sm-2xs {
    padding-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .pt-sm-xs {
    padding-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .pt-sm-sm {
    padding-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .pt-sm-md {
    padding-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .pt-sm-lg {
    padding-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .pt-sm-xl {
    padding-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .pt-sm-2xl {
    padding-block-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-0 {
    padding-block-start: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-2xs {
    padding-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-xs {
    padding-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-sm {
    padding-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-md {
    padding-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-lg {
    padding-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-xl {
    padding-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-2xl {
    padding-block-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-0 {
    padding-block-start: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-2xs {
    padding-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-xs {
    padding-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-sm {
    padding-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-md {
    padding-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-lg {
    padding-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-xl {
    padding-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-2xl {
    padding-block-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-0 {
    padding-block-start: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-2xs {
    padding-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-xs {
    padding-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-sm {
    padding-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-md {
    padding-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-lg {
    padding-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-xl {
    padding-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-2xl {
    padding-block-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pt-2xl-0 {
    padding-block-start: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .pt-2xl-2xs {
    padding-block-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pt-2xl-xs {
    padding-block-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pt-2xl-sm {
    padding-block-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pt-2xl-md {
    padding-block-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pt-2xl-lg {
    padding-block-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pt-2xl-xl {
    padding-block-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pt-2xl-2xl {
    padding-block-start: var(--s-2xl) !important;
  }
}
.pb-0 {
  padding-block-end: 0 !important;
}

.pb-2xs {
  padding-block-end: var(--s-xxs) !important;
}

.pb-xs {
  padding-block-end: var(--s-xs) !important;
}

.pb-sm {
  padding-block-end: var(--s-sm) !important;
}

.pb-md {
  padding-block-end: var(--s-md) !important;
}

.pb-lg {
  padding-block-end: var(--s-lg) !important;
}

.pb-xl {
  padding-block-end: var(--s-xl) !important;
}

.pb-2xl {
  padding-block-end: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .pb-sm-0 {
    padding-block-end: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-2xs {
    padding-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-xs {
    padding-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-sm {
    padding-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-md {
    padding-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-lg {
    padding-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-xl {
    padding-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-2xl {
    padding-block-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-0 {
    padding-block-end: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-2xs {
    padding-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-xs {
    padding-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-sm {
    padding-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-md {
    padding-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-lg {
    padding-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-xl {
    padding-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-2xl {
    padding-block-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-0 {
    padding-block-end: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-2xs {
    padding-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-xs {
    padding-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-sm {
    padding-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-md {
    padding-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-lg {
    padding-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-xl {
    padding-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-2xl {
    padding-block-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-0 {
    padding-block-end: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-2xs {
    padding-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-xs {
    padding-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-sm {
    padding-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-md {
    padding-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-lg {
    padding-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-xl {
    padding-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-2xl {
    padding-block-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pb-2xl-0 {
    padding-block-end: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .pb-2xl-2xs {
    padding-block-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pb-2xl-xs {
    padding-block-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pb-2xl-sm {
    padding-block-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pb-2xl-md {
    padding-block-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pb-2xl-lg {
    padding-block-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pb-2xl-xl {
    padding-block-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pb-2xl-2xl {
    padding-block-end: var(--s-2xl) !important;
  }
}
.ps-0 {
  padding-inline-start: 0 !important;
}

.ps-2xs {
  padding-inline-start: var(--s-xxs) !important;
}

.ps-xs {
  padding-inline-start: var(--s-xs) !important;
}

.ps-sm {
  padding-inline-start: var(--s-sm) !important;
}

.ps-md {
  padding-inline-start: var(--s-md) !important;
}

.ps-lg {
  padding-inline-start: var(--s-lg) !important;
}

.ps-xl {
  padding-inline-start: var(--s-xl) !important;
}

.ps-2xl {
  padding-inline-start: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .ps-sm-0 {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .ps-sm-2xs {
    padding-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .ps-sm-xs {
    padding-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .ps-sm-sm {
    padding-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .ps-sm-md {
    padding-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .ps-sm-lg {
    padding-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .ps-sm-xl {
    padding-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .ps-sm-2xl {
    padding-inline-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .ps-md-0 {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .ps-md-2xs {
    padding-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .ps-md-xs {
    padding-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .ps-md-sm {
    padding-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .ps-md-md {
    padding-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .ps-md-lg {
    padding-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .ps-md-xl {
    padding-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .ps-md-2xl {
    padding-inline-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-0 {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-2xs {
    padding-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-xs {
    padding-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-sm {
    padding-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-md {
    padding-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-lg {
    padding-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-xl {
    padding-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-2xl {
    padding-inline-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ps-xl-0 {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .ps-xl-2xs {
    padding-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ps-xl-xs {
    padding-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ps-xl-sm {
    padding-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ps-xl-md {
    padding-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ps-xl-lg {
    padding-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ps-xl-xl {
    padding-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ps-xl-2xl {
    padding-inline-start: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ps-2xl-0 {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .ps-2xl-2xs {
    padding-inline-start: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ps-2xl-xs {
    padding-inline-start: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ps-2xl-sm {
    padding-inline-start: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ps-2xl-md {
    padding-inline-start: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ps-2xl-lg {
    padding-inline-start: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ps-2xl-xl {
    padding-inline-start: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .ps-2xl-2xl {
    padding-inline-start: var(--s-2xl) !important;
  }
}
.pe-0 {
  padding-inline-end: 0 !important;
}

.pe-2xs {
  padding-inline-end: var(--s-xxs) !important;
}

.pe-xs {
  padding-inline-end: var(--s-xs) !important;
}

.pe-sm {
  padding-inline-end: var(--s-sm) !important;
}

.pe-md {
  padding-inline-end: var(--s-md) !important;
}

.pe-lg {
  padding-inline-end: var(--s-lg) !important;
}

.pe-xl {
  padding-inline-end: var(--s-xl) !important;
}

.pe-2xl {
  padding-inline-end: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .pe-sm-0 {
    padding-inline-end: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .pe-sm-2xs {
    padding-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .pe-sm-xs {
    padding-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .pe-sm-sm {
    padding-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .pe-sm-md {
    padding-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .pe-sm-lg {
    padding-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .pe-sm-xl {
    padding-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .pe-sm-2xl {
    padding-inline-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .pe-md-0 {
    padding-inline-end: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .pe-md-2xs {
    padding-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .pe-md-xs {
    padding-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .pe-md-sm {
    padding-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .pe-md-md {
    padding-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .pe-md-lg {
    padding-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .pe-md-xl {
    padding-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .pe-md-2xl {
    padding-inline-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .pe-lg-0 {
    padding-inline-end: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pe-lg-2xs {
    padding-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .pe-lg-xs {
    padding-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .pe-lg-sm {
    padding-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .pe-lg-md {
    padding-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .pe-lg-lg {
    padding-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .pe-lg-xl {
    padding-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .pe-lg-2xl {
    padding-inline-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pe-xl-0 {
    padding-inline-end: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pe-xl-2xs {
    padding-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pe-xl-xs {
    padding-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pe-xl-sm {
    padding-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pe-xl-md {
    padding-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pe-xl-lg {
    padding-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pe-xl-xl {
    padding-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .pe-xl-2xl {
    padding-inline-end: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pe-2xl-0 {
    padding-inline-end: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .pe-2xl-2xs {
    padding-inline-end: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pe-2xl-xs {
    padding-inline-end: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pe-2xl-sm {
    padding-inline-end: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pe-2xl-md {
    padding-inline-end: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pe-2xl-lg {
    padding-inline-end: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pe-2xl-xl {
    padding-inline-end: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pe-2xl-2xl {
    padding-inline-end: var(--s-2xl) !important;
  }
}
.gap-0 {
  gap: 0 !important;
}

.gap-2xs {
  gap: var(--s-xxs) !important;
}

.gap-xs {
  gap: var(--s-xs) !important;
}

.gap-sm {
  gap: var(--s-sm) !important;
}

.gap-md {
  gap: var(--s-md) !important;
}

.gap-lg {
  gap: var(--s-lg) !important;
}

.gap-xl {
  gap: var(--s-xl) !important;
}

.gap-2xl {
  gap: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .gap-sm-0 {
    gap: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-sm-2xs {
    gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-sm-xs {
    gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-sm-sm {
    gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-sm-md {
    gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-sm-lg {
    gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-sm-xl {
    gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-sm-2xl {
    gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-md-0 {
    gap: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-md-2xs {
    gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-md-xs {
    gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-md-sm {
    gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-md-md {
    gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-md-lg {
    gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-md-xl {
    gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-md-2xl {
    gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-lg-0 {
    gap: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-lg-2xs {
    gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-lg-xs {
    gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-lg-sm {
    gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-lg-md {
    gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-lg-lg {
    gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-lg-xl {
    gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-lg-2xl {
    gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-xl-2xs {
    gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-xl-xs {
    gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-xl-sm {
    gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-xl-md {
    gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-xl-lg {
    gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-xl-xl {
    gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-xl-2xl {
    gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-2xl-0 {
    gap: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-2xl-2xs {
    gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-2xl-xs {
    gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-2xl-sm {
    gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-2xl-md {
    gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-2xl-lg {
    gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-2xl-xl {
    gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-2xl-2xl {
    gap: var(--s-2xl) !important;
  }
}
.gap-x-0 {
  row-gap: 0 !important;
}

.gap-x-2xs {
  row-gap: var(--s-xxs) !important;
}

.gap-x-xs {
  row-gap: var(--s-xs) !important;
}

.gap-x-sm {
  row-gap: var(--s-sm) !important;
}

.gap-x-md {
  row-gap: var(--s-md) !important;
}

.gap-x-lg {
  row-gap: var(--s-lg) !important;
}

.gap-x-xl {
  row-gap: var(--s-xl) !important;
}

.gap-x-2xl {
  row-gap: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .gap-x-sm-0 {
    row-gap: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-x-sm-2xs {
    row-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-x-sm-xs {
    row-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-x-sm-sm {
    row-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-x-sm-md {
    row-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-x-sm-lg {
    row-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-x-sm-xl {
    row-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-x-sm-2xl {
    row-gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-x-md-0 {
    row-gap: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-x-md-2xs {
    row-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-x-md-xs {
    row-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-x-md-sm {
    row-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-x-md-md {
    row-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-x-md-lg {
    row-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-x-md-xl {
    row-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-x-md-2xl {
    row-gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-x-lg-0 {
    row-gap: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-x-lg-2xs {
    row-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-x-lg-xs {
    row-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-x-lg-sm {
    row-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-x-lg-md {
    row-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-x-lg-lg {
    row-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-x-lg-xl {
    row-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-x-lg-2xl {
    row-gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-x-xl-0 {
    row-gap: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-x-xl-2xs {
    row-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-x-xl-xs {
    row-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-x-xl-sm {
    row-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-x-xl-md {
    row-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-x-xl-lg {
    row-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-x-xl-xl {
    row-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-x-xl-2xl {
    row-gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-x-2xl-0 {
    row-gap: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-x-2xl-2xs {
    row-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-x-2xl-xs {
    row-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-x-2xl-sm {
    row-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-x-2xl-md {
    row-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-x-2xl-lg {
    row-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-x-2xl-xl {
    row-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-x-2xl-2xl {
    row-gap: var(--s-2xl) !important;
  }
}
.gap-y-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.gap-y-2xs {
  -moz-column-gap: var(--s-xxs) !important;
       column-gap: var(--s-xxs) !important;
}

.gap-y-xs {
  -moz-column-gap: var(--s-xs) !important;
       column-gap: var(--s-xs) !important;
}

.gap-y-sm {
  -moz-column-gap: var(--s-sm) !important;
       column-gap: var(--s-sm) !important;
}

.gap-y-md {
  -moz-column-gap: var(--s-md) !important;
       column-gap: var(--s-md) !important;
}

.gap-y-lg {
  -moz-column-gap: var(--s-lg) !important;
       column-gap: var(--s-lg) !important;
}

.gap-y-xl {
  -moz-column-gap: var(--s-xl) !important;
       column-gap: var(--s-xl) !important;
}

.gap-y-2xl {
  -moz-column-gap: var(--s-2xl) !important;
       column-gap: var(--s-2xl) !important;
}

@media screen and (min-width: 576px) {
  .gap-y-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-y-sm-2xs {
    -moz-column-gap: var(--s-xxs) !important;
         column-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-y-sm-xs {
    -moz-column-gap: var(--s-xs) !important;
         column-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-y-sm-sm {
    -moz-column-gap: var(--s-sm) !important;
         column-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-y-sm-md {
    -moz-column-gap: var(--s-md) !important;
         column-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-y-sm-lg {
    -moz-column-gap: var(--s-lg) !important;
         column-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-y-sm-xl {
    -moz-column-gap: var(--s-xl) !important;
         column-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 576px) {
  .gap-y-sm-2xl {
    -moz-column-gap: var(--s-2xl) !important;
         column-gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-y-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-y-md-2xs {
    -moz-column-gap: var(--s-xxs) !important;
         column-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-y-md-xs {
    -moz-column-gap: var(--s-xs) !important;
         column-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-y-md-sm {
    -moz-column-gap: var(--s-sm) !important;
         column-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-y-md-md {
    -moz-column-gap: var(--s-md) !important;
         column-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-y-md-lg {
    -moz-column-gap: var(--s-lg) !important;
         column-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-y-md-xl {
    -moz-column-gap: var(--s-xl) !important;
         column-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 768px) {
  .gap-y-md-2xl {
    -moz-column-gap: var(--s-2xl) !important;
         column-gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-y-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-y-lg-2xs {
    -moz-column-gap: var(--s-xxs) !important;
         column-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-y-lg-xs {
    -moz-column-gap: var(--s-xs) !important;
         column-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-y-lg-sm {
    -moz-column-gap: var(--s-sm) !important;
         column-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-y-lg-md {
    -moz-column-gap: var(--s-md) !important;
         column-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-y-lg-lg {
    -moz-column-gap: var(--s-lg) !important;
         column-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-y-lg-xl {
    -moz-column-gap: var(--s-xl) !important;
         column-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 992px) {
  .gap-y-lg-2xl {
    -moz-column-gap: var(--s-2xl) !important;
         column-gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-y-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-y-xl-2xs {
    -moz-column-gap: var(--s-xxs) !important;
         column-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-y-xl-xs {
    -moz-column-gap: var(--s-xs) !important;
         column-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-y-xl-sm {
    -moz-column-gap: var(--s-sm) !important;
         column-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-y-xl-md {
    -moz-column-gap: var(--s-md) !important;
         column-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-y-xl-lg {
    -moz-column-gap: var(--s-lg) !important;
         column-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-y-xl-xl {
    -moz-column-gap: var(--s-xl) !important;
         column-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1200px) {
  .gap-y-xl-2xl {
    -moz-column-gap: var(--s-2xl) !important;
         column-gap: var(--s-2xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-y-2xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-y-2xl-2xs {
    -moz-column-gap: var(--s-xxs) !important;
         column-gap: var(--s-xxs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-y-2xl-xs {
    -moz-column-gap: var(--s-xs) !important;
         column-gap: var(--s-xs) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-y-2xl-sm {
    -moz-column-gap: var(--s-sm) !important;
         column-gap: var(--s-sm) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-y-2xl-md {
    -moz-column-gap: var(--s-md) !important;
         column-gap: var(--s-md) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-y-2xl-lg {
    -moz-column-gap: var(--s-lg) !important;
         column-gap: var(--s-lg) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-y-2xl-xl {
    -moz-column-gap: var(--s-xl) !important;
         column-gap: var(--s-xl) !important;
  }
}
@media screen and (min-width: 1500px) {
  .gap-y-2xl-2xl {
    -moz-column-gap: var(--s-2xl) !important;
         column-gap: var(--s-2xl) !important;
  }
}
.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

@media screen and (min-width: 768px) {
  .w-md-auto {
    width: auto;
  }
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-w-0 {
  min-width: 0;
}

.min-h-0 {
  min-height: 0;
}

.w-screen {
  width: 100vw;
}

.h-screen {
  height: 100vh;
  height: 100dvh;
}

.false-padding-2xs {
  margin: calc(var(--s-xxs) * -1);
  padding: var(--s-xxs);
}

.false-padding-xs {
  margin: calc(var(--s-xs) * -1);
  padding: var(--s-xs);
}

.false-padding-md {
  margin: calc(var(--s-md) * -1);
  padding: var(--s-md);
}

.max-w-10r {
  max-width: 10rem;
}

@media screen and (min-width: 768px) {
  .max-w-md-20r {
    max-width: 20rem;
  }
}

.max-w-lg {
  max-width: 32rem;
}

.ms-auto {
  margin-inline-start: auto;
}

/*
Applies style only on screens larger than key
 */
/*
Applies style only on screens smaller than key
*/
.rotate-180 {
  rotate: 180deg;
}

@media screen and (min-width: 768px) and (min-height: 867px) {
  .combobox-modal-translate [role=dialog] {
    translate: 0 -15vh;
  }
}

/*
Applies style only on screens larger than key
 */
/*
Applies style only on screens smaller than key
*/
.fw-medium {
  font-weight: var(--fw-medium);
}

.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-black {
  font-weight: var(--fw-black);
}

.ff-heading {
  font-family: var(--ff-heading);
}

.ff-alt {
  font-family: var(--ff-alt);
}

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

.text-muted {
  font-family: var(--ff-alt);
  font-size: var(--fs-sm);
  margin: 0;
  opacity: 0.8;
}

body.dark .text-muted {
  color: var(--clr-text-50);
  opacity: 1;
}

.subheading {
  font-family: var(--ff-alt);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  margin: 0;
  opacity: 0.8;
}

.fs-xs {
  font-size: var(--fs-xs);
}

.fs-sm {
  font-size: var(--fs-sm);
}

.fs-md {
  font-size: var(--fs-md);
}

.fs-lg {
  font-size: var(--fs-lg);
}

.fs-xl {
  font-size: var(--fs-xl);
}

.fs-xxl {
  font-size: var(--fs-xxl);
}

.fs-h1 {
  font-size: var(--fs-h1);
}

.fs-h2 {
  font-size: var(--fs-h1);
}

.fs-h3 {
  font-size: var(--fs-h3);
}

.fs-h4 {
  font-size: var(--fs-h4);
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

@media screen and (min-width: 768px) {
  .text-md-end {
    text-align: end;
  }
}

@media screen and (min-width: 992px) {
  .text-lg-end {
    text-align: end;
  }
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.heading {
  display: flex;
  align-items: center;
  gap: var(--s-sm);
  line-height: 1.1;
  font-family: var(--ff-heading);
  font-weight: var(--fw-bold);
}

h1.heading {
  font-size: var(--fs-h1);
}

h2.heading {
  font-size: var(--fs-h2);
}

h3.heading {
  font-size: var(--fs-h3);
}

h4.heading {
  font-size: var(--fs-h4);
}

.break-words {
  word-break: break-word;
}

.comma-separated:not(:first-child)::before {
  content: ", ";
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.object-center {
  object-position: center;
}

.object-top {
  object-position: top;
}

.object-bottom {
  object-position: bottom;
}

.cursor-pointer {
  cursor: pointer;
}

/* --------------------------------------------------------------------------
 * @ng-select/ng-select — liste déroulante (Ionic modal, WebView, appendTo body)
 * Le panneau est souvent hors du composant Angular : les styles encapsulés ne
 * s’appliquent pas → fond blanc opaque et z-index au-dessus des overlays Ionic.
 * -------------------------------------------------------------------------- */
.ng-dropdown-panel {
  background: rgb(255, 255, 255) !important;
  background-color: rgb(255, 255, 255) !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  z-index: 300000 !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24) !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items,
.ng-dropdown-panel .scroll-host,
.ng-dropdown-panel .ng-dropdown-header,
.ng-dropdown-panel .ng-dropdown-footer {
  background-color: rgb(255, 255, 255) !important;
}

.ng-dropdown-panel .scrollable-content {
  background-color: rgb(255, 255, 255) !important;
}

.ng-dropdown-panel .ng-option {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(26, 26, 26) !important;
}

.ng-dropdown-panel .ng-option.ng-option-marked {
  background-color: rgb(236, 236, 236) !important;
  color: rgb(26, 26, 26) !important;
}

.ng-dropdown-panel .ng-option.ng-option-selected {
  background-color: rgb(224, 242, 241) !important;
  color: rgb(26, 26, 26) !important;
}

.ng-dropdown-panel .ng-notfound,
.ng-dropdown-panel .ng-optgroup {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(51, 51, 51) !important;
}

.ng-dropdown-panel .ng-input > input,
.ng-dropdown-panel input[type=search],
.ng-dropdown-panel input[type=text] {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(26, 26, 26) !important;
}
