@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&amp;display=swap"; /*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/

@import "../cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css";
@import "../cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css";
@import "../cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css";

.apexcharts-tooltip-title{
  color: #000 !important;
}

.apexcharts-tooltip *{
  color: #000 !important;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont3e6e.eot);
  src: url(../fonts/fontawesome-webfontd41d.eot)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont3e6e.woff2) format("woff2"),
    url(../fonts/fontawesome-webfont3e6e.woff) format("woff"),
    url(../fonts/fontawesome-webfont3e6e.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont3e6e.svg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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;
} /*!* Weather Icons 1.3
* Updated November 30th, 2014
* Weather themed icons for Bootstrap
* ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
* http://twitter.com/Erik_UX
*
* License
* ------------------------------------------------------------------------------
* - Fpmt licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - CSS and LESS are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
* - Documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
* - Inspired by and works great as a companion with Font Awesome
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*
* Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
* ------------------------------------------------------------------------------
* Email: erik@helloerik.com
* Twitter: http://twitter.com/Erik_UX*/
@font-face {
  font-family: weathericons;
  src: url(../fonts/weather-icons/font/weathericons-regular-webfont.eot);
  src: url(../fonts/weather-icons/font/weathericons-regular-webfontd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/weather-icons/font/weathericons-regular-webfont.woff)
      format("woff"),
    url(../fonts/weather-icons/font/weathericons-regular-webfont.ttf)
      format("truetype"),
    url(../fonts/weather-icons/font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: weathericons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-rain:before {
  content: "\f008";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-thunderstorm:before {
  content: "\f010";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-rain:before {
  content: "\f019";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-windy:before {
  content: "\f021";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-down-left:before {
  content: "\f043";
}
.wi-down:before {
  content: "\f044";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-left:before {
  content: "\f048";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-right:before {
  content: "\f04d";
}
.wi-sprinkles:before {
  content: "\f04e";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sunrise:before {
  content: "\f051";
}
.wi-sunset:before {
  content: "\f052";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-up-right:before {
  content: "\f057";
}
.wi-up:before {
  content: "\f058";
}
.wi-wind-west:before {
  content: "\f059";
}
.wi-wind-south-west:before {
  content: "\f05a";
}
.wi-wind-south-east:before {
  content: "\f05b";
}
.wi-wind-south:before {
  content: "\f05c";
}
.wi-wind-north-west:before {
  content: "\f05d";
}
.wi-wind-north-east:before {
  content: "\f05e";
}
.wi-wind-north:before {
  content: "\f060";
}
.wi-wind-east:before {
  content: "\f061";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-hot:before {
  content: "\f072";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-smog:before {
  content: "\f074";
}
.wi-alien:before {
  content: "\f075";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-stars:before {
  content: "\f077";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.wi-umbrella:before {
  content: "\f084";
}
.wi-day-windy:before {
  content: "\f085";
}
.wi-night-alt-cloudy:before {
  content: "\f086";
}
.wi-up-left:before {
  content: "\f087";
}
.wi-down-right:before {
  content: "\f088";
}
.wi-time-12:before {
  content: "\f089";
}
.wi-time-1:before {
  content: "\f08a";
}
.wi-time-2:before {
  content: "\f08b";
}
.wi-time-3:before {
  content: "\f08c";
}
.wi-time-4:before {
  content: "\f08d";
}
.wi-time-5:before {
  content: "\f08e";
}
.wi-time-6:before {
  content: "\f08f";
}
.wi-time-7:before {
  content: "\f090";
}
.wi-time-8:before {
  content: "\f091";
}
.wi-time-9:before {
  content: "\f092";
}
.wi-time-10:before {
  content: "\f093";
}
.wi-time-11:before {
  content: "\f094";
}
.wi-day-sleet:before {
  content: "\f0b2";
}
.wi-night-sleet:before {
  content: "\f0b3";
}
.wi-night-alt-sleet:before {
  content: "\f0b4";
}
.wi-sleet:before {
  content: "\f0b5";
}
.wi-day-haze:before {
  content: "\f0b6";
}
.wi-beafort-0:before {
  content: "\f0b7";
}
.wi-beafort-1:before {
  content: "\f0b8";
}
.wi-beafort-2:before {
  content: "\f0b9";
}
.wi-beafort-3:before {
  content: "\f0ba";
}
.wi-beafort-4:before {
  content: "\f0bb";
}
.wi-beafort-5:before {
  content: "\f0bc";
}
.wi-beafort-6:before {
  content: "\f0bd";
}
.wi-beafort-7:before {
  content: "\f0be";
}
.wi-beafort-8:before {
  content: "\f0bf";
}
.wi-beafort-9:before {
  content: "\f0c0";
}
.wi-beafort-10:before {
  content: "\f0c1";
}
.wi-beafort-11:before {
  content: "\f0c2";
}
.wi-beafort-12:before {
  content: "\f0c3";
}
.wi-wind-default:before {
  content: "\f0b1";
}
wi-wind-default._0-deg {
  transform: rotate(0);
}
wi-wind-default._15-deg {
  transform: rotate(15deg);
}
wi-wind-default._30-deg {
  transform: rotate(30deg);
}
wi-wind-default._45-deg {
  transform: rotate(45deg);
}
wi-wind-default._60-deg {
  transform: rotate(60deg);
}
wi-wind-default._75-deg {
  transform: rotate(75deg);
}
wi-wind-default._90-deg {
  transform: rotate(90deg);
}
wi-wind-default._105-deg {
  transform: rotate(105deg);
}
wi-wind-default._120-deg {
  transform: rotate(120deg);
}
wi-wind-default._135-deg {
  transform: rotate(135deg);
}
wi-wind-default._150-deg {
  transform: rotate(150deg);
}
wi-wind-default._165-deg {
  transform: rotate(165deg);
}
wi-wind-default._180-deg {
  transform: rotate(180deg);
}
wi-wind-default._195-deg {
  transform: rotate(195deg);
}
wi-wind-default._210-deg {
  transform: rotate(210deg);
}
wi-wind-default._225-deg {
  transform: rotate(225deg);
}
wi-wind-default._240-deg {
  transform: rotate(240deg);
}
wi-wind-default._255-deg {
  transform: rotate(255deg);
}
wi-wind-default._270-deg {
  transform: rotate(270deg);
}
wi-wind-default._285-deg {
  transform: rotate(295deg);
}
wi-wind-default._300-deg {
  transform: rotate(300deg);
}
wi-wind-default._315-deg {
  transform: rotate(315deg);
}
wi-wind-default._330-deg {
  transform: rotate(330deg);
}
wi-wind-default._345-deg {
  transform: rotate(345deg);
}
.wi-moon-new:before {
  content: "\f095";
}
.wi-moon-waxing-cresent-1:before {
  content: "\f096";
}
.wi-moon-waxing-cresent-2:before {
  content: "\f097";
}
.wi-moon-waxing-cresent-3:before {
  content: "\f098";
}
.wi-moon-waxing-cresent-4:before {
  content: "\f099";
}
.wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}
.wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}
.wi-moon-first-quarter:before {
  content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.wi-moon-full:before {
  content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.wi-moon-3rd-quarter:before {
  content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
.lab,
.lar,
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@font-face {
  font-family: Line Awesome Brands;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/line-awesome/fonts/la-brands-400.eot);
  src: url(../fonts/line-awesome/fonts/la-brands-400d41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/line-awesome/fonts/la-brands-400.woff2) format("woff2"),
    url(../fonts/line-awesome/fonts/la-brands-400.woff) format("woff"),
    url(../fonts/line-awesome/fonts/la-brands-400.ttf) format("truetype"),
    url(../fonts/line-awesome/fonts/la-brands-400.svg#lineawesome) format("svg");
}
.lab {
  font-family: Line Awesome Brands;
  font-weight: 400;
}
@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/line-awesome/fonts/la-regular-400.eot);
  src: url(../fonts/line-awesome/fonts/la-regular-400d41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/line-awesome/fonts/la-regular-400.woff2) format("woff2"),
    url(../fonts/line-awesome/fonts/la-regular-400.woff) format("woff"),
    url(../fonts/line-awesome/fonts/la-regular-400.ttf) format("truetype"),
    url(../fonts/line-awesome/fonts/la-regular-400.svg#lineawesome)
      format("svg");
}
.lar {
  font-family: Line Awesome Free;
  font-weight: 400;
}
@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/line-awesome/fonts/la-solid-900.eot);
  src: url(../fonts/line-awesome/fonts/la-solid-900d41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/line-awesome/fonts/la-solid-900.woff2) format("woff2"),
    url(../fonts/line-awesome/fonts/la-solid-900.woff) format("woff"),
    url(../fonts/line-awesome/fonts/la-solid-900.ttf) format("truetype"),
    url(../fonts/line-awesome/fonts/la-solid-900.svg#lineawesome) format("svg");
}
.las {
  font-family: Line Awesome Free;
  font-weight: 900;
}
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.la-xs {
  font-size: 0.75em;
}
.la-2x {
  font-size: 1em;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-6x {
  font-size: 6em;
}
.la-7x {
  font-size: 7em;
}
.la-8x {
  font-size: 8em;
}
.la-9x {
  font-size: 9em;
}
.la-10x {
  font-size: 10em;
}
.la-fw {
  text-align: center;
  width: 1.25em;
}
.la-fw {
  width: 1.25em;
  text-align: center;
}
.la-ul {
  padding-left: 0;
  margin-left: 1.4285714286em;
  list-style-type: none;
}
.la-ul > li {
  position: relative;
}
.la-li {
  position: absolute;
  left: -2em;
  text-align: center;
  width: 1.4285714286em;
  line-height: inherit;
}
.la-li.la-lg {
  left: -1.1428571429em;
}
.la-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.la-pull-left {
  float: left;
}
.la-pull-right {
  float: right;
}
.la.la-pull-left {
  margin-right: 0.3em;
}
.la.la-pull-right {
  margin-left: 0.3em;
}
.la.pull-left {
  margin-right: 0.3em;
}
.la.pull-right {
  margin-left: 0.3em;
}
.la-pull-left {
  float: left;
}
.la-pull-right {
  float: right;
}
.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
  margin-right: 0.3em;
}
.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
  margin-left: 0.3em;
}
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}
@-webkit-keyframes la-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  transform: rotate(90deg);
}
.la-rotate-180 {
  transform: rotate(180deg);
}
.la-rotate-270 {
  transform: rotate(270deg);
}
.la-flip-horizontal {
  transform: scale(-1, 1);
}
.la-flip-vertical {
  transform: scale(1, -1);
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
  transform: scale(-1, -1);
}
:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
  filter: none;
}
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #fff;
}
.la-500px:before {
  content: "\f26e";
}
.la-accessible-icon:before {
  content: "\f368";
}
.la-accusoft:before {
  content: "\f369";
}
.la-acquisitions-incorporated:before {
  content: "\f6af";
}
.la-ad:before {
  content: "\f641";
}
.la-address-book:before {
  content: "\f2b9";
}
.la-address-card:before {
  content: "\f2bb";
}
.la-adjust:before {
  content: "\f042";
}
.la-adn:before {
  content: "\f170";
}
.la-adobe:before {
  content: "\f778";
}
.la-adversal:before {
  content: "\f36a";
}
.la-affiliatetheme:before {
  content: "\f36b";
}
.la-air-freshener:before {
  content: "\f5d0";
}
.la-airbnb:before {
  content: "\f834";
}
.la-algolia:before {
  content: "\f36c";
}
.la-align-center:before {
  content: "\f037";
}
.la-align-justify:before {
  content: "\f039";
}
.la-align-left:before {
  content: "\f036";
}
.la-align-right:before {
  content: "\f038";
}
.la-alipay:before {
  content: "\f642";
}
.la-allergies:before {
  content: "\f461";
}
.la-amazon:before {
  content: "\f270";
}
.la-amazon-pay:before {
  content: "\f42c";
}
.la-ambulance:before {
  content: "\f0f9";
}
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.la-amilia:before {
  content: "\f36d";
}
.la-anchor:before {
  content: "\f13d";
}
.la-android:before {
  content: "\f17b";
}
.la-angellist:before {
  content: "\f209";
}
.la-angle-double-down:before {
  content: "\f103";
}
.la-angle-double-left:before {
  content: "\f100";
}
.la-angle-double-right:before {
  content: "\f101";
}
.la-angle-double-up:before {
  content: "\f102";
}
.la-angle-down:before {
  content: "\f107";
}
.la-angle-left:before {
  content: "\f104";
}
.la-angle-right:before {
  content: "\f105";
}
.la-angle-up:before {
  content: "\f106";
}
.la-angry:before {
  content: "\f556";
}
.la-angrycreative:before {
  content: "\f36e";
}
.la-angular:before {
  content: "\f420";
}
.la-ankh:before {
  content: "\f644";
}
.la-app-store:before {
  content: "\f36f";
}
.la-app-store-ios:before {
  content: "\f370";
}
.la-apper:before {
  content: "\f371";
}
.la-apple:before {
  content: "\f179";
}
.la-apple-alt:before {
  content: "\f5d1";
}
.la-apple-pay:before {
  content: "\f415";
}
.la-archive:before {
  content: "\f187";
}
.la-archway:before {
  content: "\f557";
}
.la-arrow-alt-circle-down:before {
  content: "\f358";
}
.la-arrow-alt-circle-left:before {
  content: "\f359";
}
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}
.la-arrow-circle-down:before {
  content: "\f0ab";
}
.la-arrow-circle-left:before {
  content: "\f0a8";
}
.la-arrow-circle-right:before {
  content: "\f0a9";
}
.la-arrow-circle-up:before {
  content: "\f0aa";
}
.la-arrow-down:before {
  content: "\f063";
}
.la-arrow-left:before {
  content: "\f060";
}
.la-arrow-right:before {
  content: "\f061";
}
.la-arrow-up:before {
  content: "\f062";
}
.la-arrows-alt:before {
  content: "\f0b2";
}
.la-arrows-alt-h:before {
  content: "\f337";
}
.la-arrows-alt-v:before {
  content: "\f338";
}
.la-artstation:before {
  content: "\f77a";
}
.la-assistive-listening-systems:before {
  content: "\f2a2";
}
.la-asterisk:before {
  content: "\f069";
}
.la-asymmetrik:before {
  content: "\f372";
}
.la-at:before {
  content: "\f1fa";
}
.la-atlas:before {
  content: "\f558";
}
.la-atlassian:before {
  content: "\f77b";
}
.la-atom:before {
  content: "\f5d2";
}
.la-audible:before {
  content: "\f373";
}
.la-audio-description:before {
  content: "\f29e";
}
.la-autoprefixer:before {
  content: "\f41c";
}
.la-avianex:before {
  content: "\f374";
}
.la-aviato:before {
  content: "\f421";
}
.la-award:before {
  content: "\f559";
}
.la-aws:before {
  content: "\f375";
}
.la-baby:before {
  content: "\f77c";
}
.la-baby-carriage:before {
  content: "\f77d";
}
.la-backspace:before {
  content: "\f55a";
}
.la-backward:before {
  content: "\f04a";
}
.la-bacon:before {
  content: "\f7e5";
}
.la-balance-scale:before {
  content: "\f24e";
}
.la-balance-scale-left:before {
  content: "\f515";
}
.la-balance-scale-right:before {
  content: "\f516";
}
.la-ban:before {
  content: "\f05e";
}
.la-band-aid:before {
  content: "\f462";
}
.la-bandcamp:before {
  content: "\f2d5";
}
.la-barcode:before {
  content: "\f02a";
}
.la-bars:before {
  content: "\f0c9";
}
.la-baseball-ball:before {
  content: "\f433";
}
.la-basketball-ball:before {
  content: "\f434";
}
.la-bath:before {
  content: "\f2cd";
}
.la-battery-empty:before {
  content: "\f244";
}
.la-battery-full:before {
  content: "\f240";
}
.la-battery-half:before {
  content: "\f242";
}
.la-battery-quarter:before {
  content: "\f243";
}
.la-battery-three-quarters:before {
  content: "\f241";
}
.la-battle-net:before {
  content: "\f835";
}
.la-bed:before {
  content: "\f236";
}
.la-beer:before {
  content: "\f0fc";
}
.la-behance:before {
  content: "\f1b4";
}
.la-behance-square:before {
  content: "\f1b5";
}
.la-bell:before {
  content: "\f0f3";
}
.la-bell-slash:before {
  content: "\f1f6";
}
.la-bezier-curve:before {
  content: "\f55b";
}
.la-bible:before {
  content: "\f647";
}
.la-bicycle:before {
  content: "\f206";
}
.la-biking:before {
  content: "\f84a";
}
.la-bimobject:before {
  content: "\f378";
}
.la-binoculars:before {
  content: "\f1e5";
}
.la-biohazard:before {
  content: "\f780";
}
.la-birthday-cake:before {
  content: "\f1fd";
}
.la-bitbucket:before {
  content: "\f171";
}
.la-bitcoin:before {
  content: "\f379";
}
.la-bity:before {
  content: "\f37a";
}
.la-black-tie:before {
  content: "\f27e";
}
.la-blackberry:before {
  content: "\f37b";
}
.la-blender:before {
  content: "\f517";
}
.la-blender-phone:before {
  content: "\f6b6";
}
.la-blind:before {
  content: "\f29d";
}
.la-blog:before {
  content: "\f781";
}
.la-blogger:before {
  content: "\f37c";
}
.la-blogger-b:before {
  content: "\f37d";
}
.la-bluetooth:before {
  content: "\f293";
}
.la-bluetooth-b:before {
  content: "\f294";
}
.la-bold:before {
  content: "\f032";
}
.la-bolt:before {
  content: "\f0e7";
}
.la-bomb:before {
  content: "\f1e2";
}
.la-bone:before {
  content: "\f5d7";
}
.la-bong:before {
  content: "\f55c";
}
.la-book:before {
  content: "\f02d";
}
.la-book-dead:before {
  content: "\f6b7";
}
.la-book-medical:before {
  content: "\f7e6";
}
.la-book-open:before {
  content: "\f518";
}
.la-book-reader:before {
  content: "\f5da";
}
.la-bookmark:before {
  content: "\f02e";
}
.la-bootstrap:before {
  content: "\f836";
}
.la-border-all:before {
  content: "\f84c";
}
.la-border-none:before {
  content: "\f850";
}
.la-border-style:before {
  content: "\f853";
}
.la-bowling-ball:before {
  content: "\f436";
}
.la-box:before {
  content: "\f466";
}
.la-box-open:before {
  content: "\f49e";
}
.la-boxes:before {
  content: "\f468";
}
.la-braille:before {
  content: "\f2a1";
}
.la-brain:before {
  content: "\f5dc";
}
.la-bread-slice:before {
  content: "\f7ec";
}
.la-briefcase:before {
  content: "\f0b1";
}
.la-briefcase-medical:before {
  content: "\f469";
}
.la-broadcast-tower:before {
  content: "\f519";
}
.la-broom:before {
  content: "\f51a";
}
.la-brush:before {
  content: "\f55d";
}
.la-btc:before {
  content: "\f15a";
}
.la-buffer:before {
  content: "\f837";
}
.la-bug:before {
  content: "\f188";
}
.la-building:before {
  content: "\f1ad";
}
.la-bullhorn:before {
  content: "\f0a1";
}
.la-bullseye:before {
  content: "\f140";
}
.la-burn:before {
  content: "\f46a";
}
.la-buromobelexperte:before {
  content: "\f37f";
}
.la-bus:before {
  content: "\f207";
}
.la-bus-alt:before {
  content: "\f55e";
}
.la-business-time:before {
  content: "\f64a";
}
.la-buysellads:before {
  content: "\f20d";
}
.la-calculator:before {
  content: "\f1ec";
}
.la-calendar:before {
  content: "\f133";
}
.la-calendar-alt:before {
  content: "\f073";
}
.la-calendar-check:before {
  content: "\f274";
}
.la-calendar-day:before {
  content: "\f783";
}
.la-calendar-minus:before {
  content: "\f272";
}
.la-calendar-plus:before {
  content: "\f271";
}
.la-calendar-times:before {
  content: "\f273";
}
.la-calendar-week:before {
  content: "\f784";
}
.la-camera:before {
  content: "\f030";
}
.la-camera-retro:before {
  content: "\f083";
}
.la-campground:before {
  content: "\f6bb";
}
.la-canadian-maple-leaf:before {
  content: "\f785";
}
.la-candy-cane:before {
  content: "\f786";
}
.la-cannabis:before {
  content: "\f55f";
}
.la-capsules:before {
  content: "\f46b";
}
.la-car:before {
  content: "\f1b9";
}
.la-car-alt:before {
  content: "\f5de";
}
.la-car-battery:before {
  content: "\f5df";
}
.la-car-crash:before {
  content: "\f5e1";
}
.la-car-side:before {
  content: "\f5e4";
}
.la-caret-down:before {
  content: "\f0d7";
}
.la-caret-left:before {
  content: "\f0d9";
}
.la-caret-right:before {
  content: "\f0da";
}
.la-caret-square-down:before {
  content: "\f150";
}
.la-caret-square-left:before {
  content: "\f191";
}
.la-caret-square-right:before {
  content: "\f152";
}
.la-caret-square-up:before {
  content: "\f151";
}
.la-caret-up:before {
  content: "\f0d8";
}
.la-carrot:before {
  content: "\f787";
}
.la-cart-arrow-down:before {
  content: "\f218";
}
.la-cart-plus:before {
  content: "\f217";
}
.la-cash-register:before {
  content: "\f788";
}
.la-cat:before {
  content: "\f6be";
}
.la-cc-amazon-pay:before {
  content: "\f42d";
}
.la-cc-amex:before {
  content: "\f1f3";
}
.la-cc-apple-pay:before {
  content: "\f416";
}
.la-cc-diners-club:before {
  content: "\f24c";
}
.la-cc-discover:before {
  content: "\f1f2";
}
.la-cc-jcb:before {
  content: "\f24b";
}
.la-cc-mastercard:before {
  content: "\f1f1";
}
.la-cc-paypal:before {
  content: "\f1f4";
}
.la-cc-stripe:before {
  content: "\f1f5";
}
.la-cc-visa:before {
  content: "\f1f0";
}
.la-centercode:before {
  content: "\f380";
}
.la-centos:before {
  content: "\f789";
}
.la-certificate:before {
  content: "\f0a3";
}
.la-chair:before {
  content: "\f6c0";
}
.la-chalkboard:before {
  content: "\f51b";
}
.la-chalkboard-teacher:before {
  content: "\f51c";
}
.la-charging-station:before {
  content: "\f5e7";
}
.la-chart-area:before {
  content: "\f1fe";
}
.la-chart-bar:before {
  content: "\f080";
}
.la-chart-line:before {
  content: "\f201";
}
.la-chart-pie:before {
  content: "\f200";
}
.la-check:before {
  content: "\f00c";
}
.la-check-circle:before {
  content: "\f058";
}
.la-check-double:before {
  content: "\f560";
}
.la-check-square:before {
  content: "\f14a";
}
.la-cheese:before {
  content: "\f7ef";
}
.la-chess:before {
  content: "\f439";
}
.la-chess-bishop:before {
  content: "\f43a";
}
.la-chess-board:before {
  content: "\f43c";
}
.la-chess-king:before {
  content: "\f43f";
}
.la-chess-knight:before {
  content: "\f441";
}
.la-chess-pawn:before {
  content: "\f443";
}
.la-chess-queen:before {
  content: "\f445";
}
.la-chess-rook:before {
  content: "\f447";
}
.la-chevron-circle-down:before {
  content: "\f13a";
}
.la-chevron-circle-left:before {
  content: "\f137";
}
.la-chevron-circle-right:before {
  content: "\f138";
}
.la-chevron-circle-up:before {
  content: "\f139";
}
.la-chevron-down:before {
  content: "\f078";
}
.la-chevron-left:before {
  content: "\f053";
}
.la-chevron-right:before {
  content: "\f054";
}
.la-chevron-up:before {
  content: "\f077";
}
.la-child:before {
  content: "\f1ae";
}
.la-chrome:before {
  content: "\f268";
}
.la-chromecast:before {
  content: "\f838";
}
.la-church:before {
  content: "\f51d";
}
.la-circle:before {
  content: "\f111";
}
.la-circle-notch:before {
  content: "\f1ce";
}
.la-city:before {
  content: "\f64f";
}
.la-clinic-medical:before {
  content: "\f7f2";
}
.la-clipboard:before {
  content: "\f328";
}
.la-clipboard-check:before {
  content: "\f46c";
}
.la-clipboard-list:before {
  content: "\f46d";
}
.la-clock:before {
  content: "\f017";
}
.la-clone:before {
  content: "\f24d";
}
.la-closed-captioning:before {
  content: "\f20a";
}
.la-cloud:before {
  content: "\f0c2";
}
.la-cloud-download-alt:before {
  content: "\f381";
}
.la-cloud-meatball:before {
  content: "\f73b";
}
.la-cloud-moon:before {
  content: "\f6c3";
}
.la-cloud-moon-rain:before {
  content: "\f73c";
}
.la-cloud-rain:before {
  content: "\f73d";
}
.la-cloud-showers-heavy:before {
  content: "\f740";
}
.la-cloud-sun:before {
  content: "\f6c4";
}
.la-cloud-sun-rain:before {
  content: "\f743";
}
.la-cloud-upload-alt:before {
  content: "\f382";
}
.la-cloudscale:before {
  content: "\f383";
}
.la-cloudsmith:before {
  content: "\f384";
}
.la-cloudversify:before {
  content: "\f385";
}
.la-cocktail:before {
  content: "\f561";
}
.la-code:before {
  content: "\f121";
}
.la-code-branch:before {
  content: "\f126";
}
.la-codepen:before {
  content: "\f1cb";
}
.la-codiepie:before {
  content: "\f284";
}
.la-coffee:before {
  content: "\f0f4";
}
.la-cog:before {
  content: "\f013";
}
.la-cogs:before {
  content: "\f085";
}
.la-coins:before {
  content: "\f51e";
}
.la-columns:before {
  content: "\f0db";
}
.la-comment:before {
  content: "\f075";
}
.la-comment-alt:before {
  content: "\f27a";
}
.la-comment-dollar:before {
  content: "\f651";
}
.la-comment-dots:before {
  content: "\f4ad";
}
.la-comment-medical:before {
  content: "\f7f5";
}
.la-comment-slash:before {
  content: "\f4b3";
}
.la-comments:before {
  content: "\f086";
}
.la-comments-dollar:before {
  content: "\f653";
}
.la-compact-disc:before {
  content: "\f51f";
}
.la-compass:before {
  content: "\f14e";
}
.la-compress:before {
  content: "\f066";
}
.la-compress-arrows-alt:before {
  content: "\f78c";
}
.la-concierge-bell:before {
  content: "\f562";
}
.la-confluence:before {
  content: "\f78d";
}
.la-connectdevelop:before {
  content: "\f20e";
}
.la-contao:before {
  content: "\f26d";
}
.la-cookie:before {
  content: "\f563";
}
.la-cookie-bite:before {
  content: "\f564";
}
.la-copy:before {
  content: "\f0c5";
}
.la-copyright:before {
  content: "\f1f9";
}
.la-cotton-bureau:before {
  content: "\f89e";
}
.la-couch:before {
  content: "\f4b8";
}
.la-cpanel:before {
  content: "\f388";
}
.la-creative-commons:before {
  content: "\f25e";
}
.la-creative-commons-by:before {
  content: "\f4e7";
}
.la-creative-commons-nc:before {
  content: "\f4e8";
}
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.la-creative-commons-nd:before {
  content: "\f4eb";
}
.la-creative-commons-pd:before {
  content: "\f4ec";
}
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.la-creative-commons-remix:before {
  content: "\f4ee";
}
.la-creative-commons-sa:before {
  content: "\f4ef";
}
.la-creative-commons-sampling:before {
  content: "\f4f0";
}
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.la-creative-commons-share:before {
  content: "\f4f2";
}
.la-creative-commons-zero:before {
  content: "\f4f3";
}
.la-credit-card:before {
  content: "\f09d";
}
.la-critical-role:before {
  content: "\f6c9";
}
.la-crop:before {
  content: "\f125";
}
.la-crop-alt:before {
  content: "\f565";
}
.la-cross:before {
  content: "\f654";
}
.la-crosshairs:before {
  content: "\f05b";
}
.la-crow:before {
  content: "\f520";
}
.la-crown:before {
  content: "\f521";
}
.la-crutch:before {
  content: "\f7f7";
}
.la-css3:before {
  content: "\f13c";
}
.la-css3-alt:before {
  content: "\f38b";
}
.la-cube:before {
  content: "\f1b2";
}
.la-cubes:before {
  content: "\f1b3";
}
.la-cut:before {
  content: "\f0c4";
}
.la-cuttlefish:before {
  content: "\f38c";
}
.la-d-and-d:before {
  content: "\f38d";
}
.la-d-and-d-beyond:before {
  content: "\f6ca";
}
.la-dashcube:before {
  content: "\f210";
}
.la-database:before {
  content: "\f1c0";
}
.la-deaf:before {
  content: "\f2a4";
}
.la-delicious:before {
  content: "\f1a5";
}
.la-democrat:before {
  content: "\f747";
}
.la-deploydog:before {
  content: "\f38e";
}
.la-deskpro:before {
  content: "\f38f";
}
.la-desktop:before {
  content: "\f108";
}
.la-dev:before {
  content: "\f6cc";
}
.la-deviantart:before {
  content: "\f1bd";
}
.la-dharmachakra:before {
  content: "\f655";
}
.la-dhl:before {
  content: "\f790";
}
.la-diagnoses:before {
  content: "\f470";
}
.la-diaspora:before {
  content: "\f791";
}
.la-dice:before {
  content: "\f522";
}
.la-dice-d20:before {
  content: "\f6cf";
}
.la-dice-d6:before {
  content: "\f6d1";
}
.la-dice-five:before {
  content: "\f523";
}
.la-dice-four:before {
  content: "\f524";
}
.la-dice-one:before {
  content: "\f525";
}
.la-dice-six:before {
  content: "\f526";
}
.la-dice-three:before {
  content: "\f527";
}
.la-dice-two:before {
  content: "\f528";
}
.la-digg:before {
  content: "\f1a6";
}
.la-digital-ocean:before {
  content: "\f391";
}
.la-digital-tachograph:before {
  content: "\f566";
}
.la-directions:before {
  content: "\f5eb";
}
.la-discord:before {
  content: "\f392";
}
.la-discourse:before {
  content: "\f393";
}
.la-divide:before {
  content: "\f529";
}
.la-dizzy:before {
  content: "\f567";
}
.la-dna:before {
  content: "\f471";
}
.la-dochub:before {
  content: "\f394";
}
.la-docker:before {
  content: "\f395";
}
.la-dog:before {
  content: "\f6d3";
}
.la-dollar-sign:before {
  content: "\f155";
}
.la-dolly:before {
  content: "\f472";
}
.la-dolly-flatbed:before {
  content: "\f474";
}
.la-donate:before {
  content: "\f4b9";
}
.la-door-closed:before {
  content: "\f52a";
}
.la-door-open:before {
  content: "\f52b";
}
.la-dot-circle:before {
  content: "\f192";
}
.la-dove:before {
  content: "\f4ba";
}
.la-download:before {
  content: "\f019";
}
.la-draft2digital:before {
  content: "\f396";
}
.la-drafting-compass:before {
  content: "\f568";
}
.la-dragon:before {
  content: "\f6d5";
}
.la-draw-polygon:before {
  content: "\f5ee";
}
.la-dribbble:before {
  content: "\f17d";
}
.la-dribbble-square:before {
  content: "\f397";
}
.la-dropbox:before {
  content: "\f16b";
}
.la-drum:before {
  content: "\f569";
}
.la-drum-steelpan:before {
  content: "\f56a";
}
.la-drumstick-bite:before {
  content: "\f6d7";
}
.la-drupal:before {
  content: "\f1a9";
}
.la-dumbbell:before {
  content: "\f44b";
}
.la-dumpster:before {
  content: "\f793";
}
.la-dumpster-fire:before {
  content: "\f794";
}
.la-dungeon:before {
  content: "\f6d9";
}
.la-dyalog:before {
  content: "\f399";
}
.la-earlybirds:before {
  content: "\f39a";
}
.la-ebay:before {
  content: "\f4f4";
}
.la-edge:before {
  content: "\f282";
}
.la-edit:before {
  content: "\f044";
}
.la-egg:before {
  content: "\f7fb";
}
.la-eject:before {
  content: "\f052";
}
.la-elementor:before {
  content: "\f430";
}
.la-ellipsis-h:before {
  content: "\f141";
}
.la-ellipsis-v:before {
  content: "\f142";
}
.la-ello:before {
  content: "\f5f1";
}
.la-ember:before {
  content: "\f423";
}
.la-empire:before {
  content: "\f1d1";
}
.la-envelope:before {
  content: "\f0e0";
}
.la-envelope-open:before {
  content: "\f2b6";
}
.la-envelope-open-text:before {
  content: "\f658";
}
.la-envelope-square:before {
  content: "\f199";
}
.la-envira:before {
  content: "\f299";
}
.la-equals:before {
  content: "\f52c";
}
.la-eraser:before {
  content: "\f12d";
}
.la-erlang:before {
  content: "\f39d";
}
.la-ethereum:before {
  content: "\f42e";
}
.la-ethernet:before {
  content: "\f796";
}
.la-etsy:before {
  content: "\f2d7";
}
.la-euro-sign:before {
  content: "\f153";
}
.la-evernote:before {
  content: "\f839";
}
.la-exchange-alt:before {
  content: "\f362";
}
.la-exclamation:before {
  content: "\f12a";
}
.la-exclamation-circle:before {
  content: "\f06a";
}
.la-exclamation-triangle:before {
  content: "\f071";
}
.la-expand:before {
  content: "\f065";
}
.la-expand-arrows-alt:before {
  content: "\f31e";
}
.la-expeditedssl:before {
  content: "\f23e";
}
.la-external-link-alt:before {
  content: "\f35d";
}
.la-external-link-square-alt:before {
  content: "\f360";
}
.la-eye:before {
  content: "\f06e";
}
.la-eye-dropper:before {
  content: "\f1fb";
}
.la-eye-slash:before {
  content: "\f070";
}
.la-facebook:before {
  content: "\f09a";
}
.la-facebook-f:before {
  content: "\f39e";
}
.la-facebook-messenger:before {
  content: "\f39f";
}
.la-facebook-square:before {
  content: "\f082";
}
.la-fan:before {
  content: "\f863";
}
.la-fantasy-flight-games:before {
  content: "\f6dc";
}
.la-fast-backward:before {
  content: "\f049";
}
.la-fast-forward:before {
  content: "\f050";
}
.la-fax:before {
  content: "\f1ac";
}
.la-feather:before {
  content: "\f52d";
}
.la-feather-alt:before {
  content: "\f56b";
}
.la-fedex:before {
  content: "\f797";
}
.la-fedora:before {
  content: "\f798";
}
.la-female:before {
  content: "\f182";
}
.la-fighter-jet:before {
  content: "\f0fb";
}
.la-figma:before {
  content: "\f799";
}
.la-file:before {
  content: "\f15b";
}
.la-file-alt:before {
  content: "\f15c";
}
.la-file-archive:before {
  content: "\f1c6";
}
.la-file-audio:before {
  content: "\f1c7";
}
.la-file-code:before {
  content: "\f1c9";
}
.la-file-contract:before {
  content: "\f56c";
}
.la-file-csv:before {
  content: "\f6dd";
}
.la-file-download:before {
  content: "\f56d";
}
.la-file-excel:before {
  content: "\f1c3";
}
.la-file-export:before {
  content: "\f56e";
}
.la-file-image:before {
  content: "\f1c5";
}
.la-file-import:before {
  content: "\f56f";
}
.la-file-invoice:before {
  content: "\f570";
}
.la-file-invoice-dollar:before {
  content: "\f571";
}
.la-file-medical:before {
  content: "\f477";
}
.la-file-medical-alt:before {
  content: "\f478";
}
.la-file-pdf:before {
  content: "\f1c1";
}
.la-file-powerpoint:before {
  content: "\f1c4";
}
.la-file-prescription:before {
  content: "\f572";
}
.la-file-signature:before {
  content: "\f573";
}
.la-file-upload:before {
  content: "\f574";
}
.la-file-video:before {
  content: "\f1c8";
}
.la-file-word:before {
  content: "\f1c2";
}
.la-fill:before {
  content: "\f575";
}
.la-fill-drip:before {
  content: "\f576";
}
.la-film:before {
  content: "\f008";
}
.la-filter:before {
  content: "\f0b0";
}
.la-fingerprint:before {
  content: "\f577";
}
.la-fire:before {
  content: "\f06d";
}
.la-fire-alt:before {
  content: "\f7e4";
}
.la-fire-extinguisher:before {
  content: "\f134";
}
.la-firefox:before {
  content: "\f269";
}
.la-first-aid:before {
  content: "\f479";
}
.la-first-order:before {
  content: "\f2b0";
}
.la-first-order-alt:before {
  content: "\f50a";
}
.la-firstdraft:before {
  content: "\f3a1";
}
.la-fish:before {
  content: "\f578";
}
.la-fist-raised:before {
  content: "\f6de";
}
.la-flag:before {
  content: "\f024";
}
.la-flag-checkered:before {
  content: "\f11e";
}
.la-flag-usa:before {
  content: "\f74d";
}
.la-flask:before {
  content: "\f0c3";
}
.la-flickr:before {
  content: "\f16e";
}
.la-flipboard:before {
  content: "\f44d";
}
.la-flushed:before {
  content: "\f579";
}
.la-fly:before {
  content: "\f417";
}
.la-folder:before {
  content: "\f07b";
}
.la-folder-minus:before {
  content: "\f65d";
}
.la-folder-open:before {
  content: "\f07c";
}
.la-folder-plus:before {
  content: "\f65e";
}
.la-font:before {
  content: "\f031";
}
.la-font-awesome:before {
  content: "\f2b4";
}
.la-font-awesome-alt:before {
  content: "\f35c";
}
.la-font-awesome-flag:before {
  content: "\f425";
}
.la-fonticons:before {
  content: "\f280";
}
.la-fonticons-fi:before {
  content: "\f3a2";
}
.la-football-ball:before {
  content: "\f44e";
}
.la-fort-awesome:before {
  content: "\f286";
}
.la-fort-awesome-alt:before {
  content: "\f3a3";
}
.la-forumbee:before {
  content: "\f211";
}
.la-forward:before {
  content: "\f04e";
}
.la-foursquare:before {
  content: "\f180";
}
.la-free-code-camp:before {
  content: "\f2c5";
}
.la-freebsd:before {
  content: "\f3a4";
}
.la-frog:before {
  content: "\f52e";
}
.la-frown:before {
  content: "\f119";
}
.la-frown-open:before {
  content: "\f57a";
}
.la-fulcrum:before {
  content: "\f50b";
}
.la-funnel-dollar:before {
  content: "\f662";
}
.la-futbol:before {
  content: "\f1e3";
}
.la-galactic-republic:before {
  content: "\f50c";
}
.la-galactic-senate:before {
  content: "\f50d";
}
.la-gamepad:before {
  content: "\f11b";
}
.la-gas-pump:before {
  content: "\f52f";
}
.la-gavel:before {
  content: "\f0e3";
}
.la-gem:before {
  content: "\f3a5";
}
.la-genderless:before {
  content: "\f22d";
}
.la-get-pocket:before {
  content: "\f265";
}
.la-gg:before {
  content: "\f260";
}
.la-gg-circle:before {
  content: "\f261";
}
.la-ghost:before {
  content: "\f6e2";
}
.la-gift:before {
  content: "\f06b";
}
.la-gifts:before {
  content: "\f79c";
}
.la-git:before {
  content: "\f1d3";
}
.la-git-alt:before {
  content: "\f841";
}
.la-git-square:before {
  content: "\f1d2";
}
.la-github:before {
  content: "\f09b";
}
.la-github-alt:before {
  content: "\f113";
}
.la-github-square:before {
  content: "\f092";
}
.la-gitkraken:before {
  content: "\f3a6";
}
.la-gitlab:before {
  content: "\f296";
}
.la-gitter:before {
  content: "\f426";
}
.la-glass-cheers:before {
  content: "\f79f";
}
.la-glass-martini:before {
  content: "\f000";
}
.la-glass-martini-alt:before {
  content: "\f57b";
}
.la-glass-whiskey:before {
  content: "\f7a0";
}
.la-glasses:before {
  content: "\f530";
}
.la-glide:before {
  content: "\f2a5";
}
.la-glide-g:before {
  content: "\f2a6";
}
.la-globe:before {
  content: "\f0ac";
}
.la-globe-africa:before {
  content: "\f57c";
}
.la-globe-americas:before {
  content: "\f57d";
}
.la-globe-asia:before {
  content: "\f57e";
}
.la-globe-europe:before {
  content: "\f7a2";
}
.la-gofore:before {
  content: "\f3a7";
}
.la-golf-ball:before {
  content: "\f450";
}
.la-goodreads:before {
  content: "\f3a8";
}
.la-goodreads-g:before {
  content: "\f3a9";
}
.la-google:before {
  content: "\f1a0";
}
.la-google-drive:before {
  content: "\f3aa";
}
.la-google-play:before {
  content: "\f3ab";
}
.la-google-plus:before {
  content: "\f2b3";
}
.la-google-plus-g:before {
  content: "\f0d5";
}
.la-google-plus-square:before {
  content: "\f0d4";
}
.la-google-wallet:before {
  content: "\f1ee";
}
.la-gopuram:before {
  content: "\f664";
}
.la-graduation-cap:before {
  content: "\f19d";
}
.la-gratipay:before {
  content: "\f184";
}
.la-grav:before {
  content: "\f2d6";
}
.la-greater-than:before {
  content: "\f531";
}
.la-greater-than-equal:before {
  content: "\f532";
}
.la-grimace:before {
  content: "\f57f";
}
.la-grin:before {
  content: "\f580";
}
.la-grin-alt:before {
  content: "\f581";
}
.la-grin-beam:before {
  content: "\f582";
}
.la-grin-beam-sweat:before {
  content: "\f583";
}
.la-grin-hearts:before {
  content: "\f584";
}
.la-grin-squint:before {
  content: "\f585";
}
.la-grin-squint-tears:before {
  content: "\f586";
}
.la-grin-stars:before {
  content: "\f587";
}
.la-grin-tears:before {
  content: "\f588";
}
.la-grin-tongue:before {
  content: "\f589";
}
.la-grin-tongue-squint:before {
  content: "\f58a";
}
.la-grin-tongue-wink:before {
  content: "\f58b";
}
.la-grin-wink:before {
  content: "\f58c";
}
.la-grip-horizontal:before {
  content: "\f58d";
}
.la-grip-lines:before {
  content: "\f7a4";
}
.la-grip-lines-vertical:before {
  content: "\f7a5";
}
.la-grip-vertical:before {
  content: "\f58e";
}
.la-gripfire:before {
  content: "\f3ac";
}
.la-grunt:before {
  content: "\f3ad";
}
.la-guitar:before {
  content: "\f7a6";
}
.la-gulp:before {
  content: "\f3ae";
}
.la-h-square:before {
  content: "\f0fd";
}
.la-hacker-news:before {
  content: "\f1d4";
}
.la-hacker-news-square:before {
  content: "\f3af";
}
.la-hackerrank:before {
  content: "\f5f7";
}
.la-hamburger:before {
  content: "\f805";
}
.la-hammer:before {
  content: "\f6e3";
}
.la-hamsa:before {
  content: "\f665";
}
.la-hand-holding:before {
  content: "\f4bd";
}
.la-hand-holding-heart:before {
  content: "\f4be";
}
.la-hand-holding-usd:before {
  content: "\f4c0";
}
.la-hand-lizard:before {
  content: "\f258";
}
.la-hand-middle-finger:before {
  content: "\f806";
}
.la-hand-paper:before {
  content: "\f256";
}
.la-hand-peace:before {
  content: "\f25b";
}
.la-hand-point-down:before {
  content: "\f0a7";
}
.la-hand-point-left:before {
  content: "\f0a5";
}
.la-hand-point-right:before {
  content: "\f0a4";
}
.la-hand-point-up:before {
  content: "\f0a6";
}
.la-hand-pointer:before {
  content: "\f25a";
}
.la-hand-rock:before {
  content: "\f255";
}
.la-hand-scissors:before {
  content: "\f257";
}
.la-hand-spock:before {
  content: "\f259";
}
.la-hands:before {
  content: "\f4c2";
}
.la-hands-helping:before {
  content: "\f4c4";
}
.la-handshake:before {
  content: "\f2b5";
}
.la-hanukiah:before {
  content: "\f6e6";
}
.la-hard-hat:before {
  content: "\f807";
}
.la-hashtag:before {
  content: "\f292";
}
.la-hat-wizard:before {
  content: "\f6e8";
}
.la-haykal:before {
  content: "\f666";
}
.la-hdd:before {
  content: "\f0a0";
}
.la-heading:before {
  content: "\f1dc";
}
.la-headphones:before {
  content: "\f025";
}
.la-headphones-alt:before {
  content: "\f58f";
}
.la-headset:before {
  content: "\f590";
}
.la-heart:before {
  content: "\f004";
}
.la-heart-broken:before {
  content: "\f7a9";
}
.la-heartbeat:before {
  content: "\f21e";
}
.la-helicopter:before {
  content: "\f533";
}
.la-highlighter:before {
  content: "\f591";
}
.la-hiking:before {
  content: "\f6ec";
}
.la-hippo:before {
  content: "\f6ed";
}
.la-hips:before {
  content: "\f452";
}
.la-hire-a-helper:before {
  content: "\f3b0";
}
.la-history:before {
  content: "\f1da";
}
.la-hockey-puck:before {
  content: "\f453";
}
.la-holly-berry:before {
  content: "\f7aa";
}
.la-home:before {
  content: "\f015";
}
.la-hooli:before {
  content: "\f427";
}
.la-hornbill:before {
  content: "\f592";
}
.la-horse:before {
  content: "\f6f0";
}
.la-horse-head:before {
  content: "\f7ab";
}
.la-hospital:before {
  content: "\f0f8";
}
.la-hospital-alt:before {
  content: "\f47d";
}
.la-hospital-symbol:before {
  content: "\f47e";
}
.la-hot-tub:before {
  content: "\f593";
}
.la-hotdog:before {
  content: "\f80f";
}
.la-hotel:before {
  content: "\f594";
}
.la-hotjar:before {
  content: "\f3b1";
}
.la-hourglass:before {
  content: "\f254";
}
.la-hourglass-end:before {
  content: "\f253";
}
.la-hourglass-half:before {
  content: "\f252";
}
.la-hourglass-start:before {
  content: "\f251";
}
.la-house-damage:before {
  content: "\f6f1";
}
.la-houzz:before {
  content: "\f27c";
}
.la-hryvnia:before {
  content: "\f6f2";
}
.la-html5:before {
  content: "\f13b";
}
.la-hubspot:before {
  content: "\f3b2";
}
.la-i-cursor:before {
  content: "\f246";
}
.la-ice-cream:before {
  content: "\f810";
}
.la-icicles:before {
  content: "\f7ad";
}
.la-icons:before {
  content: "\f86d";
}
.la-id-badge:before {
  content: "\f2c1";
}
.la-id-card:before {
  content: "\f2c2";
}
.la-id-card-alt:before {
  content: "\f47f";
}
.la-igloo:before {
  content: "\f7ae";
}
.la-image:before {
  content: "\f03e";
}
.la-images:before {
  content: "\f302";
}
.la-imdb:before {
  content: "\f2d8";
}
.la-inbox:before {
  content: "\f01c";
}
.la-indent:before {
  content: "\f03c";
}
.la-industry:before {
  content: "\f275";
}
.la-infinity:before {
  content: "\f534";
}
.la-info:before {
  content: "\f129";
}
.la-info-circle:before {
  content: "\f05a";
}
.la-instagram:before {
  content: "\f16d";
}
.la-intercom:before {
  content: "\f7af";
}
.la-internet-explorer:before {
  content: "\f26b";
}
.la-invision:before {
  content: "\f7b0";
}
.la-ioxhost:before {
  content: "\f208";
}
.la-italic:before {
  content: "\f033";
}
.la-itch-io:before {
  content: "\f83a";
}
.la-itunes:before {
  content: "\f3b4";
}
.la-itunes-note:before {
  content: "\f3b5";
}
.la-java:before {
  content: "\f4e4";
}
.la-jedi:before {
  content: "\f669";
}
.la-jedi-order:before {
  content: "\f50e";
}
.la-jenkins:before {
  content: "\f3b6";
}
.la-jira:before {
  content: "\f7b1";
}
.la-joget:before {
  content: "\f3b7";
}
.la-joint:before {
  content: "\f595";
}
.la-joomla:before {
  content: "\f1aa";
}
.la-journal-whills:before {
  content: "\f66a";
}
.la-js:before {
  content: "\f3b8";
}
.la-js-square:before {
  content: "\f3b9";
}
.la-jsfiddle:before {
  content: "\f1cc";
}
.la-kaaba:before {
  content: "\f66b";
}
.la-kaggle:before {
  content: "\f5fa";
}
.la-key:before {
  content: "\f084";
}
.la-keybase:before {
  content: "\f4f5";
}
.la-keyboard:before {
  content: "\f11c";
}
.la-keycdn:before {
  content: "\f3ba";
}
.la-khanda:before {
  content: "\f66d";
}
.la-kickstarter:before {
  content: "\f3bb";
}
.la-kickstarter-k:before {
  content: "\f3bc";
}
.la-kiss:before {
  content: "\f596";
}
.la-kiss-beam:before {
  content: "\f597";
}
.la-kiss-wink-heart:before {
  content: "\f598";
}
.la-kiwi-bird:before {
  content: "\f535";
}
.la-korvue:before {
  content: "\f42f";
}
.la-landmark:before {
  content: "\f66f";
}
.la-language:before {
  content: "\f1ab";
}
.la-laptop:before {
  content: "\f109";
}
.la-laptop-code:before {
  content: "\f5fc";
}
.la-laptop-medical:before {
  content: "\f812";
}
.la-laravel:before {
  content: "\f3bd";
}
.la-lastfm:before {
  content: "\f202";
}
.la-lastfm-square:before {
  content: "\f203";
}
.la-laugh:before {
  content: "\f599";
}
.la-laugh-beam:before {
  content: "\f59a";
}
.la-laugh-squint:before {
  content: "\f59b";
}
.la-laugh-wink:before {
  content: "\f59c";
}
.la-layer-group:before {
  content: "\f5fd";
}
.la-leaf:before {
  content: "\f06c";
}
.la-leanpub:before {
  content: "\f212";
}
.la-lemon:before {
  content: "\f094";
}
.la-less:before {
  content: "\f41d";
}
.la-less-than:before {
  content: "\f536";
}
.la-less-than-equal:before {
  content: "\f537";
}
.la-level-down-alt:before {
  content: "\f3be";
}
.la-level-up-alt:before {
  content: "\f3bf";
}
.la-life-ring:before {
  content: "\f1cd";
}
.la-lightbulb:before {
  content: "\f0eb";
}
.la-line:before {
  content: "\f3c0";
}
.la-link:before {
  content: "\f0c1";
}
.la-linkedin:before {
  content: "\f08c";
}
.la-linkedin-in:before {
  content: "\f0e1";
}
.la-linode:before {
  content: "\f2b8";
}
.la-linux:before {
  content: "\f17c";
}
.la-lira-sign:before {
  content: "\f195";
}
.la-list:before {
  content: "\f03a";
}
.la-list-alt:before {
  content: "\f022";
}
.la-list-ol:before {
  content: "\f0cb";
}
.la-list-ul:before {
  content: "\f0ca";
}
.la-location-arrow:before {
  content: "\f124";
}
.la-lock:before {
  content: "\f023";
}
.la-lock-open:before {
  content: "\f3c1";
}
.la-long-arrow-alt-down:before {
  content: "\f309";
}
.la-long-arrow-alt-left:before {
  content: "\f30a";
}
.la-long-arrow-alt-right:before {
  content: "\f30b";
}
.la-long-arrow-alt-up:before {
  content: "\f30c";
}
.la-low-vision:before {
  content: "\f2a8";
}
.la-luggage-cart:before {
  content: "\f59d";
}
.la-lyft:before {
  content: "\f3c3";
}
.la-magento:before {
  content: "\f3c4";
}
.la-magic:before {
  content: "\f0d0";
}
.la-magnet:before {
  content: "\f076";
}
.la-mail-bulk:before {
  content: "\f674";
}
.la-mailchimp:before {
  content: "\f59e";
}
.la-male:before {
  content: "\f183";
}
.la-mandalorian:before {
  content: "\f50f";
}
.la-map:before {
  content: "\f279";
}
.la-map-marked:before {
  content: "\f59f";
}
.la-map-marked-alt:before {
  content: "\f5a0";
}
.la-map-marker:before {
  content: "\f041";
}
.la-map-marker-alt:before {
  content: "\f3c5";
}
.la-map-pin:before {
  content: "\f276";
}
.la-map-signs:before {
  content: "\f277";
}
.la-markdown:before {
  content: "\f60f";
}
.la-marker:before {
  content: "\f5a1";
}
.la-mars:before {
  content: "\f222";
}
.la-mars-double:before {
  content: "\f227";
}
.la-mars-stroke:before {
  content: "\f229";
}
.la-mars-stroke-h:before {
  content: "\f22b";
}
.la-mars-stroke-v:before {
  content: "\f22a";
}
.la-mask:before {
  content: "\f6fa";
}
.la-mastodon:before {
  content: "\f4f6";
}
.la-maxcdn:before {
  content: "\f136";
}
.la-medal:before {
  content: "\f5a2";
}
.la-medapps:before {
  content: "\f3c6";
}
.la-medium:before {
  content: "\f23a";
}
.la-medium-m:before {
  content: "\f3c7";
}
.la-medkit:before {
  content: "\f0fa";
}
.la-medrt:before {
  content: "\f3c8";
}
.la-meetup:before {
  content: "\f2e0";
}
.la-megaport:before {
  content: "\f5a3";
}
.la-meh:before {
  content: "\f11a";
}
.la-meh-blank:before {
  content: "\f5a4";
}
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}
.la-memory:before {
  content: "\f538";
}
.la-mendeley:before {
  content: "\f7b3";
}
.la-menorah:before {
  content: "\f676";
}
.la-mercury:before {
  content: "\f223";
}
.la-meteor:before {
  content: "\f753";
}
.la-microchip:before {
  content: "\f2db";
}
.la-microphone:before {
  content: "\f130";
}
.la-microphone-alt:before {
  content: "\f3c9";
}
.la-microphone-alt-slash:before {
  content: "\f539";
}
.la-microphone-slash:before {
  content: "\f131";
}
.la-microscope:before {
  content: "\f610";
}
.la-microsoft:before {
  content: "\f3ca";
}
.la-minus:before {
  content: "\f068";
}
.la-minus-circle:before {
  content: "\f056";
}
.la-minus-square:before {
  content: "\f146";
}
.la-mitten:before {
  content: "\f7b5";
}
.la-mix:before {
  content: "\f3cb";
}
.la-mixcloud:before {
  content: "\f289";
}
.la-mizuni:before {
  content: "\f3cc";
}
.la-mobile:before {
  content: "\f10b";
}
.la-mobile-alt:before {
  content: "\f3cd";
}
.la-modx:before {
  content: "\f285";
}
.la-monero:before {
  content: "\f3d0";
}
.la-money-bill:before {
  content: "\f0d6";
}
.la-money-bill-alt:before {
  content: "\f3d1";
}
.la-money-bill-wave:before {
  content: "\f53a";
}
.la-money-bill-wave-alt:before {
  content: "\f53b";
}
.la-money-check:before {
  content: "\f53c";
}
.la-money-check-alt:before {
  content: "\f53d";
}
.la-monument:before {
  content: "\f5a6";
}
.la-moon:before {
  content: "\f186";
}
.la-mortar-pestle:before {
  content: "\f5a7";
}
.la-mosque:before {
  content: "\f678";
}
.la-motorcycle:before {
  content: "\f21c";
}
.la-mountain:before {
  content: "\f6fc";
}
.la-mouse-pointer:before {
  content: "\f245";
}
.la-mug-hot:before {
  content: "\f7b6";
}
.la-music:before {
  content: "\f001";
}
.la-napster:before {
  content: "\f3d2";
}
.la-neos:before {
  content: "\f612";
}
.la-network-wired:before {
  content: "\f6ff";
}
.la-neuter:before {
  content: "\f22c";
}
.la-newspaper:before {
  content: "\f1ea";
}
.la-nimblr:before {
  content: "\f5a8";
}
.la-node:before {
  content: "\f419";
}
.la-node-js:before {
  content: "\f3d3";
}
.la-not-equal:before {
  content: "\f53e";
}
.la-notes-medical:before {
  content: "\f481";
}
.la-npm:before {
  content: "\f3d4";
}
.la-ns8:before {
  content: "\f3d5";
}
.la-nutritionix:before {
  content: "\f3d6";
}
.la-object-group:before {
  content: "\f247";
}
.la-object-ungroup:before {
  content: "\f248";
}
.la-odnoklassniki:before {
  content: "\f263";
}
.la-odnoklassniki-square:before {
  content: "\f264";
}
.la-oil-can:before {
  content: "\f613";
}
.la-old-republic:before {
  content: "\f510";
}
.la-om:before {
  content: "\f679";
}
.la-opencart:before {
  content: "\f23d";
}
.la-openid:before {
  content: "\f19b";
}
.la-opera:before {
  content: "\f26a";
}
.la-optin-monster:before {
  content: "\f23c";
}
.la-osi:before {
  content: "\f41a";
}
.la-otter:before {
  content: "\f700";
}
.la-outdent:before {
  content: "\f03b";
}
.la-page4:before {
  content: "\f3d7";
}
.la-pagelines:before {
  content: "\f18c";
}
.la-pager:before {
  content: "\f815";
}
.la-paint-brush:before {
  content: "\f1fc";
}
.la-paint-roller:before {
  content: "\f5aa";
}
.la-palette:before {
  content: "\f53f";
}
.la-palfed:before {
  content: "\f3d8";
}
.la-pallet:before {
  content: "\f482";
}
.la-paper-plane:before {
  content: "\f1d8";
}
.la-paperclip:before {
  content: "\f0c6";
}
.la-parachute-box:before {
  content: "\f4cd";
}
.la-paragraph:before {
  content: "\f1dd";
}
.la-parking:before {
  content: "\f540";
}
.la-passport:before {
  content: "\f5ab";
}
.la-pastafarianism:before {
  content: "\f67b";
}
.la-paste:before {
  content: "\f0ea";
}
.la-patreon:before {
  content: "\f3d9";
}
.la-pause:before {
  content: "\f04c";
}
.la-pause-circle:before {
  content: "\f28b";
}
.la-paw:before {
  content: "\f1b0";
}
.la-paypal:before {
  content: "\f1ed";
}
.la-peace:before {
  content: "\f67c";
}
.la-pen:before {
  content: "\f304";
}
.la-pen-alt:before {
  content: "\f305";
}
.la-pen-fancy:before {
  content: "\f5ac";
}
.la-pen-nib:before {
  content: "\f5ad";
}
.la-pen-square:before {
  content: "\f14b";
}
.la-pencil-alt:before {
  content: "\f303";
}
.la-pencil-ruler:before {
  content: "\f5ae";
}
.la-penny-arcade:before {
  content: "\f704";
}
.la-people-carry:before {
  content: "\f4ce";
}
.la-pepper-hot:before {
  content: "\f816";
}
.la-percent:before {
  content: "\f295";
}
.la-percentage:before {
  content: "\f541";
}
.la-periscope:before {
  content: "\f3da";
}
.la-person-booth:before {
  content: "\f756";
}
.la-phabricator:before {
  content: "\f3db";
}
.la-phoenix-framework:before {
  content: "\f3dc";
}
.la-phoenix-squadron:before {
  content: "\f511";
}
.la-phone:before {
  content: "\f095";
}
.la-phone-alt:before {
  content: "\f879";
}
.la-phone-slash:before {
  content: "\f3dd";
}
.la-phone-square:before {
  content: "\f098";
}
.la-phone-square-alt:before {
  content: "\f87b";
}
.la-phone-volume:before {
  content: "\f2a0";
}
.la-photo-video:before {
  content: "\f87c";
}
.la-php:before {
  content: "\f457";
}
.la-pied-piper:before {
  content: "\f2ae";
}
.la-pied-piper-alt:before {
  content: "\f1a8";
}
.la-pied-piper-hat:before {
  content: "\f4e5";
}
.la-pied-piper-pp:before {
  content: "\f1a7";
}
.la-piggy-bank:before {
  content: "\f4d3";
}
.la-pills:before {
  content: "\f484";
}
.la-pinterest:before {
  content: "\f0d2";
}
.la-pinterest-p:before {
  content: "\f231";
}
.la-pinterest-square:before {
  content: "\f0d3";
}
.la-pizza-slice:before {
  content: "\f818";
}
.la-place-of-worship:before {
  content: "\f67f";
}
.la-plane:before {
  content: "\f072";
}
.la-plane-arrival:before {
  content: "\f5af";
}
.la-plane-departure:before {
  content: "\f5b0";
}
.la-play:before {
  content: "\f04b";
}
.la-play-circle:before {
  content: "\f144";
}
.la-playstation:before {
  content: "\f3df";
}
.la-plug:before {
  content: "\f1e6";
}
.la-plus:before {
  content: "\f067";
}
.la-plus-circle:before {
  content: "\f055";
}
.la-plus-square:before {
  content: "\f0fe";
}
.la-podcast:before {
  content: "\f2ce";
}
.la-poll:before {
  content: "\f681";
}
.la-poll-h:before {
  content: "\f682";
}
.la-poo:before {
  content: "\f2fe";
}
.la-poo-storm:before {
  content: "\f75a";
}
.la-poop:before {
  content: "\f619";
}
.la-portrait:before {
  content: "\f3e0";
}
.la-pound-sign:before {
  content: "\f154";
}
.la-power-off:before {
  content: "\f011";
}
.la-pray:before {
  content: "\f683";
}
.la-praying-hands:before {
  content: "\f684";
}
.la-prescription:before {
  content: "\f5b1";
}
.la-prescription-bottle:before {
  content: "\f485";
}
.la-prescription-bottle-alt:before {
  content: "\f486";
}
.la-print:before {
  content: "\f02f";
}
.la-procedures:before {
  content: "\f487";
}
.la-product-hunt:before {
  content: "\f288";
}
.la-project-diagram:before {
  content: "\f542";
}
.la-pushed:before {
  content: "\f3e1";
}
.la-puzzle-piece:before {
  content: "\f12e";
}
.la-python:before {
  content: "\f3e2";
}
.la-qq:before {
  content: "\f1d6";
}
.la-qrcode:before {
  content: "\f029";
}
.la-question:before {
  content: "\f128";
}
.la-question-circle:before {
  content: "\f059";
}
.la-quidditch:before {
  content: "\f458";
}
.la-quinscape:before {
  content: "\f459";
}
.la-quora:before {
  content: "\f2c4";
}
.la-quote-left:before {
  content: "\f10d";
}
.la-quote-right:before {
  content: "\f10e";
}
.la-quran:before {
  content: "\f687";
}
.la-r-project:before {
  content: "\f4f7";
}
.la-radiation:before {
  content: "\f7b9";
}
.la-radiation-alt:before {
  content: "\f7ba";
}
.la-rainbow:before {
  content: "\f75b";
}
.la-random:before {
  content: "\f074";
}
.la-raspberry-pi:before {
  content: "\f7bb";
}
.la-ravelry:before {
  content: "\f2d9";
}
.la-react:before {
  content: "\f41b";
}
.la-reacteurope:before {
  content: "\f75d";
}
.la-readme:before {
  content: "\f4d5";
}
.la-rebel:before {
  content: "\f1d0";
}
.la-receipt:before {
  content: "\f543";
}
.la-recycle:before {
  content: "\f1b8";
}
.la-red-river:before {
  content: "\f3e3";
}
.la-reddit:before {
  content: "\f1a1";
}
.la-reddit-alien:before {
  content: "\f281";
}
.la-reddit-square:before {
  content: "\f1a2";
}
.la-redhat:before {
  content: "\f7bc";
}
.la-redo:before {
  content: "\f01e";
}
.la-redo-alt:before {
  content: "\f2f9";
}
.la-registered:before {
  content: "\f25d";
}
.la-remove-format:before {
  content: "\f87d";
}
.la-renren:before {
  content: "\f18b";
}
.la-reply:before {
  content: "\f3e5";
}
.la-reply-all:before {
  content: "\f122";
}
.la-replyd:before {
  content: "\f3e6";
}
.la-republican:before {
  content: "\f75e";
}
.la-researchgate:before {
  content: "\f4f8";
}
.la-resolving:before {
  content: "\f3e7";
}
.la-restroom:before {
  content: "\f7bd";
}
.la-retweet:before {
  content: "\f079";
}
.la-rev:before {
  content: "\f5b2";
}
.la-ribbon:before {
  content: "\f4d6";
}
.la-ring:before {
  content: "\f70b";
}
.la-road:before {
  content: "\f018";
}
.la-robot:before {
  content: "\f544";
}
.la-rocket:before {
  content: "\f135";
}
.la-rocketchat:before {
  content: "\f3e8";
}
.la-rockrms:before {
  content: "\f3e9";
}
.la-route:before {
  content: "\f4d7";
}
.la-rss:before {
  content: "\f09e";
}
.la-rss-square:before {
  content: "\f143";
}
.la-ruble-sign:before {
  content: "\f158";
}
.la-ruler:before {
  content: "\f545";
}
.la-ruler-combined:before {
  content: "\f546";
}
.la-ruler-horizontal:before {
  content: "\f547";
}
.la-ruler-vertical:before {
  content: "\f548";
}
.la-running:before {
  content: "\f70c";
}
.la-rupee-sign:before {
  content: "\f156";
}
.la-sad-cry:before {
  content: "\f5b3";
}
.la-sad-tear:before {
  content: "\f5b4";
}
.la-safari:before {
  content: "\f267";
}
.la-salesforce:before {
  content: "\f83b";
}
.la-sass:before {
  content: "\f41e";
}
.la-satellite:before {
  content: "\f7bf";
}
.la-satellite-dish:before {
  content: "\f7c0";
}
.la-save:before {
  content: "\f0c7";
}
.la-schlix:before {
  content: "\f3ea";
}
.la-school:before {
  content: "\f549";
}
.la-screwdriver:before {
  content: "\f54a";
}
.la-scribd:before {
  content: "\f28a";
}
.la-scroll:before {
  content: "\f70e";
}
.la-sd-card:before {
  content: "\f7c2";
}
.la-search:before {
  content: "\f002";
}
.la-search-dollar:before {
  content: "\f688";
}
.la-search-location:before {
  content: "\f689";
}
.la-search-minus:before {
  content: "\f010";
}
.la-search-plus:before {
  content: "\f00e";
}
.la-searchengin:before {
  content: "\f3eb";
}
.la-seedling:before {
  content: "\f4d8";
}
.la-sellcast:before {
  content: "\f2da";
}
.la-sellsy:before {
  content: "\f213";
}
.la-server:before {
  content: "\f233";
}
.la-servicestack:before {
  content: "\f3ec";
}
.la-shapes:before {
  content: "\f61f";
}
.la-share:before {
  content: "\f064";
}
.la-share-alt:before {
  content: "\f1e0";
}
.la-share-alt-square:before {
  content: "\f1e1";
}
.la-share-square:before {
  content: "\f14d";
}
.la-shekel-sign:before {
  content: "\f20b";
}
.la-shield-alt:before {
  content: "\f3ed";
}
.la-ship:before {
  content: "\f21a";
}
.la-shipping-fast:before {
  content: "\f48b";
}
.la-shirtsinbulk:before {
  content: "\f214";
}
.la-shoe-prints:before {
  content: "\f54b";
}
.la-shopping-bag:before {
  content: "\f290";
}
.la-shopping-basket:before {
  content: "\f291";
}
.la-shopping-cart:before {
  content: "\f07a";
}
.la-shopware:before {
  content: "\f5b5";
}
.la-shower:before {
  content: "\f2cc";
}
.la-shuttle-van:before {
  content: "\f5b6";
}
.la-sign:before {
  content: "\f4d9";
}
.la-sign-in-alt:before {
  content: "\f2f6";
}
.la-sign-language:before {
  content: "\f2a7";
}
.la-sign-out-alt:before {
  content: "\f2f5";
}
.la-signal:before {
  content: "\f012";
}
.la-signature:before {
  content: "\f5b7";
}
.la-sim-card:before {
  content: "\f7c4";
}
.la-simplybuilt:before {
  content: "\f215";
}
.la-sistrix:before {
  content: "\f3ee";
}
.la-sitemap:before {
  content: "\f0e8";
}
.la-sith:before {
  content: "\f512";
}
.la-skating:before {
  content: "\f7c5";
}
.la-sketch:before {
  content: "\f7c6";
}
.la-skiing:before {
  content: "\f7c9";
}
.la-skiing-nordic:before {
  content: "\f7ca";
}
.la-skull:before {
  content: "\f54c";
}
.la-skull-crossbones:before {
  content: "\f714";
}
.la-skyatlas:before {
  content: "\f216";
}
.la-skype:before {
  content: "\f17e";
}
.la-slack:before {
  content: "\f198";
}
.la-slack-hash:before {
  content: "\f3ef";
}
.la-slash:before {
  content: "\f715";
}
.la-sleigh:before {
  content: "\f7cc";
}
.la-sliders-h:before {
  content: "\f1de";
}
.la-slideshare:before {
  content: "\f1e7";
}
.la-smile:before {
  content: "\f118";
}
.la-smile-beam:before {
  content: "\f5b8";
}
.la-smile-wink:before {
  content: "\f4da";
}
.la-smog:before {
  content: "\f75f";
}
.la-smoking:before {
  content: "\f48d";
}
.la-smoking-ban:before {
  content: "\f54d";
}
.la-sms:before {
  content: "\f7cd";
}
.la-snapchat:before {
  content: "\f2ab";
}
.la-snapchat-ghost:before {
  content: "\f2ac";
}
.la-snapchat-square:before {
  content: "\f2ad";
}
.la-snowboarding:before {
  content: "\f7ce";
}
.la-snowflake:before {
  content: "\f2dc";
}
.la-snowman:before {
  content: "\f7d0";
}
.la-snowplow:before {
  content: "\f7d2";
}
.la-socks:before {
  content: "\f696";
}
.la-solar-panel:before {
  content: "\f5ba";
}
.la-sort:before {
  content: "\f0dc";
}
.la-sort-alpha-down:before {
  content: "\f15d";
}
.la-sort-alpha-down-alt:before {
  content: "\f881";
}
.la-sort-alpha-up:before {
  content: "\f15e";
}
.la-sort-alpha-up-alt:before {
  content: "\f882";
}
.la-sort-amount-down:before {
  content: "\f160";
}
.la-sort-amount-down-alt:before {
  content: "\f884";
}
.la-sort-amount-up:before {
  content: "\f161";
}
.la-sort-amount-up-alt:before {
  content: "\f885";
}
.la-sort-down:before {
  content: "\f0dd";
}
.la-sort-numeric-down:before {
  content: "\f162";
}
.la-sort-numeric-down-alt:before {
  content: "\f886";
}
.la-sort-numeric-up:before {
  content: "\f163";
}
.la-sort-numeric-up-alt:before {
  content: "\f887";
}
.la-sort-up:before {
  content: "\f0de";
}
.la-soundcloud:before {
  content: "\f1be";
}
.la-sourcetree:before {
  content: "\f7d3";
}
.la-spa:before {
  content: "\f5bb";
}
.la-space-shuttle:before {
  content: "\f197";
}
.la-speakap:before {
  content: "\f3f3";
}
.la-speaker-deck:before {
  content: "\f83c";
}
.la-spell-check:before {
  content: "\f891";
}
.la-spider:before {
  content: "\f717";
}
.la-spinner:before {
  content: "\f110";
}
.la-splotch:before {
  content: "\f5bc";
}
.la-spotify:before {
  content: "\f1bc";
}
.la-spray-can:before {
  content: "\f5bd";
}
.la-square:before {
  content: "\f0c8";
}
.la-square-full:before {
  content: "\f45c";
}
.la-square-root-alt:before {
  content: "\f698";
}
.la-squarespace:before {
  content: "\f5be";
}
.la-stack-exchange:before {
  content: "\f18d";
}
.la-stack-overflow:before {
  content: "\f16c";
}
.la-stackpath:before {
  content: "\f842";
}
.la-stamp:before {
  content: "\f5bf";
}
.la-star:before {
  content: "\f005";
}
.la-star-and-crescent:before {
  content: "\f699";
}
.la-star-half:before {
  content: "\f089";
}
.la-star-half-alt:before {
  content: "\f5c0";
}
.la-star-of-david:before {
  content: "\f69a";
}
.la-star-of-life:before {
  content: "\f621";
}
.la-staylinked:before {
  content: "\f3f5";
}
.la-steam:before {
  content: "\f1b6";
}
.la-steam-square:before {
  content: "\f1b7";
}
.la-steam-symbol:before {
  content: "\f3f6";
}
.la-step-backward:before {
  content: "\f048";
}
.la-step-forward:before {
  content: "\f051";
}
.la-stethoscope:before {
  content: "\f0f1";
}
.la-sticker-mule:before {
  content: "\f3f7";
}
.la-sticky-note:before {
  content: "\f249";
}
.la-stop:before {
  content: "\f04d";
}
.la-stop-circle:before {
  content: "\f28d";
}
.la-stopwatch:before {
  content: "\f2f2";
}
.la-store:before {
  content: "\f54e";
}
.la-store-alt:before {
  content: "\f54f";
}
.la-strava:before {
  content: "\f428";
}
.la-stream:before {
  content: "\f550";
}
.la-street-view:before {
  content: "\f21d";
}
.la-strikethrough:before {
  content: "\f0cc";
}
.la-stripe:before {
  content: "\f429";
}
.la-stripe-s:before {
  content: "\f42a";
}
.la-stroopwafel:before {
  content: "\f551";
}
.la-studiovinari:before {
  content: "\f3f8";
}
.la-stumbleupon:before {
  content: "\f1a4";
}
.la-stumbleupon-circle:before {
  content: "\f1a3";
}
.la-subscript:before {
  content: "\f12c";
}
.la-subway:before {
  content: "\f239";
}
.la-suitcase:before {
  content: "\f0f2";
}
.la-suitcase-rolling:before {
  content: "\f5c1";
}
.la-sun:before {
  content: "\f185";
}
.la-superpowers:before {
  content: "\f2dd";
}
.la-superscript:before {
  content: "\f12b";
}
.la-supple:before {
  content: "\f3f9";
}
.la-surprise:before {
  content: "\f5c2";
}
.la-suse:before {
  content: "\f7d6";
}
.la-swatchbook:before {
  content: "\f5c3";
}
.la-swimmer:before {
  content: "\f5c4";
}
.la-swimming-pool:before {
  content: "\f5c5";
}
.la-symfony:before {
  content: "\f83d";
}
.la-synagogue:before {
  content: "\f69b";
}
.la-sync:before {
  content: "\f021";
}
.la-sync-alt:before {
  content: "\f2f1";
}
.la-syringe:before {
  content: "\f48e";
}
.la-table:before {
  content: "\f0ce";
}
.la-table-tennis:before {
  content: "\f45d";
}
.la-tablet:before {
  content: "\f10a";
}
.la-tablet-alt:before {
  content: "\f3fa";
}
.la-tablets:before {
  content: "\f490";
}
.la-tachometer-alt:before {
  content: "\f3fd";
}
.la-tag:before {
  content: "\f02b";
}
.la-tags:before {
  content: "\f02c";
}
.la-tape:before {
  content: "\f4db";
}
.la-tasks:before {
  content: "\f0ae";
}
.la-taxi:before {
  content: "\f1ba";
}
.la-teamspeak:before {
  content: "\f4f9";
}
.la-teeth:before {
  content: "\f62e";
}
.la-teeth-open:before {
  content: "\f62f";
}
.la-telegram:before {
  content: "\f2c6";
}
.la-telegram-plane:before {
  content: "\f3fe";
}
.la-temperature-high:before {
  content: "\f769";
}
.la-temperature-low:before {
  content: "\f76b";
}
.la-tencent-weibo:before {
  content: "\f1d5";
}
.la-tenge:before {
  content: "\f7d7";
}
.la-terminal:before {
  content: "\f120";
}
.la-text-height:before {
  content: "\f034";
}
.la-text-width:before {
  content: "\f035";
}
.la-th:before {
  content: "\f00a";
}
.la-th-large:before {
  content: "\f009";
}
.la-th-list:before {
  content: "\f00b";
}
.la-the-red-yeti:before {
  content: "\f69d";
}
.la-theater-masks:before {
  content: "\f630";
}
.la-themeco:before {
  content: "\f5c6";
}
.la-themeisle:before {
  content: "\f2b2";
}
.la-thermometer:before {
  content: "\f491";
}
.la-thermometer-empty:before {
  content: "\f2cb";
}
.la-thermometer-full:before {
  content: "\f2c7";
}
.la-thermometer-half:before {
  content: "\f2c9";
}
.la-thermometer-quarter:before {
  content: "\f2ca";
}
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}
.la-think-peaks:before {
  content: "\f731";
}
.la-thumbs-down:before {
  content: "\f165";
}
.la-thumbs-up:before {
  content: "\f164";
}
.la-thumbtack:before {
  content: "\f08d";
}
.la-ticket-alt:before {
  content: "\f3ff";
}
.la-times:before {
  content: "\f00d";
}
.la-times-circle:before {
  content: "\f057";
}
.la-tint:before {
  content: "\f043";
}
.la-tint-slash:before {
  content: "\f5c7";
}
.la-tired:before {
  content: "\f5c8";
}
.la-toggle-off:before {
  content: "\f204";
}
.la-toggle-on:before {
  content: "\f205";
}
.la-toilet:before {
  content: "\f7d8";
}
.la-toilet-paper:before {
  content: "\f71e";
}
.la-toolbox:before {
  content: "\f552";
}
.la-tools:before {
  content: "\f7d9";
}
.la-tooth:before {
  content: "\f5c9";
}
.la-torah:before {
  content: "\f6a0";
}
.la-torii-gate:before {
  content: "\f6a1";
}
.la-tractor:before {
  content: "\f722";
}
.la-trade-federation:before {
  content: "\f513";
}
.la-trademark:before {
  content: "\f25c";
}
.la-traffic-light:before {
  content: "\f637";
}
.la-train:before {
  content: "\f238";
}
.la-tram:before {
  content: "\f7da";
}
.la-transgender:before {
  content: "\f224";
}
.la-transgender-alt:before {
  content: "\f225";
}
.la-trash:before {
  content: "\f1f8";
}
.la-trash-alt:before {
  content: "\f2ed";
}
.la-trash-restore:before {
  content: "\f829";
}
.la-trash-restore-alt:before {
  content: "\f82a";
}
.la-tree:before {
  content: "\f1bb";
}
.la-trello:before {
  content: "\f181";
}
.la-tripadvisor:before {
  content: "\f262";
}
.la-trophy:before {
  content: "\f091";
}
.la-truck:before {
  content: "\f0d1";
}
.la-truck-loading:before {
  content: "\f4de";
}
.la-truck-monster:before {
  content: "\f63b";
}
.la-truck-moving:before {
  content: "\f4df";
}
.la-truck-pickup:before {
  content: "\f63c";
}
.la-tshirt:before {
  content: "\f553";
}
.la-tty:before {
  content: "\f1e4";
}
.la-tumblr:before {
  content: "\f173";
}
.la-tumblr-square:before {
  content: "\f174";
}
.la-tv:before {
  content: "\f26c";
}
.la-twitch:before {
  content: "\f1e8";
}
.la-twitter:before {
  content: "\f099";
}
.la-twitter-square:before {
  content: "\f081";
}
.la-typo3:before {
  content: "\f42b";
}
.la-uber:before {
  content: "\f402";
}
.la-ubuntu:before {
  content: "\f7df";
}
.la-uikit:before {
  content: "\f403";
}
.la-umbrella:before {
  content: "\f0e9";
}
.la-umbrella-beach:before {
  content: "\f5ca";
}
.la-underline:before {
  content: "\f0cd";
}
.la-undo:before {
  content: "\f0e2";
}
.la-undo-alt:before {
  content: "\f2ea";
}
.la-uniregistry:before {
  content: "\f404";
}
.la-universal-access:before {
  content: "\f29a";
}
.la-university:before {
  content: "\f19c";
}
.la-unlink:before {
  content: "\f127";
}
.la-unlock:before {
  content: "\f09c";
}
.la-unlock-alt:before {
  content: "\f13e";
}
.la-untappd:before {
  content: "\f405";
}
.la-upload:before {
  content: "\f093";
}
.la-ups:before {
  content: "\f7e0";
}
.la-usb:before {
  content: "\f287";
}
.la-user:before {
  content: "\f007";
}
.la-user-alt:before {
  content: "\f406";
}
.la-user-alt-slash:before {
  content: "\f4fa";
}
.la-user-astronaut:before {
  content: "\f4fb";
}
.la-user-check:before {
  content: "\f4fc";
}
.la-user-circle:before {
  content: "\f2bd";
}
.la-user-clock:before {
  content: "\f4fd";
}
.la-user-cog:before {
  content: "\f4fe";
}
.la-user-edit:before {
  content: "\f4ff";
}
.la-user-friends:before {
  content: "\f500";
}
.la-user-graduate:before {
  content: "\f501";
}
.la-user-injured:before {
  content: "\f728";
}
.la-user-lock:before {
  content: "\f502";
}
.la-user-md:before {
  content: "\f0f0";
}
.la-user-minus:before {
  content: "\f503";
}
.la-user-ninja:before {
  content: "\f504";
}
.la-user-nurse:before {
  content: "\f82f";
}
.la-user-plus:before {
  content: "\f234";
}
.la-user-secret:before {
  content: "\f21b";
}
.la-user-shield:before {
  content: "\f505";
}
.la-user-slash:before {
  content: "\f506";
}
.la-user-tag:before {
  content: "\f507";
}
.la-user-tie:before {
  content: "\f508";
}
.la-user-times:before {
  content: "\f235";
}
.la-users:before {
  content: "\f0c0";
}
.la-users-cog:before {
  content: "\f509";
}
.la-usps:before {
  content: "\f7e1";
}
.la-ussunnah:before {
  content: "\f407";
}
.la-utensil-spoon:before {
  content: "\f2e5";
}
.la-utensils:before {
  content: "\f2e7";
}
.la-vaadin:before {
  content: "\f408";
}
.la-vector-square:before {
  content: "\f5cb";
}
.la-venus:before {
  content: "\f221";
}
.la-venus-double:before {
  content: "\f226";
}
.la-venus-mars:before {
  content: "\f228";
}
.la-viacoin:before {
  content: "\f237";
}
.la-viadeo:before {
  content: "\f2a9";
}
.la-viadeo-square:before {
  content: "\f2aa";
}
.la-vial:before {
  content: "\f492";
}
.la-vials:before {
  content: "\f493";
}
.la-viber:before {
  content: "\f409";
}
.la-video:before {
  content: "\f03d";
}
.la-video-slash:before {
  content: "\f4e2";
}
.la-vihara:before {
  content: "\f6a7";
}
.la-vimeo:before {
  content: "\f40a";
}
.la-vimeo-square:before {
  content: "\f194";
}
.la-vimeo-v:before {
  content: "\f27d";
}
.la-vine:before {
  content: "\f1ca";
}
.la-vk:before {
  content: "\f189";
}
.la-vnv:before {
  content: "\f40b";
}
.la-voicemail:before {
  content: "\f897";
}
.la-volleyball-ball:before {
  content: "\f45f";
}
.la-volume-down:before {
  content: "\f027";
}
.la-volume-mute:before {
  content: "\f6a9";
}
.la-volume-off:before {
  content: "\f026";
}
.la-volume-up:before {
  content: "\f028";
}
.la-vote-yea:before {
  content: "\f772";
}
.la-vr-cardboard:before {
  content: "\f729";
}
.la-vuejs:before {
  content: "\f41f";
}
.la-walking:before {
  content: "\f554";
}
.la-wallet:before {
  content: "\f555";
}
.la-warehouse:before {
  content: "\f494";
}
.la-water:before {
  content: "\f773";
}
.la-wave-square:before {
  content: "\f83e";
}
.la-waze:before {
  content: "\f83f";
}
.la-weebly:before {
  content: "\f5cc";
}
.la-weibo:before {
  content: "\f18a";
}
.la-weight:before {
  content: "\f496";
}
.la-weight-hanging:before {
  content: "\f5cd";
}
.la-weixin:before {
  content: "\f1d7";
}
.la-whatsapp:before {
  content: "\f232";
}
.la-whatsapp-square:before {
  content: "\f40c";
}
.la-wheelchair:before {
  content: "\f193";
}
.la-whmcs:before {
  content: "\f40d";
}
.la-wifi:before {
  content: "\f1eb";
}
.la-wikipedia-w:before {
  content: "\f266";
}
.la-wind:before {
  content: "\f72e";
}
.la-window-close:before {
  content: "\f410";
}
.la-window-maximize:before {
  content: "\f2d0";
}
.la-window-minimize:before {
  content: "\f2d1";
}
.la-window-restore:before {
  content: "\f2d2";
}
.la-windows:before {
  content: "\f17a";
}
.la-wine-bottle:before {
  content: "\f72f";
}
.la-wine-glass:before {
  content: "\f4e3";
}
.la-wine-glass-alt:before {
  content: "\f5ce";
}
.la-wix:before {
  content: "\f5cf";
}
.la-wizards-of-the-coast:before {
  content: "\f730";
}
.la-wolf-pack-battalion:before {
  content: "\f514";
}
.la-won-sign:before {
  content: "\f159";
}
.la-wordpress:before {
  content: "\f19a";
}
.la-wordpress-simple:before {
  content: "\f411";
}
.la-wpbeginner:before {
  content: "\f297";
}
.la-wpexplorer:before {
  content: "\f2de";
}
.la-wpforms:before {
  content: "\f298";
}
.la-wpressr:before {
  content: "\f3e4";
}
.la-wrench:before {
  content: "\f0ad";
}
.la-x-ray:before {
  content: "\f497";
}
.la-xbox:before {
  content: "\f412";
}
.la-xing:before {
  content: "\f168";
}
.la-xing-square:before {
  content: "\f169";
}
.la-y-combinator:before {
  content: "\f23b";
}
.la-yahoo:before {
  content: "\f19e";
}
.la-yammer:before {
  content: "\f840";
}
.la-yandex:before {
  content: "\f413";
}
.la-yandex-international:before {
  content: "\f414";
}
.la-yarn:before {
  content: "\f7e3";
}
.la-yelp:before {
  content: "\f1e9";
}
.la-yen-sign:before {
  content: "\f157";
}
.la-yin-yang:before {
  content: "\f6ad";
}
.la-yoast:before {
  content: "\f2b1";
}
.la-youtube:before {
  content: "\f167";
}
.la-youtube-square:before {
  content: "\f431";
}
.la-zhihu:before {
  content: "\f63f";
}
.la-hat-cowboy:before {
  content: "\f8c0";
}
.la-hat-cowboy-side:before {
  content: "\f8c1";
}
.la-mdb:before {
  content: "\f8ca";
}
.la-mouse:before {
  content: "\f8cc";
}
.la-orcid:before {
  content: "\f8d2";
}
.la-record-vinyl:before {
  content: "\f8d9";
}
.la-swift:before {
  content: "\f8e1";
}
.la-umbraco:before {
  content: "\f8e8";
}
.la-buy-n-large:before {
  content: "\f8a6";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.flag-icon,
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../fonts/flag-icon/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../fonts/flag-icon/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../fonts/flag-icon/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../fonts/flag-icon/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../fonts/flag-icon/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../fonts/flag-icon/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../fonts/flag-icon/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../fonts/flag-icon/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../fonts/flag-icon/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../fonts/flag-icon/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../fonts/flag-icon/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../fonts/flag-icon/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../fonts/flag-icon/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../fonts/flag-icon/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../fonts/flag-icon/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../fonts/flag-icon/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../fonts/flag-icon/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../fonts/flag-icon/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../fonts/flag-icon/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../fonts/flag-icon/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../fonts/flag-icon/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../fonts/flag-icon/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../fonts/flag-icon/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../fonts/flag-icon/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../fonts/flag-icon/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../fonts/flag-icon/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../fonts/flag-icon/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../fonts/flag-icon/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../fonts/flag-icon/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../fonts/flag-icon/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../fonts/flag-icon/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../fonts/flag-icon/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../fonts/flag-icon/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../fonts/flag-icon/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../fonts/flag-icon/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../fonts/flag-icon/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../fonts/flag-icon/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../fonts/flag-icon/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../fonts/flag-icon/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../fonts/flag-icon/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../fonts/flag-icon/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../fonts/flag-icon/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../fonts/flag-icon/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../fonts/flag-icon/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../fonts/flag-icon/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../fonts/flag-icon/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../fonts/flag-icon/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../fonts/flag-icon/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../fonts/flag-icon/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../fonts/flag-icon/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../fonts/flag-icon/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../fonts/flag-icon/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../fonts/flag-icon/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../fonts/flag-icon/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../fonts/flag-icon/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../fonts/flag-icon/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../fonts/flag-icon/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../fonts/flag-icon/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../fonts/flag-icon/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../fonts/flag-icon/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../fonts/flag-icon/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../fonts/flag-icon/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../fonts/flag-icon/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../fonts/flag-icon/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../fonts/flag-icon/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../fonts/flag-icon/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../fonts/flag-icon/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../fonts/flag-icon/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../fonts/flag-icon/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../fonts/flag-icon/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../fonts/flag-icon/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../fonts/flag-icon/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../fonts/flag-icon/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../fonts/flag-icon/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../fonts/flag-icon/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../fonts/flag-icon/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../fonts/flag-icon/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../fonts/flag-icon/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../fonts/flag-icon/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../fonts/flag-icon/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../fonts/flag-icon/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../fonts/flag-icon/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../fonts/flag-icon/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../fonts/flag-icon/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../fonts/flag-icon/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../fonts/flag-icon/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../fonts/flag-icon/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../fonts/flag-icon/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../fonts/flag-icon/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../fonts/flag-icon/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../fonts/flag-icon/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../fonts/flag-icon/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../fonts/flag-icon/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../fonts/flag-icon/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../fonts/flag-icon/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../fonts/flag-icon/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../fonts/flag-icon/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../fonts/flag-icon/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../fonts/flag-icon/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../fonts/flag-icon/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../fonts/flag-icon/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../fonts/flag-icon/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../fonts/flag-icon/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../fonts/flag-icon/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../fonts/flag-icon/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../fonts/flag-icon/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../fonts/flag-icon/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../fonts/flag-icon/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../fonts/flag-icon/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../fonts/flag-icon/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../fonts/flag-icon/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../fonts/flag-icon/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../fonts/flag-icon/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../fonts/flag-icon/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../fonts/flag-icon/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../fonts/flag-icon/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../fonts/flag-icon/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../fonts/flag-icon/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../fonts/flag-icon/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../fonts/flag-icon/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../fonts/flag-icon/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../fonts/flag-icon/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../fonts/flag-icon/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../fonts/flag-icon/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../fonts/flag-icon/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../fonts/flag-icon/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../fonts/flag-icon/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../fonts/flag-icon/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../fonts/flag-icon/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../fonts/flag-icon/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../fonts/flag-icon/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../fonts/flag-icon/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../fonts/flag-icon/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../fonts/flag-icon/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../fonts/flag-icon/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../fonts/flag-icon/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../fonts/flag-icon/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../fonts/flag-icon/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../fonts/flag-icon/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../fonts/flag-icon/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../fonts/flag-icon/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../fonts/flag-icon/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../fonts/flag-icon/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../fonts/flag-icon/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../fonts/flag-icon/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../fonts/flag-icon/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../fonts/flag-icon/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../fonts/flag-icon/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../fonts/flag-icon/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../fonts/flag-icon/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../fonts/flag-icon/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../fonts/flag-icon/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../fonts/flag-icon/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../fonts/flag-icon/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../fonts/flag-icon/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../fonts/flag-icon/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../fonts/flag-icon/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../fonts/flag-icon/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../fonts/flag-icon/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../fonts/flag-icon/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../fonts/flag-icon/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../fonts/flag-icon/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../fonts/flag-icon/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../fonts/flag-icon/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../fonts/flag-icon/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../fonts/flag-icon/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../fonts/flag-icon/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../fonts/flag-icon/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../fonts/flag-icon/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../fonts/flag-icon/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../fonts/flag-icon/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../fonts/flag-icon/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../fonts/flag-icon/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../fonts/flag-icon/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../fonts/flag-icon/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../fonts/flag-icon/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../fonts/flag-icon/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../fonts/flag-icon/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../fonts/flag-icon/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../fonts/flag-icon/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../fonts/flag-icon/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../fonts/flag-icon/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../fonts/flag-icon/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../fonts/flag-icon/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../fonts/flag-icon/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../fonts/flag-icon/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../fonts/flag-icon/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../fonts/flag-icon/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../fonts/flag-icon/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../fonts/flag-icon/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../fonts/flag-icon/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../fonts/flag-icon/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../fonts/flag-icon/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../fonts/flag-icon/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../fonts/flag-icon/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../fonts/flag-icon/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../fonts/flag-icon/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../fonts/flag-icon/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../fonts/flag-icon/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../fonts/flag-icon/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../fonts/flag-icon/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../fonts/flag-icon/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../fonts/flag-icon/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../fonts/flag-icon/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../fonts/flag-icon/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../fonts/flag-icon/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../fonts/flag-icon/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../fonts/flag-icon/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../fonts/flag-icon/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../fonts/flag-icon/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../fonts/flag-icon/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../fonts/flag-icon/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../fonts/flag-icon/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../fonts/flag-icon/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../fonts/flag-icon/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../fonts/flag-icon/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../fonts/flag-icon/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../fonts/flag-icon/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../fonts/flag-icon/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../fonts/flag-icon/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../fonts/flag-icon/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../fonts/flag-icon/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../fonts/flag-icon/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../fonts/flag-icon/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../fonts/flag-icon/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../fonts/flag-icon/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../fonts/flag-icon/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../fonts/flag-icon/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../fonts/flag-icon/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../fonts/flag-icon/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../fonts/flag-icon/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../fonts/flag-icon/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../fonts/flag-icon/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../fonts/flag-icon/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../fonts/flag-icon/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../fonts/flag-icon/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../fonts/flag-icon/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../fonts/flag-icon/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../fonts/flag-icon/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../fonts/flag-icon/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../fonts/flag-icon/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../fonts/flag-icon/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../fonts/flag-icon/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../fonts/flag-icon/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../fonts/flag-icon/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../fonts/flag-icon/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../fonts/flag-icon/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../fonts/flag-icon/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../fonts/flag-icon/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(../fonts/flag-icon/flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/es-ct.svg);
}
.flag-icon-es-ga {
  background-image: url(../fonts/flag-icon/flags/4x3/es-ga.svg);
}
.flag-icon-es-ga.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/es-ga.svg);
}
.flag-icon-eu {
  background-image: url(../fonts/flag-icon/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../fonts/flag-icon/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../fonts/flag-icon/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../fonts/flag-icon/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../fonts/flag-icon/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../fonts/flag-icon/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/un.svg);
}
.flag-icon-xk {
  background-image: url(../fonts/flag-icon/flags/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(../fonts/flag-icon/flags/1x1/xk.svg);
}
:root {
  --dark-color: #262727;
  --color-fff: #ffffff;
  --color-100: #f0f0f0;
  --color-200: #eeeeee;
  --color-300: #e0e0e0;
  --color-400: #bdbdbd;
  --color-500: #525252;
  --color-600: #464545;
  --color-700: #363535;
  --color-800: #252525;
  --color-900: #181818;
  --color-000: #000000;
  --border-color: #e9e6e1;
  --card-color: #ffffff;
  --body-color: #f8f6f2;
  --white-color: #ffffff;
  --sidebar-color: #ffffff;
  --primary-color: #191a1c;
  --secondary-color: #837788;
  --chart-color1: #191a1c;
  --chart-color2: #837788;
  --chart-color3: #374765;
  --chart-color4: #484261;
  --chart-color5: #717788;
  --sidebar-img: url(../img/sidebar-bg/sidebar-1.jpg);
}
:root [data-luno="theme-blush"] {
  --body-color: #f9f4f4;
  --card-color: #ffffff;
}
:root [data-luno="theme-blue"] {
  --body-color: #f7f6f1;
}
:root [data-luno="theme-blue"] {
  --body-color: #f4f7f6;
}
[data-luno="theme-black"] {
  --primary-color: #000000;
  --secondary-color: #D7A31F;
  --primary-rgb: 72, 76, 127;
  --chart-color1: #000000;
  --chart-color2: #a3cfcd;
  --chart-color3: #82a0aa;
  --chart-color4: #677381;
  --chart-color5: #a3cfcd;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-luno="theme-indigo"] {
  --primary-color: #555cb8;
  --secondary-color: #00c894;
  --primary-rgb: 72, 76, 127;
  --chart-color1: #555cb8;
  --chart-color2: #001c6b;
  --chart-color3: #b6b4ff;
  --chart-color4: #8f8cb8;
  --chart-color5: #00c894;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-luno="theme-blue"] {
  --primary-color: #2794eb;
  --secondary-color: #00ac9a;
  --primary-rgb: 13, 110, 253;
  --secondary-rgb: 0, 172, 154;
  --chart-color1: #2794eb;
  --chart-color2: #6382d8;
  --chart-color3: #8d61a5;
  --chart-color4: #90476f;
  --chart-color5: #00ac9a;
  --primary-gradient: linear-gradient(
    145deg,
    #dc3545,
    var(--secondary-color)
  );
}
[data-luno="theme-cyan"] {
  --primary-color: #11b396;
  --secondary-color: #ffa17a;
  --primary-rgb: 0, 189, 170;
  --chart-color1: #22b89d;
  --chart-color2: #295d70;
  --chart-color3: #008a92;
  --chart-color4: #95df93;
  --chart-color5: #ffa17a;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-luno="theme-green"] {
  --primary-color: #79b989;
  --secondary-color: #ecbc7c;
  --primary-rgb: 126, 185, 63;
  --chart-color1: #79b989;
  --chart-color2: #7e8954;
  --chart-color3: #91a7fb;
  --chart-color4: #3fbcb8;
  --chart-color5: #ecbc7c;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-luno="theme-orange"] {
  --primary-color: #ffa600;
  --secondary-color: #00b4b7;
  --primary-rgb: 254, 176, 25;
  --chart-color1: #ffa600;
  --chart-color2: #ff8982;
  --chart-color3: #ffc0b7;
  --chart-color4: #cf7f00;
  --chart-color5: #00b4b7;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-luno="theme-blush"] {
  --primary-color: #b9798f;
  --secondary-color: #d86972;
  --primary-rgb: 237, 87, 130;
  --chart-color1: #b9798f;
  --chart-color2: #3f9994;
  --chart-color3: #7077b2;
  --chart-color4: #a6a6a4;
  --chart-color5: #d86972;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-luno="theme-red"] {
  --primary-color: #e73957;
  --secondary-color: #00989f;
  --primary-rgb: 255, 69, 96;
  --secondary-rgb: 0, 152, 159;
  --chart-color1: #ff5959;
  --chart-color2: #845865;
  --chart-color3: #ca8398;
  --chart-color4: #e1c7ce;
  --chart-color5: #00989f;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-luno="theme-dynamic"] {
  --primary-rgb: 0, 189, 170;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-luno="theme-dynamic"] .dt-setting {
  display: block;
}
[data-theme="dark"] {
  --dark-color: #262727;
  --color-fff: #000000;
  --color-100: #212121;
  --color-200: #424242;
  --color-300: #616161;
  --color-400: #757575;
  --color-500: #9e9e9e;
  --color-600: #bdbdbd;
  --color-700: #e0e0e0;
  --color-800: #eeeeee;
  --color-900: #f0f0f0;
  --color-000: #ffffff;
  --border-color: #353535;
  --card-color: #262727;
  --body-color: #1e1f20;
  --white-color: #ffffff;
  --sidebar-color: #262727;
}
[data-theme="dark"] [data-luno="theme-black"] {
  --primary-color: #000000;
  --secondary-color: #0f8295;
  --primary-rgb: 12, 107, 122;
  --chart-color1: #000000;
  --chart-color2: #a3cfcd;
  --chart-color3: #82a0aa;
  --chart-color4: #677381;
  --chart-color5: #a3cfcd;
  --primary-gradient: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
[data-theme="dark"] [data-luno="theme-black"] .btn.btn-primary {
  color: #000;
}
[data-theme="dark"] [data-luno="theme-black"] .more-icon {
  color: rgba(255, 255, 255, 0.5);
}
[data-theme="dark"] [data-luno="theme-blush"] {
  --body-color: #1e1f20;
  --card-color: #262727;
}
[data-theme="dark"] [data-luno="theme-blue"] {
  --body-color: #1c1c1e;
  --card-color: #202022;
  --sidebar-color: #202022;
  --primary-color: #2794eb;
  --secondary-color: #D7A31F;
  --primary-rgb: 108, 115, 211;
}
[data-theme="dark"] [data-luno="theme-blue"] {
  --body-color: #000;
  --card-color: #1d1f20;
  --sidebar-color: #1d1f20;
}
[data-theme="dark"] .bg-light.text-dark {
  color: var(--white-color) !important;
}
[data-theme="dark"] .form-control::-moz-placeholder,
[data-theme="dark"] .form-select::-moz-placeholder {
  color: var(--color-300) !important;
}
[data-theme="dark"] .form-control:-ms-input-placeholder,
[data-theme="dark"] .form-select:-ms-input-placeholder {
  color: var(--color-300) !important;
}
[data-theme="dark"] .form-control::placeholder,
[data-theme="dark"] .form-select::placeholder {
  color: var(--color-300) !important;
}
[data-theme="dark"] .form-control:disabled,
[data-theme="dark"] .form-control[readonly] {
  background-color: var(--border-color);
  color: var(--color-400);
}
[data-theme="dark"] .input-group-text {
  background-color: var(--border-color);
  color: var(--color-400);
}
[data-theme="dark"] .sidebar.dark .title-text {
  color: var(--white-color);
}
[data-theme="theme-dark"] .daterangepicker {
  color: var(--dark-color);
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] {
  --color-300: #c2c5e9;
  --color-400: #afb1cb;
  --color-500: #70718f;
  --color-600: #9194bb;
  --color-700: #9d9eb9;
  --color-800: #a4a6cf;
  --color-900: #cbceff;
  --body-color: #292b4a;
  --card-color: #272846;
  --border-color: #343658;
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .bg-dark {
  background: var(--card-color) !important;
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .bg-light {
  background: var(--primary-color) !important;
  color: #fff;
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .text-dark {
  color: var(--color-900) !important;
}
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-control::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-select::-moz-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-control:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-select:-ms-input-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .form-control::placeholder,
[data-theme="theme-dark"] [data-luno="theme-indigo"] .form-select::placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-control:focus::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-select:focus::-moz-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-control:focus:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-select:focus:-ms-input-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-control:focus::placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .form-select:focus::placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .btn-outline-secondary {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .btn-outline-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .btn-check:active
  + .btn-outline-secondary,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .btn-check:checked
  + .btn-outline-secondary,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .btn-outline-secondary.active,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .btn-outline-secondary.dropdown-toggle.show,
[data-theme="theme-dark"]
  [data-luno="theme-indigo"]
  .btn-outline-secondary:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .btn.btn-white {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .btn.btn-dark {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .sidebar.sidebar-mini {
  background: var(--card-color);
}
[data-theme="theme-dark"] [data-luno="theme-indigo"] .wrapper::after {
  background: var(--border-color);
}
[data-theme="theme-dark"] [data-luno="theme-blue"] {
  --color-300: #aacbfc;
  --color-400: #d1e0f7;
  --color-500: #b3caec;
  --color-600: #b4c4db;
  --color-700: #b9c9e2;
  --color-800: #c3d3eb;
  --color-900: #d1e0f7;
  --body-color: #061f48;
  --card-color: #072350;
  --border-color: #103166;
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .bg-dark {
  background: var(--card-color) !important;
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .text-muted {
  color: #595b78 !important;
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .bg-light {
  background: var(--primary-color) !important;
  color: #fff;
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .text-dark {
  color: var(--color-900) !important;
}
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-control::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-select::-moz-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-control:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-select:-ms-input-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .form-control::placeholder,
[data-theme="theme-dark"] [data-luno="theme-blue"] .form-select::placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-control:focus::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-select:focus::-moz-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-control:focus:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-select:focus:-ms-input-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-control:focus::placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blue"]
  .form-select:focus::placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .btn-outline-secondary {
  color: var(--secondary-color);
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .btn.btn-white {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .btn.btn-dark {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .wrapper::after {
  background: var(--border-color);
}
[data-theme="theme-dark"] [data-luno="theme-blue"] .sidebar.sidebar-mini {
  background: var(--card-color);
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] {
  --color-300: #a7fdef;
  --color-400: #bffdf3;
  --color-500: #acdfd6;
  --color-600: #a9fcee;
  --color-700: #bcfff4;
  --color-800: #c8fff6;
  --color-900: #d5fff8;
  --body-color: #003229;
  --card-color: #01362d;
  --border-color: #03483c;
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .bg-dark {
  background: var(--card-color) !important;
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .text-muted {
  color: #297064 !important;
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .bg-light {
  background: var(--primary-color) !important;
  color: #fff;
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .text-dark {
  color: var(--color-900) !important;
}
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-control::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-select::-moz-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-control:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-select:-ms-input-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .form-control::placeholder,
[data-theme="theme-dark"] [data-luno="theme-cyan"] .form-select::placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-control:focus::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-select:focus::-moz-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-control:focus:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-select:focus:-ms-input-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-control:focus::placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-cyan"]
  .form-select:focus::placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .btn-outline-secondary {
  color: var(--secondary-color);
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .btn.btn-white {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .btn.btn-dark {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .sidebar.sidebar-mini {
  background: var(--card-color);
}
[data-theme="theme-dark"] [data-luno="theme-cyan"] .wrapper::after {
  background: var(--border-color);
}
[data-theme="theme-dark"] [data-luno="theme-green"] {
  --color-300: #d3ffdf;
  --color-400: #d3ffdf;
  --color-500: #d3ffdf;
  --color-600: #d3ffdf;
  --color-700: #d3ffdf;
  --color-800: #d3ffdf;
  --color-900: #d3ffdf;
  --body-color: #041e0b;
  --card-color: #06260e;
  --border-color: #0d421b;
}
[data-theme="theme-dark"] [data-luno="theme-green"] .bg-dark {
  background: var(--card-color) !important;
}
[data-theme="theme-dark"] [data-luno="theme-green"] .text-muted {
  color: #366442 !important;
}
[data-theme="theme-dark"] [data-luno="theme-green"] .bg-light {
  background: var(--primary-color) !important;
  color: #fff;
}
[data-theme="theme-dark"] [data-luno="theme-green"] .text-dark {
  color: var(--color-900) !important;
}
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-control::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-select::-moz-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-control:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-select:-ms-input-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"] [data-luno="theme-green"] .form-control::placeholder,
[data-theme="theme-dark"] [data-luno="theme-green"] .form-select::placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-control:focus::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-select:focus::-moz-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-control:focus:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-select:focus:-ms-input-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-control:focus::placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-green"]
  .form-select:focus::placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"] [data-luno="theme-green"] .btn-outline-secondary {
  color: var(--secondary-color);
}
[data-theme="theme-dark"] [data-luno="theme-green"] .btn.btn-white {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-green"] .btn.btn-dark {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-green"] .sidebar.sidebar-mini {
  background: var(--card-color);
}
[data-theme="theme-dark"] [data-luno="theme-green"] .wrapper::after {
  background: var(--border-color);
}
[data-theme="theme-dark"] [data-luno="theme-orange"] {
  --color-300: #000000;
  --color-400: #000000;
  --color-500: #000000;
  --color-600: #000000;
  --color-700: #000000;
  --color-800: #000000;
  --color-900: #000000;
  --body-color: #ffa500;
  --card-color: #ffae19;
  --border-color: #ffc252;
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .text-muted {
  color: #563f15 !important;
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .bg-light {
  background: var(--primary-color) !important;
  color: #fff;
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .text-dark {
  color: var(--color-900) !important;
}
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-control::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-select::-moz-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-control:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-select:-ms-input-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .form-control::placeholder,
[data-theme="theme-dark"] [data-luno="theme-orange"] .form-select::placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-control:focus::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-select:focus::-moz-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-control:focus:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-select:focus:-ms-input-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-control:focus::placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-orange"]
  .form-select:focus::placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .btn-outline-secondary {
  color: var(--secondary-color);
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .btn.btn-white {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .btn.btn-dark {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .sidebar.sidebar-mini {
  background: var(--card-color);
}
[data-theme="theme-dark"] [data-luno="theme-orange"] .wrapper::after {
  background: var(--border-color);
}
[data-theme="theme-dark"] [data-luno="theme-blush"] {
  --color-300: #ffffff;
  --color-400: #ffffff;
  --color-500: #ffffff;
  --color-600: #ffffff;
  --color-700: #ffffff;
  --color-800: #ffffff;
  --color-900: #ffffff;
  --body-color: #6f242e;
  --card-color: #742832;
  --border-color: #8f3945;
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .text-muted {
  color: #a1626a !important;
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .bg-light {
  background: var(--primary-color) !important;
  color: #fff;
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .text-dark {
  color: var(--color-900) !important;
}
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-control::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-select::-moz-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-control:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-select:-ms-input-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .form-control::placeholder,
[data-theme="theme-dark"] [data-luno="theme-blush"] .form-select::placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-control:focus::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-select:focus::-moz-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-control:focus:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-select:focus:-ms-input-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-control:focus::placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-blush"]
  .form-select:focus::placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .btn-outline-secondary {
  color: var(--secondary-color);
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .btn.btn-white {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .btn.btn-dark {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .sidebar.sidebar-mini {
  background: var(--card-color);
}
[data-theme="theme-dark"] [data-luno="theme-blush"] .wrapper::after {
  background: var(--border-color);
}
[data-theme="theme-dark"] [data-luno="theme-red"] {
  --color-300: #ffffff;
  --color-400: #ffffff;
  --color-500: #ffffff;
  --color-600: #ffffff;
  --color-700: #ffffff;
  --color-800: #ffffff;
  --color-900: #ffffff;
  --body-color: #3e040e;
  --card-color: #480611;
  --border-color: #6a1121;
}
[data-theme="theme-dark"] [data-luno="theme-red"] .text-muted {
  color: #8f5d65 !important;
}
[data-theme="theme-dark"] [data-luno="theme-red"] .bg-light {
  background: var(--primary-color) !important;
  color: #fff;
}
[data-theme="theme-dark"] [data-luno="theme-red"] .text-dark {
  color: var(--color-900) !important;
}
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-control::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-select::-moz-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-control:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-select:-ms-input-placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"] [data-luno="theme-red"] .form-control::placeholder,
[data-theme="theme-dark"] [data-luno="theme-red"] .form-select::placeholder {
  color: var(--color-500);
}
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-control:focus::-moz-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-select:focus::-moz-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-control:focus:-ms-input-placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-select:focus:-ms-input-placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-control:focus::placeholder,
[data-theme="theme-dark"]
  [data-luno="theme-red"]
  .form-select:focus::placeholder {
  color: var(--color-900);
}
[data-theme="theme-dark"] [data-luno="theme-red"] .btn-outline-secondary {
  color: var(--secondary-color);
}
[data-theme="theme-dark"] [data-luno="theme-red"] .btn.btn-white {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-red"] .btn.btn-dark {
  color: var(--primary-color);
}
[data-theme="theme-dark"] [data-luno="theme-red"] .sidebar.sidebar-mini {
  background: var(--card-color);
}
[data-theme="theme-dark"] [data-luno="theme-red"] .wrapper::after {
  background: var(--border-color);
}
[data-theme="theme-dark"] .sidebar.dark {
  background: var(--body-color) !important;
}
[data-theme="theme-dark"] .sidebar.dark .title-text {
  color: var(--white-color);
}
[data-theme="high-contrast"] {
  --dark-color: #323a45;
  --color-fff: #000000;
  --color-100: #000000;
  --color-200: #ffffff;
  --color-300: #ffffff;
  --color-400: #000000;
  --color-500: #ffffff;
  --color-600: #ffffff;
  --color-700: #ffffff;
  --color-800: #ffffff;
  --color-900: #ffffff;
  --color-000: #ffffff;
  --border-color: #262727;
  --card-color: #0e0e0e;
  --body-color: #000000;
  --white-color: #ffffff;
  --black-color: #000000;
  --sidebar-color: #000000;
  --hc-font-color: #555555;
  --hc-bg-color: #f0f0f0;
}
[data-theme="high-contrast"] [data-luno="theme-black"] {
  --primary-rgb: 12, 107, 122;
  --secondary-color: #30b0c7;
  --chart-color1: #ffffff;
}
[data-theme="high-contrast"] [data-luno="theme-black"] a {
  color: var(--secondary-color);
}
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .btn.btn-outline-primary {
  border-color: #fff;
  background: #fff;
}
[data-theme="high-contrast"] [data-luno="theme-black"] .btn.btn-primary,
[data-theme="high-contrast"] [data-luno="theme-black"] .more-icon {
  color: #fff !important;
  border-color: #fff;
}
[data-theme="high-contrast"] [data-luno="theme-black"] .hamburger-icon .line {
  background-color: var(--white-color);
}
[data-theme="high-contrast"] [data-luno="theme-black"] .create-new .btn,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .nav-tabs.tab-page-toolbar
  .nav-link.active {
  background-color: #fff !important;
}
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .nav-tabs.menu-list
  .nav-link.active,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .nav-tabs.menu-list
  .nav-link:hover {
  color: #fff;
  border-color: #fff;
}
[data-theme="high-contrast"] [data-luno="theme-black"] .avatar.no-thumbnail,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .my-todo
  .todo-list
  li.active
  > span {
  color: #fff;
}
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .card.fieldset.border-primary {
  border-color: #fff !important;
}
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .card.fieldset.border-primary
  .text-primary {
  color: #fff !important;
}
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip
  .bs-tooltip-auto[data-popper-placement^="top"]
  .tooltip-arrow::before,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip.bs-tooltip-auto[data-popper-placement^="top"]
  .tooltip-arrow::before,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip.bs-tooltip-top
  .tooltip-arrow::before {
  border-top-color: var(--secondary-color);
}
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip
  .bs-tooltip-auto[data-popper-placement^="right"]
  .tooltip-arrow::before,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip.bs-tooltip-auto[data-popper-placement^="right"]
  .tooltip-arrow::before,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip.bs-tooltip-end
  .tooltip-arrow::before {
  border-right-color: var(--secondary-color);
}
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip
  .bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow::before,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip.bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow::before,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip.bs-tooltip-bottom
  .tooltip-arrow::before {
  border-bottom-color: var(--secondary-color);
}
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip
  .bs-tooltip-auto[data-popper-placement^="left"]
  .tooltip-arrow::before,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip.bs-tooltip-auto[data-popper-placement^="left"]
  .tooltip-arrow::before,
[data-theme="high-contrast"]
  [data-luno="theme-black"]
  .tooltip.bs-tooltip-start
  .tooltip-arrow::before {
  border-left-color: var(--secondary-color);
}
[data-theme="high-contrast"] [data-luno="theme-black"] .tooltip .tooltip-inner {
  background-color: var(--secondary-color);
  color: #fff;
}
[data-theme="high-contrast"] [data-luno="theme-blush"] {
  --body-color: #0e0e0e;
  --card-color: #000000;
}
[data-theme="high-contrast"] [data-luno="theme-blue"] {
  --body-color: #0e0e0e;
}
[data-theme="high-contrast"] [data-luno="theme-blue"],
[data-theme="high-contrast"] [data-luno="theme-blush"],
[data-theme="high-contrast"] [data-luno="theme-cyan"],
[data-theme="high-contrast"] [data-luno="theme-green"],
[data-theme="high-contrast"] [data-luno="theme-orange"],
[data-theme="high-contrast"] [data-luno="theme-red"] {
  --primary-color: #ffffff;
  --chart-color1: #f1ff17;
  --chart-color2: #ff745b;
  --chart-color3: #3ce5fb;
  --chart-color4: #17ff17;
  --chart-color5: #eb54ff;
  --border-color: #ffffff;
}
[data-theme="high-contrast"] .text-danger {
  color: #ff745b !important;
}
[data-theme="high-contrast"] .text-success {
  color: #17ff17 !important;
}
[data-theme="high-contrast"] .bg-danger {
  background-color: #ff745b !important;
}
[data-theme="high-contrast"] .bg-success {
  background-color: #17ff17 !important;
}
[data-theme="high-contrast"] .btn.btn-outline-danger {
  color: #ff745b;
  border-color: #ff745b;
}
[data-theme="high-contrast"] .btn.btn-outline-danger:hover {
  background-color: #ff745b;
  color: var(--black-color);
}
[data-theme="high-contrast"] .btn.btn-outline-success {
  color: #17ff17;
  border-color: #17ff17;
}
[data-theme="high-contrast"] .btn.btn-outline-success:hover {
  background-color: #17ff17;
  color: var(--black-color);
}
[data-theme="high-contrast"] .btn-link,
[data-theme="high-contrast"] .page-item .page-link,
[data-theme="high-contrast"] .text-muted {
  color: var(--white-color) !important;
}
[data-theme="high-contrast"] .form-control::-moz-placeholder {
  color: var(--white-color) !important;
}
[data-theme="high-contrast"] .form-control:-ms-input-placeholder {
  color: var(--white-color) !important;
}
[data-theme="high-contrast"] .form-control::placeholder {
  color: var(--white-color) !important;
}
[data-theme="high-contrast"] .form-control:hover {
  border-color: var(--white-color) !important;
}
[data-theme="high-contrast"] .form-check-input:checked {
  background-color: var(--black-color);
}
[data-theme="high-contrast"] .bg-light {
  color: var(--white-color) !important;
}
[data-theme="high-contrast"] .btn-outline-secondary,
[data-theme="high-contrast"] .btn.btn-light-primary,
[data-theme="high-contrast"] .list-group-custom .list-group-item {
  color: var(--white-color) !important;
}
[data-theme="high-contrast"] .btn-outline-secondary:hover,
[data-theme="high-contrast"] .btn.btn-light-primary:hover,
[data-theme="high-contrast"] .list-group-custom .list-group-item:hover {
  background-color: var(--white-color) !important;
  color: var(--black-color) !important;
}
[data-theme="high-contrast"] .btn-outline-secondary:hover .color-800,
[data-theme="high-contrast"] .btn-outline-secondary:hover .fa-star,
[data-theme="high-contrast"] .btn-outline-secondary:hover .text-muted,
[data-theme="high-contrast"] .btn-outline-secondary:hover .text-primary,
[data-theme="high-contrast"] .btn.btn-light-primary:hover .color-800,
[data-theme="high-contrast"] .btn.btn-light-primary:hover .fa-star,
[data-theme="high-contrast"] .btn.btn-light-primary:hover .text-muted,
[data-theme="high-contrast"] .btn.btn-light-primary:hover .text-primary,
[data-theme="high-contrast"]
  .list-group-custom
  .list-group-item:hover
  .color-800,
[data-theme="high-contrast"] .list-group-custom .list-group-item:hover .fa-star,
[data-theme="high-contrast"]
  .list-group-custom
  .list-group-item:hover
  .text-muted,
[data-theme="high-contrast"]
  .list-group-custom
  .list-group-item:hover
  .text-primary {
  color: var(--black-color) !important;
}
[data-theme="high-contrast"] .btn-outline-secondary:hover .form-check-input,
[data-theme="high-contrast"] .btn.btn-light-primary:hover .form-check-input,
[data-theme="high-contrast"]
  .list-group-custom
  .list-group-item:hover
  .form-check-input {
  border-color: var(--black-color);
}
[data-theme="high-contrast"] .dropdown-menu .dropdown-item.active,
[data-theme="high-contrast"] .dropdown-menu .dropdown-item:focus,
[data-theme="high-contrast"] .dropdown-menu .dropdown-item:hover,
[data-theme="high-contrast"] .more-icon + .dropdown-menu .dropdown-item.active,
[data-theme="high-contrast"] .more-icon + .dropdown-menu .dropdown-item:focus,
[data-theme="high-contrast"] .more-icon + .dropdown-menu .dropdown-item:hover {
  color: var(--black-color) !important;
}
[data-theme="high-contrast"] .dropdown-menu .dropdown-item.active:hover,
[data-theme="high-contrast"] .dropdown-menu .dropdown-item:focus:hover,
[data-theme="high-contrast"] .dropdown-menu .dropdown-item:hover:hover,
[data-theme="high-contrast"]
  .more-icon
  + .dropdown-menu
  .dropdown-item.active:hover,
[data-theme="high-contrast"]
  .more-icon
  + .dropdown-menu
  .dropdown-item:focus:hover,
[data-theme="high-contrast"]
  .more-icon
  + .dropdown-menu
  .dropdown-item:hover:hover {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
}
[data-theme="high-contrast"] .badge.bg-dark,
[data-theme="high-contrast"] .bg-dark.text-white,
[data-theme="high-contrast"] .bg-primary,
[data-theme="high-contrast"]
  .btn-group
  .btn-check:active
  + .btn-outline-primary,
[data-theme="high-contrast"]
  .btn-group
  .btn-check:checked
  + .btn-outline-primary,
[data-theme="high-contrast"] .btn-group .btn-outline-primary.active,
[data-theme="high-contrast"]
  .btn-group
  .btn-outline-primary.dropdown-toggle.show,
[data-theme="high-contrast"] .btn-group .btn-outline-primary:active,
[data-theme="high-contrast"] .btn-primary,
[data-theme="high-contrast"] .daterangepicker,
[data-theme="high-contrast"] .nav-pills .nav-link.active,
[data-theme="high-contrast"] .nav-pills .show > .nav-link,
[data-theme="high-contrast"] .nav-tabs.tab-page-toolbar .nav-link.active,
[data-theme="high-contrast"] .page-item.active .page-link,
[data-theme="high-contrast"] .resume-box .time,
[data-theme="high-contrast"] .ribbon .option-6,
[data-theme="high-contrast"] .ribbon .option-7,
[data-theme="high-contrast"] .ribbon .option-8,
[data-theme="high-contrast"] .ribbon .option-9,
[data-theme="high-contrast"] .submit-track .circle,
[data-theme="high-contrast"] .submit-track .date,
[data-theme="high-contrast"] .tooltip .tooltip-inner,
[data-theme="high-contrast"] .tui-full-calendar-popup-container {
  color: var(--black-color) !important;
}
[data-theme="high-contrast"] .badge.bg-dark .card-title,
[data-theme="high-contrast"] .bg-dark.text-white .card-title,
[data-theme="high-contrast"] .bg-primary .card-title,
[data-theme="high-contrast"]
  .btn-group
  .btn-check:active
  + .btn-outline-primary
  .card-title,
[data-theme="high-contrast"]
  .btn-group
  .btn-check:checked
  + .btn-outline-primary
  .card-title,
[data-theme="high-contrast"] .btn-group .btn-outline-primary.active .card-title,
[data-theme="high-contrast"]
  .btn-group
  .btn-outline-primary.dropdown-toggle.show
  .card-title,
[data-theme="high-contrast"] .btn-group .btn-outline-primary:active .card-title,
[data-theme="high-contrast"] .btn-primary .card-title,
[data-theme="high-contrast"] .daterangepicker .card-title,
[data-theme="high-contrast"] .nav-pills .nav-link.active .card-title,
[data-theme="high-contrast"] .nav-pills .show > .nav-link .card-title,
[data-theme="high-contrast"]
  .nav-tabs.tab-page-toolbar
  .nav-link.active
  .card-title,
[data-theme="high-contrast"] .page-item.active .page-link .card-title,
[data-theme="high-contrast"] .resume-box .time .card-title,
[data-theme="high-contrast"] .ribbon .option-6 .card-title,
[data-theme="high-contrast"] .ribbon .option-7 .card-title,
[data-theme="high-contrast"] .ribbon .option-8 .card-title,
[data-theme="high-contrast"] .ribbon .option-9 .card-title,
[data-theme="high-contrast"] .submit-track .circle .card-title,
[data-theme="high-contrast"] .submit-track .date .card-title,
[data-theme="high-contrast"] .tooltip .tooltip-inner .card-title,
[data-theme="high-contrast"] .tui-full-calendar-popup-container .card-title {
  color: var(--black-color) !important;
}
[data-theme="high-contrast"] .nav-pills.custom-horizontal .nav-link.active {
  background: var(--white-color) !important;
  color: var(--black-color) !important;
}
[data-theme="high-contrast"] .btn-check:active + .btn-outline-secondary,
[data-theme="high-contrast"] .btn-check:checked + .btn-outline-secondary,
[data-theme="high-contrast"] .btn-outline-secondary.active,
[data-theme="high-contrast"] .btn-outline-secondary.dropdown-toggle.show,
[data-theme="high-contrast"] .btn-outline-secondary:active {
  background: var(--white-color) !important;
  color: var(--black-color) !important;
  border-color: var(--white-color) !important;
}
[data-theme="high-contrast"] .avatar.bg-light {
  border: 1px solid var(--white-color);
}
[data-theme="high-contrast"] .bg-primary-gradient {
  background: linear-gradient(
    145deg,
    var(--body-color),
    var(--secondary-color)
  ) !important;
}
[data-theme="high-contrast"] .tab-card.bg-white {
  background-color: var(--black-color) !important;
}
[data-theme="high-contrast"] .breadcrumb {
  background-color: transparent;
}
[data-theme="high-contrast"] .modal .modal-content .dropdown-item {
  color: var(--black-color);
}
[data-theme="high-contrast"] .chart-color1 .fill-white,
[data-theme="high-contrast"] .chart-color3 .fill-white,
[data-theme="high-contrast"] .chart-color4 .fill-white {
  fill: var(--black-color) !important;
}
[data-theme="high-contrast"] .sidebar.dark {
  background: var(--black-color) !important;
}
[data-theme="high-contrast"] .sidebar.dark .title-text {
  color: var(--white-color);
}
[data-theme="high-contrast"] .sidebar.dark .menu-list .m-link {
  color: var(--white-color) !important;
}
[data-theme="high-contrast"] .rtl_mode .sidebar .menu-list .sub-menu::before {
  right: 16px;
}
[data-theme="high-contrast"] .rtl_mode .sidebar .menu-list .ms-link::before {
  right: -16px;
}
[data-theme="high-contrast"] .avatar.no-thumbnail {
  background-color: #191818;
}
[data-theme="high-contrast"] .form-control::-moz-placeholder {
  color: var(--white-color);
}
[data-theme="high-contrast"] .form-control:-ms-input-placeholder {
  color: var(--white-color);
}
[data-theme="high-contrast"] .form-control::placeholder {
  color: var(--white-color);
}
[data-theme="high-contrast"] .border-dark {
  border-color: var(--color-200) !important;
}
[data-theme="high-contrast"] .menu-footer-link a {
  color: #fff !important;
}
[data-theme="high-contrast"] pre[class*="language-"] {
  background: #000 !important;
  border: 1px solid;
} /*!* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #f1df3c;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #4fb8c9;
  --bs-warning: #f1df3c;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #191818;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 79, 184, 201;
  --bs-warning-rgb: 241, 223, 60;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 25, 24, 24;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 25, 26, 28;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: "Montserrat", san-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  pointer-events: all;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(25, 26, 28, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(25, 26, 28, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(25, 26, 28, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c6d8f4;
  --bs-table-striped-color: #191a1c;
  --bs-table-active-bg: #bdcee8;
  --bs-table-active-color: #191a1c;
  --bs-table-hover-bg: #c1d3ee;
  --bs-table-hover-color: #191a1c;
  color: #191a1c;
  border-color: #bdcee8;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d8d9db;
  --bs-table-striped-color: #191a1c;
  --bs-table-active-bg: #cecfd1;
  --bs-table-active-color: #191a1c;
  --bs-table-hover-bg: #d3d4d6;
  --bs-table-hover-color: #191a1c;
  color: #191a1c;
  border-color: #cecfd1;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c8ddd3;
  --bs-table-striped-color: #191a1c;
  --bs-table-active-bg: #bfd3ca;
  --bs-table-active-color: #191a1c;
  --bs-table-hover-bg: #c3d8cf;
  --bs-table-hover-color: #191a1c;
  color: #191a1c;
  border-color: #bfd3ca;
}
.table-info {
  --bs-table-bg: #dcf1f4;
  --bs-table-striped-bg: #d2e6e9;
  --bs-table-striped-color: #191a1c;
  --bs-table-active-bg: #c9dcde;
  --bs-table-active-color: #191a1c;
  --bs-table-hover-bg: #cde1e4;
  --bs-table-hover-color: #191a1c;
  color: #191a1c;
  border-color: #c9dcde;
}
.table-warning {
  --bs-table-bg: #fcf9d8;
  --bs-table-striped-bg: #f1eecf;
  --bs-table-striped-color: #191a1c;
  --bs-table-active-bg: #e5e3c5;
  --bs-table-active-color: #191a1c;
  --bs-table-hover-bg: #ebe8ca;
  --bs-table-hover-color: #191a1c;
  color: #191a1c;
  border-color: #e5e3c5;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #edced1;
  --bs-table-striped-color: #191a1c;
  --bs-table-active-bg: #e2c4c7;
  --bs-table-active-color: #191a1c;
  --bs-table-hover-bg: #e7c9cc;
  --bs-table-hover-color: #191a1c;
  color: #191a1c;
  border-color: #e2c4c7;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #edeeef;
  --bs-table-striped-color: #191a1c;
  --bs-table-active-bg: #e2e3e4;
  --bs-table-active-color: #191a1c;
  --bs-table-hover-bg: #e7e8e9;
  --bs-table-hover-color: #191a1c;
  color: #191a1c;
  border-color: #e2e3e4;
}
.table-dark {
  --bs-table-bg: #191818;
  --bs-table-striped-bg: #252424;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #302f2f;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #2a2929;
  --bs-table-hover-color: #ffffff;
  color: #fff;
  border-color: #302f2f;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(25, 26, 28, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==);
}
.form-check-input:checked[type="radio"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+);
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBoOCcvPjwvc3ZnPg==);
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPSdyZ2JhKDI1LCAyNiwgMjgsIDAuMjUpJy8+PC9zdmc+);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjODZiN2ZlJy8+PC9zdmc+);
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+);
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+),
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+),
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #191a1c;
  background-color: #4fb8c9;
  border-color: #4fb8c9;
}
.btn-info:hover {
  color: #191a1c;
  background-color: #69c3d1;
  border-color: #61bfce;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #191a1c;
  background-color: #69c3d1;
  border-color: #61bfce;
  box-shadow: 0 0 0 0.25rem rgba(71, 160, 175, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #191a1c;
  background-color: #72c6d4;
  border-color: #61bfce;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 160, 175, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #191a1c;
  background-color: #4fb8c9;
  border-color: #4fb8c9;
}
.btn-warning {
  color: #191a1c;
  background-color: #f1df3c;
  border-color: #f1df3c;
}
.btn-warning:hover {
  color: #191a1c;
  background-color: #f3e459;
  border-color: #f2e250;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #191a1c;
  background-color: #f3e459;
  border-color: #f2e250;
  box-shadow: 0 0 0 0.25rem rgba(209, 193, 55, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #191a1c;
  background-color: #f4e563;
  border-color: #f2e250;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 193, 55, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #191a1c;
  background-color: #f1df3c;
  border-color: #f1df3c;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #191a1c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #191a1c;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #191a1c;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(215, 216, 217, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #191a1c;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 216, 217, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #191a1c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #191818;
  border-color: #191818;
}
.btn-dark:hover {
  color: #fff;
  background-color: #151414;
  border-color: #141313;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #151414;
  border-color: #141313;
  box-shadow: 0 0 0 0.25rem rgba(60, 59, 59, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #141313;
  border-color: #131212;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 59, 59, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #191818;
  border-color: #191818;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #4fb8c9;
  border-color: #4fb8c9;
}
.btn-outline-info:hover {
  color: #191a1c;
  background-color: #4fb8c9;
  border-color: #4fb8c9;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 184, 201, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #191a1c;
  background-color: #4fb8c9;
  border-color: #4fb8c9;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 184, 201, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #4fb8c9;
  background-color: transparent;
}
.btn-outline-warning {
  color: #f1df3c;
  border-color: #f1df3c;
}
.btn-outline-warning:hover {
  color: #191a1c;
  background-color: #f1df3c;
  border-color: #f1df3c;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 223, 60, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #191a1c;
  background-color: #f1df3c;
  border-color: #f1df3c;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 223, 60, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f1df3c;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #191a1c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #191a1c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #191818;
  border-color: #191818;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #191818;
  border-color: #191818;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 24, 24, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #191818;
  border-color: #191818;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 24, 24, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #191818;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(25, 26, 28, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(25, 26, 28, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(25, 26, 28, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(25, 26, 28, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(25, 26, 28, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(25, 26, 28, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(25, 26, 28, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(25, 26, 28, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(25, 26, 28, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(25, 26, 28, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(25, 26, 28, 0.55);
  border-color: rgba(25, 26, 28, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1LCAyNiwgMjgsIDAuNTUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
}
.navbar-light .navbar-text {
  color: rgba(25, 26, 28, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(25, 26, 28, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNTUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(25, 26, 28, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(25, 26, 28, 0.03);
  border-bottom: 1px solid rgba(25, 26, 28, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(25, 26, 28, 0.03);
  border-top: 1px solid rgba(25, 26, 28, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(25, 26, 28, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzBjNjNlNCc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(25, 26, 28, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #2f6e79;
  background-color: #dcf1f4;
  border-color: #caeaef;
}
.alert-info .alert-link {
  color: #265861;
}
.alert-warning {
  color: #6f6929;
  background-color: #fcf9d8;
  border-color: #fbf5c5;
}
.alert-warning .alert-link {
  color: #595421;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #727375;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #5b5c5e;
}
.alert-dark {
  color: #0f0e0e;
  background-color: #d1d1d1;
  border-color: #bababa;
}
.alert-dark .alert-link {
  color: #0c0b0b;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(25, 26, 28, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #2f6e79;
  background-color: #dcf1f4;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #2f6e79;
  background-color: #c6d9dc;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f6e79;
  border-color: #2f6e79;
}
.list-group-item-warning {
  color: #6f6929;
  background-color: #fcf9d8;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #6f6929;
  background-color: #e3e0c2;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #6f6929;
  border-color: #6f6929;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #727375;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #727375;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #727375;
  border-color: #727375;
}
.list-group-item-dark {
  color: #0f0e0e;
  background-color: #d1d1d1;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #0f0e0e;
  background-color: #bcbcbc;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0f0e0e;
  border-color: #0f0e0e;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #191a1c;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23191A1C'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #191a1c;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(25, 26, 28, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(25, 26, 28, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(25, 26, 28, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(25, 26, 28, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #191a1c;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #191a1c;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #191a1c;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #191a1c;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #191a1c;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #191a1c;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(25, 26, 28, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(25, 26, 28, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(25, 26, 28, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(25, 26, 28, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(25, 26, 28, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(25, 26, 28, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZmZmZic+PHBhdGggZD0nTTExLjM1NCAxLjY0NmEuNS41IDAgMCAxIDAgLjcwOEw1LjcwNyA4bDUuNjQ3IDUuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhsLTYtNmEuNS41IDAgMCAxIDAtLjcwOGw2LTZhLjUuNSAwIDAgMSAuNzA4IDB6Jy8+PC9zdmc+);
}
.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZmZmZic+PHBhdGggZD0nTTQuNjQ2IDEuNjQ2YS41LjUgMCAwIDEgLjcwOCAwbDYgNmEuNS41IDAgMCAxIDAgLjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOC0uNzA4TDEwLjI5MyA4IDQuNjQ2IDIuMzU0YS41LjUgMCAwIDEgMC0uNzA4eicvPjwvc3ZnPg==);
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #191a1c;
}
.carousel-dark .carousel-caption {
  color: #191a1c;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #191a1c;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(25, 26, 28, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(25, 26, 28, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(25, 26, 28, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(25, 26, 28, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #191a1c 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #191a1c 95%
  );
  mask-image: linear-gradient(
    130deg,
    #191a1c 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #191a1c 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #4fb8c9;
}
.link-info:focus,
.link-info:hover {
  color: #72c6d4;
}
.link-warning {
  color: #f1df3c;
}
.link-warning:focus,
.link-warning:hover {
  color: #f4e563;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #191818;
}
.link-dark:focus,
.link-dark:hover {
  color: #141313;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(25, 26, 28, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(25, 26, 28, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(25, 26, 28, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #4fb8c9 !important;
}
.border-warning {
  border-color: #f1df3c !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #191818 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(25, 26, 28, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .mobile-logo{
    display: none !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  transition: ease 0.1s;
  -webkit-animation: fadeInAnimation ease 1s;
  animation: fadeInAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: var(--body-color);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  direction: ltr;
}
@media (prefers-reduced-motion: reduce) {
  body {
    transition: none;
  }
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.font-opensans {
  font-family: Montserrat, sans-serif;
}
body.font-quicksand {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}
body.font-nunito {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}
body.font-raleway {
  font-family: Montserrat, sans-serif;
}
body.radius-0 .alert,
body.radius-0 .avatar,
body.radius-0 .badge,
body.radius-0 .btn,
body.radius-0 .card,
body.radius-0 .card .card-footer,
body.radius-0 .card .card-header,
body.radius-0 .card .card-img-top,
body.radius-0 .choose-skin li div,
body.radius-0 .choose-skin li.active:after,
body.radius-0 .dropdown-menu,
body.radius-0 .form-control,
body.radius-0 .form-select,
body.radius-0 .input-group-text,
body.radius-0 .more-icon,
body.radius-0 .nav-link,
body.radius-0 .rounded,
body.radius-0 .rounded-1,
body.radius-0 .rounded-2,
body.radius-0 .rounded-3,
body.radius-0 .rounded-4,
body.radius-0 .rounded-pill,
body.radius-0 .sidebar .menu-list {
  border-radius: 0 !important;
}
@media only screen and (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:focus,
a:hover {
  color: var(--secondary-color);
  outline: 0;
  box-shadow: none;
}
img {
  filter: saturate(0.5);
}
img:hover {
  filter: none;
}
.page-setting {
  background: var(--secondary-color);
  color: var(--primary-color);
  position: fixed;
  text-align: center;
  right: 0;
  top: 150px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
}
.hover-show:hover .hover-div {
  display: block;
  z-index: 99;
}
.hover-show:hover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  height: 100%;
  opacity: 0.5;
  z-index: 0;
}
.hover-show:hover div.small {
  z-index: 99;
}
.hover-show .hover-div {
  display: none;
}
.notifications .pulse,
.notifications .pulse:focus {
  color: var(--primary-color) !important;
}
.notifications .card .card-body.tab-content {
  height: 330px;
}
@media only screen and (max-width: 767px) {
  .notifications .card .card-body.tab-content {
    height: calc(100vh - 200px);
  }
}
.notifications .card p {
  font-weight: 500;
}
.notifications .card p span {
  font-size: 16px;
}
.notifications .card span {
  font-size: 14px;
}
.notifications .card span .badge {
  font-size: 11px;
}
.notifications .card a {
  color: #fff;
}
.notifications .card .small,
.notifications .card small {
  color: var(--color-400);
  font-weight: 400;
  font-size: 12px;
}
.notifications ul:hover li {
  transition: ease 0.2s;
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .notifications ul:hover li {
    transition: none;
  }
}
.notifications ul:hover li:hover {
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .notifications .dropdown-menu {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 55px;
  }
  .notifications .dropdown-menu .card {
    width: 100%;
  }
}
.main-search {
  position: relative;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.main-search .form-control:active,
.main-search .form-control:focus {
  box-shadow: none;
  color: var(--primary-color);
}
.main-search .form-control:active::-moz-placeholder,
.main-search .form-control:focus::-moz-placeholder {
  color: rgba(25, 24, 24, 0.7);
}
.main-search .form-control:active:-ms-input-placeholder,
.main-search .form-control:focus:-ms-input-placeholder {
  color: rgba(25, 24, 24, 0.7);
}
.main-search .form-control:active::placeholder,
.main-search .form-control:focus::placeholder {
  color: rgba(25, 24, 24, 0.7);
}
.main-search .form-control::-moz-placeholder {
  color: rgba(25, 24, 24, 0.4);
}
.main-search .form-control:-ms-input-placeholder {
  color: rgba(25, 24, 24, 0.4);
}
.main-search .form-control::placeholder {
  color: rgba(25, 24, 24, 0.4);
}
.main-search .search-result {
  position: absolute;
  width: calc(100% - 30px);
  top: 40px;
}
.main-search .search-result .dropdown-item {
  color: #fff;
}
.main-search .search-result .dropdown-item:hover {
  color: var(--primary-color);
  background-color: rgba(var(--primary-rgb), 0.1);
}
@media only screen and (max-width: 991px) {
  .main-search .search-result {
    position: fixed;
    width: calc(100% - 32px);
    margin: 0 1rem;
    top: 68px;
    left: 0;
  }
}
.quick-light-dark.active i {
  color: var(--secondary-color);
}
.pricing-table .owl-stage {
  display: flex;
  align-items: stretch;
}
.pricing-table .owl-stage .owl-item {
  background: var(--card-color);
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
}
.pricing-table .owl-stage .owl-item .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.row-deck > .col,
.row-deck > [class*="col-"] {
  display: flex;
  align-items: stretch;
}
.row-deck > .col .card,
.row-deck > [class*="col-"] .card {
  flex: 1 1 auto;
}
.row-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .row-title {
    flex-direction: column;
    text-align: center;
  }
  .row-title > div {
    margin-top: 10px;
  }
}
code {
  font-size: 14px;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: var(--border-color) !important;
}
:not(pre) > code[class*="language-"]::-webkit-scrollbar,
pre[class*="language-"]::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
:not(pre) > code[class*="language-"]:hover::-webkit-scrollbar-thumb,
pre[class*="language-"]:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
:not(pre) > code[class*="language-"]::-webkit-scrollbar-track,
pre[class*="language-"]::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
:not(pre) > code[class*="language-"]::-webkit-scrollbar-thumb,
pre[class*="language-"]::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
code[class*="language-"],
pre[class*="language-"] {
  text-shadow: none !important;
  color: var(--color-000) !important;
}
.hover-show div.small {
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .page-toolbar .row {
    display: block;
  }
  .page-toolbar .row .col-auto {
    margin-top: 20px;
  }
}
body.rtl_mode {
  direction: rtl;
  text-align: right;
  overflow: hidden;
}
body.rtl_mode ul {
  padding-right: 0;
}
body.rtl_mode .float-right {
  float: left !important;
}
body.rtl_mode .text-end {
  text-align: left !important;
}
body.rtl_mode .text-start {
  text-align: right !important;
}
body.rtl_mode .ms-auto {
  margin-left: unset !important;
  margin-right: auto !important;
}
body.rtl_mode .me-auto {
  margin-right: unset !important;
  margin-left: auto !important;
}
body.rtl_mode .end-0 {
  left: 0 !important;
  right: auto !important;
}
body.rtl_mode .ms-1 {
  margin-right: 0.25rem !important;
}
body.rtl_mode .ms-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}
body.rtl_mode .me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
body.rtl_mode .ps-1 {
  padding-left: 0 !important;
  padding-right: 0.25rem !important;
}
body.rtl_mode .ps-1 {
  padding-right: 0 !important;
  padding-left: 0.25rem !important;
}
body.rtl_mode .ms-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
body.rtl_mode .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
body.rtl_mode .ps-2 {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}
body.rtl_mode .pe-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}
body.rtl_mode .ms-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
body.rtl_mode .me-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
body.rtl_mode .me-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}
body.rtl_mode .ms-4 {
  margin-left: 0 !important;
  margin-right: 1.5rem !important;
}
body.rtl_mode .ps-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}
body.rtl_mode .pe-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}
body.rtl_mode .dropdown-menu {
  text-align: right;
}
body.rtl_mode .dropdown-menu.dropdown-menu-end[data-bs-popper] {
  right: auto;
  left: 0;
}
body.rtl_mode .dropdown-menu-right {
  left: 0;
  right: auto;
  text-align: right;
}
body.rtl_mode .modal-header .btn-close {
  margin: unset;
}
body.rtl_mode .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
  margin-right: 0;
}
body.rtl_mode .form-check {
  padding-right: 1.5em;
  padding-left: 0;
}
body.rtl_mode .form-check .form-check-input {
  float: right;
  margin-left: 10px;
  margin-right: -1.5em;
}
body.rtl_mode .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}
body.rtl_mode .breadcrumb-item + .breadcrumb-item:before {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0;
}
body.rtl_mode .modal.fade .modal-dialog-vertical {
  transform: translateX(100%);
}
body.rtl_mode .modal.show .modal-dialog-vertical {
  transform: translateX(0);
}
body.rtl_mode
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
body.rtl_mode
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.rtl_mode
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body.rtl_mode .form-floating > label {
  right: 0;
  left: auto;
}
body.rtl_mode .btn-group .btn:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
body.rtl_mode .btn-group > .btn-group:not(:last-child) > .btn,
body.rtl_mode .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.rtl_mode .btn-group > .btn-group:not(:first-child) > .btn,
body.rtl_mode .btn-group > .btn:nth-child(n + 3),
body.rtl_mode .btn-group > :not(.btn-check) + .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body.rtl_mode .sidebar-mini-btn .fa-arrow-left {
  transform: rotate(180deg);
}
body.rtl_mode .dropdown-toggle::after {
  margin-left: unset;
  margin-right: 0.255em;
}
@media (min-width: 1200px) {
  body.rtl_mode .ms-xl-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  body.rtl_mode .me-lg-0 {
    margin-left: 0 !important;
  }
  body.rtl_mode .pe-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  body.rtl_mode .ms-md-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  body.rtl_mode .ms-md-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  body.rtl_mode .text-md-start {
    text-align: right !important;
  }
  body.rtl_mode .text-md-end {
    text-align: left !important;
  }
}
body.rtl_mode .timeline-item {
  border-left: 0;
  border-right: 2px solid var(--border-color);
}
body.rtl_mode .timeline-item:after {
  right: -5px;
  left: auto;
}
body.rtl_mode .resume-box {
  padding: 30px 20px;
}
body.rtl_mode .resume-box li {
  padding: 0 60px 0 20px;
}
body.rtl_mode .resume-box li::after {
  border-left: 0;
  border-right: 1px solid var(--primary-color);
  right: 20px;
  left: auto;
}
body.rtl_mode .apexcharts-canvas {
  direction: ltr;
}
body.rtl_mode .post-card .author {
  float: right;
  margin-left: 5px;
}
body.rtl_mode .hamburger-icon:hover .line:nth-child(1) {
  transform: translateX(7px) rotate(45deg);
}
body.rtl_mode .hamburger-icon:hover .line:nth-child(3) {
  transform: translateX(7px) rotate(-45deg);
}
body.rtl_mode .hamburger-icon.active .line:nth-child(1) {
  transform: translateX(-7px) rotate(-45deg);
}
body.rtl_mode .hamburger-icon.active .line:nth-child(3) {
  transform: translateX(-7px) rotate(45deg);
} /*!* Bootstrap Colorpicker - Simple and customizable colorpicker component for Twitter Bootstrap.
* @package bootstrap-colorpicker
* @version v3.0.0-beta.1
* @license MIT
* @link https://farbelous.github.io/bootstrap-colorpicker/
* @link https://github.com/farbelous/bootstrap-colorpicker.git*/
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC);
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation .colorpicker-guide {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation .colorpicker-guide i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.colorpicker-alpha,
.colorpicker-hue {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-alpha .colorpicker-guide,
.colorpicker-hue .colorpicker-guide {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC);
}
.colorpicker-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=);
  display: none;
}
.colorpicker-alpha,
.colorpicker-hue,
.colorpicker-saturation {
  background-size: contain;
}
.colorpicker {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  font-size: inherit;
  color: inherit;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  border-radius: 4px;
  z-index: 1055;
}
.colorpicker:after,
.colorpicker:before {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-bar {
  height: 15px;
  margin: 5px 0 0;
  clear: both;
  text-align: center;
  font-size: 10px;
  line-height: normal;
}
.colorpicker-bar-horizontal {
  height: 15px;
  margin: 0 0 4px;
  float: left;
  width: 100px;
}
.colorpicker-element .add-on i,
.colorpicker-element .input-group-addon i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
  vertical-align: text-bottom;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-bar {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha,
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha .colorpicker-guide,
.colorpicker.colorpicker-horizontal .colorpicker-hue .colorpicker-guide {
  display: block;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==);
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=);
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.colorpicker-alpha.colorpicker-visible,
.colorpicker-bar.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-bar.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.colorpicker-preview {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=);
  background-position: 0 100%;
}
.colorpicker-preview div {
  position: relative;
  width: 100%;
  height: 100%;
}
.colorpicker-swatch {
  cursor: pointer;
  float: left;
  height: 12px;
  width: 12px;
}
.colorpicker-swatch + .colorpicker-swatch {
  margin-left: 2px;
}
.border,
.border-bottom,
.border-end,
.border-left,
.border-right,
.border-start,
.border-top,
.dropdown-divider,
.input-group-text {
  border-color: var(--border-color) !important;
}
.border-bottom.border-primary,
.border-end.border-primary,
.border-left.border-primary,
.border-right.border-primary,
.border-start.border-primary,
.border-top.border-primary,
.border.border-primary,
.dropdown-divider.border-primary,
.input-group-text.border-primary {
  border-color: var(--primary-color) !important;
}
.border-bottom.border-secondary,
.border-end.border-secondary,
.border-left.border-secondary,
.border-right.border-secondary,
.border-start.border-secondary,
.border-top.border-secondary,
.border.border-secondary,
.dropdown-divider.border-secondary,
.input-group-text.border-secondary {
  border-color: var(--secondary-color) !important;
}
.border-bottom.border-success,
.border-end.border-success,
.border-left.border-success,
.border-right.border-success,
.border-start.border-success,
.border-top.border-success,
.border.border-success,
.dropdown-divider.border-success,
.input-group-text.border-success {
  border-color: #4dca88 !important;
}
.border-bottom.border-danger,
.border-end.border-danger,
.border-left.border-danger,
.border-right.border-danger,
.border-start.border-danger,
.border-top.border-danger,
.border.border-danger,
.dropdown-divider.border-danger,
.input-group-text.border-danger {
  border-color: #fc5a69 !important;
}
.border-bottom.border-warning,
.border-end.border-warning,
.border-left.border-warning,
.border-right.border-warning,
.border-start.border-warning,
.border-top.border-warning,
.border.border-warning,
.dropdown-divider.border-warning,
.input-group-text.border-warning {
  border-color: #ffba33 !important;
}
.border-bottom.border-info,
.border-end.border-info,
.border-left.border-info,
.border-right.border-info,
.border-start.border-info,
.border-top.border-info,
.border.border-info,
.dropdown-divider.border-info,
.input-group-text.border-info {
  border-color: #4fb8c9 !important;
}
.border-bottom.border-dark,
.border-end.border-dark,
.border-left.border-dark,
.border-right.border-dark,
.border-start.border-dark,
.border-top.border-dark,
.border.border-dark,
.dropdown-divider.border-dark,
.input-group-text.border-dark {
  border-color: var(--color-900) !important;
}
.border-bottom.border-white,
.border-end.border-white,
.border-left.border-white,
.border-right.border-white,
.border-start.border-white,
.border-top.border-white,
.border.border-white,
.dropdown-divider.border-white,
.input-group-text.border-white {
  border-color: var(--color-fff) !important;
}
.border-bottom.border-muted,
.border-end.border-muted,
.border-left.border-muted,
.border-right.border-muted,
.border-start.border-muted,
.border-top.border-muted,
.border.border-muted,
.dropdown-divider.border-muted,
.input-group-text.border-muted {
  border-color: var(--color-400) !important;
}
.form-floating .form-control,
.form-floating .form-select {
  border-radius: 0.25rem;
}
.form-floating > label {
  font-size: 15px;
}
.form-control,
.form-select {
  border-color: var(--border-color);
  background-color: var(--card-color);
  color: var(--color-900);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: var(--color-400);
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: var(--color-400);
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--color-400);
}
.form-control:hover,
.form-select:hover {
  border-color: rgba(var(--primary-rgb), 0.3);
}
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 10px rgba(25, 24, 24, 0.15);
  background-color: var(--card-color);
  border-color: #D7A31F;
  color: #fff;
}
.form-control.form-control-lg,
.form-select.form-control-lg {
  min-height: calc(1.5em + 1.8rem + 2px);
}
.form-control:disabled,
.form-select:disabled {
  cursor: not-allowed;
}
textarea.form-control {
  border-radius: 1rem;
}
.form-icon-group {
  display: block;
}
.form-icon-group .form-icon {
  top: 50%;
  transform: translateY(-50%);
  padding: 0.375rem 0.5rem;
  width: 35px;
  height: 35px;
  z-index: 3;
}
.form-icon-group svg {
  fill: #fff;
}
.form-icon-group.left-icon .form-icon {
  left: 0;
  right: auto;
}
.form-icon-group.left-icon .form-control {
  padding-left: 2.05rem;
}
.form-icon-group.right-icon .form-icon {
  left: auto;
  right: 0;
}
.form-icon-group.right-icon .form-control {
  padding-right: 2.05rem;
}
.form-check-input {
  background-color: var(--border-color);
  border-color: var(--border-color);
  -webkit-appearance: none;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn {
  font-size: 14px;
}
.btn.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn.btn-light-primary {
  background-color: rgba(var(--primary-rgb), 0.15);
  color: var(--primary-color);
  border-color: transparent;
}
.btn.btn-light-primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.btn.btn-light-secondary {
  background-color: rgba(108, 117, 125, 0.15);
  color: #6c757d;
  border-color: transparent;
}
.btn.btn-light-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}
.btn.btn-light-success {
  background-color: rgba(77, 202, 136, 0.15);
  color: #4dca88;
  border-color: transparent;
}
.btn.btn-light-success:hover {
  background-color: #4dca88;
  color: #fff;
}
.btn.btn-light-danger {
  background-color: rgba(252, 90, 105, 0.15);
  color: #fc5a69;
  border-color: transparent;
}
.btn.btn-light-danger:hover {
  background-color: #fc5a69;
  color: #fff;
}
.btn.btn-light-warning {
  background-color: rgba(255, 186, 51, 0.15);
  color: #ffba33;
  border-color: transparent;
}
.btn.btn-light-warning:hover {
  background-color: #ffba33;
  color: #fff;
}
.btn.btn-light-info {
  background-color: rgba(79, 184, 201, 0.15);
  color: #4fb8c9;
  border-color: transparent;
}
.btn.btn-light-info:hover {
  background-color: #4fb8c9;
  color: #fff;
}
.btn.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn.btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.btn.btn-outline-secondary {
  border-color: var(--border-color);
}
.btn.btn-outline-success {
  color: #4dca88;
  border-color: #4dca88;
}
.btn.btn-outline-success:hover {
  background-color: #4dca88;
  color: #fff;
}
.btn.btn-outline-danger {
  color: #fc5a69;
  border-color: #fc5a69;
}
.btn.btn-outline-danger:hover {
  background-color: #fc5a69;
  color: #fff;
}
.btn.btn-outline-info {
  color: #4fb8c9;
  border-color: #4fb8c9;
}
.btn.btn-outline-info:hover {
  background-color: #4fb8c9;
  color: #fff;
}
.btn.btn-white {
  background-color: var(--color-fff);
  border-color: var(--color-fff);
  color: var(--color-700);
}
.btn.btn-dark {
  background-color: var(--color-900);
  border-color: var(--color-900);
  color: var(--color-400);
}
.btn-group-lg > .btn,
.btn.btn-lg {
  padding: 0.89rem 1rem;
  font-size: 1rem;
}
.btn-group .btn-check:active + .btn-outline-primary,
.btn-group .btn-check:checked + .btn-outline-primary,
.btn-group .btn-outline-primary.active,
.btn-group .btn-outline-primary.dropdown-toggle.show,
.btn-group .btn-outline-primary:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
button:focus:not(:focus-visible) {
  box-shadow: none;
}
.accordion-button {
  background-color: var(--card-color);
  color: #fff;
}
.avatar {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

#google_translate_element {
  margin-right: 50px !important;
}
#google_translate_element select{
  width: 60px !important;
  font-size: 5px !important;
}
#Layer_1 {
  width: 100px !important;
}

.avatar.xs {
  width: 16px;
  min-width: 16px;
  height: 16px;
  font-size: 8px;
}
.avatar.sm {
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.avatar.lg {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.avatar.xl {
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.avatar.xxl {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
.avatar.no-thumbnail {
  background-color: rgba(var(--primary-rgb), 0.15);
  color: var(--primary-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-icon {
  transition: ease 0.3s;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .more-icon {
    transition: none;
  }
}
.more-icon.show,
.more-icon:hover {
  background: rgba(var(--primary-rgb), 1);
  color: #fff;
}
.more-icon::after {
  display: none;
}
.more-icon + .dropdown-menu {
  border-radius: 0.75rem;
}
.more-icon + .dropdown-menu .dropdown-item.active,
.more-icon + .dropdown-menu .dropdown-item:focus,
.more-icon + .dropdown-menu .dropdown-item:hover {
  background-color: rgba(var(--primary-rgb), 0.15);
  color: var(--primary-color);
  border-radius: 0.2rem;
}
.dropdown-menu {
  font-size: 15px;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(var(--primary-rgb), 0.15);
  color: var(--primary-color);
}
.dropdown-menu.mega-dropdown {
  width: 600px;
}
@media only screen and (max-width: 640px) {
  .dropdown-menu.mega-dropdown {
    width: 100%;
  }
}
.dropdown-menu.datepicker {
  padding: 0.8rem;
}
.dropdown-menu.datepicker td,
.dropdown-menu.datepicker th {
  width: 28px;
  height: 28px;
}
.after-none::after {
  display: none;
}
.modal {
  right: 0;
  left: auto;
}
.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}
.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}
.modal.show .modal-dialog-vertical.right-side {
  right: 0;
}
.modal .modal-footer,
.modal .modal-header {
  border-color: var(--border-color);
}
.modal .modal-title {
  color: var(--color-800);
}
.modal .modal-content {
  background-color: var(--card-color);
  border-color: var(--border-color);
  color: #fff;
}
.modal .modal-content .dropdown-item {
  color: var(--color-500);
}
.modal .modal-content .dropdown-item:hover {
  color: var(--primary-color);
  background-color: rgba(var(--primary-rgb), 0.1);
}
.modal .modal-dialog-vertical {
  margin: 0;
  height: 100%;
}
.modal .modal-dialog-vertical .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-dialog-vertical.right-side {
  transition: ease-in-out 0.2s;
  transform: none;
  position: absolute;
  right: -300px;
}
@media (prefers-reduced-motion: reduce) {
  .modal .modal-dialog-vertical.right-side {
    transition: none;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-dialog-vertical.right-side {
    position: unset;
  }
}
.offcanvas {
  background-color: var(--card-color);
}
.offcanvas .offcanvas-footer,
.offcanvas .offcanvas-header {
  border-color: var(--border-color);
}
.offcanvas .offcanvas-title {
  color: var(--color-800);
}
.offcanvas .offcanvas-content {
  background-color: var(--card-color);
  color: #fff;
}
.offcanvas .offcanvas-content .dropdown-item {
  color: var(--color-500);
}
.offcanvas .offcanvas-content .dropdown-item:hover {
  color: var(--primary-color);
  background-color: rgba(var(--primary-rgb), 0.1);
}
.breadcrumb {
  background-color: var(--color-200);
}
.navbar-light .navbar-nav .nav-link {
  color: var(--color-500);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}
.nav-tabs {
  border-color: var(--border-color);
}
.nav-tabs.tab-custom {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-tabs.tab-custom .nav-link {
  color: #fff;
  opacity: 0.7;
}
.nav-tabs.tab-custom .nav-link.active {
  opacity: 1;
  color: var(--primary-color);
}
.nav-tabs.tab-card {
  padding: 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .nav-tabs.tab-card {
    padding: 0 1rem;
  }
}
.nav-tabs.tab-card .nav-link {
  color: var(--color-500);
  background-color: transparent;
  border-bottom: 7px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: -4px;
}
@media only screen and (max-width: 768px) {
  .nav-tabs.tab-card .nav-link {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.nav-tabs.tab-card .nav-link.active,
.nav-tabs.tab-card .nav-link:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.nav-tabs.tab-page-toolbar {
  border: 1px solid Var(--primary-color);
  overflow: hidden;
  padding: 3px;
}
.nav-tabs.tab-page-toolbar .nav-link {
  border: 0;
  margin: 0;
  padding: 0.3rem 1rem;
  border-radius: 0.25rem;
  color: var(--color-500);
}
.nav-tabs.tab-page-toolbar .nav-link:hover {
  color: var(--primary-color);
}
.nav-tabs.tab-page-toolbar .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
}
.nav-tabs.tab-h-scroll {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav-tabs.tab-h-scroll::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.nav-tabs.tab-h-scroll:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.nav-tabs.tab-h-scroll::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.nav-tabs.tab-h-scroll::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.nav-tabs.menu-list {
  flex-direction: column;
}
.nav-tabs.menu-list .nav-link {
  color: var(--color-500);
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  margin: 0;
  border: 0;
  padding: 0.6rem 0;
}
.nav-tabs.menu-list .nav-link.active,
.nav-tabs.menu-list .nav-link:hover {
  color: var(--primary-color);
  background-color: transparent;
  font-weight: 700;
}
.nav-tabs.menu-list .nav-link i.fa {
  width: 26px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--primary-color);
}
.nav-pills .nav-link {
  color: var(--primary-color);
}
.nav-pills.custom-pill {
  margin-left: -0.25rem;
}
.nav-pills.custom-pill .nav-link {
  position: relative;
}
.nav-pills.custom-pill .nav-link.active:after,
.nav-pills.custom-pill .nav-link:hover:after {
  color: var(--primary-color);
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  bottom: -18px;
  left: 10px;
  font-size: 20px;
}
.nav-pills.custom-horizontal {
  border-right: 1px solid var(--primary-color);
  flex-direction: column;
  text-align: right;
}
.nav-pills.custom-horizontal .nav-link {
  border-right: 4px solid transparent;
  color: var(--color-700);
  border-radius: 0;
}
.nav-pills.custom-horizontal .nav-link.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: transparent;
}
.list-group-custom .list-group-item {
  background-color: var(--card-color);
  border-color: var(--border-color);
  color: var(--color-500);
  /* border-style: solid; */
  padding: 0.65rem 1rem;
}
.list-group-custom .list-group-item.active,
.list-group-custom .list-group-item:hover {
  background-color: rgba(var(--primary-rgb), 0.1);
}
.list-group-custom.sticky-top {
  z-index: 8;
}
.list-group-item {
  background-color: var(--card-color);
  border-color: var(--border-color);
  color: var(--color-500);
}
.progress {
  background-color: var(--color-200);
}
.alert {
  border-radius: 0.75rem;
  /* border-style: solid; */
}
.table {
  border-color: var(--border-color);
}
.table tr th {
  color: var(--color-800);
  text-transform: uppercase;
  font-size: 12px;
}
.table tr td {
  border-color: var(--border-color);
  color: #fff;
  padding: 0.8rem 0.6rem;
}
.table tr:hover td {
  color: var(--color-900);
}
.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: var(--color-700);
}
.table.border-primary tr td,
.table.border-primary tr th {
  border-color: var(--primary-color);
}
.table.table-sm td {
  padding: 0.5rem 0.6rem;
}
.table.custom-table {
  border-collapse: separate !important;
  border-spacing: 0 5px !important;
}
.table.custom-table thead tr th {
  border: 0;
}
.table.custom-table tbody tr {
  background: var(--card-color);
}
.table.custom-table tbody:hover tr {
  transition: ease 0.3s;
  opacity: 0.7;
}
@media (prefers-reduced-motion: reduce) {
  .table.custom-table tbody:hover tr {
    transition: none;
  }
}
.table.custom-table tbody:hover tr:hover {
  opacity: 1;
}
.table.custom-table tr td,
.table.custom-table tr th {
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 0;
  border-left: 1px solid var(--border-color);
}
.table.custom-table tr td:first-child,
.table.custom-table tr th:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  border-left: 0;
}
.table.custom-table tr td:last-child,
.table.custom-table tr th:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.table.custom-table-2 {
  border-collapse: separate !important;
  border-spacing: 0 1px !important;
}
.table.custom-table-2 thead tr th {
  border: 0;
}
.table.custom-table-2 tbody tr {
  background: var(--card-color);
}
.table.custom-table-2 tbody tr.cancle-row td {
  background: rgba(252, 90, 105, 0.05);
}
.table.custom-table-2 tbody tr.active-row td {
  background: rgba(79, 184, 201, 0.05);
}
.table.custom-table-2 tr td,
.table.custom-table-2 tr th {
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 0;
}
.table.custom-table-2 tr td:first-child,
.table.custom-table-2 tr th:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  border-left: 0;
}
.table.custom-table-2 tr td:last-child,
.table.custom-table-2 tr th:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.table.card-table thead tr th {
  border-top: 1px solid var(--border-color);
}
.table.card-table tbody {
  border-top: none;
}
.table.card-table tbody tr {
  background: var(--card-color);
}
.table.card-table tbody:hover tr {
  transition: ease 0.3s;
  opacity: 0.7;
}
@media (prefers-reduced-motion: reduce) {
  .table.card-table tbody:hover tr {
    transition: none;
  }
}
.table.card-table tbody:hover tr:hover {
  background: var(--body-color);
  opacity: 1;
}
.table.card-table tr td,
.table.card-table tr th {
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 0;
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}
.table.card-table tr td:first-child,
.table.card-table tr th:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  border-left: 0;
}
.table.card-table tr td:last-child,
.table.card-table tr th:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.table.card-table tr:last-child td {
  border-bottom: 0;
}
.table.accordion {
  border-collapse: separate !important;
  border-spacing: 0 1px !important;
}
.table.accordion thead tr th {
  border: 0;
}
.table.accordion tbody tr {
  background: var(--card-color);
}
.table.accordion tbody tr.cancle-row td {
  background: rgba(252, 90, 105, 0.05);
}
.table.accordion tbody tr.active-row td {
  background: rgba(79, 184, 201, 0.05);
}
.table.accordion tr td,
.table.accordion tr th {
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 0;
}
.table.accordion tr td:first-child,
.table.accordion tr th:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  border-left: 0;
}
.table.accordion tr td:last-child,
.table.accordion tr th:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.page-item:first-child .page-link {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.page-item .page-link {
  background-color: var(--card-color);
  border-color: var(--border-color);
  color: #fff;
}
.page-item.disabled .page-link {
  background-color: var(--border-color);
  border-color: var(--border-color);
}
.page-item.active .page-link,
.page-item:hover .page-link {
  background-color: var(--primary-color);
  border-color: var(--border-color);
  color: var(--color-fff);
}
.fc-custome .btn {
  border: 1px solid var(--border-color);
}
.fc-custome .btn.active {
  border: 1px solid var(--primary-color);
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
}
.c_radio > label {
  cursor: pointer;
}
.c_radio > label input[type="checkbox"],
.c_radio > label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.c_radio > label input[type="checkbox"]:checked + .card,
.c_radio > label input[type="radio"]:checked + .card {
  transition: ease-in 0.1s;
  border: 1px solid var(--primary-color);
  background: rgba(var(--primary-rgb), 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .c_radio > label input[type="checkbox"]:checked + .card,
  .c_radio > label input[type="radio"]:checked + .card {
    transition: none;
  }
}
.c_radio > label input[type="checkbox"]:checked + .card:after,
.c_radio > label input[type="radio"]:checked + .card:after {
  background: var(--primary-color);
  border: 3px solid var(--card-color);
  box-shadow: 0 0 0 2px var(--primary-color);
  position: absolute;
  height: 1rem;
  width: 1rem;
  right: 20px;
  top: 20px;
}
.c_radio > label input[type="radio"]:checked + .card:after {
  border-radius: 100%;
}
.c_radio > label .card:hover {
  border: 1px solid var(--primary-color);
  background: rgba(var(--primary-rgb), 0.1);
}
.tooltip .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--primary-color);
}
.tooltip
  .bs-tooltip-auto[data-popper-placement^="right"]
  .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--primary-color);
}
.tooltip
  .bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--primary-color);
}
.tooltip .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--primary-color);
}
.tooltip .tooltip-inner {
  background-color: var(--primary-color);
  color: #fff;
}
.badge.bg-warning {
  color: #191818;
}
.btn-close {
  background-color: #fff;
}
.file-input input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input label:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.image-input {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-input .avatar-wrapper {
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
.image-input.avatar.xxl .file-input {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.image-input.avatar.xl .file-input {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.image-input.avatar.lg .file-input {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.image-input .file-input label {
  background: var(--card-color);
  text-align: center;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 24px;
}
.no-resize {
  resize: none;
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.text-muted {
  color: #9399a1 !important;
}
.text-gradient {
  background: linear-gradient(145deg, var(--primary-color), var(--dark-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-primary {
  background: var(--primary-color) !important;
}
.bg-secondary {
  background: var(--secondary-color) !important;
}
.bg-primary-gradient {
  background: var(--primary-gradient) !important;
  color: #fff;
}
.bg-dark {
  background: var(--color-900) !important;
}
.bg-light {
  background: var(--body-color) !important;
}
.bg-body {
  background: var(--body-color) !important;
}
.bg-card {
  background: var(--card-color) !important;
}
.bg-light-primary {
  background: rgba(var(--primary-rgb), 0.2) !important;
}
.bg-light-success {
  background: rgba(77, 202, 136, 0.2) !important;
}
.bg-light-danger {
  background: rgba(252, 90, 105, 0.2) !important;
}
.bg-light-warning {
  background: rgba(255, 186, 51, 0.2) !important;
}
.bg-light-info {
  background: rgba(79, 184, 201, 0.2) !important;
}
.btn-success {
  background-color: #4dca88;
  border-color: #4dca88;
}
.btn-danger {
  background-color: #fc5a69;
  border-color: #fc5a69;
}
.btn-warning {
  background-color: #ffba33;
  border-color: #ffba33;
}
.btn-info {
  background-color: #4fb8c9;
  border-color: #4fb8c9;
}
.fill-primary {
  fill: var(--primary-color) !important;
}
.fill-secondary {
  fill: var(--secondary-color) !important;
}
.fill-danger {
  fill: var(--bs-danger) !important;
}
.fill-warning {
  fill: var(--bs-warning) !important;
}
.fill-success {
  fill: var(--bs-success) !important;
}
.fill-white {
  fill: #fff !important;
}
.fill-muted {
  fill: #9399a1 !important;
}
.chart-color1 {
  background-color: var(--chart-color1) !important;
}
.chart-color2 {
  background-color: var(--chart-color2) !important;
}
.chart-color3 {
  background-color: var(--chart-color3) !important;
}
.chart-color4 {
  background-color: var(--chart-color4) !important;
}
.chart-color5 {
  background-color: var(--chart-color5) !important;
}
.fill-chart-color1 {
  fill: var(--chart-color1) !important;
}
.fill-chart-color2 {
  fill: var(--chart-color2) !important;
}
.fill-chart-color3 {
  fill: var(--chart-color3) !important;
}
.fill-chart-color4 {
  fill: var(--chart-color4) !important;
}
.fill-chart-color5 {
  fill: var(--chart-color5) !important;
}
.chart-text-color1 {
  color: var(--chart-color1) !important;
}
.chart-text-color2 {
  color: var(--chart-color2) !important;
}
.chart-text-color3 {
  color: var(--chart-color3) !important;
}
.chart-text-color4 {
  color: var(--chart-color4) !important;
}
.chart-text-color5 {
  color: var(--chart-color5) !important;
}
.color-fff {
  color: var(--color-fff);
}
.color-100 {
  color: var(--color-100);
}
.color-200 {
  color: var(--color-200);
}
.color-300 {
  color: var(--color-300);
}
.color-400 {
  color: var(--color-400);
}
.color-500 {
  color: var(--color-500);
}
.color-600 {
  color: #fff;
}
.color-700 {
  color: var(--color-700);
}
.color-800 {
  color: var(--color-800);
}
.color-900 {
  color: var(--color-900);
}
.color-000 {
  color: var(--color-000);
}
.vh100 {
  height: 100vh;
}
.w30 {
  width: 30px;
}
.w60 {
  width: 60px;
}
.w90 {
  width: 90px;
}
.w120 {
  width: 120px;
}
.w180 {
  width: 180px;
}
.w240 {
  width: 240px;
}
.w320 {
  width: 320px;
}
.w380 {
  width: 380px;
}
.dividers {
  display: flex;
  align-items: center;
}
.dividers:after,
.dividers:before {
  flex: 1 1 0%;
  border-top: 0.0625rem solid var(--border-color);
  content: "";
  margin-top: 0.0625rem;
}
.dividers::before {
  margin-right: 1.5rem;
}
.dividers::after {
  margin-left: 1.5rem;
}
.custom_scroll {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom_scroll::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.custom_scroll:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.custom_scroll::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.custom_scroll::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .custom_scroll {
    padding-bottom: 60px;
  }
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media only screen and (max-width: 1280px) {
  .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .py-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media only screen and (max-width: 992px) {
  .py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.rounded-4 {
  border-radius: 0.75rem !important;
}
.rounded-5 {
  border-radius: 0.8rem !important;
}
.bg-text {
  font-size: 4rem;
}
@media only screen and (max-width: 1440px) {
  .bg-text {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .bg-text {
    font-size: 2.6rem;
  }
}
[data-theme="dark"] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.15) !important;
}
[data-theme="dark"] .offcanvas,
[data-theme="dark"] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15) !important;
}
[data-theme="dark"] .border-dark {
  border-color: #f0f0f0 !important;
}
[data-theme="dark"] .avatar.no-thumbnail {
  background-color: #fff;
}
.dropdown-menu.dropdown-animation {
  padding: 0.9rem;
}
.dropdown-menu.dropdown-animation a.dropdown-item {
  transition: all 0.3s ease 0s;
  min-width: 180px;
  padding: 5px 0;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-menu.dropdown-animation a.dropdown-item {
    transition: none;
  }
}
.dropdown-menu.dropdown-animation a.dropdown-item i {
  transition: all 0.3s ease 0s;
  margin-left: 0;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-menu.dropdown-animation a.dropdown-item i {
    transition: none;
  }
}
.dropdown-menu.dropdown-animation a.dropdown-item:hover {
  background-color: transparent;
}
.dropdown-menu.dropdown-animation a.dropdown-item:hover i {
  color: var(--primary-color);
  opacity: 1;
  margin-left: 8px;
}
.dropdown.morphing:not(.scale-left) .dropdown-menu,
.dropdown.morphing:not(.scale-right) .dropdown-menu {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) !important;
  display: block;
  margin: 0;
  top: auto !important;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown.morphing:not(.scale-left) .dropdown-menu,
  .dropdown.morphing:not(.scale-right) .dropdown-menu {
    transition: none;
  }
}
.dropdown.morphing:not(.scale-left) .dropdown-menu.show,
.dropdown.morphing:not(.scale-right) .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}
.dropdown.morphing .dropdown-menu,
.dropdown.morphing.scale-left .dropdown-menu,
.dropdown.morphing.scale-right .dropdown-menu {
  transform: scale(0, 0) !important;
  -webkit-transform: scale(0, 0) !important;
  -moz-transform: scale(0, 0) !important;
  -ms-transform: scale(0, 0) !important;
  display: block;
  top: auto !important;
  margin: 0;
}
.dropdown.morphing .dropdown-menu.show,
.dropdown.morphing.scale-left .dropdown-menu.show,
.dropdown.morphing.scale-right .dropdown-menu.show {
  transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
}
.dropdown.morphing.scale-left .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  transform-origin: top right !important;
}
.dropdown.morphing.scale-right .dropdown-menu {
  right: auto !important;
  left: 0 !important;
  transform-origin: top left;
}
.slidedown {
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
}
@media (prefers-reduced-motion: reduce) {
  .slidedown {
    transition: none;
  }
}
.slidedown.open,
.slidedown.show {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.slidedown .dropdown-menu {
  transition: all 0.3s ease 0s;
  display: block;
  visibility: hidden;
  top: 100%;
  z-index: 999;
  opacity: 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
}
@media (prefers-reduced-motion: reduce) {
  .slidedown .dropdown-menu {
    transition: none;
  }
}
.slidedown .dropdown-menu.show {
  visibility: visible;
  transform: scaleY(1);
  top: 100%;
  opacity: 1;
}
.animation_delay > li {
  opacity: 0;
  transform: translateY(15px);
  -webkit-animation: eliment-animation 0.3s ease-in-out 0.33333s;
  animation: eliment-animation 0.3s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animation_delay > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animation_delay > li:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.animation_delay > li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation_delay > li:nth-child(4) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.animation_delay > li:nth-child(5) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animation_delay > li:nth-child(6) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.animation_delay > li:nth-child(7) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation_delay > li:nth-child(8) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.animation_delay > li:nth-child(9) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animation_delay > li:nth-child(10) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.animation_delay > li:nth-child(11) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation_delay > li:nth-child(12) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.animation_delay > li:nth-child(13) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animation_delay > li:nth-child(14) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
@-webkit-keyframes eliment-animation {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes eliment-animation {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.lift:focus,
.lift:hover {
  box-shadow: 0 6px 1rem rgba(25, 24, 24, 0.1),
    0 0.5rem 1rem -0.75rem rgba(25, 24, 24, 0.1) !important;
  transform: translate3d(0, -3px, 0);
}
.animate_lines {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 90vw;
  z-index: 1;
}
.animate_lines .line {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(23, 25, 28, 0.05);
}
.animate_lines .line:nth-child(1) {
  margin-left: 22%;
}
.animate_lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animate_lines .line:nth-child(3) {
  margin-left: 12%;
}
.animate_lines .line:nth-child(3)::after {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animate_lines .line:nth-child(4) {
  margin-left: 80%;
}
.animate_lines .line:nth-child(4)::after {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.animate_lines .line:nth-child(5) {
  margin-left: 85%;
}
.animate_lines .line:nth-child(5)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animate_lines .line:nth-child(6) {
  margin-left: 100%;
}
.animate_lines .line:nth-child(6)::after {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.animate_lines .line:after {
  background: linear-gradient(
    to bottom,
    var(--border-color) 0,
    var(--primary-color) 75%,
    var(--secondary-color) 100%
  );
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes run {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
.pulse .pulse-ring {
  border-color: var(--primary-color);
  display: block;
  position: absolute;
  -webkit-animation: animation-pulse 3.5s ease-out;
  animation: animation-pulse 3.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-style: solid;
  top: 0;
  left: 3px;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  opacity: 0;
  border-width: 5px;
}
.pulse::after {
  display: none;
}
@-webkit-keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--card-color);
}
#preloader::before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--primary-color);
  border-top-color: var(--border-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn.btn-animate-1 {
  transition: all 0.3s ease;
  position: relative;
  margin: auto;
  background-color: transparent;
  color: inherit;
  border: none;
  text-decoration: none;
  padding: 15px 20px;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-1 {
    transition: none;
  }
}
.btn.btn-animate-1:before {
  transition: all 0.3s ease;
  background: rgba(var(--primary-rgb), 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  width: 56px;
  height: 56px;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-1:before {
    transition: none;
  }
}
.btn.btn-animate-1 span {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.25em;
}
.btn.btn-animate-1 i {
  transition: all 0.3s ease;
  position: relative;
  margin-left: 10px;
  transform: translateX(-5px);
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-1 i {
    transition: none;
  }
}
.btn.btn-animate-1:hover {
  color: #fff;
}
.btn.btn-animate-1:hover:before {
  width: 100%;
  background: rgba(var(--primary-rgb), 1);
}
.btn.btn-animate-1:hover i {
  transform: translateX(0);
}
.btn.btn-animate-1:active {
  transform: scale(0.96);
}
.btn.btn-animate-2 {
  transition: all 0.3s ease;
  color: var(--primary-color);
  border-color: var(--primary-color);
  margin: 0.5em;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-2 {
    transition: none;
  }
}
.btn.btn-animate-2:focus,
.btn.btn-animate-2:hover {
  color: #fff;
}
.btn.btn-animate-2.fill:focus,
.btn.btn-animate-2.fill:hover {
  box-shadow: inset 0 0 0 2em var(--primary-color);
}
.btn.btn-animate-2.pulse:focus,
.btn.btn-animate-2.pulse:hover {
  color: var(--primary-color);
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 1em transparent;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--primary-color);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--primary-color);
  }
}
.btn.btn-animate-2.close:focus,
.btn.btn-animate-2.close:hover {
  box-shadow: inset -3.5em 0 0 0 var(--primary-color),
    inset 3.5em 0 0 0 var(--primary-color);
}
.btn.btn-animate-2.raise:focus,
.btn.btn-animate-2.raise:hover {
  color: var(--primary-color);
  box-shadow: 0 0.5em 0.5em -0.4em var(--primary-color);
  transform: translateY(-0.25em);
}
.btn.btn-animate-2.up:focus,
.btn.btn-animate-2.up:hover {
  box-shadow: inset 0 -3.25em 0 0 var(--primary-color);
}
.btn.btn-animate-2.slide:focus,
.btn.btn-animate-2.slide:hover {
  box-shadow: inset 10.5em 0 0 0 var(--primary-color);
}
.btn.btn-animate-3 {
  background: 0 0;
  outline: 0;
  position: relative;
  overflow: hidden;
}
.btn.btn-animate-3:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}
.btn.btn-animate-3:before {
  transition: all 0.3s ease;
  content: attr(data-hover);
  position: absolute;
  text-transform: uppercase;
  top: auto;
  transform: translate(-100%, 0);
  left: 0;
  width: 100%;
  letter-spacing: 3px;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-3:before {
    transition: none;
  }
}
.btn.btn-animate-3:hover div {
  opacity: 0;
  transform: translate(100%, 0);
}
.btn.btn-animate-3 div {
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-3 div {
    transition: none;
  }
}
.btn.btn-animate-4 {
  background: 0 0;
  position: relative;
}
.btn.btn-animate-4:after,
.btn.btn-animate-4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn.btn-animate-4:before {
  content: "";
  background: var(--primary-color);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
}
.btn.btn-animate-4:after {
  content: "";
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
  border-radius: 0;
  transform: scale3d(0.85, 0.65, 1);
}
.btn.btn-animate-4 span {
  display: inline-block;
  position: relative;
  color: #fff;
}
.btn.btn-animate-4:hover:before {
  transform: scale3d(0.9, 0.8, 1);
}
.btn.btn-animate-4:hover:after {
  transform: scale3d(1, 1, 1);
}
.btn.btn-animate-5 {
  background: 0 0;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 72px;
  height: 72px;
}
.btn.btn-animate-5 svg {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn.btn-animate-5 svg .circle,
.btn.btn-animate-5 svg .path {
  stroke: var(--border-color);
  fill: none;
  stroke-width: 1px;
}
.btn.btn-animate-5 svg .path {
  stroke: var(--primary-color);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn.btn-animate-5:hover {
  color: var(--primary-color);
}
.btn.btn-animate-5:hover svg {
  transform: scale3d(1.2, 1.2, 1);
}
.btn.btn-animate-5:hover svg .path {
  stroke-dashoffset: 0;
}
.btn.btn-animate-6 {
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 0;
  min-width: 160px;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-6 {
    transition: none;
  }
}
.btn.btn-animate-6 .btninfo {
  transition: all 0.3s ease;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -70px;
  width: 40px;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-6 .btninfo {
    transition: none;
  }
}
.btn.btn-animate-6 .btntext {
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-animate-6 .btntext {
    transition: none;
  }
}
.btn.btn-animate-6:hover .btninfo {
  left: 0;
}
.btn.btn-animate-6:hover .btntext {
  margin-left: 40px;
}
.btn.btn-animate-7 {
  color: #fff;
  min-width: 110px;
  border: 0;
}
.btn.btn-animate-7.primary {
  background-image: linear-gradient(45deg, var(--primary-color), #191818);
}
.btn.btn-animate-7.secondary {
  background-image: linear-gradient(45deg, var(--secondary-color), #191818);
}
.btn.btn-animate-7.danger {
  background-image: linear-gradient(45deg, #fc5a69, #191818);
}
.btn.btn-animate-7.success {
  background-image: linear-gradient(45deg, #4dca88, #191818);
}
.btn.btn-animate-7.warning {
  background-image: linear-gradient(45deg, #ffba33, #191818);
}
.btn.btn-animate-7.info {
  background-image: linear-gradient(45deg, #4fb8c9, #191818);
}
.luno-link {
  position: relative;
  transition: -webkit-clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
}
.luno-link:focus span::before,
.luno-link:hover span::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.luno-link span {
  color: var(--primary-color);
  position: relative;
  display: inline-block;
}
.luno-link span::before {
  color: var(--primary-color);
  -webkit-text-decoration-color: var(--primary-color);
  text-decoration-color: var(--primary-color);
  content: attr(data-content);
  text-decoration: underline;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
}
.luno-link.dotted span:before {
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.luno-link.solid span:before {
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
.luno-link.double span:before {
  -webkit-text-decoration-style: double;
  text-decoration-style: double;
}
.luno-link.wavy span:before {
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
}
.luno-link.line-through span:before {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.luno-link.text_bg {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: var(--primary-color);
}
.luno-link.text_bg:after {
  content: "";
  background: rgba(var(--primary-rgb), 0.15);
  position: absolute;
  left: 12px;
  bottom: -6px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}
.luno-link.text_bg:hover:after {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
}
.luno-link.text_bg2:after {
  content: "";
  background: rgba(var(--primary-rgb), 0.15);
  position: absolute;
  width: calc(100% + 6px);
  height: 0;
  left: -3px;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.luno-link.text_bg2:hover:after {
  height: calc(100% + 3px);
}
.img-effect {
  background: var(--primary-color);
  display: inline-block;
  float: none;
  position: relative;
  overflow: hidden;
}
.img-effect img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.6;
}
.img-effect > div {
  padding: 2em;
  color: #fff;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-effect > div > a {
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  font-size: 0;
  opacity: 0;
}
.img-effect.one > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0,
    rgba(72, 76, 97, 0.8) 75%
  );
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
.img-effect.one .h2,
.img-effect.one h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
}
.img-effect.one p,
.img-effect.one > div::before {
  transition: opacity 0.35s, transform 0.35s;
}
.img-effect.one p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.img-effect.one:hover .h2,
.img-effect.one:hover h2 {
  color: #fff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.img-effect.one:hover p,
.img-effect.one:hover > div::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.img-effect.two {
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .img-effect.two {
    transition: none;
  }
}
.img-effect.two:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0,
    rgba(72, 76, 97, 0.8) 75%
  );
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
.img-effect.two .effect-hover {
  transition: all 0.3s ease;
  background: var(--card-color);
  position: absolute;
  bottom: -200px;
}
@media (prefers-reduced-motion: reduce) {
  .img-effect.two .effect-hover {
    transition: none;
  }
}
.img-effect.two:hover .effect-hover {
  bottom: 0;
}
.img-effect.two:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.img-effect2 {
  overflow: hidden;
}
.img-effect2:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 120%;
}
.img-effect2 .team-block {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-effect2 .team-block .team-img {
  flex: 4 0 auto;
  background-position: top;
  background-size: cover;
  transform: scale(1.2);
  transition: transform 0.35s ease;
}
.img-effect2 .team-block .team-content {
  background-color: var(--card-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 0;
  overflow: hidden;
  transition: flex-grow 0.35s ease;
}
.img-effect2 .team-block .team-caption {
  color: var(--color-500);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.5) translateY(100%);
  transition: opacity 0.35s linear, transform 0.35s ease;
}
.img-effect2:hover {
  transform: scale(1);
}
.img-effect2:hover .team-img {
  transform: scale(1);
  filter: grayscale(100%);
}
.img-effect2:hover .team-content {
  flex-grow: 1;
}
.img-effect2:hover .team-caption {
  transform: scale(1);
  opacity: 1;
}
.img-hover {
  z-index: 1;
}
.img-hover:hover a {
  filter: grayscale(1) brightness(40%);
}
.img-hover a {
  transition: all 0.3s ease 0s;
  display: block;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .img-hover a {
    transition: none;
  }
}
.img-hover a img {
  position: relative;
  z-index: 33;
}
.img-hover a::after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.img-hover a:hover {
  filter: none;
}
.img-hover a:hover img {
  opacity: 0.5;
}
.hamburger-icon .line {
  transition: all 0.3s ease 0s;
  background-color: var(--primary-color);
  width: 26px;
  height: 2px;
  display: block;
  margin: 5px auto;
}
@media (prefers-reduced-motion: reduce) {
  .hamburger-icon .line {
    transition: none;
  }
}
.hamburger-icon .line:nth-child(2) {
  background-color: var(--secondary-color);
}
.hamburger-icon.active .line,
.hamburger-icon:hover .line {
  margin: 3px auto;
}
.hamburger-icon.active .line:nth-child(1),
.hamburger-icon.active .line:nth-child(3),
.hamburger-icon:hover .line:nth-child(1),
.hamburger-icon:hover .line:nth-child(3) {
  width: 16px;
  background-color: var(--secondary-color);
}
.hamburger-icon:hover .line:nth-child(1) {
  transform: translateX(-7px) rotate(-45deg);
}
.hamburger-icon:hover .line:nth-child(3) {
  transform: translateX(-7px) rotate(45deg);
}
.hamburger-icon.active .line:nth-child(1) {
  transform: translateX(7px) rotate(45deg);
}
.hamburger-icon.active .line:nth-child(3) {
  transform: translateX(7px) rotate(-45deg);
}
.choose-skin li {
  position: relative;
  cursor: pointer;
}
.choose-skin li.active:after {
  border: 1px solid var(--primary-color);
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  height: 34px;
  width: 38px;
  border-radius: 0.4rem;
}
.choose-skin li.active .dynamic {
  background: var(--primary-color);
  color: #fff;
}
.choose-skin li div {
  text-align: center;
  border-radius: 0.4rem;
  width: 30px;
  height: 26px;
  line-height: 26px;
  margin-right: 6px;
}
.choose-skin li div.black {
  background-color: #191a1c;
}
.choose-skin li div.indigo {
  background-color: #6610f2;
}
.choose-skin li div.blue {
  background-color: #0d6efd;
}
.choose-skin li div.cyan {
  background-color: #0dcaf0;
}
.choose-skin li div.green {
  background-color: #198754;
}
.choose-skin li div.orange {
  background-color: #fd7e14;
}
.choose-skin li div.blush {
  background-color: #d86972;
}
.choose-skin li div.red {
  background-color: #dc3545;
}
.choose-skin li span {
  position: relative;
  bottom: 7px;
  left: 5px;
}
.setting-img .bg-images {
  display: none;
}
.setting-img .bg-images.show {
  display: block;
}
.setting-img li {
  filter: grayscale(100%);
}
.setting-img li.sidebar-img-active {
  filter: none;
}
.setting-img li a {
  display: flex;
  width: 40px;
  height: 100px;
  overflow: hidden;
  align-items: center;
}
.setting-img li a img {
  width: 100%;
}
.dt-setting {
  display: none;
}
.colorpicker.dropdown-menu {
  z-index: 9999;
}
.wrapper .page-body.auth {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100vh;
  z-index: 8;
  background: var(--body-color);
}
.wrapper .page-body.auth::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.layout-1 {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}
.layout-1.rtl_mode .sidebar .menu-list .sub-menu {
  padding-right: 34px;
  padding-left: 0;
}
.layout-1.rtl_mode .sidebar .menu-list .sub-menu::before {
  right: 10px;
  left: auto;
}
.layout-1.rtl_mode .sidebar .menu-list .ms-link::before {
  right: -28px;
  left: auto;
}
.layout-1.rtl_mode .sidebar.sidebar-mini .menu-list .sub-menu {
  padding-right: 15px;
  border-left: 0;
  border-right: 10px solid var(--sidebar-color);
  right: 60px;
  left: auto;
}
.layout-1.rtl_mode .sidebar.sidebar-mini .menu-list .sub-menu::after {
  left: auto;
  right: 0;
}
.layout-1.rtl_mode .sidebar.open {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 991px) {
  .layout-1.rtl_mode .sidebar.open {
    left: auto;
    right: 0;
  }
}
.layout-1.rtl_mode .sidebar.open.sidebar-img-bg::after {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .layout-1.rtl_mode .sidebar.open.sidebar-img-bg::after {
    left: auto;
    right: 0;
  }
}
.layout-1.rtl_mode .sidebar.sidebar-img-bg::after {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1279px) {
  .layout-1.rtl_mode .sidebar {
    position: fixed;
    right: -400px;
    left: auto;
  }
  .layout-1.rtl_mode .sidebar.sidebar-img-bg::after {
    left: auto;
    right: -400px;
  }
}
.layout-1 .sidebar {
  transition: ease 0.1s;
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: var(--body-color);
  position: relative;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  z-index: 9;
  height: 100vh;
  width: 280px;
  font-size: 1rem;
  order: 1;
}
@media (prefers-reduced-motion: reduce) {
  .layout-1 .sidebar {
    transition: none;
  }
}
.layout-1 .sidebar::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.layout-1 .sidebar:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.layout-1 .sidebar::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.layout-1 .sidebar::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.layout-1 .sidebar > div {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.layout-1 .sidebar .menu-list {
  /* border: 1px solid var(--border-color); */
  list-style: none;
  border-radius: 0.75rem;
  padding: 0 1rem;
}
.layout-1 .sidebar .menu-list > li {
  border-bottom: 1px solid var(--border-color);
}
.layout-1 .sidebar .menu-list > li:last-child {
  border-bottom: 0;
}
.layout-1 .sidebar .menu-list a[aria-expanded="true"].m-link {
  color: var(--secondary-color);
}
.layout-1 .sidebar .menu-list a[aria-expanded="true"] .arrow:before {
  content: "\f103";
}
.layout-1 .sidebar .menu-list .m-link,
.layout-1 .sidebar .menu-list .ms-link {
  display: flex;
}
.layout-1 .sidebar .menu-list .m-link.active,
.layout-1 .sidebar .menu-list .m-link:hover,
.layout-1 .sidebar .menu-list .ms-link.active,
.layout-1 .sidebar .menu-list .ms-link:hover {
  color: var(--secondary-color);
}
.layout-1 .sidebar .menu-list .m-link.active::before,
.layout-1 .sidebar .menu-list .m-link:hover::before,
.layout-1 .sidebar .menu-list .ms-link.active::before,
.layout-1 .sidebar .menu-list .ms-link:hover::before {
  display: block;
}
.layout-1 .sidebar .menu-list .m-link {
  color: #fff;
  align-items: center;
  padding: 16px 0;
}
.layout-1 .sidebar .menu-list .m-link > i {
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
}
.layout-1 .sidebar .menu-list .ms-link {
  color: #fff;
  position: relative;
  padding: 4px 0;
  font-size: 15px;
}
.layout-1 .sidebar .menu-list .ms-link::before {
  background-color: var(--secondary-color);
  content: "";
  display: none;
  position: absolute;
  height: 9px;
  width: 9px;
  left: -22px;
  top: 10px;
  border-radius: 10px;
}
.layout-1 .sidebar .menu-list .divider {
  color: #fff;
}
.layout-1 .sidebar .menu-list .divider .small,
.layout-1 .sidebar .menu-list .divider small {
  font-size: 12px;
}
.layout-1 .sidebar .menu-list .sub-menu {
  transition: ease 0.2s;
  list-style: none;
  position: relative;
  padding-left: 28px;
}
@media (prefers-reduced-motion: reduce) {
  .layout-1 .sidebar .menu-list .sub-menu {
    transition: none;
  }
}
.layout-1 .sidebar .menu-list .sub-menu li:last-child {
  padding-bottom: 15px;
}
.layout-1 .sidebar .menu-list .sub-menu::before {
  background-color: var(--secondary-color);
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 10px;
  top: 0;
}
.layout-1 .sidebar.dark {
  background: var(--dark-color);
  color: var(--color-fff);
}
.layout-1 .sidebar.dark li {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.layout-1 .sidebar.dark .menu-list {
  border-color: rgba(255, 255, 255, 0.05);
}
.layout-1 .sidebar.dark .menu-list .m-link.active,
.layout-1 .sidebar.dark .menu-list .m-link:hover,
.layout-1 .sidebar.dark .menu-list .ms-link.active,
.layout-1 .sidebar.dark .menu-list .ms-link:hover {
  color: var(--secondary-color);
}
.layout-1 .sidebar.dark .menu-list .m-link {
  color: var(--color-400);
}
.layout-1 .sidebar.dark .menu-list .ms-link {
  color: var(--color-400);
}
.layout-1 .sidebar.dark.sidebar-mini {
  background: var(--dark-color);
}
.layout-1 .sidebar.dark.sidebar-mini .menu-list .sub-menu {
  border-color: var(--dark-color);
  background: var(--primary-gradient);
}
.layout-1 .sidebar.dark.sidebar-mini .menu-list .ms-link {
  color: rgba(255, 255, 255, 0.8);
  border: 0 !important;
}
.layout-1 .sidebar.dark.sidebar-mini .menu-list .ms-link:hover {
  color: #fff;
}
.layout-1 .sidebar.sidebar-mini {
  background: var(--sidebar-color);
  overflow-y: auto;
  text-align: center;
  padding: 16px 10px !important;
  width: 70px;
  z-index: 1030;
}
.layout-1 .sidebar.sidebar-mini > div {
  padding: 0;
}
.layout-1 .sidebar.sidebar-mini .sidebar-title .sm-txt {
  background: #D7A31F;
  color: var(--white-color);
  display: inline-flex !important;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}
.layout-1 .sidebar.sidebar-mini .create-new,
.layout-1 .sidebar.sidebar-mini .sidebar-title span,
.layout-1 .sidebar.sidebar-mini .sidebar-title + .dropdown {
  display: none;
}
.layout-1 .sidebar.sidebar-mini .menu-list {
  padding: 0;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li {
  position: relative;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li:hover > .sub-menu {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block !important;
  position: fixed;
  top: 0;
  left: 60px;
  height: 100%;
  border-radius: 0;
}
.layout-1
  .sidebar.sidebar-mini
  .menu-list
  > li:hover
  > .sub-menu::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.layout-1
  .sidebar.sidebar-mini
  .menu-list
  > li:hover
  > .sub-menu:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.layout-1
  .sidebar.sidebar-mini
  .menu-list
  > li:hover
  > .sub-menu::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.layout-1
  .sidebar.sidebar-mini
  .menu-list
  > li:hover
  > .sub-menu::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .sub-menu {
  background: var(--card-color);
  border-left: 10px solid var(--sidebar-color);
  position: absolute;
  border-radius: 0.75rem;
  box-shadow: 8px 0 11px 0 rgba(25, 24, 24, 0.1);
  width: 260px;
  padding: 20px 0;
  left: -400px;
  top: 0;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .sub-menu li {
  padding: 0 2rem;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .sub-menu li .ms-link {
  padding: 8px;
  border-bottom: 1px solid var(--border-color);
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .sub-menu .sub-menu {
  padding-left: 0;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .sub-menu:before {
  display: none;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .sub-menu::after {
  content: "";
  background-color: var(--secondary-color);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .sub-menu.show {
  display: none;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .m-link {
  justify-content: center;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .m-link > i {
  margin: 0;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .m-link span {
  display: none;
}
.layout-1 .sidebar.sidebar-mini .menu-list > li > .m-link .fa {
  width: 100%;
}
.layout-1 .sidebar.sidebar-mini .menu-list .ms-link::before {
  left: -13px;
  top: 14px;
}
.layout-1 .sidebar.sidebar-mini .menu-list .divider {
  display: none;
}
.layout-1 .sidebar.sidebar-mini .fa-arrow-left::before {
  content: "\f061";
}
.layout-1 .sidebar.sidebar-img-bg::after {
  position: fixed;
  background-image: var(--sidebar-img);
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 280px;
  opacity: 0.15;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .layout-1 .sidebar.sidebar-img-bg::after {
    width: 260px;
  }
}
.layout-1 .sidebar.sidebar-img-bg.sidebar-mini::after {
  width: 70px;
}
.layout-1 .sidebar.open {
  left: 0;
  z-index: 1021;
}
@media only screen and (max-width: 640px) {
  .layout-1 .sidebar.open {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .layout-1 .sidebar {
    width: 260px;
  }
}
@media only screen and (max-width: 1200px) {
  .layout-1 .sidebar {
    position: fixed;
    left: -400px;
    box-shadow: 0 0.5rem 1rem rgba(25, 24, 24, 0.3);
  }
  .layout-1 .sidebar.sidebar-img-bg::after {
    left: -400px;
  }
}
.layout-1 .wrapper {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100vh;
  order: 2;
  flex: 1;
}
.layout-1 .wrapper::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.layout-1 .wrapper:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.layout-1 .wrapper::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.layout-1 .wrapper::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.layout-1 .wrapper .page-header {
  background: var(--body-color);
  border-bottom: 4px solid var(--card-color);
  z-index: 1022;
}
.layout-1 .wrapper .page-header .dropdown-menu {
  overflow: hidden;
}
.layout-1 .wrapper .page-header .header-right {
  list-style: none;
  padding: 0;
}
.layout-1 .wrapper .page-header .header-right > li .nav-link {
  color: #fff;
  border-radius: 0.25rem;
  height: 38px;
}
.layout-1 .wrapper .page-header .header-right > li .nav-link svg {
  vertical-align: text-top;
}
.layout-1 .wrapper .page-header .header-right > li .nav-link:hover {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
}
@media only screen and (max-width: 567px) {
  .layout-1 .wrapper .page-header .header-right > li .nav-link {
    padding: 0.5rem 0.7rem;
  }
}
.layout-1 .wrapper .page-header .header-right > li :hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1) !important;
}
@media only screen and (max-width: 640px) {
  .layout-1 .wrapper .page-header .header-right > li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .layout-1 .wrapper .page-header {
    box-shadow: 0 0.5rem 1rem rgba(25, 24, 24, 0.1) !important;
  }
}
.layout-1 .wrapper .page-header.dark {
  background: var(--dark-color);
}
.layout-1 .wrapper .page-header.dark .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.layout-1 .wrapper .page-header.dark .form-control::-moz-placeholder {
  color: var(--color-500);
}
.layout-1 .wrapper .page-header.dark .form-control:-ms-input-placeholder {
  color: var(--color-500);
}
.layout-1 .wrapper .page-header.dark .form-control::placeholder {
  color: var(--color-500);
}
.layout-1 .wrapper .page-header.dark .nav-link {
  color: var(--color-400) !important;
}
.layout-1 .wrapper .page-header.dark .nav-link:hover {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
}
.layout-1 .wrapper .page-body {
  flex-flow: column;
  display: -ms-flexbox;
  flex-grow: 1;
  min-width: 0;
}
.layout-1 .modal-content .border-bottom,
.layout-1 .modal-content .dropdown-divider {
  border-color: rgba(25, 24, 24, 0.05) !important;
}
.layout-1 .body-layout-1 .menu-list .m-link {
  color: var(--color-500);
  display: flex;
  align-items: center;
  padding: 6px;
}
.layout-1 .body-layout-1 .menu-list .m-link:hover {
  color: var(--primary-color);
}
.layout-1 .body-layout-1 .menu-list .m-link i.fa {
  width: 26px;
}
.layout-1 .body-layout-1 .order-1 {
  background: var(--card-color);
  height: calc(100vh - 77px);
  min-width: 230px;
  max-width: 230px;
  padding: 14px 18px;
  margin-top: 2px;
  margin-left: 2px;
}
.layout-1 .body-layout-1 .order-2 {
  height: calc(100vh - 77px);
}
.layout-1 .body-layout-1 .order-2 .list-group li:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
.layout-1 .body-layout-1 .order-2 .list-group li:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
}
.layout-1 .body-layout-1 .order-2 .list-group li:hover .hover-actions {
  display: block;
}
.layout-1 .body-layout-1 .order-2 .list-group li .hover-actions {
  position: absolute;
  text-align: end;
  display: none;
  width: 135px;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .layout-1 .body-layout-1 .order-1 {
    transition: ease 0.1s;
    position: fixed;
    box-shadow: 5px 1rem 1rem rgba(25, 24, 24, 0.1);
    left: -400px;
  }
}
@media only screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  .layout-1 .body-layout-1 .order-1 {
    transition: none;
  }
}
@media only screen and (max-width: 992px) {
  .layout-1 .body-layout-1 .order-1.open {
    left: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 992px) {
  .layout-1 .body-layout-1 .order-1,
  .layout-1 .body-layout-1 .order-2 {
    height: calc(100vh - 69px);
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu .sidebar {
    background: var(--card-color);
    border-bottom: 1px solid var(--border-color);
    overflow-y: visible;
    position: fixed;
    width: 100%;
    height: 57px;
    top: 74px;
    padding: 0 1.5rem !important;
    z-index: 9;
  }
  .layout-1.h-menu .sidebar .create-new,
  .layout-1.h-menu .sidebar .menu-list.nav,
  .layout-1.h-menu .sidebar .title-text,
  .layout-1.h-menu .sidebar li.divider {
    display: none !important;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    border: 0;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list > li {
    position: relative;
    border-bottom: 0;
    border-left: 1px solid var(--border-color);
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list > li:last-child {
    border-right: 1px solid var(--border-color);
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list > li:hover > .sub-menu {
    display: block;
  }
  .layout-1.h-menu
    .sidebar
    .main-menu
    .menu-list
    a[aria-expanded="true"]
    .arrow:before {
    content: "\f106";
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list .m-link {
    padding: 1rem;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list .m-link > i {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .layout-1.h-menu .sidebar .main-menu .menu-list .m-link > i {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu .sidebar .main-menu .menu-list .m-link .arrow {
    display: inline-block;
    width: 16px;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list .m-link .arrow::before {
    content: "\f107";
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu .sidebar .main-menu .menu-list .ms-link::before {
    left: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu .sidebar .main-menu .menu-list .sub-menu {
    background: var(--card-color);
    box-shadow: 0 0.5rem 1rem rgba(25, 24, 24, 0.2);
    position: absolute;
    border-radius: 0.75rem;
    padding: 1rem 1.8rem 0;
    min-width: 200px;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list .sub-menu.show {
    display: none;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list .sub-menu::before {
    display: none;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list .sub-menu .m-link {
    padding: 4px 0;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list .sub-menu .sub-menu {
    left: 80%;
  }
  .layout-1.h-menu .sidebar .main-menu .menu-list .sub-menu .sub-menu.show {
    display: block;
  }
  .layout-1.h-menu
    .sidebar
    .main-menu
    .menu-list
    .sub-menu
    .sub-menu
    .sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu .sidebar .main-menu .menu-list + .menu-list {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu .sidebar.dark {
    background: var(--dark-color);
    color: var(--color-fff);
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu .wrapper {
    margin-top: 135px;
    height: calc(100vh - 135px);
  }
  .layout-1.h-menu .wrapper .page-header {
    border-color: var(--secondary-color);
    top: 0;
    position: fixed;
    width: 100%;
  }
  .layout-1.h-menu .wrapper .page-header .sidebar-mini-btn {
    display: none !important;
  }
  .layout-1.h-menu .wrapper .page-header .brand-icon {
    margin-left: 0 !important;
  }
  .layout-1.h-menu .wrapper .app-social .order-1,
  .layout-1.h-menu .wrapper .app-social .order-2,
  .layout-1.h-menu .wrapper .file-manager .order-1,
  .layout-1.h-menu .wrapper .file-manager .order-2,
  .layout-1.h-menu .wrapper .inbox .order-1,
  .layout-1.h-menu .wrapper .inbox .order-2,
  .layout-1.h-menu .wrapper .my-task .order-1,
  .layout-1.h-menu .wrapper .my-task .order-2,
  .layout-1.h-menu .wrapper .project-list .order-1,
  .layout-1.h-menu .wrapper .project-list .order-2 {
    height: calc(100vh - 140px);
  }
  .layout-1.h-menu .wrapper .chat-app .order-1,
  .layout-1.h-menu .wrapper .chat-app .order-2 {
    height: calc(100vh - 137px);
  }
  .layout-1.h-menu .wrapper .chat-app .order-1 .chat-history,
  .layout-1.h-menu .wrapper .chat-app .order-2 .chat-history {
    height: calc(100vh - 290px);
  }
  .layout-1.h-menu .wrapper .chat-app .order-1 .tab-content {
    height: calc(100vh - 259px);
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu .setting-img {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-1.h-menu.rtl_mode .main-menu .menu-list .ms-link::before {
    right: -16px;
    left: auto;
  }
  .layout-1.h-menu.rtl_mode .wrapper .page-header .brand-icon {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .layout-1 #CreateNew .nav-tabs {
    padding: 0;
    margin-bottom: 10px;
  }
  .layout-1 #CreateNew .nav-tabs .nav-link {
    padding: 10px;
  }
  .layout-1 #CreateNew .c_radio {
    flex-direction: column;
  }
  .layout-1 .sidebar > div {
    padding: 0;
    height: auto;
  }
  .layout-1 .sidebar > div .menu-list.nav {
    margin-bottom: 30px;
  }
  .layout-1 .wrapper .page-footer > div {
    flex-direction: column;
  }
  .layout-1 .wrapper .wellcome-back {
    background-image: none !important;
  }
  .layout-1 .pagination {
    justify-content: center;
  }
}
.fullscreen-menu .sidebar {
  width: 100%;
}
.fullscreen-menu .sidebar .create-new {
  display: inline-flex;
}
.fullscreen-menu .sidebar .menu-list {
  background-color: var(--card-color);
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.fullscreen-menu .sidebar .menu-list > li {
  border-bottom: 0;
  padding: 1rem;
}
.fullscreen-menu .sidebar .menu-list .sub-menu {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block;
  height: 280px;
}
.fullscreen-menu .sidebar .menu-list .sub-menu::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.fullscreen-menu .sidebar .menu-list .sub-menu:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.fullscreen-menu .sidebar .menu-list .sub-menu::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.fullscreen-menu .sidebar .menu-list .sub-menu::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.fullscreen-menu .sidebar .menu-list .divider {
  display: flex;
  width: 100%;
}
.option2 .sidebar {
  background: var(--card-color);
}
.option2 .wrapper {
  position: relative;
}
.option2 .wrapper::after {
  background: var(--dark-color);
  content: "";
  position: absolute;
  width: 100%;
  height: 280px;
  top: 0;
  z-index: -1;
  left: 0;
}
.option2 .wrapper .page-header {
  border-color: rgba(255, 255, 255, 0.1);
}
.option2 .wrapper .page-toolbar {
  color: var(--color-200);
}
.option2 .wrapper .page-toolbar .h1,
.option2 .wrapper .page-toolbar h1 {
  color: var(--color-200);
}
.option2 .wrapper .page-toolbar .input-group .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--color-400);
}
.option2 .wrapper .page-toolbar .input-group .form-control::-moz-placeholder {
  color: var(--color-400);
}
.option2
  .wrapper
  .page-toolbar
  .input-group
  .form-control:-ms-input-placeholder {
  color: var(--color-400);
}
.option2 .wrapper .page-toolbar .input-group .form-control::placeholder {
  color: var(--color-400);
}
.option2 .wrapper .page-toolbar .input-group .btn {
  border-color: rgba(255, 255, 255, 0.1);
}
.layout-2 {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  background: var(--card-color);
}
.layout-2.rtl_mode .sidebar .menu-list .sub-menu {
  padding-right: 34px;
  padding-left: 0;
}
.layout-2.rtl_mode .sidebar .menu-list .sub-menu::before {
  right: 10px;
  left: auto;
}
.layout-2.rtl_mode .sidebar .menu-list .ms-link::before {
  right: -28px;
  left: auto;
}
.layout-2.rtl_mode .sidebar.sidebar-mini .menu-list .sub-menu {
  padding-right: 15px;
  border-left: 0;
  border-right: 10px solid var(--sidebar-color);
  right: 126px;
  left: auto;
  box-shadow: -8px 0 11px 0 rgba(25, 24, 24, 0.1);
}
.layout-2.rtl_mode .sidebar.sidebar-mini .menu-list .sub-menu::after {
  left: auto;
  right: 0;
}
.layout-2.rtl_mode .sidebar.open {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 991px) {
  .layout-2.rtl_mode .sidebar.open {
    left: auto;
    right: 0;
  }
}
.layout-2.rtl_mode .sidebar.open.sidebar-img-bg::after {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .layout-2.rtl_mode .sidebar.open.sidebar-img-bg::after {
    left: auto;
    right: 0;
  }
}
.layout-2.rtl_mode .sidebar.sidebar-img-bg::after {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1279px) {
  .layout-2.rtl_mode .sidebar {
    position: fixed;
    right: -400px;
    left: auto;
  }
  .layout-2.rtl_mode .sidebar.sidebar-img-bg::after {
    left: auto;
    right: -400px;
  }
}
.layout-2 .sidebar {
  transition: ease 0.1s;
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: var(--card-color);
  position: relative;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  z-index: 9;
  height: 100vh;
  width: 280px;
  font-size: 1rem;
  order: 1;
}
@media (prefers-reduced-motion: reduce) {
  .layout-2 .sidebar {
    transition: none;
  }
}
.layout-2 .sidebar::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.layout-2 .sidebar:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.layout-2 .sidebar::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.layout-2 .sidebar::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.layout-2 .sidebar > div {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.layout-2 .sidebar .menu-list {
  list-style: none;
  padding: 0;
}
.layout-2 .sidebar .menu-list > li {
  margin-bottom: 2px;
}
.layout-2 .sidebar .menu-list a[aria-expanded="true"].m-link {
  background: var(--primary-gradient);
  color: var(--white-color);
}
.layout-2 .sidebar .menu-list a[aria-expanded="true"].m-link .fill-secondary {
  fill: var(--white-color) !important;
}
.layout-2 .sidebar .menu-list a[aria-expanded="true"] .arrow:before {
  content: "\f107";
}
.layout-2 .sidebar .menu-list .m-link {
  display: flex;
}
.layout-2 .sidebar .menu-list .m-link.active,
.layout-2 .sidebar .menu-list .m-link:hover {
  background: var(--primary-gradient);
  color: var(--white-color);
}
.layout-2 .sidebar .menu-list .m-link.active .fill-secondary,
.layout-2 .sidebar .menu-list .m-link:hover .fill-secondary {
  fill: var(--white-color) !important;
}
.layout-2 .sidebar .menu-list .m-link.active::before,
.layout-2 .sidebar .menu-list .m-link:hover::before {
  display: block;
}
.layout-2 .sidebar .menu-list .m-link {
  color: #fff;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}
.layout-2 .sidebar .menu-list .m-link > i {
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
}
.layout-2 .sidebar .menu-list .ms-link {
  color: #fff;
  position: relative;
  display: flex;
  padding: 4px 0;
  font-size: 15px;
}
.layout-2 .sidebar .menu-list .ms-link.active,
.layout-2 .sidebar .menu-list .ms-link:hover {
  color: var(--primary-gradient);
}
.layout-2 .sidebar .menu-list .ms-link.active::before,
.layout-2 .sidebar .menu-list .ms-link:hover::before {
  display: block;
}
.layout-2 .sidebar .menu-list .ms-link::before {
  background-color: var(--secondary-color);
  content: "";
  display: none;
  position: absolute;
  height: 9px;
  width: 9px;
  left: -22px;
  top: 10px;
  border-radius: 10px;
}
.layout-2 .sidebar .menu-list .divider {
  color: #fff;
  padding: 0.5rem 1rem;
}
.layout-2 .sidebar .menu-list .divider .small,
.layout-2 .sidebar .menu-list .divider small {
  font-size: 12px;
}
.layout-2 .sidebar .menu-list .sub-menu {
  transition: ease 0.2s;
  list-style: none;
  position: relative;
  padding-left: 28px;
}
@media (prefers-reduced-motion: reduce) {
  .layout-2 .sidebar .menu-list .sub-menu {
    transition: none;
  }
}
.layout-2 .sidebar .menu-list .sub-menu li:last-child {
  padding-bottom: 15px;
}
.layout-2 .sidebar .menu-list .sub-menu::before {
  background-color: var(--secondary-color);
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 10px;
  top: 0;
}
.layout-2 .sidebar .menu-list .sub-menu .sub-menu {
  padding-left: 15px;
}
.layout-2 .sidebar .menu-list .sub-menu .sub-menu::before {
  left: 0;
}
.layout-2 .sidebar .menu-list .sub-menu .sub-menu .ms-link::before {
  display: none;
}
.layout-2 .sidebar .menu-list .sub-menu .sub-menu .sub-menu {
  padding-left: 0;
}
.layout-2 .sidebar .menu-list .sub-menu .sub-menu .sub-menu::before {
  display: none;
}
.layout-2 .sidebar .menu-list .sub-menu .sub-menu .sub-menu .ms-link::before {
  display: none;
}
.layout-2 .sidebar .menu-list .sub-menu .m-link {
  color: var(--secondary-color);
  padding-left: 0;
  padding-right: 0;
}
.layout-2 .sidebar .menu-list .sub-menu .m-link:hover {
  font-weight: 700;
  background: 0 0;
}
.layout-2 .sidebar .menu-list .sub-menu a[aria-expanded="true"].m-link {
  color: var(--secondary-color);
  background: 0 0;
  font-weight: 700;
}
.layout-2 .sidebar .menu-list .sub-menu a[aria-expanded="true"] .arrow:before {
  content: "\f107";
}
.layout-2 .sidebar.dark {
  background: var(--dark-color);
  color: var(--color-fff);
}
.layout-2 .sidebar.dark .menu-list .m-link {
  color: var(--color-400);
}
.layout-2 .sidebar.dark .menu-list .ms-link {
  color: var(--color-400);
}
.layout-2 .sidebar.dark.sidebar-mini {
  background: var(--dark-color);
}
.layout-2 .sidebar.dark.sidebar-mini .menu-list .sub-menu {
  border-color: var(--dark-color);
  background: var(--primary-gradient);
}
.layout-2 .sidebar.dark.sidebar-mini .menu-list .ms-link {
  color: rgba(255, 255, 255, 0.8);
  border: 0 !important;
}
.layout-2 .sidebar.dark.sidebar-mini .menu-list .ms-link:hover {
  color: #fff;
}
.layout-2 .sidebar.sidebar-mini {
  background: var(--sidebar-color);
  box-shadow: 5px 1px 5px 0 rgba(25, 24, 24, 0.1);
  overflow-y: auto;
  text-align: center;
  padding: 16px 10px !important;
  width: 140px;
  z-index: 1030;
}
.layout-2 .sidebar.sidebar-mini > div {
  padding: 0;
}
.layout-2 .sidebar.sidebar-mini .sidebar-title .sm-txt {
  background: var(--primary-color);
  color: var(--white-color);
  display: inline-flex !important;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}
.layout-2 .sidebar.sidebar-mini .create-new,
.layout-2 .sidebar.sidebar-mini .sidebar-title + .dropdown {
  display: none;
}
.layout-2 .sidebar.sidebar-mini .menu-list {
  padding: 0;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li {
  position: relative;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li:hover > .sub-menu {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block !important;
  position: fixed;
  top: 0;
  left: 130px;
  height: 100%;
  border-radius: 0;
}
.layout-2
  .sidebar.sidebar-mini
  .menu-list
  > li:hover
  > .sub-menu::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.layout-2
  .sidebar.sidebar-mini
  .menu-list
  > li:hover
  > .sub-menu:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.layout-2
  .sidebar.sidebar-mini
  .menu-list
  > li:hover
  > .sub-menu::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.layout-2
  .sidebar.sidebar-mini
  .menu-list
  > li:hover
  > .sub-menu::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .sub-menu {
  background: var(--card-color);
  border-left: 10px solid var(--sidebar-color);
  position: absolute;
  border-radius: 0.75rem;
  box-shadow: 8px 0 11px 0 rgba(25, 24, 24, 0.1);
  width: 260px;
  padding: 20px 0;
  left: -400px;
  top: 0;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .sub-menu li {
  padding: 0 2rem;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .sub-menu li .ms-link {
  padding: 8px;
  border-bottom: 1px solid var(--border-color);
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .sub-menu .sub-menu {
  padding-left: 0;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .sub-menu:before {
  display: none;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .sub-menu::after {
  content: "";
  background-color: var(--secondary-color);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .sub-menu.show {
  display: none;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .m-link {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .m-link span.ms-2 {
  margin: 0 !important;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .m-link > i {
  font-size: 20px;
  margin: 0;
}
.layout-2 .sidebar.sidebar-mini .menu-list > li > .m-link .fa {
  width: 100%;
}
.layout-2 .sidebar.sidebar-mini .menu-list .ms-link::before {
  left: -13px;
  top: 14px;
}
.layout-2 .sidebar.sidebar-mini .menu-list .arrow,
.layout-2 .sidebar.sidebar-mini .menu-list .divider {
  display: none !important;
}
.layout-2 .sidebar.sidebar-mini .fa-arrow-left::before {
  content: "\f061";
}
.layout-2 .sidebar.sidebar-img-bg::after {
  position: fixed;
  background-image: var(--sidebar-img);
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 280px;
  opacity: 0.15;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .layout-2 .sidebar.sidebar-img-bg::after {
    width: 260px;
  }
}
.layout-2 .sidebar.sidebar-img-bg.sidebar-mini::after {
  width: 140px;
}
.layout-2 .sidebar.open {
  left: 0;
  z-index: 1021;
}
@media only screen and (max-width: 640px) {
  .layout-2 .sidebar.open {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .layout-2 .sidebar {
    width: 260px;
  }
}
@media only screen and (max-width: 1200px) {
  .layout-2 .sidebar {
    position: fixed;
    left: -400px;
    box-shadow: 0 0.5rem 1rem rgba(25, 24, 24, 0.3);
  }
  .layout-2 .sidebar.sidebar-img-bg::after {
    left: -400px;
  }
}
.layout-2 .wrapper {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-shadow: -5px 1px 5px 0 rgba(25, 24, 24, 0.1);
  height: 100vh;
  order: 2;
  flex: 1;
  z-index: 9;
}
.layout-2 .wrapper::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.layout-2 .wrapper:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.layout-2 .wrapper::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.layout-2 .wrapper::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.layout-2 .wrapper .page-header {
  background: var(--card-color);
  border-bottom: 4px solid var(--card-color);
  z-index: 1022;
}
.layout-2 .wrapper .page-header .dropdown-menu {
  overflow: hidden;
}
.layout-2 .wrapper .page-header .header-right {
  list-style: none;
  padding: 0;
}
.layout-2 .wrapper .page-header .header-right > li .nav-link {
  color: #fff;
  border-radius: 0.25rem;
  height: 40px;
}
.layout-2 .wrapper .page-header .header-right > li .nav-link svg {
  vertical-align: text-top;
}
.layout-2 .wrapper .page-header .header-right > li .nav-link:hover {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
}
@media only screen and (max-width: 567px) {
  .layout-2 .wrapper .page-header .header-right > li .nav-link {
    padding: 0.5rem 0.7rem;
  }
}
.layout-2 .wrapper .page-header .header-right > li :hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1) !important;
}
@media only screen and (max-width: 640px) {
  .layout-2 .wrapper .page-header .header-right > li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .layout-2 .wrapper .page-header {
    box-shadow: 0 0.5rem 1rem rgba(25, 24, 24, 0.1) !important;
  }
}
.layout-2 .wrapper .page-header .btn-right {
  display: none;
}
@media only screen and (max-width: 1560px) {
  .layout-2 .wrapper .page-header .btn-right {
    display: inline-flex;
  }
}
.layout-2 .wrapper .page-header.dark {
  background: var(--dark-color);
}
.layout-2 .wrapper .page-header.dark .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.layout-2 .wrapper .page-header.dark .form-control::-moz-placeholder {
  color: var(--color-500);
}
.layout-2 .wrapper .page-header.dark .form-control:-ms-input-placeholder {
  color: var(--color-500);
}
.layout-2 .wrapper .page-header.dark .form-control::placeholder {
  color: var(--color-500);
}
.layout-2 .wrapper .page-header.dark .nav-link {
  color: var(--color-400);
}
.layout-2 .wrapper .page-header.dark .nav-link:hover {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
}
.layout-2 .wrapper .page-body {
  flex-flow: column;
  display: -ms-flexbox;
  flex-grow: 1;
  min-width: 0;
}
.layout-2 .rightbar {
  transition: ease 0.2s;
  background: var(--body-color);
  border-radius: 0;
  order: 3;
  width: 400px;
  height: 100vh;
}
@media (prefers-reduced-motion: reduce) {
  .layout-2 .rightbar {
    transition: none;
  }
}
.layout-2 .rightbar .btn-right a {
  display: none;
}
@media only screen and (max-width: 1560px) {
  .layout-2 .rightbar .btn-right a {
    display: inline-block;
    margin-right: 5px;
  }
}
.layout-2 .rightbar.fullscreen {
  width: 100%;
}
@media only screen and (max-width: 1560px) {
  .layout-2 .rightbar {
    box-shadow: -5px 1px 15px 0 rgba(25, 24, 24, 0.1);
    position: fixed;
    right: -800px;
  }
  .layout-2 .rightbar.open {
    right: 0;
    z-index: 9999;
  }
}
@media only screen and (max-width: 768px) {
  .layout-2 .rightbar {
    width: 100%;
  }
}
.layout-2 .modal-content .border-bottom,
.layout-2 .modal-content .dropdown-divider {
  border-color: rgba(25, 24, 24, 0.05) !important;
}
.layout-2 .body-layout-1 .menu-list .m-link {
  color: var(--color-500);
  display: flex;
  align-items: center;
  padding: 6px;
}
.layout-2 .body-layout-1 .menu-list .m-link:hover {
  color: var(--primary-color);
}
.layout-2 .body-layout-1 .menu-list .m-link i.fa {
  width: 26px;
}
.layout-2 .body-layout-1 .order-1 {
  background: var(--card-color);
  height: calc(100vh - 77px);
  min-width: 230px;
  max-width: 230px;
  padding: 14px 18px;
  margin-top: 2px;
  margin-left: 2px;
}
.layout-2 .body-layout-1 .order-2 {
  height: calc(100vh - 77px);
}
.layout-2 .body-layout-1 .order-2 .list-group li:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
.layout-2 .body-layout-1 .order-2 .list-group li:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
}
.layout-2 .body-layout-1 .order-2 .list-group li:hover .hover-actions {
  display: block;
}
.layout-2 .body-layout-1 .order-2 .list-group li .hover-actions {
  position: absolute;
  text-align: end;
  display: none;
  width: 135px;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .layout-2 .body-layout-1 .order-1 {
    transition: ease 0.1s;
    position: fixed;
    box-shadow: 5px 1rem 1rem rgba(25, 24, 24, 0.1);
    left: -400px;
  }
}
@media only screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  .layout-2 .body-layout-1 .order-1 {
    transition: none;
  }
}
@media only screen and (max-width: 992px) {
  .layout-2 .body-layout-1 .order-1.open {
    left: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 992px) {
  .layout-2 .body-layout-1 .order-1,
  .layout-2 .body-layout-1 .order-2 {
    height: calc(100vh - 69px);
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu .sidebar {
    background: var(--card-color);
    border-bottom: 1px solid var(--border-color);
    overflow-y: visible;
    position: fixed;
    width: 100%;
    height: 57px;
    top: 74px;
    padding: 0 1.5rem !important;
    z-index: 9;
  }
  .layout-2.h-menu .sidebar .create-new,
  .layout-2.h-menu .sidebar .menu-list.nav,
  .layout-2.h-menu .sidebar .title-text,
  .layout-2.h-menu .sidebar li.divider {
    display: none !important;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    border: 0;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list > li {
    position: relative;
    border-bottom: 0;
    border-left: 1px solid var(--border-color);
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list > li:last-child {
    border-right: 1px solid var(--border-color);
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list > li:hover > .sub-menu {
    display: block;
  }
  .layout-2.h-menu
    .sidebar
    .main-menu
    .menu-list
    a[aria-expanded="true"]
    .arrow:before {
    content: "\f106";
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list .m-link {
    padding: 1rem;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list .m-link > i {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .layout-2.h-menu .sidebar .main-menu .menu-list .m-link > i {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu .sidebar .main-menu .menu-list .m-link .arrow {
    display: inline-block;
    width: 16px;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list .m-link .arrow::before {
    content: "\f107";
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu .sidebar .main-menu .menu-list .ms-link::before {
    left: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu .sidebar .main-menu .menu-list .sub-menu {
    background: var(--card-color);
    box-shadow: 0 0.5rem 1rem rgba(25, 24, 24, 0.2);
    position: absolute;
    border-radius: 0.75rem;
    padding: 1rem 1.8rem 0;
    min-width: 200px;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list .sub-menu.show {
    display: none;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list .sub-menu::before {
    display: none;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list .sub-menu .m-link {
    padding: 4px 0;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list .sub-menu .sub-menu {
    left: 80%;
  }
  .layout-2.h-menu .sidebar .main-menu .menu-list .sub-menu .sub-menu.show {
    display: block;
  }
  .layout-2.h-menu
    .sidebar
    .main-menu
    .menu-list
    .sub-menu
    .sub-menu
    .sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu .sidebar .main-menu .menu-list + .menu-list {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu .sidebar.dark {
    background: var(--dark-color);
    color: var(--color-fff);
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu .wrapper {
    margin-top: 135px;
    height: calc(100vh - 135px);
  }
  .layout-2.h-menu .wrapper .page-header {
    border-color: var(--secondary-color);
    top: 0;
    position: fixed;
    width: 100%;
  }
  .layout-2.h-menu .wrapper .page-header .sidebar-mini-btn {
    display: none !important;
  }
  .layout-2.h-menu .wrapper .page-header .brand-icon {
    margin-left: 0 !important;
  }
  .layout-2.h-menu .wrapper .app-social .order-1,
  .layout-2.h-menu .wrapper .app-social .order-2,
  .layout-2.h-menu .wrapper .file-manager .order-1,
  .layout-2.h-menu .wrapper .file-manager .order-2,
  .layout-2.h-menu .wrapper .inbox .order-1,
  .layout-2.h-menu .wrapper .inbox .order-2,
  .layout-2.h-menu .wrapper .my-task .order-1,
  .layout-2.h-menu .wrapper .my-task .order-2,
  .layout-2.h-menu .wrapper .project-list .order-1,
  .layout-2.h-menu .wrapper .project-list .order-2 {
    height: calc(100vh - 140px);
  }
  .layout-2.h-menu .wrapper .chat-app .order-1,
  .layout-2.h-menu .wrapper .chat-app .order-2 {
    height: calc(100vh - 137px);
  }
  .layout-2.h-menu .wrapper .chat-app .order-1 .chat-history,
  .layout-2.h-menu .wrapper .chat-app .order-2 .chat-history {
    height: calc(100vh - 290px);
  }
  .layout-2.h-menu .wrapper .chat-app .order-1 .tab-content {
    height: calc(100vh - 259px);
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu .setting-img {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-2.h-menu.rtl_mode .main-menu .menu-list .ms-link::before {
    right: -16px;
    left: auto;
  }
  .layout-2.h-menu.rtl_mode .wrapper .page-header .brand-icon {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .layout-2 #CreateNew .nav-tabs {
    padding: 0;
    margin-bottom: 10px;
  }
  .layout-2 #CreateNew .nav-tabs .nav-link {
    padding: 10px;
  }
  .layout-2 #CreateNew .c_radio {
    flex-direction: column;
  }
  .layout-2 .sidebar > div {
    padding: 0;
    height: auto;
  }
  .layout-2 .sidebar > div .menu-list.nav {
    margin-bottom: 30px;
  }
  .layout-2 .wrapper .page-footer > div {
    flex-direction: column;
  }
  .layout-2 .wrapper .wellcome-back {
    background-image: none !important;
  }
  .layout-2 .pagination {
    justify-content: center;
  }
}

[data-luno="theme-black"] .body-header .nav-tabs.tab-card .nav-link.active,
[data-luno="theme-black"] .body-header .nav-tabs.tab-card .nav-link:hover {
  border-color: var(--white-color);
  color: var(--white-color);
}
.layout-3 {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: var(--color-800);
}
.layout-3::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.layout-3:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.layout-3::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.layout-3::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.layout-3 .navbar {
  padding: 0.8rem 0 0.8rem 0.8rem;
}
.layout-3 .navbar .nav-link {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .layout-3 .navbar .navbar-collapse {
    transition: ease 0.1s;
    background-color: var(--card-color);
    box-shadow: 0 6px 1rem rgba(25, 24, 24, 0.1),
      0 0.5rem 1rem -0.75rem rgba(25, 24, 24, 0.1) !important;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 340px;
    overflow-y: auto;
    padding: 1.5rem;
    z-index: 9;
  }
}
@media only screen and (max-width: 991px) and (prefers-reduced-motion: reduce) {
  .layout-3 .navbar .navbar-collapse {
    transition: none;
  }
}
@media only screen and (max-width: 991px) {
  .layout-3 .navbar .navbar-collapse .dropdown-toggle {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .layout-3 .navbar .navbar-collapse .nav-item {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .layout-3 .navbar .navbar-collapse .flex-grow-1 {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .layout-3 .navbar .navbar-collapse .mega-dropdown {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1) !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  .layout-3 .navbar .navbar-collapse .mega-dropdown .row > div {
    width: 100%;
  }
}
.layout-3 .body-header {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.layout-3 .body-area {
  padding: 2rem 0.8rem;
}
.layout-3 .body-footer {
  padding: 2rem 0.8rem;
}
@media (min-width: 1600px) {
  .layout-3 .body-area,
  .layout-3 .body-footer,
  .layout-3 .body-header,
  .layout-3 .navbar {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (min-width: 1800px) {
  .layout-3 .body-area,
  .layout-3 .body-footer,
  .layout-3 .body-header,
  .layout-3 .navbar {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
.body-header {
  background-color: var(--dark-color);
  color: var(--white-color);
  position: relative;
  padding-top: 1rem;
}
.body-header .container,
.body-header .container-fluid,
.body-header .container-lg,
.body-header .container-md,
.body-header .container-sm,
.body-header .container-xl,
.body-header .container-xxl {
  position: relative;
  z-index: 2;
}
.body-header > svg {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  z-index: 1;
  height: 100%;
}
.chat-app .order-1 {
  background: var(--card-color);
  height: calc(100vh - 77px);
  min-width: 340px;
  max-width: 340px;
  margin-top: 2px;
  margin-left: 2px;
}
.chat-app .order-1 .c-list {
  padding: 14px;
}
.chat-app .order-1 .tab-content {
  height: calc(100vh - 198px);
}
.chat-app .order-1 .tab-content .list-group-item {
  padding: 0;
  max-width: 336px;
}
.chat-app .order-1 .tab-content .list-group-item > a {
  padding: 1rem;
}
.chat-app .order-1 .tab-content .list-group-item > a.active,
.chat-app .order-1 .tab-content .list-group-item > a:hover {
  background-color: var(--body-color);
}
.chat-app .order-1 .tab-content .h6,
.chat-app .order-1 .tab-content h6 {
  color: #fff;
  font-weight: 400;
}
.chat-app .order-1 .tab-content span.text-muted {
  font-size: 14px;
}
.chat-app .order-1 .tab-content .msg-time {
  color: var(--color-400);
  font-size: 11px;
}
.chat-app .order-2 {
  height: calc(100vh - 77px);
}
.chat-app .order-2 .chat-header {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-app .order-2 .chat-history {
  position: relative;
  height: calc(100vh - 220px);
}
.chat-app .order-2 .chat-history .max-width-70 {
  max-width: 70%;
}
@media only screen and (max-width: 768px) {
  .chat-app .order-2 .chat-history .max-width-70 {
    max-width: 100%;
  }
}
.chat-app .order-2 .chat-history #chat-search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.chat-app .order-2 .chat-msg {
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
}
.chat-app .order-2 .chat-msg > .form-control:focus {
  border: 0;
  box-shadow: none;
}
@media only screen and (max-width: 992px) {
  .chat-app .order-1 {
    transition: ease 0.1s;
    position: fixed;
    box-shadow: 5px 1rem 1rem rgba(25, 24, 24, 0.1);
    left: -400px;
  }
}
@media only screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  .chat-app .order-1 {
    transition: none;
  }
}
@media only screen and (max-width: 992px) {
  .chat-app .order-1.open {
    left: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 992px) {
  .chat-app .order-1,
  .chat-app .order-2 {
    height: calc(100vh - 69px);
  }
}
[data-theme="high-contrast"] .chat-app .order-1 .tab-content .list-group-item {
  border-width: 0 1px 1px;
}
[data-theme="high-contrast"]
  .chat-app
  .order-1
  .tab-content
  .list-group-item
  > a.active,
[data-theme="high-contrast"]
  .chat-app
  .order-1
  .tab-content
  .list-group-item
  > a:hover {
  background-color: #fff !important;
}
[data-theme="high-contrast"]
  .chat-app
  .order-1
  .tab-content
  .list-group-item
  > a.active
  .h6,
[data-theme="high-contrast"]
  .chat-app
  .order-1
  .tab-content
  .list-group-item
  > a.active
  .text-muted,
[data-theme="high-contrast"]
  .chat-app
  .order-1
  .tab-content
  .list-group-item
  > a.active
  h6,
[data-theme="high-contrast"]
  .chat-app
  .order-1
  .tab-content
  .list-group-item
  > a:hover
  .h6,
[data-theme="high-contrast"]
  .chat-app
  .order-1
  .tab-content
  .list-group-item
  > a:hover
  .text-muted,
[data-theme="high-contrast"]
  .chat-app
  .order-1
  .tab-content
  .list-group-item
  > a:hover
  h6 {
  color: #000 !important;
}
.inbox .menu-list .m-link {
  color: var(--color-500);
  display: flex;
  align-items: center;
  padding: 6px;
}
.inbox .menu-list .m-link:hover {
  color: var(--primary-color);
}
.inbox .menu-list .m-link i.fa {
  width: 26px;
}
.inbox .fa-star {
  color: var(--color-300);
}
.inbox .fa-star.active,
.inbox .fa-star:hover {
  color: var(--primary-color);
}
.inbox .order-1 {
  background: var(--card-color);
  height: calc(100vh - 77px);
  min-width: 210px;
  padding: 14px;
  margin-top: 2px;
  margin-left: 2px;
}
.inbox .order-2 {
  height: calc(100vh - 77px);
}
.inbox .order-2 .list-group li:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
.inbox .order-2 .list-group li:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
}
.inbox .order-2 .list-group li:hover .hover-actions {
  display: flex;
  justify-content: space-between;
}
.inbox .order-2 .list-group li .hover-actions {
  position: absolute;
  text-align: end;
  display: none;
  width: 135px;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .inbox .order-1 {
    transition: ease 0.1s;
    position: fixed;
    box-shadow: 5px 1rem 1rem rgba(25, 24, 24, 0.1);
    left: -240px;
  }
}
@media only screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  .inbox .order-1 {
    transition: none;
  }
}
@media only screen and (max-width: 992px) {
  .inbox .order-1.open {
    left: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 992px) {
  .inbox .order-1,
  .inbox .order-2 {
    height: calc(100vh - 69px);
  }
}
.timeline-item {
  border-left: 1px solid var(--border-color);
  display: flex;
  position: relative;
  padding: 1em 1em 2em;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    padding: 1em 0 1em 1em;
  }
}
.timeline-item:hover::after {
  height: calc(100% - 3em);
}
.timeline-item::after {
  transition: ease 0.3s;
  background: var(--color-900);
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 26px;
  top: 1rem;
  left: -2px;
}
@media (prefers-reduced-motion: reduce) {
  .timeline-item::after {
    transition: none;
  }
}
.timeline-item.ti-primary:after {
  background: var(--chart-color1);
}
.timeline-item.ti-info:after {
  background: var(--chart-color2);
}
.timeline-item.ti-success:after {
  background: var(--chart-color3);
}
.timeline-item.ti-warning:after {
  background: var(--chart-color4);
}
.timeline-item.ti-danger:after {
  background: var(--chart-color5);
}
.timeline-activity {
  border-left: 3px solid var(--secondary-color);
  position: relative;
  margin-left: 100px;
}
.timeline-activity .activity {
  position: relative;
}
.timeline-activity .activity::after,
.timeline-activity .activity::before {
  position: absolute;
  display: block;
}
.timeline-activity .activity:before {
  content: attr(data-date);
  text-align: right;
  left: -120px;
  font-size: 12px;
  min-width: 100px;
}
.timeline-activity .activity::after {
  content: "";
  box-shadow: 0 0 0 3px var(--primary-color);
  background: var(--card-color);
  left: -6px;
  border-radius: 10px;
  height: 9px;
  width: 9px;
  top: 14px;
}
.print_invoice table {
  border-collapse: collapse;
}
.print_invoice table td,
.print_invoice table th {
  border: 1px solid var(--border-color);
  padding: 5px;
}
.print_invoice textarea {
  border: 1px solid var(--card-color);
  overflow: hidden;
  resize: none;
  width: 100%;
  border-radius: 0.25rem;
}
.print_invoice textarea:focus,
.print_invoice textarea:hover {
  background: rgba(var(--primary-rgb), 0.1);
  border: 1px solid var(--primary-color);
  box-shadow: none;
  outline: 0;
}
.print_invoice .address {
  float: left;
  width: 250px;
  height: 150px;
}
.print_invoice .customer {
  overflow: hidden;
}
.print_invoice .customer .customer-title {
  float: left;
  width: 250px;
  font-size: 20px;
  font-weight: 700;
}
.print_invoice .delete-wpr {
  position: relative;
}
.print_invoice .delete {
  background: var(--border-color);
  color: #fc5a69;
  display: block;
  text-decoration: none;
  position: absolute;
  padding: 0 5px;
  top: 3px;
  left: -22px;
  font-size: 12px;
}
.print_invoice .delete:hover {
  background: #fc5a69;
  color: #fff;
}
.print_invoice #logo {
  text-align: right;
  float: right;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  max-width: 540px;
  max-height: 100px;
}
.print_invoice #logo.edit,
.print_invoice #logo:hover {
  border: 1px solid var(--border-color);
  margin-top: 0;
  max-height: 125px;
}
.print_invoice #logo.edit #logoctr,
.print_invoice #logo:hover #logoctr {
  background: var(--color-100);
  display: block;
  text-align: right;
  line-height: 25px;
  padding: 0 5px;
}
.print_invoice #logo #logoctr {
  display: none;
}
.print_invoice #logohelp {
  text-align: left;
  display: none;
  font-style: italic;
  padding: 10px 5px;
}
.print_invoice #logohelp input {
  margin-bottom: 5px;
}
.print_invoice .edit #logohelp {
  display: block;
}
.print_invoice .edit #cancel-logo,
.print_invoice .edit #save-logo {
  display: inline;
}
.print_invoice #cancel-logo,
.print_invoice #save-logo,
.print_invoice .edit #change-logo,
.print_invoice .edit #delete-logo,
.print_invoice .edit #image {
  display: none;
}
.print_invoice .meta {
  float: right;
  margin-top: 1px;
  width: 300px;
}
.print_invoice .meta td {
  text-align: right;
}
.print_invoice .meta td.meta-head {
  background: var(--color-100);
  text-align: left;
}
.print_invoice .meta td .due {
  padding-right: 13px;
}
.print_invoice .meta td textarea {
  height: 20px;
  text-align: right;
}
.print_invoice .items {
  border: 1px solid var(--border-color);
  clear: both;
  width: 100%;
  margin: 30px 0 0;
}
.print_invoice .items th {
  background: var(--color-100);
}
.print_invoice .items tr.item-row td {
  vertical-align: top;
}
.print_invoice .items td.item-name {
  width: 150px;
}
.print_invoice .items td.description {
  width: 280px;
}
@media only screen and (max-width: 992px) {
  .print_invoice .items td.description {
    width: 220px;
  }
}
.print_invoice .items td.total-line {
  text-align: right;
  border-right: 0;
}
.print_invoice .items td.total-value {
  padding: 5px;
}
.print_invoice .items td.balance {
  background: var(--color-100);
}
.print_invoice .items td.blank {
  border: 0;
}
@media print {
  body * {
    visibility: hidden;
    margin: 0;
    color: #000;
    background-color: #fff;
  }
  .print_invoice {
    position: absolute;
    left: 0;
    top: 0;
  }
  .print_invoice * {
    visibility: visible;
  }
  .print_invoice * #hiderow,
  .print_invoice * .delete {
    display: none;
  }
  .print_invoice .footer-note .form-control {
    padding: 0;
  }
  .navigation,
  .sidebar {
    display: none;
  }
}
.animation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.particle,
.particle:after {
  background: 0 0;
}
.particle:after {
  position: absolute;
  content: "";
  top: 2560px;
}
.particle-1 {
  box-shadow: 0 0 var(--primary-color), 954px 1699px var(--primary-color),
    942px 1298px var(--primary-color), 1428px 2491px var(--primary-color),
    77px 806px var(--primary-color), 886px 276px var(--primary-color),
    40px 2351px var(--primary-color), 2297px 1151px var(--primary-color),
    215px 1834px var(--primary-color), 867px 2325px var(--primary-color),
    1327px 1740px var(--primary-color), 2135px 1281px var(--primary-color),
    2464px 26px var(--primary-color), 1189px 1124px var(--primary-color),
    1347px 922px var(--primary-color), 320px 91px var(--primary-color),
    773px 678px var(--primary-color), 1917px 460px var(--primary-color),
    2230px 1827px var(--primary-color), 102px 2382px var(--primary-color),
    1519px 716px var(--primary-color), 570px 37px var(--primary-color),
    1249px 853px var(--primary-color), 1236px 1120px var(--primary-color),
    920px 1592px var(--primary-color), 1710px 937px var(--primary-color),
    1789px 998px var(--primary-color), 1607px 976px var(--primary-color),
    2096px 444px var(--primary-color), 798px 2152px var(--primary-color),
    573px 1477px var(--primary-color), 1345px 1703px var(--primary-color),
    1936px 733px var(--primary-color), 1254px 2494px var(--primary-color),
    611px 443px var(--primary-color), 915px 909px var(--primary-color),
    490px 1811px var(--primary-color), 2474px 534px var(--primary-color),
    175px 1150px var(--primary-color), 1619px 1144px var(--primary-color),
    488px 406px var(--primary-color), 1123px 64px var(--primary-color),
    2139px 929px var(--primary-color), 2098px 1177px var(--primary-color),
    2033px 624px var(--primary-color), 908px 1490px var(--primary-color),
    1983px 2119px var(--primary-color), 1363px 2071px var(--primary-color),
    762px 811px var(--primary-color), 1383px 1560px var(--primary-color),
    694px 1071px var(--primary-color), 496px 737px var(--primary-color),
    39px 256px var(--primary-color), 2483px 1873px var(--primary-color),
    931px 1916px var(--primary-color), 2148px 2392px var(--primary-color),
    53px 567px var(--primary-color), 1387px 404px var(--primary-color),
    892px 1111px var(--primary-color), 1132px 1401px var(--primary-color),
    1668px 2186px var(--primary-color), 103px 1869px var(--primary-color),
    1613px 363px var(--primary-color), 1223px 500px var(--primary-color),
    2293px 237px var(--primary-color), 2172px 2366px var(--primary-color),
    732px 1956px var(--primary-color), 733px 299px var(--primary-color),
    1769px 2279px var(--primary-color), 1991px 2529px var(--primary-color),
    2448px 2190px var(--primary-color), 1153px 994px var(--primary-color),
    1765px 1344px var(--primary-color), 1711px 370px var(--primary-color),
    257px 1949px var(--primary-color), 1880px 88px var(--primary-color),
    2019px 1622px var(--primary-color), 964px 236px var(--primary-color),
    93px 1708px var(--primary-color), 1861px 1323px var(--primary-color),
    403px 2056px var(--primary-color), 1876px 529px var(--primary-color),
    1033px 79px var(--primary-color), 76px 1625px var(--primary-color),
    2548px 300px var(--primary-color), 2192px 2490px var(--primary-color),
    1353px 1414px var(--primary-color), 2314px 935px var(--primary-color),
    2435px 785px var(--primary-color), 1295px 1320px var(--primary-color),
    1101px 2475px var(--primary-color), 556px 550px var(--primary-color),
    390px 1779px var(--primary-color), 1739px 660px var(--primary-color),
    918px 1012px var(--primary-color), 351px 1010px var(--primary-color),
    2170px 734px var(--primary-color), 153px 204px var(--primary-color),
    1981px 2333px var(--primary-color), 1846px 167px var(--primary-color),
    1983px 125px var(--primary-color), 1353px 2032px var(--primary-color),
    342px 930px var(--primary-color), 1435px 2539px var(--primary-color),
    1105px 635px var(--primary-color), 1597px 2543px var(--primary-color),
    2492px 1936px var(--primary-color), 1245px 342px var(--primary-color),
    108px 708px var(--primary-color), 1126px 1177px var(--primary-color),
    2124px 1809px var(--primary-color), 1227px 117px var(--primary-color),
    2558px 874px var(--primary-color), 2136px 1578px var(--primary-color),
    409px 1151px var(--primary-color), 1362px 671px var(--primary-color),
    769px 2086px var(--primary-color), 156px 1536px var(--primary-color),
    1103px 535px var(--primary-color), 1249px 491px var(--primary-color),
    1920px 217px var(--primary-color), 1161px 1107px var(--primary-color),
    601px 82px var(--primary-color), 2188px 1854px var(--primary-color),
    763px 1426px var(--primary-color), 1826px 1837px var(--primary-color),
    1687px 1370px var(--primary-color), 548px 2040px var(--primary-color),
    2187px 2418px var(--primary-color), 1940px 2209px var(--primary-color),
    2216px 2348px var(--primary-color), 1003px 2218px var(--primary-color),
    1549px 163px var(--primary-color), 2438px 53px var(--primary-color),
    523px 204px var(--primary-color), 2308px 15px var(--primary-color),
    2439px 372px var(--primary-color), 1498px 187px var(--primary-color),
    63px 15px var(--primary-color), 64px 1760px var(--primary-color),
    2216px 916px var(--primary-color), 296px 93px var(--primary-color),
    658px 1349px var(--primary-color), 1595px 1409px var(--primary-color),
    781px 268px var(--primary-color), 57px 3px var(--primary-color),
    532px 182px var(--primary-color), 1601px 1309px var(--primary-color),
    1175px 1393px var(--primary-color), 911px 545px var(--primary-color),
    1213px 1587px var(--primary-color), 45px 441px var(--primary-color),
    638px 136px var(--primary-color), 1009px 1732px var(--primary-color),
    1560px 1931px var(--primary-color), 993px 1614px var(--primary-color),
    2513px 485px var(--primary-color), 422px 1259px var(--primary-color),
    1256px 1557px var(--primary-color), 1927px 2549px var(--primary-color),
    1722px 1972px var(--primary-color), 321px 764px var(--primary-color),
    2557px 2496px var(--primary-color), 803px 2497px var(--primary-color),
    849px 251px var(--primary-color), 564px 1354px var(--primary-color),
    1202px 1938px var(--primary-color), 2278px 209px var(--primary-color),
    1600px 1408px var(--primary-color), 2300px 1986px var(--primary-color),
    486px 48px var(--primary-color), 1589px 2078px var(--primary-color),
    483px 1090px var(--primary-color), 1069px 2487px var(--primary-color),
    45px 421px var(--primary-color), 491px 1030px var(--primary-color),
    561px 305px var(--primary-color), 1026px 1319px var(--primary-color),
    365px 433px var(--primary-color), 1806px 1213px var(--primary-color),
    376px 1712px var(--primary-color), 2014px 1335px var(--primary-color),
    2513px 1666px var(--primary-color), 11px 1924px var(--primary-color),
    674px 2495px var(--primary-color), 465px 34px var(--primary-color),
    2446px 100px var(--primary-color), 447px 949px var(--primary-color),
    1146px 2381px var(--primary-color), 1922px 761px var(--primary-color),
    341px 1544px var(--primary-color), 663px 1661px var(--primary-color),
    1291px 801px var(--primary-color), 1820px 1287px var(--primary-color),
    29px 1457px var(--primary-color), 1102px 181px var(--primary-color),
    643px 417px var(--primary-color), 1252px 202px var(--primary-color),
    332px 2004px var(--primary-color), 2291px 260px var(--primary-color),
    2033px 830px var(--primary-color), 1819px 983px var(--primary-color),
    1980px 1642px var(--primary-color), 1378px 2548px var(--primary-color),
    2422px 1200px var(--primary-color), 2013px 2448px var(--primary-color),
    1879px 2502px var(--primary-color), 1471px 1365px var(--primary-color),
    1652px 891px var(--primary-color), 88px 2216px var(--primary-color),
    1392px 2346px var(--primary-color), 1495px 586px var(--primary-color),
    1089px 424px var(--primary-color), 461px 2055px var(--primary-color),
    1392px 982px var(--primary-color), 2122px 1109px var(--primary-color),
    1214px 394px var(--primary-color), 452px 49px var(--primary-color),
    2218px 407px var(--primary-color), 1778px 689px var(--primary-color),
    448px 957px var(--primary-color), 2502px 2496px var(--primary-color),
    709px 286px var(--primary-color), 1286px 2305px var(--primary-color),
    764px 2188px var(--primary-color), 1296px 1545px var(--primary-color),
    1345px 1913px var(--primary-color), 1292px 673px var(--primary-color),
    1344px 1520px var(--primary-color), 2049px 883px var(--primary-color),
    728px 2341px var(--primary-color), 1579px 1766px var(--primary-color),
    850px 1588px var(--primary-color), 1937px 1466px var(--primary-color),
    1911px 2345px var(--primary-color), 978px 2271px var(--primary-color),
    682px 843px var(--primary-color), 594px 2229px var(--primary-color),
    866px 2443px var(--primary-color), 2421px 2111px var(--primary-color),
    2094px 977px var(--primary-color), 1335px 53px var(--primary-color),
    309px 2383px var(--primary-color), 1603px 1409px var(--primary-color),
    1887px 1689px var(--primary-color), 2374px 191px var(--primary-color),
    892px 121px var(--primary-color), 1188px 180px var(--primary-color),
    2519px 1437px var(--primary-color), 1183px 1633px var(--primary-color),
    1190px 876px var(--primary-color), 1742px 2048px var(--primary-color),
    2146px 1881px var(--primary-color), 653px 342px var(--primary-color),
    1347px 2528px var(--primary-color), 1336px 638px var(--primary-color),
    1377px 2469px var(--primary-color), 21px 1960px var(--primary-color),
    1321px 1103px var(--primary-color), 627px 1067px var(--primary-color),
    2270px 2138px var(--primary-color), 1448px 2371px var(--primary-color),
    1645px 1697px var(--primary-color), 1686px 544px var(--primary-color),
    1520px 1645px var(--primary-color), 1953px 1246px var(--primary-color),
    1377px 1976px var(--primary-color), 1096px 2291px var(--primary-color),
    2414px 2210px var(--primary-color), 703px 492px var(--primary-color),
    1454px 1829px var(--primary-color), 718px 1716px var(--primary-color),
    2556px 853px var(--primary-color), 1319px 1359px var(--primary-color),
    1630px 1040px var(--primary-color), 1820px 2147px var(--primary-color),
    1154px 1916px var(--primary-color), 2403px 1608px var(--primary-color),
    1319px 1288px var(--primary-color), 1014px 186px var(--primary-color),
    265px 2292px var(--primary-color), 1210px 558px var(--primary-color),
    1878px 2421px var(--primary-color), 330px 208px var(--primary-color),
    386px 1435px var(--primary-color), 2464px 1724px var(--primary-color),
    1403px 347px var(--primary-color), 1992px 784px var(--primary-color),
    1416px 1922px var(--primary-color), 637px 368px var(--primary-color),
    1191px 1505px var(--primary-color), 905px 1661px var(--primary-color),
    1155px 1369px var(--primary-color), 475px 1135px var(--primary-color),
    1774px 1196px var(--primary-color), 2015px 1584px var(--primary-color),
    1131px 940px var(--primary-color), 2144px 2066px var(--primary-color),
    2056px 1864px var(--primary-color), 1421px 2357px var(--primary-color),
    2217px 22px var(--primary-color), 2491px 745px var(--primary-color),
    2434px 2486px var(--primary-color), 1945px 519px var(--primary-color),
    1897px 2421px var(--primary-color), 1594px 48px var(--primary-color),
    1287px 2011px var(--primary-color), 817px 1929px var(--primary-color),
    1791px 1430px var(--primary-color), 449px 857px var(--primary-color),
    2553px 1117px var(--primary-color), 340px 2169px var(--primary-color),
    1549px 278px var(--primary-color), 912px 1983px var(--primary-color),
    2366px 31px var(--primary-color), 225px 414px var(--primary-color),
    703px 1020px var(--primary-color), 601px 870px var(--primary-color),
    1736px 1990px var(--primary-color), 1267px 1572px var(--primary-color),
    1649px 2235px var(--primary-color), 1811px 1773px var(--primary-color),
    849px 1212px var(--primary-color), 546px 55px var(--primary-color),
    304px 2455px var(--primary-color), 734px 561px var(--primary-color),
    821px 647px var(--primary-color), 1562px 617px var(--primary-color),
    1698px 1739px var(--primary-color), 2188px 83px var(--primary-color),
    2352px 1997px var(--primary-color), 2400px 1513px var(--primary-color),
    2195px 137px var(--primary-color), 2453px 1297px var(--primary-color),
    514px 2151px var(--primary-color), 747px 617px var(--primary-color),
    182px 1697px var(--primary-color), 894px 1843px var(--primary-color),
    1850px 2044px var(--primary-color), 1644px 1955px var(--primary-color),
    19px 546px var(--primary-color), 1442px 1995px var(--primary-color),
    1041px 1851px var(--primary-color), 1206px 234px var(--primary-color),
    1139px 1900px var(--primary-color), 645px 1477px var(--primary-color),
    2423px 1914px var(--primary-color), 2297px 2202px var(--primary-color),
    1165px 1997px var(--primary-color), 2399px 2051px var(--primary-color),
    2260px 780px var(--primary-color), 1480px 1292px var(--primary-color),
    1622px 1000px var(--primary-color), 1382px 1901px var(--primary-color),
    2380px 2406px var(--primary-color), 1220px 1067px var(--primary-color),
    692px 523px var(--primary-color), 1866px 148px var(--primary-color),
    786px 2450px var(--primary-color), 462px 1727px var(--primary-color),
    1942px 439px var(--primary-color), 785px 2254px var(--primary-color),
    542px 1135px var(--primary-color), 1774px 1736px var(--primary-color),
    2054px 1387px var(--primary-color), 1699px 407px var(--primary-color),
    1512px 213px var(--primary-color), 1405px 106px var(--primary-color),
    1715px 509px var(--primary-color), 1536px 2059px var(--primary-color),
    2135px 2271px var(--primary-color), 588px 2255px var(--primary-color),
    1902px 2560px var(--primary-color), 760px 177px var(--primary-color),
    61px 2109px var(--primary-color), 1855px 1715px var(--primary-color),
    83px 400px var(--primary-color), 1680px 474px var(--primary-color),
    748px 983px var(--primary-color), 2374px 986px var(--primary-color),
    2486px 595px var(--primary-color), 25px 251px var(--primary-color),
    2507px 421px var(--primary-color), 1897px 2432px var(--primary-color),
    2145px 1664px var(--primary-color), 8px 209px var(--primary-color),
    587px 154px var(--primary-color), 1531px 1545px var(--primary-color),
    63px 1082px var(--primary-color), 676px 668px var(--primary-color),
    1249px 781px var(--primary-color), 2344px 1621px var(--primary-color),
    2189px 1299px var(--primary-color), 1558px 903px var(--primary-color),
    467px 2344px var(--primary-color), 49px 63px var(--primary-color),
    2313px 1568px var(--primary-color), 1300px 918px var(--primary-color),
    2303px 2069px var(--primary-color), 2436px 2390px var(--primary-color),
    2320px 288px var(--primary-color), 100px 1714px var(--primary-color),
    1721px 2532px var(--primary-color), 995px 1637px var(--primary-color),
    249px 1307px var(--primary-color), 1941px 2471px var(--primary-color),
    608px 351px var(--primary-color), 324px 380px var(--primary-color),
    122px 2236px var(--primary-color), 505px 2469px var(--primary-color),
    396px 184px var(--primary-color), 2139px 689px var(--primary-color),
    1731px 2153px var(--primary-color), 1592px 293px var(--primary-color),
    2269px 2076px var(--primary-color), 845px 1928px var(--primary-color),
    1844px 1210px var(--primary-color), 2195px 1288px var(--primary-color),
    621px 2430px var(--primary-color), 2551px 131px var(--primary-color),
    2095px 2522px var(--primary-color), 590px 239px var(--primary-color),
    2377px 1702px var(--primary-color), 1135px 1018px var(--primary-color),
    2069px 1373px var(--primary-color), 2488px 658px var(--primary-color),
    2250px 2103px var(--primary-color), 2168px 2460px var(--primary-color),
    992px 325px var(--primary-color), 657px 911px var(--primary-color),
    2203px 1562px var(--primary-color), 239px 2226px var(--primary-color),
    786px 109px var(--primary-color), 1103px 767px var(--primary-color),
    2102px 1489px var(--primary-color), 2143px 784px var(--primary-color),
    262px 16px var(--primary-color), 874px 1004px var(--primary-color),
    2368px 846px var(--primary-color), 24px 1216px var(--primary-color),
    405px 2413px var(--primary-color), 1043px 1272px var(--primary-color),
    748px 2282px var(--primary-color), 59px 554px var(--primary-color),
    1639px 111px var(--primary-color), 1077px 1374px var(--primary-color),
    2046px 2201px var(--primary-color), 1318px 1705px var(--primary-color),
    605px 1973px var(--primary-color), 1892px 895px var(--primary-color),
    484px 1913px var(--primary-color), 465px 2372px var(--primary-color),
    2169px 448px var(--primary-color), 463px 491px var(--primary-color),
    1475px 384px var(--primary-color), 2004px 1466px var(--primary-color),
    2393px 97px var(--primary-color), 1745px 173px var(--primary-color),
    338px 1407px var(--primary-color), 38px 1545px var(--primary-color),
    15px 2192px var(--primary-color), 2331px 2005px var(--primary-color),
    497px 1042px var(--primary-color), 1518px 806px var(--primary-color),
    155px 1768px var(--primary-color), 565px 1980px var(--primary-color),
    720px 404px var(--primary-color), 1936px 1375px var(--primary-color),
    998px 334px var(--primary-color), 1926px 1635px var(--primary-color),
    1207px 453px var(--primary-color), 612px 523px var(--primary-color),
    2444px 1722px var(--primary-color), 1771px 1177px var(--primary-color),
    1206px 2127px var(--primary-color), 2098px 1741px var(--primary-color),
    231px 2133px var(--primary-color), 1105px 540px var(--primary-color),
    393px 135px var(--primary-color), 2261px 2384px var(--primary-color),
    675px 946px var(--primary-color), 775px 359px var(--primary-color),
    25px 580px var(--primary-color), 1508px 1432px var(--primary-color),
    2435px 2137px var(--primary-color), 950px 484px var(--primary-color),
    2394px 2281px var(--primary-color), 1345px 44px var(--primary-color),
    2390px 1644px var(--primary-color), 682px 224px var(--primary-color),
    2152px 952px var(--primary-color), 2152px 513px var(--primary-color),
    1037px 1179px var(--primary-color), 83px 850px var(--primary-color),
    1910px 1695px var(--primary-color), 48px 1979px var(--primary-color),
    1870px 838px var(--primary-color), 2193px 368px var(--primary-color),
    1090px 691px var(--primary-color), 406px 1431px var(--primary-color),
    547px 738px var(--primary-color), 434px 990px var(--primary-color),
    317px 1178px var(--primary-color), 1328px 88px var(--primary-color),
    733px 1751px var(--primary-color), 1693px 923px var(--primary-color),
    2467px 549px var(--primary-color), 2243px 1819px var(--primary-color),
    136px 2186px var(--primary-color), 1097px 367px var(--primary-color),
    639px 2053px var(--primary-color), 617px 108px var(--primary-color),
    1118px 229px var(--primary-color), 1785px 744px var(--primary-color),
    2386px 831px var(--primary-color), 358px 1632px var(--primary-color),
    1990px 2080px var(--primary-color), 355px 2047px var(--primary-color),
    937px 2362px var(--primary-color), 29px 2336px var(--primary-color),
    2457px 308px var(--primary-color), 2408px 480px var(--primary-color),
    1381px 1652px var(--primary-color), 1924px 1398px var(--primary-color),
    82px 2242px var(--primary-color), 1512px 143px var(--primary-color),
    2201px 2458px var(--primary-color), 287px 715px var(--primary-color),
    1252px 677px var(--primary-color), 1132px 824px var(--primary-color),
    2538px 17px var(--primary-color), 779px 558px var(--primary-color),
    2024px 489px var(--primary-color), 1949px 966px var(--primary-color),
    2325px 1377px var(--primary-color), 855px 377px var(--primary-color),
    1137px 2559px var(--primary-color), 864px 653px var(--primary-color),
    1621px 126px var(--primary-color), 2440px 2129px var(--primary-color),
    1050px 450px var(--primary-color), 2181px 384px var(--primary-color),
    1418px 468px var(--primary-color), 1268px 1350px var(--primary-color),
    34px 180px var(--primary-color), 1623px 950px var(--primary-color),
    1327px 1627px var(--primary-color), 1010px 1150px var(--primary-color),
    436px 948px var(--primary-color), 675px 1511px var(--primary-color),
    38px 1447px var(--primary-color), 454px 2439px var(--primary-color),
    2145px 2501px var(--primary-color), 514px 733px var(--primary-color),
    1916px 851px var(--primary-color), 94px 194px var(--primary-color),
    2069px 556px var(--primary-color), 827px 1726px var(--primary-color),
    1550px 960px var(--primary-color), 2197px 1576px var(--primary-color),
    1004px 1029px var(--primary-color), 2217px 1667px var(--primary-color),
    1799px 127px var(--primary-color), 157px 1049px var(--primary-color),
    1809px 1410px var(--primary-color), 1506px 1374px var(--primary-color),
    150px 1955px var(--primary-color), 2081px 2515px var(--primary-color),
    664px 21px var(--primary-color), 1623px 1378px var(--primary-color),
    1167px 2246px var(--primary-color), 119px 1278px var(--primary-color),
    729px 1485px var(--primary-color), 1600px 2076px var(--primary-color),
    840px 2305px var(--primary-color), 161px 889px var(--primary-color),
    1751px 1967px var(--primary-color), 1292px 690px var(--primary-color),
    1696px 548px var(--primary-color), 2155px 690px var(--primary-color),
    1028px 241px var(--primary-color), 1369px 131px var(--primary-color),
    2445px 648px var(--primary-color), 50px 381px var(--primary-color),
    1295px 2247px var(--primary-color), 910px 1281px var(--primary-color),
    1355px 637px var(--primary-color), 2429px 370px var(--primary-color),
    1025px 606px var(--primary-color), 1073px 1390px var(--primary-color),
    196px 2294px var(--primary-color), 746px 1290px var(--primary-color),
    1121px 94px var(--primary-color), 414px 1917px var(--primary-color),
    1451px 860px var(--primary-color), 2038px 1009px var(--primary-color),
    409px 789px var(--primary-color), 2363px 1437px var(--primary-color),
    2450px 410px var(--primary-color), 210px 2339px var(--primary-color),
    399px 2388px var(--primary-color);
  -webkit-animation: animParticle 60s linear infinite;
  animation: animParticle 60s linear infinite;
  height: 1px;
  width: 1px;
}
.particle-1:after {
  box-shadow: 0 0 var(--primary-color), 902px 265px var(--primary-color),
    1781px 2051px var(--primary-color), 145px 323px var(--primary-color),
    916px 2145px var(--primary-color), 848px 2204px var(--primary-color),
    1704px 755px var(--primary-color), 146px 2026px var(--primary-color),
    1218px 359px var(--primary-color), 1537px 423px var(--primary-color),
    989px 18px var(--primary-color), 2432px 898px var(--primary-color),
    493px 1151px var(--primary-color), 2122px 2416px var(--primary-color),
    1146px 206px var(--primary-color), 368px 1290px var(--primary-color),
    2104px 1653px var(--primary-color), 1536px 1493px var(--primary-color),
    1170px 1294px var(--primary-color), 811px 651px var(--primary-color),
    1522px 2003px var(--primary-color), 1012px 1059px var(--primary-color),
    1459px 765px var(--primary-color), 712px 541px var(--primary-color),
    2399px 1732px var(--primary-color), 537px 891px var(--primary-color),
    363px 2531px var(--primary-color), 32px 1561px var(--primary-color),
    1940px 2495px var(--primary-color), 1694px 288px var(--primary-color),
    1558px 1929px var(--primary-color), 2034px 955px var(--primary-color),
    2206px 1055px var(--primary-color), 1634px 455px var(--primary-color),
    1116px 385px var(--primary-color), 1011px 2132px var(--primary-color),
    2219px 782px var(--primary-color), 270px 638px var(--primary-color),
    1966px 2538px var(--primary-color), 1330px 1174px var(--primary-color),
    340px 2474px var(--primary-color), 639px 2253px var(--primary-color),
    521px 1285px var(--primary-color), 541px 1106px var(--primary-color),
    1804px 2443px var(--primary-color), 2323px 1473px var(--primary-color),
    776px 146px var(--primary-color), 110px 78px var(--primary-color),
    895px 1208px var(--primary-color), 1876px 2097px var(--primary-color),
    39px 2254px var(--primary-color), 52px 348px var(--primary-color),
    983px 1389px var(--primary-color), 892px 667px var(--primary-color),
    2209px 1546px var(--primary-color), 1067px 457px var(--primary-color),
    237px 1887px var(--primary-color), 406px 2032px var(--primary-color),
    946px 1542px var(--primary-color), 2471px 1618px var(--primary-color),
    649px 2432px var(--primary-color), 1244px 593px var(--primary-color),
    1685px 1797px var(--primary-color), 1864px 1445px var(--primary-color),
    1159px 1805px var(--primary-color), 2134px 1622px var(--primary-color),
    27px 536px var(--primary-color), 805px 1419px var(--primary-color),
    1269px 198px var(--primary-color), 1135px 1939px var(--primary-color),
    1546px 279px var(--primary-color), 303px 992px var(--primary-color),
    1332px 530px var(--primary-color), 91px 2301px var(--primary-color),
    585px 1532px var(--primary-color), 1610px 2010px var(--primary-color),
    1950px 97px var(--primary-color), 2396px 1607px var(--primary-color),
    1160px 2369px var(--primary-color), 357px 2363px var(--primary-color),
    1389px 15px var(--primary-color), 759px 136px var(--primary-color),
    82px 1737px var(--primary-color), 1623px 1705px var(--primary-color),
    813px 334px var(--primary-color), 2284px 1675px var(--primary-color),
    2306px 1528px var(--primary-color), 967px 894px var(--primary-color),
    1917px 1876px var(--primary-color), 558px 1114px var(--primary-color),
    1897px 218px var(--primary-color), 712px 820px var(--primary-color),
    562px 764px var(--primary-color), 733px 2100px var(--primary-color),
    2305px 1557px var(--primary-color), 1136px 118px var(--primary-color),
    1151px 1956px var(--primary-color), 2367px 940px var(--primary-color),
    2138px 981px var(--primary-color), 413px 1915px var(--primary-color),
    772px 2088px var(--primary-color), 309px 912px var(--primary-color),
    837px 1148px var(--primary-color), 1288px 1366px var(--primary-color),
    725px 638px var(--primary-color), 92px 2154px var(--primary-color),
    711px 826px var(--primary-color), 144px 842px var(--primary-color),
    1330px 1475px var(--primary-color), 69px 1566px var(--primary-color),
    1959px 1567px var(--primary-color), 778px 2016px var(--primary-color),
    1434px 926px var(--primary-color), 799px 1627px var(--primary-color),
    914px 2528px var(--primary-color), 2343px 161px var(--primary-color),
    1882px 136px var(--primary-color), 2024px 1882px var(--primary-color),
    393px 1866px var(--primary-color), 265px 1033px var(--primary-color),
    1817px 187px var(--primary-color), 391px 1813px var(--primary-color),
    2380px 466px var(--primary-color), 2149px 999px var(--primary-color),
    1166px 527px var(--primary-color), 422px 1976px var(--primary-color),
    1858px 2266px var(--primary-color), 2165px 2048px var(--primary-color),
    1543px 1206px var(--primary-color), 829px 848px var(--primary-color),
    1719px 508px var(--primary-color), 1984px 1188px var(--primary-color),
    555px 1271px var(--primary-color), 2296px 2209px var(--primary-color),
    208px 1459px var(--primary-color), 1434px 1392px var(--primary-color),
    2434px 1492px var(--primary-color), 1598px 2320px var(--primary-color),
    1896px 1712px var(--primary-color), 1761px 939px var(--primary-color),
    2079px 2384px var(--primary-color), 764px 2482px var(--primary-color),
    589px 1425px var(--primary-color), 123px 1896px var(--primary-color),
    506px 345px var(--primary-color), 56px 1029px var(--primary-color),
    1721px 2486px var(--primary-color), 2012px 2401px var(--primary-color),
    2067px 2478px var(--primary-color), 640px 1819px var(--primary-color),
    693px 557px var(--primary-color), 1647px 937px var(--primary-color),
    397px 290px var(--primary-color), 161px 868px var(--primary-color),
    592px 2397px var(--primary-color), 468px 2003px var(--primary-color),
    1209px 785px var(--primary-color), 18px 676px var(--primary-color),
    1006px 1993px var(--primary-color), 1371px 190px var(--primary-color),
    1494px 1938px var(--primary-color), 137px 2523px var(--primary-color),
    1206px 231px var(--primary-color), 1008px 329px var(--primary-color),
    32px 50px var(--primary-color), 1703px 302px var(--primary-color),
    442px 202px var(--primary-color), 1313px 1360px var(--primary-color),
    2334px 2223px var(--primary-color), 1847px 1798px var(--primary-color),
    495px 1068px var(--primary-color), 1668px 2317px var(--primary-color),
    1192px 594px var(--primary-color), 466px 111px var(--primary-color),
    1001px 1146px var(--primary-color), 334px 1115px var(--primary-color),
    493px 839px var(--primary-color), 2421px 550px var(--primary-color),
    1906px 116px var(--primary-color), 786px 1710px var(--primary-color),
    163px 1768px var(--primary-color), 431px 1812px var(--primary-color),
    1459px 2560px var(--primary-color), 569px 2416px var(--primary-color),
    1876px 2465px var(--primary-color), 410px 2251px var(--primary-color),
    1014px 1430px var(--primary-color), 1648px 2269px var(--primary-color),
    229px 277px var(--primary-color), 699px 1138px var(--primary-color),
    5px 201px var(--primary-color), 2029px 510px var(--primary-color),
    87px 1768px var(--primary-color), 267px 782px var(--primary-color),
    2016px 926px var(--primary-color), 1339px 2498px var(--primary-color),
    2325px 413px var(--primary-color), 1780px 2267px var(--primary-color),
    749px 430px var(--primary-color), 1799px 965px var(--primary-color),
    1896px 2535px var(--primary-color), 220px 495px var(--primary-color),
    2404px 124px var(--primary-color), 688px 278px var(--primary-color),
    2189px 2434px var(--primary-color), 1325px 2030px var(--primary-color),
    1713px 1473px var(--primary-color), 1494px 875px var(--primary-color),
    164px 1563px var(--primary-color), 340px 1698px var(--primary-color),
    1208px 893px var(--primary-color), 2242px 1775px var(--primary-color),
    1151px 1166px var(--primary-color), 900px 1054px var(--primary-color),
    1709px 2194px var(--primary-color), 764px 1115px var(--primary-color),
    836px 1726px var(--primary-color), 2263px 1799px var(--primary-color),
    1090px 1958px var(--primary-color), 2069px 946px var(--primary-color),
    7px 1306px var(--primary-color), 2045px 126px var(--primary-color),
    118px 1422px var(--primary-color), 1073px 1839px var(--primary-color),
    2252px 1391px var(--primary-color), 1055px 398px var(--primary-color),
    2528px 180px var(--primary-color), 1465px 1001px var(--primary-color),
    2232px 2002px var(--primary-color), 2156px 2251px var(--primary-color),
    2093px 881px var(--primary-color), 1663px 2425px var(--primary-color),
    1496px 583px var(--primary-color), 2128px 558px var(--primary-color),
    254px 516px var(--primary-color), 1522px 1927px var(--primary-color),
    2008px 381px var(--primary-color), 1730px 1732px var(--primary-color),
    358px 2008px var(--primary-color), 1773px 908px var(--primary-color),
    2537px 1216px var(--primary-color), 1876px 2344px var(--primary-color),
    899px 477px var(--primary-color), 2019px 92px var(--primary-color),
    1967px 774px var(--primary-color), 1078px 1987px var(--primary-color),
    1763px 460px var(--primary-color), 725px 1707px var(--primary-color),
    1176px 2042px var(--primary-color), 1969px 452px var(--primary-color),
    2279px 500px var(--primary-color), 283px 2055px var(--primary-color),
    1102px 264px var(--primary-color), 2524px 2432px var(--primary-color),
    1438px 1482px var(--primary-color), 2325px 1648px var(--primary-color),
    363px 166px var(--primary-color), 2201px 1725px var(--primary-color),
    2423px 2132px var(--primary-color), 1125px 125px var(--primary-color),
    2236px 984px var(--primary-color), 2051px 1387px var(--primary-color),
    371px 1623px var(--primary-color), 1407px 1222px var(--primary-color),
    1165px 556px var(--primary-color), 2077px 122px var(--primary-color),
    635px 2051px var(--primary-color), 2120px 1762px var(--primary-color),
    1971px 375px var(--primary-color), 602px 2280px var(--primary-color),
    1130px 2056px var(--primary-color), 2552px 1029px var(--primary-color),
    1604px 1974px var(--primary-color), 1309px 2285px var(--primary-color),
    1381px 404px var(--primary-color), 421px 824px var(--primary-color),
    792px 2549px var(--primary-color), 1568px 162px var(--primary-color),
    435px 2261px var(--primary-color), 1216px 2236px var(--primary-color),
    937px 2114px var(--primary-color), 355px 1961px var(--primary-color),
    1125px 1365px var(--primary-color), 2405px 1004px var(--primary-color),
    1392px 108px var(--primary-color), 1422px 2192px var(--primary-color),
    59px 2220px var(--primary-color), 2336px 2557px var(--primary-color),
    366px 1110px var(--primary-color), 791px 1822px var(--primary-color),
    6px 1256px var(--primary-color), 739px 600px var(--primary-color),
    451px 1929px var(--primary-color), 1738px 2026px var(--primary-color),
    1969px 1182px var(--primary-color), 517px 2058px var(--primary-color),
    117px 545px var(--primary-color), 924px 1560px var(--primary-color),
    974px 942px var(--primary-color), 2148px 1018px var(--primary-color),
    1386px 1256px var(--primary-color), 1805px 1372px var(--primary-color),
    1149px 2246px var(--primary-color), 524px 1515px var(--primary-color),
    845px 2499px var(--primary-color), 2455px 1044px var(--primary-color),
    901px 69px var(--primary-color), 2227px 2105px var(--primary-color),
    1532px 1577px var(--primary-color), 1066px 2280px var(--primary-color),
    880px 233px var(--primary-color), 949px 2020px var(--primary-color),
    1306px 42px var(--primary-color), 1154px 1884px var(--primary-color),
    710px 1206px var(--primary-color), 1362px 2127px var(--primary-color),
    1235px 700px var(--primary-color), 847px 480px var(--primary-color),
    1728px 1732px var(--primary-color), 1082px 1543px var(--primary-color),
    1329px 1354px var(--primary-color), 272px 887px var(--primary-color),
    1988px 341px var(--primary-color), 358px 438px var(--primary-color),
    1871px 2458px var(--primary-color), 172px 1026px var(--primary-color),
    1402px 1255px var(--primary-color), 823px 1421px var(--primary-color),
    1377px 2178px var(--primary-color), 1415px 261px var(--primary-color),
    978px 405px var(--primary-color), 188px 1169px var(--primary-color),
    2031px 2445px var(--primary-color), 2059px 736px var(--primary-color),
    2109px 2327px var(--primary-color), 1168px 502px var(--primary-color),
    798px 1981px var(--primary-color), 116px 1276px var(--primary-color),
    2527px 1227px var(--primary-color), 82px 551px var(--primary-color),
    2011px 1062px var(--primary-color), 1052px 149px var(--primary-color),
    27px 680px var(--primary-color), 1760px 1648px var(--primary-color),
    1157px 1383px var(--primary-color), 874px 187px var(--primary-color),
    2373px 1536px var(--primary-color), 502px 57px var(--primary-color),
    77px 1722px var(--primary-color), 1856px 504px var(--primary-color),
    2016px 558px var(--primary-color), 1827px 1778px var(--primary-color),
    1644px 2316px var(--primary-color), 1993px 689px var(--primary-color),
    857px 359px var(--primary-color), 1678px 1136px var(--primary-color),
    336px 1027px var(--primary-color), 1994px 1424px var(--primary-color),
    1586px 224px var(--primary-color), 312px 2472px var(--primary-color),
    2431px 1192px var(--primary-color), 1578px 1614px var(--primary-color),
    403px 767px var(--primary-color), 1542px 2147px var(--primary-color),
    1827px 1983px var(--primary-color), 446px 1315px var(--primary-color),
    2444px 1839px var(--primary-color), 1307px 19px var(--primary-color),
    1395px 1248px var(--primary-color), 1401px 1971px var(--primary-color),
    784px 1800px var(--primary-color), 294px 727px var(--primary-color),
    1855px 2100px var(--primary-color), 746px 2180px var(--primary-color),
    1256px 441px var(--primary-color), 1162px 1736px var(--primary-color),
    690px 2230px var(--primary-color), 61px 1033px var(--primary-color),
    252px 107px var(--primary-color), 2269px 2333px var(--primary-color),
    879px 1617px var(--primary-color), 1790px 453px var(--primary-color),
    1891px 371px var(--primary-color), 2215px 1374px var(--primary-color),
    1901px 2006px var(--primary-color), 2072px 2296px var(--primary-color),
    390px 211px var(--primary-color), 2523px 1674px var(--primary-color),
    1034px 492px var(--primary-color), 587px 566px var(--primary-color),
    255px 1827px var(--primary-color), 2428px 1355px var(--primary-color),
    68px 1950px var(--primary-color), 1854px 1169px var(--primary-color),
    753px 387px var(--primary-color), 664px 1040px var(--primary-color),
    2280px 2434px var(--primary-color), 1964px 1825px var(--primary-color),
    1440px 1336px var(--primary-color), 782px 378px var(--primary-color),
    549px 1661px var(--primary-color), 303px 343px var(--primary-color),
    2456px 1288px var(--primary-color), 1482px 2527px var(--primary-color),
    2154px 103px var(--primary-color), 2113px 898px var(--primary-color),
    2531px 186px var(--primary-color), 2379px 2488px var(--primary-color),
    1728px 2538px var(--primary-color), 1894px 42px var(--primary-color),
    583px 643px var(--primary-color), 1199px 1361px var(--primary-color),
    2003px 1751px var(--primary-color), 1743px 1312px var(--primary-color),
    177px 770px var(--primary-color), 1155px 912px var(--primary-color),
    432px 2261px var(--primary-color), 2437px 521px var(--primary-color),
    707px 1148px var(--primary-color), 2369px 1996px var(--primary-color),
    2325px 1831px var(--primary-color), 846px 2531px var(--primary-color),
    716px 475px var(--primary-color), 2153px 409px var(--primary-color),
    623px 1472px var(--primary-color), 699px 1268px var(--primary-color),
    982px 958px var(--primary-color), 574px 574px var(--primary-color),
    128px 2420px var(--primary-color), 1634px 1510px var(--primary-color),
    1235px 1532px var(--primary-color), 1737px 1796px var(--primary-color),
    1705px 1636px var(--primary-color), 2106px 1641px var(--primary-color),
    1297px 434px var(--primary-color), 252px 1176px var(--primary-color),
    2277px 1188px var(--primary-color), 1728px 2509px var(--primary-color),
    813px 405px var(--primary-color), 113px 316px var(--primary-color),
    167px 839px var(--primary-color), 1464px 1098px var(--primary-color),
    1749px 1615px var(--primary-color), 2110px 733px var(--primary-color),
    1135px 2131px var(--primary-color), 231px 2213px var(--primary-color),
    38px 387px var(--primary-color), 57px 1585px var(--primary-color),
    411px 2392px var(--primary-color), 689px 617px var(--primary-color),
    1430px 1443px var(--primary-color), 1175px 2437px var(--primary-color),
    1613px 2446px var(--primary-color), 68px 739px var(--primary-color),
    250px 1365px var(--primary-color), 2416px 1794px var(--primary-color),
    1635px 980px var(--primary-color), 2041px 2522px var(--primary-color),
    2251px 1157px var(--primary-color), 223px 1347px var(--primary-color),
    2032px 785px var(--primary-color), 2535px 259px var(--primary-color),
    1483px 204px var(--primary-color), 1776px 1749px var(--primary-color),
    972px 2547px var(--primary-color), 1675px 840px var(--primary-color),
    2173px 1669px var(--primary-color), 689px 564px var(--primary-color),
    435px 320px var(--primary-color), 467px 775px var(--primary-color),
    1265px 2005px var(--primary-color), 1455px 2226px var(--primary-color),
    1468px 646px var(--primary-color), 1909px 2322px var(--primary-color),
    525px 600px var(--primary-color), 2164px 85px var(--primary-color),
    499px 1820px var(--primary-color), 2527px 1879px var(--primary-color),
    1748px 1844px var(--primary-color), 2133px 1978px var(--primary-color),
    185px 600px var(--primary-color), 2493px 685px var(--primary-color),
    1260px 2214px var(--primary-color), 514px 2505px var(--primary-color),
    2427px 79px var(--primary-color), 417px 750px var(--primary-color),
    245px 346px var(--primary-color), 937px 2141px var(--primary-color),
    1071px 86px var(--primary-color), 1413px 589px var(--primary-color),
    2018px 2275px var(--primary-color), 1467px 2337px var(--primary-color),
    770px 2026px var(--primary-color), 2490px 1682px var(--primary-color),
    2334px 976px var(--primary-color), 453px 1348px var(--primary-color),
    1301px 2019px var(--primary-color), 2146px 2429px var(--primary-color),
    992px 1706px var(--primary-color), 2025px 827px var(--primary-color),
    469px 1510px var(--primary-color), 489px 1783px var(--primary-color),
    1764px 765px var(--primary-color), 1959px 625px var(--primary-color),
    1417px 1880px var(--primary-color), 726px 257px var(--primary-color),
    541px 160px var(--primary-color), 205px 1689px var(--primary-color),
    943px 973px var(--primary-color), 1921px 86px var(--primary-color),
    425px 129px var(--primary-color), 1749px 69px var(--primary-color),
    1896px 2512px var(--primary-color), 825px 1808px var(--primary-color),
    1013px 1192px var(--primary-color), 1772px 1900px var(--primary-color),
    1776px 2440px var(--primary-color), 2129px 1548px var(--primary-color),
    2166px 2460px var(--primary-color), 349px 189px var(--primary-color),
    303px 775px var(--primary-color), 1038px 2314px var(--primary-color),
    762px 98px var(--primary-color), 2227px 1049px var(--primary-color),
    1935px 1097px var(--primary-color), 417px 1469px var(--primary-color),
    169px 1444px var(--primary-color), 1891px 677px var(--primary-color),
    1548px 381px var(--primary-color), 893px 2382px var(--primary-color),
    2524px 490px var(--primary-color), 2388px 661px var(--primary-color),
    2090px 1561px var(--primary-color), 2472px 2209px var(--primary-color),
    1209px 2134px var(--primary-color), 2367px 2484px var(--primary-color),
    1491px 1548px var(--primary-color), 1121px 7px var(--primary-color),
    1966px 1853px var(--primary-color), 459px 734px var(--primary-color),
    24px 526px var(--primary-color), 1244px 1940px var(--primary-color),
    456px 1820px var(--primary-color), 378px 1115px var(--primary-color),
    122px 1840px var(--primary-color), 1203px 1084px var(--primary-color),
    1096px 1967px var(--primary-color), 2544px 417px var(--primary-color),
    135px 2119px var(--primary-color), 224px 393px var(--primary-color),
    1494px 1017px var(--primary-color), 2266px 2143px var(--primary-color),
    748px 1509px var(--primary-color), 2406px 47px var(--primary-color),
    1089px 678px var(--primary-color), 1640px 113px var(--primary-color),
    1187px 327px var(--primary-color), 539px 969px var(--primary-color),
    1085px 1648px var(--primary-color), 274px 1426px var(--primary-color),
    1350px 667px var(--primary-color), 1884px 312px var(--primary-color),
    95px 2257px var(--primary-color), 1509px 521px var(--primary-color),
    2199px 1387px var(--primary-color), 1254px 350px var(--primary-color),
    617px 1331px var(--primary-color), 1282px 1554px var(--primary-color),
    392px 2044px var(--primary-color), 1548px 1876px var(--primary-color),
    244px 2200px var(--primary-color), 1024px 1153px var(--primary-color),
    1202px 344px var(--primary-color), 1778px 1008px var(--primary-color),
    609px 1757px var(--primary-color), 880px 355px var(--primary-color),
    2280px 319px var(--primary-color), 150px 569px var(--primary-color),
    1353px 1753px var(--primary-color), 1735px 1033px var(--primary-color),
    2339px 1891px var(--primary-color), 199px 225px var(--primary-color),
    1281px 1052px var(--primary-color), 250px 39px var(--primary-color),
    490px 1281px var(--primary-color), 418px 501px var(--primary-color),
    1505px 1656px var(--primary-color), 2559px 1283px var(--primary-color),
    1544px 1505px var(--primary-color), 625px 1940px var(--primary-color),
    395px 1655px var(--primary-color), 174px 1014px var(--primary-color),
    259px 961px var(--primary-color), 368px 752px var(--primary-color),
    816px 31px var(--primary-color), 1609px 171px var(--primary-color),
    322px 2050px var(--primary-color), 2116px 687px var(--primary-color),
    394px 1579px var(--primary-color), 1535px 177px var(--primary-color),
    1361px 637px var(--primary-color);
  height: 1px;
  width: 1px;
}
.particle-2 {
  box-shadow: 0 0 var(--primary-color), 1087px 2470px var(--primary-color),
    1219px 392px var(--primary-color), 955px 2310px var(--primary-color),
    965px 724px var(--primary-color), 1567px 860px var(--primary-color),
    1442px 1851px var(--primary-color), 2488px 2200px var(--primary-color),
    2196px 703px var(--primary-color), 2448px 1032px var(--primary-color),
    805px 2128px var(--primary-color), 1025px 590px var(--primary-color),
    614px 1089px var(--primary-color), 185px 2473px var(--primary-color),
    1977px 1940px var(--primary-color), 2370px 226px var(--primary-color),
    1033px 14px var(--primary-color), 2400px 2510px var(--primary-color),
    2525px 772px var(--primary-color), 2176px 2515px var(--primary-color),
    29px 2436px var(--primary-color), 1975px 1351px var(--primary-color),
    162px 1902px var(--primary-color), 798px 1342px var(--primary-color),
    1198px 1832px var(--primary-color), 606px 1273px var(--primary-color),
    1286px 697px var(--primary-color), 333px 137px var(--primary-color),
    1540px 411px var(--primary-color), 786px 1653px var(--primary-color),
    1329px 1528px var(--primary-color), 1722px 1368px var(--primary-color),
    1872px 1644px var(--primary-color), 636px 934px var(--primary-color),
    681px 1632px var(--primary-color), 1044px 1265px var(--primary-color),
    1912px 2466px var(--primary-color), 1343px 546px var(--primary-color),
    1516px 2173px var(--primary-color), 1364px 1013px var(--primary-color),
    1120px 1594px var(--primary-color), 1057px 63px var(--primary-color),
    1181px 709px var(--primary-color), 1627px 344px var(--primary-color),
    626px 2303px var(--primary-color), 33px 672px var(--primary-color),
    1701px 284px var(--primary-color), 364px 2125px var(--primary-color),
    62px 197px var(--primary-color), 759px 537px var(--primary-color),
    540px 294px var(--primary-color), 1033px 60px var(--primary-color),
    1012px 1393px var(--primary-color), 1350px 1428px var(--primary-color),
    1316px 2555px var(--primary-color), 1973px 1270px var(--primary-color),
    655px 608px var(--primary-color), 1919px 728px var(--primary-color),
    2553px 1601px var(--primary-color), 878px 532px var(--primary-color),
    2112px 479px var(--primary-color), 873px 1796px var(--primary-color),
    1040px 639px var(--primary-color), 1197px 2187px var(--primary-color),
    300px 2100px var(--primary-color), 653px 881px var(--primary-color),
    302px 476px var(--primary-color), 1971px 860px var(--primary-color),
    1217px 178px var(--primary-color), 2201px 1595px var(--primary-color),
    2326px 2183px var(--primary-color), 1591px 380px var(--primary-color),
    2270px 965px var(--primary-color), 1485px 4px var(--primary-color),
    457px 1965px var(--primary-color), 717px 24px var(--primary-color),
    1466px 459px var(--primary-color), 159px 108px var(--primary-color),
    1524px 2122px var(--primary-color), 1777px 2244px var(--primary-color),
    2177px 1720px var(--primary-color), 1393px 1378px var(--primary-color),
    2320px 942px var(--primary-color), 1714px 238px var(--primary-color),
    896px 1256px var(--primary-color), 1543px 57px var(--primary-color),
    1378px 745px var(--primary-color), 1036px 637px var(--primary-color),
    2483px 836px var(--primary-color), 459px 1835px var(--primary-color),
    910px 2306px var(--primary-color), 2351px 1378px var(--primary-color),
    623px 2094px var(--primary-color), 1859px 1740px var(--primary-color),
    544px 1904px var(--primary-color), 50px 178px var(--primary-color),
    2170px 2059px var(--primary-color), 162px 2224px var(--primary-color),
    1214px 1657px var(--primary-color), 1821px 787px var(--primary-color),
    2498px 788px var(--primary-color), 985px 1821px var(--primary-color),
    1684px 1324px var(--primary-color), 2219px 1089px var(--primary-color),
    114px 1532px var(--primary-color), 1467px 2004px var(--primary-color),
    64px 2073px var(--primary-color), 1719px 1899px var(--primary-color),
    136px 2287px var(--primary-color), 385px 2300px var(--primary-color),
    2284px 395px var(--primary-color), 435px 1126px var(--primary-color),
    437px 1671px var(--primary-color), 1543px 1529px var(--primary-color),
    1810px 1891px var(--primary-color), 1614px 1496px var(--primary-color),
    365px 272px var(--primary-color), 2300px 965px var(--primary-color),
    2454px 1917px var(--primary-color), 1674px 1945px var(--primary-color),
    103px 1259px var(--primary-color), 1360px 2028px var(--primary-color),
    592px 2387px var(--primary-color), 161px 875px var(--primary-color),
    693px 738px var(--primary-color), 1315px 1027px var(--primary-color),
    2376px 925px var(--primary-color), 1567px 1826px var(--primary-color),
    2437px 1969px var(--primary-color), 2002px 954px var(--primary-color),
    2244px 1155px var(--primary-color), 1339px 569px var(--primary-color),
    2334px 1747px var(--primary-color), 31px 150px var(--primary-color),
    1254px 391px var(--primary-color), 1463px 87px var(--primary-color),
    318px 875px var(--primary-color), 1029px 962px var(--primary-color),
    2005px 857px var(--primary-color), 190px 633px var(--primary-color),
    327px 1153px var(--primary-color), 1303px 1550px var(--primary-color),
    1724px 266px var(--primary-color), 1767px 2273px var(--primary-color),
    877px 2482px var(--primary-color), 582px 2468px var(--primary-color),
    1165px 2130px var(--primary-color), 2522px 1633px var(--primary-color),
    1649px 1915px var(--primary-color), 464px 994px var(--primary-color),
    2393px 2540px var(--primary-color), 483px 1622px var(--primary-color),
    75px 272px var(--primary-color), 2246px 1449px var(--primary-color),
    1558px 1607px var(--primary-color), 1267px 2505px var(--primary-color),
    1361px 705px var(--primary-color), 791px 575px var(--primary-color),
    2309px 113px var(--primary-color), 2223px 546px var(--primary-color),
    253px 477px var(--primary-color), 1799px 1590px var(--primary-color),
    640px 471px var(--primary-color), 1703px 261px var(--primary-color),
    195px 1775px var(--primary-color), 1745px 896px var(--primary-color),
    2186px 2295px var(--primary-color), 262px 1919px var(--primary-color),
    2313px 1528px var(--primary-color), 1722px 56px var(--primary-color),
    2484px 1941px var(--primary-color), 7px 1761px var(--primary-color),
    152px 157px var(--primary-color), 111px 337px var(--primary-color),
    861px 1957px var(--primary-color), 2538px 938px var(--primary-color),
    1361px 579px var(--primary-color), 2517px 1621px var(--primary-color),
    587px 1808px var(--primary-color), 647px 1317px var(--primary-color),
    1994px 1021px var(--primary-color), 2495px 785px var(--primary-color),
    1291px 2395px var(--primary-color), 1765px 65px var(--primary-color),
    351px 1030px var(--primary-color), 464px 396px var(--primary-color),
    238px 325px var(--primary-color), 142px 291px var(--primary-color),
    2141px 509px var(--primary-color), 1050px 1985px var(--primary-color),
    659px 1810px var(--primary-color), 869px 1622px var(--primary-color),
    2080px 1455px var(--primary-color), 2550px 1941px var(--primary-color),
    526px 967px var(--primary-color), 369px 325px var(--primary-color),
    55px 683px var(--primary-color), 457px 1274px var(--primary-color),
    1911px 563px var(--primary-color), 2311px 1417px var(--primary-color),
    1373px 365px var(--primary-color);
  -webkit-animation: animParticle 120s linear infinite;
  animation: animParticle 120s linear infinite;
  height: 2px;
  width: 2px;
}
.particle-2:after {
  box-shadow: 0 0 var(--primary-color), 2330px 1930px var(--primary-color),
    643px 580px var(--primary-color), 1559px 1656px var(--primary-color),
    2113px 1942px var(--primary-color), 1852px 1525px var(--primary-color),
    609px 2341px var(--primary-color), 1686px 1790px var(--primary-color),
    749px 1479px var(--primary-color), 270px 1625px var(--primary-color),
    246px 1951px var(--primary-color), 1299px 887px var(--primary-color),
    2253px 928px var(--primary-color), 928px 531px var(--primary-color),
    2068px 574px var(--primary-color), 430px 664px var(--primary-color),
    701px 2001px var(--primary-color), 1424px 1233px var(--primary-color),
    2349px 2396px var(--primary-color), 78px 405px var(--primary-color),
    761px 484px var(--primary-color), 1000px 2338px var(--primary-color),
    1419px 3px var(--primary-color), 1349px 1633px var(--primary-color),
    534px 292px var(--primary-color), 2213px 394px var(--primary-color),
    2090px 565px var(--primary-color), 1601px 1664px var(--primary-color),
    1291px 2247px var(--primary-color), 849px 1776px var(--primary-color),
    1427px 489px var(--primary-color), 857px 1590px var(--primary-color),
    1158px 1219px var(--primary-color), 2148px 732px var(--primary-color),
    1322px 347px var(--primary-color), 408px 2518px var(--primary-color),
    1696px 175px var(--primary-color), 1873px 2203px var(--primary-color),
    1170px 2076px var(--primary-color), 2013px 1454px var(--primary-color),
    753px 809px var(--primary-color), 772px 1198px var(--primary-color),
    1239px 1200px var(--primary-color), 888px 98px var(--primary-color),
    1643px 97px var(--primary-color), 1783px 338px var(--primary-color),
    1600px 380px var(--primary-color), 2427px 1501px var(--primary-color),
    1340px 2269px var(--primary-color), 1267px 263px var(--primary-color),
    2083px 965px var(--primary-color), 618px 2040px var(--primary-color),
    1132px 1510px var(--primary-color), 1951px 261px var(--primary-color),
    1457px 377px var(--primary-color), 1223px 1705px var(--primary-color),
    878px 680px var(--primary-color), 162px 2277px var(--primary-color),
    2486px 1545px var(--primary-color), 294px 2335px var(--primary-color),
    635px 1110px var(--primary-color), 1068px 1999px var(--primary-color),
    2133px 903px var(--primary-color), 2170px 530px var(--primary-color),
    2154px 617px var(--primary-color), 2548px 744px var(--primary-color),
    2437px 42px var(--primary-color), 467px 723px var(--primary-color),
    2322px 1938px var(--primary-color), 891px 1734px var(--primary-color),
    486px 23px var(--primary-color), 2359px 308px var(--primary-color),
    2187px 18px var(--primary-color), 2459px 1980px var(--primary-color),
    1914px 2436px var(--primary-color), 2343px 300px var(--primary-color),
    1287px 2070px var(--primary-color), 954px 625px var(--primary-color),
    1997px 135px var(--primary-color), 701px 864px var(--primary-color),
    158px 1638px var(--primary-color), 2243px 77px var(--primary-color),
    740px 1782px var(--primary-color), 98px 845px var(--primary-color),
    301px 168px var(--primary-color), 1108px 2507px var(--primary-color),
    1214px 1969px var(--primary-color), 893px 1142px var(--primary-color),
    1272px 1343px var(--primary-color), 1842px 971px var(--primary-color),
    2230px 215px var(--primary-color), 765px 798px var(--primary-color),
    402px 531px var(--primary-color), 1218px 2306px var(--primary-color),
    182px 2137px var(--primary-color), 1795px 1400px var(--primary-color),
    1525px 332px var(--primary-color), 2488px 712px var(--primary-color),
    2036px 949px var(--primary-color), 1501px 2162px var(--primary-color),
    961px 1379px var(--primary-color), 1765px 1429px var(--primary-color),
    988px 679px var(--primary-color), 2087px 1108px var(--primary-color),
    370px 1002px var(--primary-color), 279px 668px var(--primary-color),
    1479px 675px var(--primary-color), 606px 437px var(--primary-color),
    44px 799px var(--primary-color), 2217px 2289px var(--primary-color),
    1206px 1549px var(--primary-color), 1954px 2518px var(--primary-color),
    1619px 79px var(--primary-color), 1279px 1757px var(--primary-color),
    1693px 70px var(--primary-color), 1527px 1861px var(--primary-color),
    1751px 219px var(--primary-color), 1487px 984px var(--primary-color),
    150px 1664px var(--primary-color), 1716px 1222px var(--primary-color),
    1392px 517px var(--primary-color), 2123px 1303px var(--primary-color),
    848px 1416px var(--primary-color), 774px 2060px var(--primary-color),
    666px 2463px var(--primary-color), 974px 2241px var(--primary-color),
    88px 2146px var(--primary-color), 2416px 579px var(--primary-color),
    1762px 1341px var(--primary-color), 1440px 384px var(--primary-color),
    1723px 389px var(--primary-color), 797px 554px var(--primary-color),
    950px 1711px var(--primary-color), 277px 207px var(--primary-color),
    2404px 839px var(--primary-color), 1607px 2088px var(--primary-color),
    28px 1893px var(--primary-color), 410px 590px var(--primary-color),
    974px 1576px var(--primary-color), 1734px 2285px var(--primary-color),
    752px 1436px var(--primary-color), 1236px 2502px var(--primary-color),
    552px 912px var(--primary-color), 1982px 1319px var(--primary-color),
    1309px 2068px var(--primary-color), 763px 1896px var(--primary-color),
    511px 1756px var(--primary-color), 627px 1915px var(--primary-color),
    1354px 1996px var(--primary-color), 492px 788px var(--primary-color),
    446px 431px var(--primary-color), 1830px 1040px var(--primary-color),
    163px 1378px var(--primary-color), 1297px 2268px var(--primary-color),
    911px 927px var(--primary-color), 1879px 2333px var(--primary-color),
    252px 943px var(--primary-color), 506px 1809px var(--primary-color),
    1613px 1446px var(--primary-color), 2042px 2468px var(--primary-color),
    166px 868px var(--primary-color), 1423px 1499px var(--primary-color),
    1377px 1273px var(--primary-color), 1179px 663px var(--primary-color),
    218px 2372px var(--primary-color), 2551px 1741px var(--primary-color),
    1625px 206px var(--primary-color), 1967px 2019px var(--primary-color),
    1113px 2511px var(--primary-color), 179px 975px var(--primary-color),
    461px 1153px var(--primary-color), 822px 1483px var(--primary-color),
    2517px 2285px var(--primary-color), 900px 1289px var(--primary-color),
    2117px 2366px var(--primary-color), 944px 2260px var(--primary-color),
    2525px 1721px var(--primary-color), 1376px 1583px var(--primary-color),
    830px 2407px var(--primary-color), 1711px 2306px var(--primary-color),
    2438px 2030px var(--primary-color), 967px 125px var(--primary-color),
    1140px 1812px var(--primary-color), 56px 654px var(--primary-color),
    520px 930px var(--primary-color), 2161px 975px var(--primary-color),
    1977px 1222px var(--primary-color), 1032px 1194px var(--primary-color),
    956px 1891px var(--primary-color), 790px 548px var(--primary-color),
    1642px 559px var(--primary-color), 1620px 447px var(--primary-color),
    1755px 147px var(--primary-color), 265px 1826px var(--primary-color),
    528px 1210px var(--primary-color), 2008px 1769px var(--primary-color),
    618px 1229px var(--primary-color), 599px 2101px var(--primary-color),
    1765px 752px var(--primary-color), 1691px 2448px var(--primary-color),
    2410px 2136px var(--primary-color);
  height: 2px;
  width: 2px;
}
.particle-3 {
  box-shadow: 0 0 var(--primary-color), 2399px 520px var(--primary-color),
    307px 1632px var(--primary-color), 412px 2267px var(--primary-color),
    555px 2187px var(--primary-color), 2086px 227px var(--primary-color),
    1150px 2285px var(--primary-color), 1648px 710px var(--primary-color),
    1695px 2347px var(--primary-color), 141px 2252px var(--primary-color),
    2096px 1590px var(--primary-color), 400px 285px var(--primary-color),
    1891px 876px var(--primary-color), 162px 444px var(--primary-color),
    955px 408px var(--primary-color), 1829px 868px var(--primary-color),
    753px 1397px var(--primary-color), 2517px 1143px var(--primary-color),
    1524px 664px var(--primary-color), 1167px 1454px var(--primary-color),
    1259px 1737px var(--primary-color), 1167px 178px var(--primary-color),
    1770px 2146px var(--primary-color), 1008px 306px var(--primary-color),
    819px 319px var(--primary-color), 1918px 2381px var(--primary-color),
    1289px 133px var(--primary-color), 1117px 874px var(--primary-color),
    796px 520px var(--primary-color), 148px 2267px var(--primary-color),
    1239px 1377px var(--primary-color), 2356px 1535px var(--primary-color),
    1554px 400px var(--primary-color), 763px 490px var(--primary-color),
    942px 1149px var(--primary-color), 674px 367px var(--primary-color),
    2432px 1520px var(--primary-color), 1819px 22px var(--primary-color),
    2489px 474px var(--primary-color), 1335px 1115px var(--primary-color),
    576px 2056px var(--primary-color), 1203px 1822px var(--primary-color),
    2226px 1161px var(--primary-color), 2545px 1588px var(--primary-color),
    823px 2178px var(--primary-color), 2045px 2141px var(--primary-color),
    1273px 1968px var(--primary-color), 1678px 2401px var(--primary-color),
    1888px 1463px var(--primary-color), 1897px 2153px var(--primary-color),
    346px 945px var(--primary-color), 635px 1466px var(--primary-color),
    1814px 428px var(--primary-color), 1563px 2251px var(--primary-color),
    1684px 2137px var(--primary-color), 1092px 441px var(--primary-color),
    2317px 183px var(--primary-color), 1075px 1261px var(--primary-color),
    399px 2248px var(--primary-color), 338px 1667px var(--primary-color),
    2096px 1864px var(--primary-color), 936px 290px var(--primary-color),
    1107px 1136px var(--primary-color), 1692px 1020px var(--primary-color),
    840px 37px var(--primary-color), 2172px 1456px var(--primary-color),
    2362px 1463px var(--primary-color), 1017px 763px var(--primary-color),
    793px 1066px var(--primary-color), 612px 1812px var(--primary-color),
    2504px 564px var(--primary-color), 625px 1679px var(--primary-color),
    1108px 1931px var(--primary-color), 1327px 1687px var(--primary-color),
    826px 1521px var(--primary-color), 1167px 631px var(--primary-color),
    55px 115px var(--primary-color), 1503px 163px var(--primary-color),
    404px 2360px var(--primary-color), 2207px 234px var(--primary-color),
    783px 185px var(--primary-color), 1678px 2166px var(--primary-color),
    2345px 1486px var(--primary-color), 624px 528px var(--primary-color),
    1112px 1781px var(--primary-color), 1733px 2192px var(--primary-color),
    545px 430px var(--primary-color), 1758px 487px var(--primary-color),
    2153px 439px var(--primary-color), 767px 538px var(--primary-color),
    2400px 2333px var(--primary-color), 3px 1664px var(--primary-color),
    1054px 483px var(--primary-color), 1894px 2085px var(--primary-color),
    920px 2327px var(--primary-color), 1317px 1703px var(--primary-color),
    36px 518px var(--primary-color), 2118px 946px var(--primary-color),
    54px 213px var(--primary-color), 1195px 2084px var(--primary-color),
    2043px 2194px var(--primary-color);
  -webkit-animation: animParticle 180s linear infinite;
  animation: animParticle 180s linear infinite;
  height: 3px;
  width: 3px;
}
.particle-3:after {
  box-shadow: 0 0 var(--primary-color), 930px 2250px var(--primary-color),
    2264px 2473px var(--primary-color), 927px 2012px var(--primary-color),
    1805px 460px var(--primary-color), 429px 1374px var(--primary-color),
    300px 2257px var(--primary-color), 1035px 1590px var(--primary-color),
    1441px 146px var(--primary-color), 185px 391px var(--primary-color),
    333px 2123px var(--primary-color), 529px 2148px var(--primary-color),
    67px 1504px var(--primary-color), 2534px 428px var(--primary-color),
    1562px 2502px var(--primary-color), 2091px 935px var(--primary-color),
    787px 1772px var(--primary-color), 645px 856px var(--primary-color),
    2482px 2312px var(--primary-color), 454px 334px var(--primary-color),
    1918px 2223px var(--primary-color), 2174px 155px var(--primary-color),
    583px 2373px var(--primary-color), 763px 2396px var(--primary-color),
    2002px 819px var(--primary-color), 1591px 1026px var(--primary-color),
    1442px 2495px var(--primary-color), 567px 2129px var(--primary-color),
    39px 225px var(--primary-color), 1664px 1477px var(--primary-color),
    718px 152px var(--primary-color), 1408px 283px var(--primary-color),
    526px 461px var(--primary-color), 1831px 1654px var(--primary-color),
    465px 1256px var(--primary-color), 1662px 888px var(--primary-color),
    258px 2171px var(--primary-color), 1188px 1663px var(--primary-color),
    980px 1279px var(--primary-color), 562px 1357px var(--primary-color),
    857px 875px var(--primary-color), 1708px 925px var(--primary-color),
    1346px 404px var(--primary-color), 2169px 1099px var(--primary-color),
    781px 2312px var(--primary-color), 1896px 1691px var(--primary-color),
    676px 783px var(--primary-color), 2516px 1692px var(--primary-color),
    28px 2517px var(--primary-color), 1981px 195px var(--primary-color),
    499px 2055px var(--primary-color), 1610px 1658px var(--primary-color),
    1157px 299px var(--primary-color), 170px 2543px var(--primary-color),
    501px 1695px var(--primary-color), 1099px 1199px var(--primary-color),
    287px 383px var(--primary-color), 1753px 1367px var(--primary-color),
    331px 635px var(--primary-color), 1087px 579px var(--primary-color),
    1276px 785px var(--primary-color), 332px 1556px var(--primary-color),
    666px 2337px var(--primary-color), 1840px 585px var(--primary-color),
    2215px 1319px var(--primary-color), 2234px 1209px var(--primary-color),
    2412px 758px var(--primary-color), 2197px 2040px var(--primary-color),
    124px 557px var(--primary-color), 1457px 2329px var(--primary-color),
    477px 170px var(--primary-color), 1654px 2530px var(--primary-color),
    2551px 699px var(--primary-color), 1669px 459px var(--primary-color),
    662px 1877px var(--primary-color), 966px 790px var(--primary-color),
    1992px 211px var(--primary-color), 582px 741px var(--primary-color),
    905px 1357px var(--primary-color), 1812px 1940px var(--primary-color),
    2410px 349px var(--primary-color), 1829px 1144px var(--primary-color),
    1726px 40px var(--primary-color), 2086px 305px var(--primary-color),
    1955px 2041px var(--primary-color), 2471px 244px var(--primary-color),
    306px 347px var(--primary-color), 1372px 242px var(--primary-color),
    805px 1575px var(--primary-color), 1593px 772px var(--primary-color),
    1852px 458px var(--primary-color), 250px 2548px var(--primary-color),
    454px 1949px var(--primary-color), 1096px 1301px var(--primary-color),
    13px 605px var(--primary-color), 600px 1000px var(--primary-color),
    93px 1001px var(--primary-color), 1234px 693px var(--primary-color),
    1509px 1239px var(--primary-color), 1336px 171px var(--primary-color),
    444px 206px var(--primary-color);
  height: 3px;
  width: 3px;
}
.particle-4 {
  box-shadow: 0 0 var(--primary-color), 479px 1563px var(--primary-color),
    758px 1346px var(--primary-color), 1594px 371px var(--primary-color),
    1548px 1693px var(--primary-color), 105px 1350px var(--primary-color),
    1155px 1691px var(--primary-color), 997px 478px var(--primary-color),
    1916px 1339px var(--primary-color), 1140px 1064px var(--primary-color),
    663px 2090px var(--primary-color), 2295px 1053px var(--primary-color),
    902px 846px var(--primary-color), 331px 1818px var(--primary-color),
    1443px 1749px var(--primary-color), 1384px 2186px var(--primary-color),
    1603px 1449px var(--primary-color), 1040px 2187px var(--primary-color),
    2071px 388px var(--primary-color), 2194px 2118px var(--primary-color),
    1144px 2287px var(--primary-color), 1331px 789px var(--primary-color),
    2075px 2519px var(--primary-color), 1021px 538px var(--primary-color),
    2099px 1074px var(--primary-color), 2192px 624px var(--primary-color),
    1639px 1992px var(--primary-color), 1834px 912px var(--primary-color),
    2085px 2089px var(--primary-color), 2463px 2251px var(--primary-color),
    2082px 1605px var(--primary-color), 880px 1713px var(--primary-color),
    155px 1232px var(--primary-color), 502px 2263px var(--primary-color),
    1457px 2321px var(--primary-color), 813px 2138px var(--primary-color),
    522px 2119px var(--primary-color), 2530px 165px var(--primary-color),
    2009px 357px var(--primary-color), 1333px 824px var(--primary-color),
    775px 1095px var(--primary-color), 197px 2531px var(--primary-color),
    1438px 1818px var(--primary-color), 2471px 1055px var(--primary-color),
    2482px 6px var(--primary-color), 1311px 749px var(--primary-color),
    1219px 744px var(--primary-color), 2390px 868px var(--primary-color),
    1382px 2183px var(--primary-color), 1389px 1796px var(--primary-color),
    400px 1456px var(--primary-color), 1041px 1746px var(--primary-color),
    172px 191px var(--primary-color), 2535px 987px var(--primary-color),
    2427px 203px var(--primary-color), 2417px 526px var(--primary-color),
    1225px 1774px var(--primary-color), 2316px 847px var(--primary-color),
    1147px 2514px var(--primary-color), 2285px 1893px var(--primary-color),
    759px 2362px var(--primary-color), 2484px 902px var(--primary-color),
    1081px 1692px var(--primary-color), 1138px 1359px var(--primary-color),
    1955px 19px var(--primary-color), 1891px 1126px var(--primary-color),
    2028px 596px var(--primary-color), 1475px 707px var(--primary-color),
    615px 729px var(--primary-color), 553px 1523px var(--primary-color),
    1864px 2502px var(--primary-color), 2108px 2128px var(--primary-color),
    1922px 1264px var(--primary-color), 1618px 2076px var(--primary-color),
    453px 2433px var(--primary-color), 150px 1354px var(--primary-color),
    1643px 1591px var(--primary-color), 1110px 1832px var(--primary-color),
    1126px 2074px var(--primary-color), 1311px 1167px var(--primary-color),
    253px 1970px var(--primary-color), 1634px 2265px var(--primary-color),
    1285px 1869px var(--primary-color), 2159px 134px var(--primary-color),
    2447px 1802px var(--primary-color), 1112px 329px var(--primary-color),
    645px 171px var(--primary-color), 574px 1208px var(--primary-color),
    285px 1076px var(--primary-color), 215px 1293px var(--primary-color),
    118px 2350px var(--primary-color), 2189px 1879px var(--primary-color),
    670px 387px var(--primary-color), 1748px 1199px var(--primary-color),
    537px 57px var(--primary-color), 1366px 1110px var(--primary-color),
    2122px 138px var(--primary-color), 766px 316px var(--primary-color),
    2000px 903px var(--primary-color), 596px 97px var(--primary-color),
    2306px 2056px var(--primary-color), 740px 2143px var(--primary-color),
    243px 658px var(--primary-color), 2465px 754px var(--primary-color),
    1655px 1611px var(--primary-color), 2230px 2152px var(--primary-color),
    2022px 2425px var(--primary-color), 1128px 2499px var(--primary-color),
    468px 1118px var(--primary-color), 1669px 867px var(--primary-color),
    901px 2037px var(--primary-color), 790px 22px var(--primary-color),
    662px 1282px var(--primary-color), 368px 593px var(--primary-color),
    650px 1414px var(--primary-color), 318px 766px var(--primary-color),
    26px 686px var(--primary-color), 507px 196px var(--primary-color),
    2510px 551px var(--primary-color), 2304px 2544px var(--primary-color),
    1148px 375px var(--primary-color), 653px 1081px var(--primary-color),
    575px 1353px var(--primary-color), 552px 1874px var(--primary-color),
    2080px 2383px var(--primary-color), 860px 976px var(--primary-color),
    1885px 2234px var(--primary-color), 609px 1470px var(--primary-color),
    1942px 772px var(--primary-color), 657px 93px var(--primary-color),
    1317px 2388px var(--primary-color), 1080px 1875px var(--primary-color),
    167px 1294px var(--primary-color), 2435px 1951px var(--primary-color),
    379px 686px var(--primary-color), 187px 1364px var(--primary-color),
    1782px 2006px var(--primary-color), 551px 1960px var(--primary-color),
    2436px 1758px var(--primary-color), 2294px 914px var(--primary-color),
    1461px 855px var(--primary-color), 1521px 2492px var(--primary-color),
    1782px 2116px var(--primary-color), 1826px 1650px var(--primary-color),
    132px 416px var(--primary-color), 805px 2186px var(--primary-color),
    342px 1792px var(--primary-color), 1459px 705px var(--primary-color),
    959px 2378px var(--primary-color), 2504px 413px var(--primary-color),
    1291px 762px var(--primary-color), 2038px 2103px var(--primary-color),
    104px 509px var(--primary-color), 2358px 5px var(--primary-color),
    2227px 1933px var(--primary-color), 2250px 820px var(--primary-color),
    663px 1960px var(--primary-color), 1056px 255px var(--primary-color),
    472px 1225px var(--primary-color), 1034px 1812px var(--primary-color),
    811px 1754px var(--primary-color), 2436px 526px var(--primary-color),
    1363px 2302px var(--primary-color), 602px 1498px var(--primary-color),
    1419px 668px var(--primary-color), 2421px 1389px var(--primary-color),
    1060px 2075px var(--primary-color), 2216px 2081px var(--primary-color),
    2166px 2475px var(--primary-color), 297px 2436px var(--primary-color),
    2086px 515px var(--primary-color), 636px 1854px var(--primary-color),
    1534px 1286px var(--primary-color), 1252px 1908px var(--primary-color),
    611px 2150px var(--primary-color), 1087px 526px var(--primary-color),
    1104px 744px var(--primary-color), 325px 2435px var(--primary-color),
    1873px 2431px var(--primary-color), 2086px 1966px var(--primary-color),
    1146px 1001px var(--primary-color), 2440px 2365px var(--primary-color),
    1425px 599px var(--primary-color), 1749px 1653px var(--primary-color),
    386px 505px var(--primary-color), 890px 1363px var(--primary-color),
    706px 189px var(--primary-color), 1924px 1848px var(--primary-color),
    103px 445px var(--primary-color), 982px 1393px var(--primary-color),
    1595px 2168px var(--primary-color), 1090px 733px var(--primary-color),
    1063px 1352px var(--primary-color), 1910px 1355px var(--primary-color),
    1037px 444px var(--primary-color), 1762px 2025px var(--primary-color),
    861px 970px var(--primary-color), 23px 556px var(--primary-color),
    1374px 2091px var(--primary-color), 492px 117px var(--primary-color),
    1668px 570px var(--primary-color), 451px 2356px var(--primary-color),
    1253px 819px var(--primary-color), 1806px 628px var(--primary-color),
    635px 1463px var(--primary-color), 602px 1769px var(--primary-color),
    1343px 572px var(--primary-color), 1164px 404px var(--primary-color),
    1319px 1625px var(--primary-color), 1130px 1332px var(--primary-color),
    1523px 1797px var(--primary-color), 2354px 276px var(--primary-color),
    522px 1031px var(--primary-color), 2206px 576px var(--primary-color),
    549px 1964px var(--primary-color), 1424px 1905px var(--primary-color),
    749px 1163px var(--primary-color), 1433px 616px var(--primary-color),
    1781px 498px var(--primary-color), 1226px 2378px var(--primary-color),
    767px 1166px var(--primary-color), 1408px 1231px var(--primary-color),
    1027px 1011px var(--primary-color), 1154px 600px var(--primary-color),
    708px 2396px var(--primary-color), 9px 1123px var(--primary-color),
    817px 1583px var(--primary-color), 798px 1232px var(--primary-color),
    281px 1514px var(--primary-color), 928px 2229px var(--primary-color),
    2143px 1299px var(--primary-color), 2236px 842px var(--primary-color),
    1074px 2421px var(--primary-color), 1081px 2015px var(--primary-color),
    502px 1454px var(--primary-color), 2232px 564px var(--primary-color),
    2273px 1927px var(--primary-color), 1549px 158px var(--primary-color),
    2032px 1972px var(--primary-color), 2548px 873px var(--primary-color),
    1688px 882px var(--primary-color), 283px 2463px var(--primary-color),
    1920px 2181px var(--primary-color), 1460px 2549px var(--primary-color),
    2120px 2360px var(--primary-color), 276px 1480px var(--primary-color),
    130px 2370px var(--primary-color), 2543px 1641px var(--primary-color),
    842px 303px var(--primary-color), 1036px 818px var(--primary-color),
    2392px 1200px var(--primary-color), 123px 1354px var(--primary-color),
    1937px 994px var(--primary-color), 521px 836px var(--primary-color),
    1474px 1502px var(--primary-color), 1202px 1249px var(--primary-color),
    816px 1518px var(--primary-color), 1373px 299px var(--primary-color),
    2196px 1768px var(--primary-color), 140px 407px var(--primary-color),
    1150px 765px var(--primary-color), 980px 2348px var(--primary-color),
    250px 1415px var(--primary-color), 1288px 2496px var(--primary-color),
    463px 1430px var(--primary-color), 252px 2122px var(--primary-color),
    212px 1015px var(--primary-color), 1559px 1575px var(--primary-color),
    1305px 354px var(--primary-color), 1336px 1498px var(--primary-color),
    1526px 813px var(--primary-color), 835px 1784px var(--primary-color),
    1220px 1665px var(--primary-color), 1092px 252px var(--primary-color),
    1662px 1656px var(--primary-color), 1376px 1923px var(--primary-color),
    1303px 758px var(--primary-color), 685px 853px var(--primary-color),
    2375px 622px var(--primary-color), 2050px 2330px var(--primary-color),
    1561px 1490px var(--primary-color), 30px 2479px var(--primary-color),
    170px 546px var(--primary-color), 2351px 2197px var(--primary-color),
    1263px 2471px var(--primary-color), 1954px 1860px var(--primary-color),
    2274px 457px var(--primary-color), 2177px 2240px var(--primary-color),
    309px 2558px var(--primary-color), 2202px 268px var(--primary-color),
    1733px 926px var(--primary-color), 1234px 2190px var(--primary-color),
    2337px 893px var(--primary-color), 1771px 145px var(--primary-color),
    2423px 1445px var(--primary-color), 432px 483px var(--primary-color),
    1956px 1225px var(--primary-color), 548px 1819px var(--primary-color),
    2198px 1973px var(--primary-color), 362px 2508px var(--primary-color),
    1474px 1911px var(--primary-color), 918px 1218px var(--primary-color),
    1275px 2220px var(--primary-color), 1422px 1425px var(--primary-color),
    737px 642px var(--primary-color), 1722px 549px var(--primary-color),
    896px 1993px var(--primary-color), 937px 1209px var(--primary-color),
    1810px 1139px var(--primary-color), 2334px 1319px var(--primary-color),
    1925px 2450px var(--primary-color), 2370px 2337px var(--primary-color),
    430px 2309px var(--primary-color), 2453px 963px var(--primary-color),
    257px 1975px var(--primary-color), 1000px 1333px var(--primary-color),
    1422px 772px var(--primary-color), 1918px 536px var(--primary-color),
    832px 2185px var(--primary-color), 313px 1824px var(--primary-color),
    941px 1697px var(--primary-color), 1826px 1500px var(--primary-color),
    748px 87px var(--primary-color), 1021px 2450px var(--primary-color),
    449px 2328px var(--primary-color), 1149px 1518px var(--primary-color),
    823px 752px var(--primary-color), 1997px 2374px var(--primary-color),
    2331px 708px var(--primary-color), 2454px 1535px var(--primary-color),
    239px 299px var(--primary-color), 2295px 1875px var(--primary-color),
    2118px 2399px var(--primary-color), 2400px 2210px var(--primary-color),
    2079px 2063px var(--primary-color), 1736px 321px var(--primary-color),
    179px 1702px var(--primary-color), 1395px 2061px var(--primary-color),
    1278px 2056px var(--primary-color), 1141px 806px var(--primary-color),
    2441px 1953px var(--primary-color), 1772px 2065px var(--primary-color),
    2031px 2334px var(--primary-color), 421px 330px var(--primary-color),
    1428px 244px var(--primary-color), 1988px 303px var(--primary-color),
    656px 396px var(--primary-color), 2297px 936px var(--primary-color),
    141px 1184px var(--primary-color), 1295px 2136px var(--primary-color),
    773px 785px var(--primary-color), 230px 545px var(--primary-color),
    2021px 144px var(--primary-color), 1155px 368px var(--primary-color),
    1046px 2366px var(--primary-color), 1795px 367px var(--primary-color),
    2207px 2072px var(--primary-color), 2295px 924px var(--primary-color),
    598px 1473px var(--primary-color), 1606px 2095px var(--primary-color),
    464px 361px var(--primary-color), 2052px 2426px var(--primary-color),
    2043px 611px var(--primary-color), 2463px 564px var(--primary-color),
    2282px 2052px var(--primary-color), 1586px 2418px var(--primary-color),
    2100px 440px var(--primary-color), 2264px 1684px var(--primary-color),
    1690px 1299px var(--primary-color), 2339px 1330px var(--primary-color),
    43px 42px var(--primary-color), 770px 2358px var(--primary-color),
    2268px 1184px var(--primary-color), 1331px 339px var(--primary-color),
    206px 597px var(--primary-color), 817px 799px var(--primary-color),
    910px 1989px var(--primary-color), 498px 550px var(--primary-color),
    445px 721px var(--primary-color), 1901px 578px var(--primary-color),
    1591px 1135px var(--primary-color), 524px 229px var(--primary-color),
    718px 1274px var(--primary-color), 1617px 1064px var(--primary-color),
    1143px 2075px var(--primary-color), 233px 211px var(--primary-color),
    1969px 1640px var(--primary-color), 402px 1584px var(--primary-color),
    2073px 866px var(--primary-color), 72px 2406px var(--primary-color),
    84px 532px var(--primary-color), 803px 2404px var(--primary-color),
    1736px 1611px var(--primary-color), 223px 47px var(--primary-color),
    451px 1700px var(--primary-color), 1304px 1561px var(--primary-color),
    1176px 2298px var(--primary-color), 1663px 2209px var(--primary-color),
    1703px 1316px var(--primary-color), 1041px 1151px var(--primary-color),
    2537px 1650px var(--primary-color);
  -webkit-animation: animParticle 600s linear infinite;
  animation: animParticle 600s linear infinite;
  height: 1px;
  width: 1px;
}
.particle-4 :after {
  box-shadow: 0 0 var(--primary-color), 2420px 180px var(--primary-color),
    2470px 895px var(--primary-color), 494px 1013px var(--primary-color),
    33px 2433px var(--primary-color), 1669px 1132px var(--primary-color),
    1270px 2026px var(--primary-color), 271px 301px var(--primary-color),
    2369px 1008px var(--primary-color), 856px 2385px var(--primary-color),
    953px 2009px var(--primary-color), 1841px 226px var(--primary-color),
    202px 1281px var(--primary-color), 550px 1203px var(--primary-color),
    919px 2081px var(--primary-color), 1369px 635px var(--primary-color),
    1397px 1389px var(--primary-color), 2247px 628px var(--primary-color),
    1927px 805px var(--primary-color), 2318px 1537px var(--primary-color),
    1831px 2389px var(--primary-color), 2094px 1056px var(--primary-color),
    435px 2381px var(--primary-color), 213px 204px var(--primary-color),
    171px 2233px var(--primary-color), 6px 2260px var(--primary-color),
    1982px 2249px var(--primary-color), 630px 810px var(--primary-color),
    451px 520px var(--primary-color), 1649px 2350px var(--primary-color),
    271px 1590px var(--primary-color), 1711px 1199px var(--primary-color),
    137px 2000px var(--primary-color), 69px 365px var(--primary-color),
    389px 1972px var(--primary-color), 660px 1213px var(--primary-color),
    700px 1585px var(--primary-color), 2046px 46px var(--primary-color),
    613px 2211px var(--primary-color), 138px 1493px var(--primary-color),
    1654px 800px var(--primary-color), 1226px 1181px var(--primary-color),
    489px 20px var(--primary-color), 454px 2458px var(--primary-color),
    1143px 2231px var(--primary-color), 1027px 2478px var(--primary-color),
    1621px 1143px var(--primary-color), 1184px 815px var(--primary-color),
    562px 1983px var(--primary-color), 878px 986px var(--primary-color),
    973px 2223px var(--primary-color), 284px 1285px var(--primary-color),
    1178px 156px var(--primary-color), 1611px 2535px var(--primary-color),
    218px 57px var(--primary-color), 1679px 285px var(--primary-color),
    1550px 165px var(--primary-color), 1509px 2017px var(--primary-color),
    622px 833px var(--primary-color), 1931px 1818px var(--primary-color),
    830px 254px var(--primary-color), 759px 160px var(--primary-color),
    2455px 490px var(--primary-color), 312px 1506px var(--primary-color),
    2444px 2316px var(--primary-color), 1326px 2385px var(--primary-color),
    940px 465px var(--primary-color), 1315px 1665px var(--primary-color),
    2330px 1681px var(--primary-color), 102px 2288px var(--primary-color),
    1079px 1992px var(--primary-color), 2084px 2300px var(--primary-color),
    1221px 1000px var(--primary-color), 43px 665px var(--primary-color),
    1500px 989px var(--primary-color), 1186px 976px var(--primary-color),
    2120px 1053px var(--primary-color), 150px 2434px var(--primary-color),
    675px 47px var(--primary-color), 1248px 521px var(--primary-color),
    2241px 1973px var(--primary-color), 1603px 373px var(--primary-color),
    1409px 2172px var(--primary-color), 1869px 337px var(--primary-color),
    809px 546px var(--primary-color), 2024px 1995px var(--primary-color),
    1383px 511px var(--primary-color), 1294px 96px var(--primary-color),
    2343px 1992px var(--primary-color), 500px 1703px var(--primary-color),
    2280px 717px var(--primary-color), 1097px 1489px var(--primary-color),
    1861px 105px var(--primary-color), 1500px 1586px var(--primary-color),
    551px 1500px var(--primary-color), 2143px 2313px var(--primary-color),
    206px 2053px var(--primary-color), 364px 493px var(--primary-color),
    2526px 1326px var(--primary-color), 288px 1994px var(--primary-color),
    2111px 1842px var(--primary-color), 844px 1879px var(--primary-color),
    674px 269px var(--primary-color), 557px 1104px var(--primary-color),
    1562px 963px var(--primary-color), 306px 1107px var(--primary-color),
    1830px 2559px var(--primary-color), 712px 1900px var(--primary-color),
    2534px 1059px var(--primary-color), 1581px 735px var(--primary-color),
    197px 925px var(--primary-color), 1235px 73px var(--primary-color),
    2085px 303px var(--primary-color), 723px 1204px var(--primary-color),
    526px 499px var(--primary-color), 2457px 1987px var(--primary-color),
    186px 369px var(--primary-color), 406px 1614px var(--primary-color),
    149px 1679px var(--primary-color), 1816px 1891px var(--primary-color),
    1699px 1148px var(--primary-color), 763px 351px var(--primary-color),
    647px 1191px var(--primary-color), 787px 83px var(--primary-color),
    2539px 1171px var(--primary-color), 2168px 2111px var(--primary-color),
    2389px 685px var(--primary-color), 2033px 1171px var(--primary-color),
    2049px 1237px var(--primary-color), 61px 1777px var(--primary-color),
    930px 1946px var(--primary-color), 154px 2174px var(--primary-color),
    2174px 71px var(--primary-color), 1346px 1522px var(--primary-color),
    2536px 204px var(--primary-color), 2488px 19px var(--primary-color),
    184px 354px var(--primary-color), 1254px 988px var(--primary-color),
    1596px 922px var(--primary-color), 337px 1018px var(--primary-color),
    938px 1425px var(--primary-color), 1986px 1877px var(--primary-color),
    1648px 1863px var(--primary-color), 1158px 1648px var(--primary-color),
    1023px 1971px var(--primary-color), 314px 2270px var(--primary-color),
    1319px 10px var(--primary-color), 1534px 1019px var(--primary-color),
    656px 1417px var(--primary-color), 1619px 646px var(--primary-color),
    494px 1082px var(--primary-color), 1428px 2259px var(--primary-color),
    807px 1681px var(--primary-color), 1359px 1985px var(--primary-color),
    1263px 274px var(--primary-color), 1781px 1573px var(--primary-color),
    2519px 409px var(--primary-color), 503px 545px var(--primary-color),
    1px 1247px var(--primary-color), 1448px 471px var(--primary-color),
    2268px 1038px var(--primary-color), 2527px 1782px var(--primary-color),
    925px 2339px var(--primary-color), 490px 2254px var(--primary-color),
    1132px 1879px var(--primary-color), 884px 1711px var(--primary-color),
    1950px 2315px var(--primary-color), 2002px 1170px var(--primary-color),
    2089px 2396px var(--primary-color), 1074px 1850px var(--primary-color),
    1375px 249px var(--primary-color), 365px 1473px var(--primary-color),
    1158px 2223px var(--primary-color), 2308px 1082px var(--primary-color),
    2509px 386px var(--primary-color), 918px 2143px var(--primary-color),
    33px 2153px var(--primary-color), 2187px 374px var(--primary-color),
    486px 1048px var(--primary-color), 1579px 2172px var(--primary-color),
    85px 454px var(--primary-color), 2394px 2317px var(--primary-color),
    1215px 1882px var(--primary-color), 534px 2021px var(--primary-color),
    465px 352px var(--primary-color), 1827px 982px var(--primary-color),
    729px 37px var(--primary-color), 2496px 739px var(--primary-color),
    2396px 98px var(--primary-color), 2057px 1755px var(--primary-color),
    885px 2099px var(--primary-color), 1536px 2147px var(--primary-color),
    154px 1553px var(--primary-color), 2456px 1322px var(--primary-color),
    1783px 1639px var(--primary-color), 1890px 944px var(--primary-color),
    229px 1904px var(--primary-color), 1143px 1616px var(--primary-color),
    2528px 798px var(--primary-color), 1827px 2292px var(--primary-color),
    203px 757px var(--primary-color), 339px 1698px var(--primary-color),
    1972px 605px var(--primary-color), 1516px 2240px var(--primary-color),
    439px 1329px var(--primary-color), 608px 1418px var(--primary-color),
    452px 853px var(--primary-color), 878px 1521px var(--primary-color),
    1186px 1593px var(--primary-color), 873px 821px var(--primary-color),
    424px 1450px var(--primary-color), 880px 190px var(--primary-color),
    1967px 2022px var(--primary-color), 2205px 1049px var(--primary-color),
    1626px 491px var(--primary-color), 624px 1850px var(--primary-color),
    1738px 2132px var(--primary-color), 416px 1707px var(--primary-color),
    1875px 1418px var(--primary-color), 683px 2040px var(--primary-color),
    2422px 2181px var(--primary-color), 1187px 1732px var(--primary-color),
    1164px 1092px var(--primary-color), 1721px 2454px var(--primary-color),
    2163px 1833px var(--primary-color), 1427px 2463px var(--primary-color),
    886px 444px var(--primary-color), 31px 998px var(--primary-color),
    1329px 2204px var(--primary-color), 2423px 99px var(--primary-color),
    2038px 1165px var(--primary-color), 2457px 1977px var(--primary-color),
    2407px 1314px var(--primary-color), 748px 1050px var(--primary-color),
    94px 789px var(--primary-color), 1027px 800px var(--primary-color),
    1708px 718px var(--primary-color), 2535px 1534px var(--primary-color),
    1766px 1254px var(--primary-color), 167px 1589px var(--primary-color),
    1432px 1016px var(--primary-color), 1214px 31px var(--primary-color),
    1591px 951px var(--primary-color), 2467px 562px var(--primary-color),
    2004px 1065px var(--primary-color), 2527px 1955px var(--primary-color),
    938px 1674px var(--primary-color), 783px 693px var(--primary-color),
    1357px 1832px var(--primary-color), 2132px 107px var(--primary-color),
    781px 2044px var(--primary-color), 121px 1253px var(--primary-color),
    686px 996px var(--primary-color), 762px 617px var(--primary-color),
    1495px 461px var(--primary-color), 1800px 2122px var(--primary-color),
    1560px 2256px var(--primary-color), 435px 285px var(--primary-color),
    1259px 595px var(--primary-color), 439px 704px var(--primary-color),
    939px 1930px var(--primary-color), 2298px 1880px var(--primary-color),
    648px 346px var(--primary-color), 320px 1972px var(--primary-color),
    1106px 1409px var(--primary-color), 1143px 2270px var(--primary-color),
    842px 470px var(--primary-color), 2241px 2223px var(--primary-color),
    1603px 1303px var(--primary-color), 870px 2139px var(--primary-color),
    2374px 2027px var(--primary-color), 1719px 739px var(--primary-color),
    1163px 1235px var(--primary-color), 420px 1491px var(--primary-color),
    1646px 663px var(--primary-color), 1877px 1891px var(--primary-color),
    755px 592px var(--primary-color), 1219px 1381px var(--primary-color),
    877px 45px var(--primary-color), 1953px 2514px var(--primary-color),
    1640px 2469px var(--primary-color), 888px 788px var(--primary-color),
    865px 97px var(--primary-color), 1318px 1271px var(--primary-color),
    1063px 1928px var(--primary-color), 2207px 357px var(--primary-color),
    1292px 1746px var(--primary-color), 2098px 840px var(--primary-color),
    1122px 2049px var(--primary-color), 2196px 107px var(--primary-color),
    2420px 963px var(--primary-color), 1612px 1219px var(--primary-color),
    1582px 104px var(--primary-color), 1247px 1187px var(--primary-color),
    894px 1788px var(--primary-color), 1699px 84px var(--primary-color),
    160px 1346px var(--primary-color), 305px 13px var(--primary-color),
    1545px 853px var(--primary-color), 995px 1922px var(--primary-color),
    483px 2251px var(--primary-color), 1489px 1040px var(--primary-color),
    647px 1283px var(--primary-color), 482px 1831px var(--primary-color),
    1079px 2471px var(--primary-color), 2554px 715px var(--primary-color),
    715px 2086px var(--primary-color), 1791px 1618px var(--primary-color),
    1462px 769px var(--primary-color), 492px 919px var(--primary-color),
    1175px 156px var(--primary-color), 1859px 1176px var(--primary-color),
    1231px 1619px var(--primary-color), 1418px 1834px var(--primary-color),
    85px 1877px var(--primary-color), 2481px 682px var(--primary-color),
    1138px 294px var(--primary-color), 314px 1022px var(--primary-color),
    1745px 2353px var(--primary-color), 1101px 1909px var(--primary-color),
    321px 2528px var(--primary-color), 2019px 570px var(--primary-color),
    642px 1226px var(--primary-color), 2209px 44px var(--primary-color),
    2334px 1888px var(--primary-color), 545px 2473px var(--primary-color),
    587px 2025px var(--primary-color), 2163px 1620px var(--primary-color),
    847px 1086px var(--primary-color), 709px 1359px var(--primary-color),
    1884px 1105px var(--primary-color), 2018px 194px var(--primary-color),
    167px 420px var(--primary-color), 1449px 377px var(--primary-color),
    1097px 2097px var(--primary-color), 2440px 2275px var(--primary-color),
    2280px 182px var(--primary-color), 926px 821px var(--primary-color),
    560px 855px var(--primary-color), 1488px 1614px var(--primary-color),
    1631px 1390px var(--primary-color), 2003px 394px var(--primary-color),
    2343px 552px var(--primary-color), 1592px 470px var(--primary-color),
    1620px 413px var(--primary-color), 1847px 1866px var(--primary-color),
    919px 2122px var(--primary-color), 2270px 2155px var(--primary-color),
    436px 1684px var(--primary-color), 1198px 1729px var(--primary-color),
    1902px 583px var(--primary-color), 2070px 1272px var(--primary-color),
    2354px 727px var(--primary-color), 638px 2013px var(--primary-color),
    1168px 448px var(--primary-color), 862px 1738px var(--primary-color),
    1528px 963px var(--primary-color), 412px 2398px var(--primary-color),
    1305px 1429px var(--primary-color), 471px 1739px var(--primary-color),
    5px 2432px var(--primary-color), 2469px 2524px var(--primary-color),
    1374px 198px var(--primary-color), 1300px 1644px var(--primary-color),
    2470px 1877px var(--primary-color), 2120px 2198px var(--primary-color),
    2325px 1651px var(--primary-color), 2508px 624px var(--primary-color),
    155px 1183px var(--primary-color), 1259px 1714px var(--primary-color),
    282px 2227px var(--primary-color), 819px 1138px var(--primary-color),
    335px 286px var(--primary-color), 361px 1514px var(--primary-color),
    2379px 1956px var(--primary-color), 1153px 2428px var(--primary-color),
    44px 653px var(--primary-color), 180px 2378px var(--primary-color),
    1753px 1130px var(--primary-color), 2088px 2327px var(--primary-color),
    1543px 1819px var(--primary-color), 777px 2269px var(--primary-color),
    1734px 1281px var(--primary-color), 1450px 2023px var(--primary-color),
    1479px 1667px var(--primary-color), 957px 2082px var(--primary-color),
    866px 825px var(--primary-color), 410px 666px var(--primary-color),
    1590px 1539px var(--primary-color), 1921px 1195px var(--primary-color),
    347px 1305px var(--primary-color), 1060px 919px var(--primary-color),
    2390px 707px var(--primary-color), 1980px 1800px var(--primary-color),
    1536px 2209px var(--primary-color), 1228px 2213px var(--primary-color),
    1116px 825px var(--primary-color), 658px 11px var(--primary-color),
    2518px 953px var(--primary-color), 266px 466px var(--primary-color),
    511px 103px var(--primary-color);
  height: 1px;
  width: 1px;
}
@-webkit-keyframes animParticle {
  from {
    transform: translateY(1px);
  }
  to {
    transform: translateY(-2560px);
  }
}
@keyframes animParticle {
  from {
    transform: translateY(1px);
  }
  to {
    transform: translateY(-2560px);
  }
}
.fc * {
  color: #fff;
}
.fc .fc-col-header-cell-cushion {
  color: #fff;
}
.fc .fc-h-event .fc-event-title {
  color: var(--white-color);
}
.fc .fc-icon.fc-icon-chevron-left,
.fc .fc-icon.fc-icon-chevron-right {
  color: var(--white-color);
}
@media only screen and (max-width: 991px) {
  .fc .fc-toolbar-title {
    font-size: 1.2em;
  }
  .fc .fc-button {
    padding: 0.1em 0.4em;
  }
}
.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: var(--border-color);
}
.dd {
  position: relative;
}
.dd .dd-list {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dd .dd-list .dd-list {
  margin-top: 1rem;
}
.dd .dd-list .dd-list .dd-item {
  border-left: 5px solid var(--border-color);
}
.dd .dd-list li {
  margin-bottom: 5px;
}
.dd .dd-list li:last-child {
  margin-bottom: 0;
}
.dd .dd-collapsed .dd-list {
  display: none;
}
.dd .dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  background: 0 0;
  border: 0;
  width: 25px;
  padding: 0;
  text-indent: 100%;
  font-size: 18px;
}
.dd .dd-item > button[data-action="collapse"]:before {
  content: "-";
}
.dd .dd-item > button:focus {
  outline: 0;
  border: 0;
}
.dd .dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  text-align: left;
  width: 100%;
  text-indent: 0;
}
.dd .dd-empty,
.dd .dd-item,
.dd .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.dd .dd-empty {
  border: 1px solid var(--primary-color);
  background-color: var(--border-color);
  min-height: 100px;
  -ms-background-size: 60px 60px;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-handle {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 22px;
}
.dd-handle:hover {
  color: var(--primary-color);
  cursor: move;
}
.dd-empty,
.dd-placeholder {
  background: #f2fbff;
  border: 1px solid #b6bcbf;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.table.myDataTable {
  width: 100% !important;
}
.table.myDataTable .dtr-details {
  width: 100%;
}
.table.myDataTable .dtr-details li {
  border-color: var(--border-color) !important;
}
.table.myDataTable tr td:first-child,
.table.myDataTable tr th:first-child {
  outline: 0;
}
.table.table-lg.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before,
.table.table-lg.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child::before {
  top: 24px;
}
.table.dataTable {
  width: 100% !important;
  white-space: nowrap;
}
.table.dataTable .form-check {
  padding-top: 2px;
}
.table.dataTable .dtr-details {
  margin-bottom: 0;
}
.table.dataTable .dtr-details li {
  padding: 5px 0;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr.even > td,
.table.dataTable.dtr-inline.collapsed > tbody > tr.even > th,
.table.dataTable.dtr-inline.collapsed > tbody > tr.odd > td,
.table.dataTable.dtr-inline.collapsed > tbody > tr.odd > th {
  position: relative;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr.even > td:first-child,
.table.dataTable.dtr-inline.collapsed > tbody > tr.even > th:first-child,
.table.dataTable.dtr-inline.collapsed > tbody > tr.odd > td:first-child,
.table.dataTable.dtr-inline.collapsed > tbody > tr.odd > th:first-child {
  padding-left: 36px;
}
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.even
  > td:first-child::before,
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.even
  > th:first-child::before,
.table.dataTable.dtr-inline.collapsed > tbody > tr.odd > td:first-child::before,
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.odd
  > th:first-child::before {
  transition: ease 0.3s;
  background-color: #D7A31F;
  color:#fff;
  font-family: FontAwesome;
  content: "\f105";
  text-align: center;
  position: absolute;
  border-radius: 20px;
  left: 5px;
  top: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.even
    > td:first-child::before,
  .table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.even
    > th:first-child::before,
  .table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.odd
    > td:first-child::before,
  .table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.odd
    > th:first-child::before {
    transition: none;
  }
}
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  content: "\f107";
  background-color: var(--primary-color);
  color: #fff;
}
.dropify-wrapper {
  background-color: var(--card-color);
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
}
.dropify-wrapper:hover {
  background-image: linear-gradient(
    -45deg,
    var(--border-color) 25%,
    transparent 25%,
    transparent 50%,
    var(--border-color) 50%,
    var(--border-color) 75%,
    transparent 75%,
    transparent
  );
}
.dropify-wrapper .dropify-message p {
  font-size: 20px;
}

.note-editor.note-airframe,
.note-editor.note-frame {
  background: var(--card-color);
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
}
.note-editor .note-btn {
  color: #fff;
}
.note-editor .note-btn .note-icon-caret {
  display: none;
}
.note-editor .note-dropdown-menu {
  box-shadow: 0 0 10px rgba(25, 24, 24, 0.15);
  top: 100%;
}
.note-editor .note-dropdown-menu a {
  color: #fff;
}
.note-editor .note-dropdown-menu.dropdown-style {
  min-width: 210px;
  padding: 1rem;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-nav {
  display: none !important;
}
.owl-carousel .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #D7A31F;
}
.m-grid .grid-item {
  transition: ease 0.2s;
  width: 15.4rem;
}
@media (prefers-reduced-motion: reduce) {
  .m-grid .grid-item {
    transition: none;
  }
}
.m-grid .grid-item:hover {
  transform: scale(1.1);
  z-index: 999;
}
.m-grid .grid-item:hover img {
  border: 2px solid var(--card-color);
}
@media only screen and (max-width: 1440px) {
  .m-grid .grid-item {
    width: 14.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .m-grid .grid-item {
    width: 13.77rem;
  }
}
@media only screen and (max-width: 1200px) {
  .m-grid .grid-item {
    width: 12.7rem;
  }
}
@media only screen and (max-width: 992px) {
  .m-grid .grid-item {
    width: 14.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-grid .grid-item {
    width: 100%;
  }
}
.select2-container.select2 {
  width: 100% !important;
}
.select2-container .select2-selection {
  background-color: var(--card-color);
  border-color: var(--border-color);
  height: auto;
  position: relative;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}
.select2-container .select2-selection:active,
.select2-container .select2-selection:focus,
.select2-container .select2-selection:focus-visible,
.select2-container .select2-selection:focus-within {
  border-color: var(--primary-color) !important;
  outline: 0;
  box-shadow: none;
}
.select2-container .select2-selection [role="textbox"] {
  padding-left: 0;
}
.select2-container .select2-selection [role="presentation"] {
  height: auto;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
}
.select2-container .select2-dropdown {
  box-shadow: 0 8px 17px 2px rgba(25, 24, 24, 0.15);
  border-color: var(--border-color);
}
.select2-container .select2-dropdown .select2-search__field {
  border-color: var(--border-color) !important;
  height: 30px !important;
}
.select2-container .select2-dropdown .select2-search__field:focus,
.select2-container .select2-dropdown .select2-search__field:focus-visible {
  border-color: var(--primary-color) !important;
  outline: 0;
  box-shadow: none;
}
.select2-container .select2-search {
  line-height: 24px;
}
.select2-container .select2-search:focus,
.select2-container .select2-search:focus-visible {
  border-color: var(--primary-color) !important;
  outline: 0;
  box-shadow: none;
}
.select2-container span.select2-selection__rendered {
  line-height: 24px !important;
}
.select2-container ul.select2-selection__rendered {
  line-height: 18px !important;
}
.select2-container .select2-search__field {
  height: 23px !important;
  margin: 0 !important;
}
.select2-container .select2-search__field:focus,
.select2-container .select2-search__field:focus-visible {
  border-color: var(--primary-color) !important;
  outline: 0;
  box-shadow: none;
}
.select2-container .select2-selection__choice {
  margin: 2px !important;
}
.select2-container .select2-results__options [aria-selected="true"] {
  background-color: var(--primary-color);
}
.select2-container .select2-choice {
  height: auto;
  border: none;
  background: 0 0;
  position: absolute;
  padding: 5px 10px;
  line-height: 27px;
  top: 0;
  left: 0;
  width: 100%;
}
.select2-container .select2-choice > .select2-chosen {
  margin: 0;
}
.select2-container .select2-choice .select2-arrow {
  display: none;
}
.select2-drop-active {
  border-color: var(--border-color);
}
.parsley-required {
  color: red;
}
[data-theme="high-contrast"] .select2-dropdown {
  color: #000;
}
[data-theme="high-contrast"]
  .select2-container
  .select2-results__options
  [aria-selected="true"] {
  background-color: #000;
}
.apexcharts-canvas circle,
.apexcharts-canvas line {
  stroke: var(--border-color);
}
.apexcharts-canvas text {
  fill: var(--color-500);
}
.apexcharts-canvas .apexcharts-legend-text {
  color: var(--color-500) !important;
}
.apexcharts-canvas .apexcharts-pie path {
  stroke: var(--border-color);
}
.apexcharts-canvas .apexcharts-legend-marker {
  height: 3px !important;
}
.ac-line-transparent line {
  stroke: var(--card-color);
}
.apexcharts-line-0 line {
  display: none;
}
.sparkline_chart canvas {
  width: 100% !important;
}
.step-app.h-wizard-demo1 > .step-steps {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
}
.step-app.h-wizard-demo1 > .step-steps > li {
  background-color: transparent;
  display: flex;
  align-items: center;
  flex: inherit;
  outline: 0;
  font-size: 18px;
  margin-right: 25px;
  flex-grow: 0;
}
.step-app.h-wizard-demo1 > .step-steps > li.active {
  background-color: transparent;
  color: var(--primary-color);
}
.step-app.h-wizard-demo1 > .step-steps > li.active span {
  background-color: var(--primary-color);
}
.step-app.h-wizard-demo1 > .step-steps > li.done {
  background-color: transparent;
  color: var(--bs-green);
}
.step-app.h-wizard-demo1 > .step-steps > li.done span {
  background-color: var(--bs-green);
}
.step-app.h-wizard-demo1 > .step-steps > li:hover {
  background-color: transparent;
}
.step-app.h-wizard-demo1 > .step-steps > li span {
  background-color: var(--color-400);
  color: var(--white-color);
  padding: 0 12px;
  border-radius: 0.25rem;
  margin: 0 10px 0 0;
}
.step-app.h-wizard-demo1 > .step-content {
  margin-top: 30px;
  border: 0;
  padding: 0;
}
.step-app.h-wizard-demo1 > .step-footer {
  border-top: 1px solid var(--border-color);
  justify-content: flex-end;
  margin-bottom: 0;
  padding-top: 15px;
}
.step-app.h-wizard-demo1 > .step-footer .btn {
  margin: 5px;
}
.step-app.h-wizard-demo1 > .step-footer > .step-btn {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.step-app.h-wizard-demo2 > .step-steps {
  border: 1px solid var(--primary-color);
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.25rem;
  padding: 5px;
}
.step-app.h-wizard-demo2 > .step-steps > li {
  background-color: rgba(var(--primary-rgb), 0.15);
  outline: 0;
  font-size: 1rem;
}
.step-app.h-wizard-demo2 > .step-steps > li:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.step-app.h-wizard-demo2 > .step-steps > li:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.step-app.h-wizard-demo2 > .step-steps > li.active,
.step-app.h-wizard-demo2 > .step-steps > li.done,
.step-app.h-wizard-demo2 > .step-steps > li:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.step-app.h-wizard-demo2 > .step-content {
  margin-top: 20px;
  border: 0;
  padding: 0;
}
.step-app.h-wizard-demo2 > .step-footer {
  justify-content: flex-end;
  margin-top: 10;
  margin-bottom: 0;
}
.step-app.h-wizard-demo2 > .step-footer .btn {
  margin: 0 2px;
}
.step-app.h-wizard-demo2 > .step-footer > .step-btn {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white-color);
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.step-app.h-wizard-demo3 > .step-steps {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  border-radius: 0;
  border-bottom: 1px solid var(--border-color);
}
.step-app.h-wizard-demo3 > .step-steps > li {
  background-color: transparent;
  display: flex;
  align-items: center;
  flex: inherit;
  outline: 0;
  font-size: 18px;
  margin-right: 25px;
  flex-grow: 0;
}
.step-app.h-wizard-demo3 > .step-steps > li.active {
  color: var(--primary-color);
}
.step-app.h-wizard-demo3 > .step-steps > li.active span {
  background-color: var(--primary-color);
}
.step-app.h-wizard-demo3 > .step-steps > li.done {
  color: var(--secondary-color);
}
.step-app.h-wizard-demo3 > .step-steps > li.done span {
  background-color: var(--secondary-color);
}
.step-app.h-wizard-demo3 > .step-steps > li span {
  background-color: var(--color-400);
  color: var(--white-color);
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
  border-radius: 5rem;
  margin: 0 10px 0 0;
  height: 36px;
  width: 36px;
}
.step-app.h-wizard-demo3 > .step-content {
  padding: 1.5rem;
  border: 0;
}
.step-app.h-wizard-demo3 > .step-footer {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1.5rem 1.5rem;
}
.step-app.h-wizard-demo3 > .step-footer .btn {
  margin: 0 2px;
}
.step-app.h-wizard-demo3 > .step-footer > .step-btn {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white-color);
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  border-radius: 5rem;
}
.step-app.h-wizard-demo4 > .step-steps {
  position: relative;
  flex-wrap: wrap;
}
.step-app.h-wizard-demo4 > .step-steps::after {
  background: var(--border-color);
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 32px;
  left: 0;
}
.step-app.h-wizard-demo4 > .step-steps > li {
  color: var(--color-400);
  background-color: transparent;
  position: relative;
  align-items: center;
  outline: 0;
  justify-content: center;
  text-align: center;
  z-index: 2;
  border: 0;
}
.step-app.h-wizard-demo4 > .step-steps > li::after {
  background: var(--border-color);
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  top: 32px;
  left: 0;
}
.step-app.h-wizard-demo4 > .step-steps > li.active,
.step-app.h-wizard-demo4 > .step-steps > li.done {
  color: #fff;
}
.step-app.h-wizard-demo4 > .step-steps > li.active span,
.step-app.h-wizard-demo4 > .step-steps > li.done span {
  background: var(--primary-gradient);
  color: var(--white-color);
}
.step-app.h-wizard-demo4 > .step-steps > li.active::after,
.step-app.h-wizard-demo4 > .step-steps > li.done::after {
  background: var(--primary-color);
}
.step-app.h-wizard-demo4 > .step-steps > li.done::after {
  width: 100%;
}
.step-app.h-wizard-demo4 > .step-steps > li span {
  box-shadow: 0 0 10px rgba(25, 24, 24, 0.15);
  background-color: var(--color-300);
  color: var(--color-400);
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  z-index: 3;
  border-radius: 5rem;
  height: 46px;
  width: 46px;
}
.step-app.h-wizard-demo4 > .step-content {
  background: var(--body-color);
  padding: 1.5rem;
  border-radius: 0.25rem;
  border: 0;
  margin: 1rem 0;
}
.step-app.h-wizard-demo4 > .step-footer {
  margin-top: 0;
  margin-bottom: 0;
}
.step-app.h-wizard-demo4 > .step-footer .btn {
  margin: 0 2px;
}
.step-app.h-wizard-demo4 > .step-footer > .step-btn {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white-color);
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
}
.step-app.v-wizard-demo1,
.step-app.v-wizard-demo2 {
  display: flex;
  flex-direction: row;
}
.step-app.v-wizard-demo1 > .step-steps {
  flex-direction: column;
  min-width: 220px;
  border-radius: 0;
}
.step-app.v-wizard-demo1 > .step-steps li {
  flex: 0;
  margin-bottom: 5px;
  border: 0;
}
.step-app.v-wizard-demo1 > .step-steps li.active,
.step-app.v-wizard-demo1 > .step-steps li.done {
  background-color: var(--primary-color);
}
.step-app.v-wizard-demo1 > .step-content {
  border: 1px solid var(--primary-color);
  padding: 1.5rem;
  width: 100%;
}
.step-app.v-wizard-demo1 > .step-footer {
  justify-content: flex-end;
}
.step-app.v-wizard-demo2 > .step-steps {
  background-color: var(--border-color);
  flex-direction: column;
  min-width: 250px;
  border-radius: 0;
  padding: 1rem 1.5rem;
}
.step-app.v-wizard-demo2 > .step-steps li {
  position: relative;
  background-color: transparent;
  flex: 0;
  margin: 0;
  border: 0;
  padding: 1rem 0;
}
.step-app.v-wizard-demo2 > .step-steps li:first-child::after {
  top: 50%;
}
.step-app.v-wizard-demo2 > .step-steps li:last-child::after {
  top: 0;
  height: 50% !important;
}
.step-app.v-wizard-demo2 > .step-steps li::after {
  background: var(--white-color);
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 17px;
}
.step-app.v-wizard-demo2 > .step-steps li.active,
.step-app.v-wizard-demo2 > .step-steps li.done {
  color: #fff;
}
.step-app.v-wizard-demo2 > .step-steps li.active span,
.step-app.v-wizard-demo2 > .step-steps li.done span {
  background: var(--primary-color);
  color: var(--white-color);
}
.step-app.v-wizard-demo2 > .step-steps li.active::after,
.step-app.v-wizard-demo2 > .step-steps li.done::after {
  background: var(--primary-color);
  height: 100%;
}
.step-app.v-wizard-demo2 > .step-steps li span {
  background-color: var(--white-color);
  color: var(--color-400);
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding: 0;
  border-radius: 5rem;
  margin: 0 10px 0 0;
  height: 36px;
  width: 36px;
}
.step-app.v-wizard-demo2 > .step-content {
  border: 0;
  padding: 1.5rem;
  width: 100%;
}
.step-app.v-wizard-demo2 > .step-footer {
  justify-content: flex-end;
}
[data-theme="high-contrast"] .step-app.h-wizard-demo1 > .step-steps > li,
[data-theme="high-contrast"] .step-app.h-wizard-demo3 > .step-steps > li {
  color: #fff !important;
  border: 0;
}
[data-theme="high-contrast"]
  .step-app.h-wizard-demo1
  > .step-steps
  > li.active
  span,
[data-theme="high-contrast"]
  .step-app.h-wizard-demo3
  > .step-steps
  > li.active
  span {
  color: #000 !important;
}
[data-theme="high-contrast"] .step-app.h-wizard-demo2 > .step-steps > li {
  color: #fff !important;
}
[data-theme="high-contrast"] .step-app.h-wizard-demo2 > .step-steps > li.active,
[data-theme="high-contrast"] .step-app.h-wizard-demo2 > .step-steps > li:hover {
  color: #000 !important;
}
[data-theme="high-contrast"]
  .step-app.h-wizard-demo2
  > .step-steps
  > li.active
  span,
[data-theme="high-contrast"]
  .step-app.h-wizard-demo2
  > .step-steps
  > li:hover
  span {
  color: #000 !important;
}
[data-theme="high-contrast"] .step-app.v-wizard-demo1 > .step-steps li.done {
  color: #858585 !important;
}
[data-theme="high-contrast"] .step-app.v-wizard-demo1 > .step-steps li.active {
  color: #000 !important;
}
[data-theme="high-contrast"] .step-app.v-wizard-demo2 > .step-steps {
  background: 0 0 !important;
}
[data-theme="high-contrast"] .step-app.v-wizard-demo2 > .step-steps li.active {
  color: #fff !important;
}
[data-theme="high-contrast"]
  .step-app.v-wizard-demo2
  > .step-steps
  li.active
  span {
  color: #000 !important;
}
[data-theme="high-contrast"]
  .step-app.v-wizard-demo2
  > .step-steps
  li.done
  span {
  color: #858585 !important;
}
.my-todo .todo-list li {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  padding: 14px 0;
  font-size: 1rem;
}
.my-todo .todo-list li:last-child {
  border-bottom: 0;
}
.my-todo .todo-list li .fa-check {
  color: var(--color-400);
}
.my-todo .todo-list li.active > span {
  color: var(--primary-color);
  text-decoration: line-through;
}
.my-todo .todo-list li.active .fa-check {
  color: var(--primary-color);
}
.float-label {
  display: block;
  position: relative;
}
.float-label label,
.float-label > span {
  color: var(--primary-color);
  background: var(--card-color);
  position: absolute;
  cursor: text;
  transition: all 0.3s ease-in-out;
  transform: translateY(-160%);
  margin: 0;
  padding: 0 5px;
  font-size: 100%;
  opacity: 1;
  left: 0.75rem;
  top: 50%;
}
.float-label label::before,
.float-label > span::before {
  content: "";
  background: var(--card-color);
  position: absolute;
  top: 13px;
  width: 110%;
  height: 2px;
  z-index: -1;
  left: 0;
}
.float-label textarea + label,
.float-label textarea + span {
  top: 21px;
}
.float-label textarea + label::before,
.float-label textarea + span::before {
  content: "";
  background: var(--card-color);
  position: absolute;
  top: 10px;
  width: 110%;
  height: 2px;
  z-index: -1;
  left: 0;
}
.float-label input:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.float-label input:-moz-placeholder-shown:not(:focus):-ms-input-placeholder,
.float-label input:-moz-placeholder-shown:not(:focus)::-moz-placeholder,
.float-label input:-moz-placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
.float-label input:placeholder-shown:not(:focus)::-moz-placeholder,
.float-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.float-label input:-moz-placeholder-shown:not(:focus) + * {
  color: var(--color-500);
  opacity: 1;
  transform: translateY(-50%);
}
.float-label input:-ms-input-placeholder:not(:focus) + * {
  color: var(--color-500);
  opacity: 1;
  transform: translateY(-50%);
}
.float-label input:placeholder-shown:not(:focus) + * {
  color: var(--color-500);
  opacity: 1;
  transform: translateY(-50%);
}
.float-label input:focus {
  background-color: var(--card-color);
  border-color: var(--primary-color);
  color: var(--primary-color);
  box-shadow: 0 0 10px rgba(33, 37, 41, 0.15);
}
.float-label select {
  padding-right: 1em;
  background: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzMzMnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=)
    no-repeat right 0.5em bottom 0.75em;
  background-size: 8px 10px;
}
.float-label select:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.float-label select:-moz-placeholder-shown:not(:focus):-ms-input-placeholder,
.float-label select:-moz-placeholder-shown:not(:focus)::-moz-placeholder,
.float-label select:-moz-placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,
.float-label select:placeholder-shown:not(:focus)::-moz-placeholder,
.float-label select:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.float-label select:-moz-placeholder-shown:not(:focus) + * {
  color: var(--color-500);
  opacity: 1;
  transform: translateY(-50%);
}
.float-label select:-ms-input-placeholder:not(:focus) + * {
  color: var(--color-500);
  opacity: 1;
  transform: translateY(-50%);
}
.float-label select:placeholder-shown:not(:focus) + * {
  color: var(--color-500);
  opacity: 1;
  transform: translateY(-50%);
}
.float-label select:focus {
  background-color: var(--card-color);
  border-color: var(--primary-color);
  color: var(--primary-color);
  box-shadow: 0 0 10px rgba(33, 37, 41, 0.15);
}
.float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.float-label textarea:-moz-placeholder-shown:not(:focus):-ms-input-placeholder,
.float-label textarea:-moz-placeholder-shown:not(:focus)::-moz-placeholder,
.float-label textarea:-moz-placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder,
.float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.float-label textarea:-moz-placeholder-shown:not(:focus) + * {
  opacity: 1;
  transform: translateY(-50%);
  color: var(--color-500);
}
.float-label textarea:-ms-input-placeholder:not(:focus) + * {
  opacity: 1;
  transform: translateY(-50%);
  color: var(--color-500);
}
.float-label textarea:placeholder-shown:not(:focus) + * {
  opacity: 1;
  transform: translateY(-50%);
  color: var(--color-500);
}
.float-label textarea:focus {
  box-shadow: 0 0 10px rgba(33, 37, 41, 0.15);
  background-color: var(--card-color);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.bootstrap-tagsinput {
  border: 1px solid var(--border-color);
  display: flex;
  flex-wrap: wrap;
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.bootstrap-tagsinput input {
  background: var(--card-color);
  flex-grow: 1;
  border: 0;
}
.bootstrap-tagsinput input:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.bootstrap-tagsinput .tag {
  background-color: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
  white-space: nowrap;
  margin: 2px;
  padding: 3px 8px;
  border-radius: 3px;
}
.bootstrap-tagsinput .tag:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  cursor: pointer;
  margin-left: 8px;
}
.bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "x";
  padding: 0 2px;
}
.noUi-target {
  background: var(--color-200);
  border-color: var(--border-color);
  box-shadow: none;
}
.noUi-target .noUi-connect {
  background: var(--primary-color);
}
.sked-tape .sked-tape__caption,
.sked-tape .sked-tape__hours {
  background-color: var(--card-color);
}
.sked-tape .sked-tape__location {
  background-color: var(--border-color);
}
.sked-tape .sked-tape__location:not(:last-child) {
  border-color: var(--card-color);
}
.sked-tape .sked-tape__date {
  background: var(--card-color);
}
.sked-tape .sked-tape__date:nth-child(odd) {
  background: var(--border-color);
}
.sked-tape .sked-tape__event {
  background-color: var(--chart-color1);
  border: 0;
}
.sked-tape .sked-tape__event--low-gap {
  background-color: var(--chart-color3);
  border: 0;
}
.sked-tape .sked-tape__event-row {
  border-color: var(--border-color);
  background-color: var(--border-color);
}
.sked-tape .sked-tape__event-row:nth-child(odd) {
  background-color: var(--card-color);
}
.sked-tape .sked-tape__grid > li {
  background-image: linear-gradient(
      to right,
      var(--border-color) 1px,
      var(--border-color) 1px
    ),
    linear-gradient(to right, var(--border-color) 1px, var(--border-color) 1px),
    linear-gradient(to right, var(--border-color) 1px, var(--border-color) 1px),
    linear-gradient(to right, var(--border-color) 1px, var(--border-color) 1px),
    linear-gradient(to right, var(--border-color) 1px, var(--border-color) 1px);
}
[data-theme="high-contrast"] .sked-tape .sked-tape__event,
[data-theme="high-contrast"] .sked-tape__date,
[data-theme="high-contrast"] .sked-tape__locations {
  color: #000;
}
.jsgrid .jsgrid-grid-header {
  background: var(--border-color);
  border-color: var(--border-color);
}
.jsgrid .jsgrid-button {
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}
.jsgrid .jsgrid-button.jsgrid-edit-button {
  background-position: 0 -120px;
}
.jsgrid .jsgrid-button.jsgrid-delete-button {
  background-position: 0 -80px;
}
.jsgrid .jsgrid-button.jsgrid-insert-mode-button {
  background-position: 0 -160px;
  width: 24px;
  height: 24px;
}
.jsgrid .jsgrid-button.jsgrid-update-button {
  background-position: 0 -336px;
}
.jsgrid .jsgrid-button.jsgrid-cancel-edit-button {
  background-position: 0 0;
}
.jsgrid .jsgrid select,
.jsgrid .jsgrid textarea,
.jsgrid input,
.jsgrid select {
  border: 1px solid var(--border-color);
  background-color: var(--card-color);
  color: var(--color-900);
  border-radius: 0.25rem;
  background-clip: padding-box;
}
.jsgrid .jsgrid select:focus-visible,
.jsgrid .jsgrid textarea:focus-visible,
.jsgrid input:focus-visible,
.jsgrid select:focus-visible {
  border-color: var(--primary-color);
  box-shadow: none;
  outline: 0;
}
.jsgrid select {
  text-align: left;
}
.jsgrid-header-row > .jsgrid-header-cell {
  background: var(--border-color);
}
.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border-color: var(--border-color);
}
.jsgrid-row > .jsgrid-cell {
  background: var(--card-color);
  border-color: var(--border-color);
}
.jsgrid-alt-row > .jsgrid-cell {
  background: var(--color-100);
  border-color: var(--border-color);
}
.jsgrid-cell {
  padding: 0.8em;
}
[data-theme="high-contrast"] .jsgrid .jsgrid-grid-header {
  color: #000;
}
.gallery_product {
  position: relative;
}
.gallery_product .img-info {
  position: absolute;
  overflow: hidden;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  top: 0;
  transition: 2s;
}
.gallery_product:hover .img-info {
  display: block;
  transition: 2s;
}
.swal2-modal .swal2-actions .swal2-confirm {
  background-color: var(--primary-color);
}
.swal2-modal .swal2-actions .swal2-confirm:focus {
  box-shadow: none;
  outline: 0;
}
#toast-container .toast {
  background-image: none !important;
  opacity: 0.9;
}
#toast-container .toast:hover {
  box-shadow: 0 0 15px 2px #b1b1b1;
}
#toast-container .toast:before {
  font-family: FontAwesome;
  color: var(--bs-white);
  position: fixed;
  float: left;
  margin: auto 0.5em auto -1.5em;
  padding-right: 0.5em;
  font-size: 24px;
  line-height: 18px;
}
#toast-container .toast.toast-info {
  background: var(--bs-info);
}
#toast-container .toast.toast-info:before {
  content: "\f05a";
}
#toast-container .toast.toast-success {
  background: var(--bs-green);
}
#toast-container .toast.toast-success:before {
  content: "\f058";
}
#toast-container .toast.toast-warning {
  background: var(--bs-orange);
}
#toast-container .toast.toast-warning:before {
  content: "\f003";
}
#toast-container .toast.toast-error {
  background: var(--bs-red);
}
#toast-container .toast.toast-error:before {
  content: "\f071";
}
#toast-container .toast-close-button {
  color: var(--bs-gray-100);
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  background-color: var(--primary-color);
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  border-top-color: var(--primary-color);
}
.irs--flat .irs-bar {
  background-color: var(--primary-color);
}
.irs--flat .irs-line {
  background-color: var(--body-color);
}
.irs--flat .irs-max,
.irs--flat .irs-min {
  color: var(--color-500);
  background-color: var(--body-color);
}
.irs--flat .irs-handle > i:first-child {
  background-color: var(--primary-color);
}
.img-cropper .btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.img-cropper label.btn {
  margin-bottom: 0;
}
.img-cropper .d-flex > .btn {
  flex: 1;
}
.img-cropper .carbonads {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .img-cropper .carbonads .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px;
  }
}
.img-cropper .carbon-wrap {
  overflow: hidden;
}
.img-cropper .carbon-img {
  clear: left;
  display: block;
  float: left;
}
.img-cropper .carbon-poweredby,
.img-cropper .carbon-text {
  display: block;
  margin-left: 140px;
}
.img-cropper .carbon-text,
.img-cropper .carbon-text:focus,
.img-cropper .carbon-text:hover {
  color: #fff;
  text-decoration: none;
}
.img-cropper .carbon-poweredby,
.img-cropper .carbon-poweredby:focus,
.img-cropper .carbon-poweredby:hover {
  color: #ddd;
  text-decoration: none;
}
.img-cropper .footer {
  font-size: 0.875rem;
}
.img-cropper .heart {
  color: #ddd;
  display: block;
  position: relative;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  width: 100%;
}
.img-cropper .heart:hover {
  color: #ff4136;
}
.img-cropper .heart:before {
  border-top: 1px solid #eee;
  content: " ";
  display: block;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.img-cropper .heart:after {
  position: relative;
  background-color: #fff;
  content: "\2665";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  z-index: 1;
}
.img-cropper .img-container,
.img-cropper .img-preview {
  background-color: var(--border-color);
  text-align: center;
  width: 100%;
}
.img-cropper .img-container {
  margin-bottom: 1rem;
  max-height: 497px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .img-cropper .img-container {
    min-height: 497px;
  }
}
.img-cropper .img-container > img {
  max-width: 100%;
}
.img-cropper .docs-preview {
  margin-right: -1rem;
}
.img-cropper .img-preview {
  float: left;
  overflow: hidden;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.img-cropper .img-preview > img {
  max-width: 100%;
}
.img-cropper .preview-lg {
  height: 9rem;
  width: 16rem;
}
.img-cropper .preview-md {
  height: 4.5rem;
  width: 8rem;
}
.img-cropper .preview-sm {
  height: 2.25rem;
  width: 4rem;
}
.img-cropper .preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem;
}
.img-cropper .docs-data > .input-group {
  margin-bottom: 0.5rem;
}
.img-cropper .docs-data .input-group-prepend .input-group-text {
  min-width: 4rem;
}
.img-cropper .docs-data .input-group-append .input-group-text {
  min-width: 3rem;
}
.img-cropper .docs-buttons > .btn,
.img-cropper .docs-buttons > .btn-group,
.img-cropper .docs-buttons > .form-control {
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
}
.img-cropper .docs-toggles > .btn,
.img-cropper .docs-toggles > .btn-group,
.img-cropper .docs-toggles > .dropdown {
  margin-bottom: 0.5rem;
}
.img-cropper .docs-tooltip {
  display: block;
  margin: -0.5rem -0.75rem;
  padding: 0.5rem 0.75rem;
}
.img-cropper .docs-tooltip > .icon {
  margin: 0 -0.25rem;
  vertical-align: top;
}
.img-cropper .tooltip-inner {
  white-space: normal;
}
.img-cropper .btn-toggle .tooltip-inner,
.img-cropper .btn-upload .tooltip-inner {
  white-space: nowrap;
}
.img-cropper .btn-toggle {
  padding: 0.5rem;
}
.img-cropper .btn-toggle > .docs-tooltip {
  margin: -0.5rem;
  padding: 0.5rem;
}
.img-cropper .docs-options .dropdown-menu {
  width: 100%;
}
.img-cropper .docs-options .dropdown-menu > li {
  font-size: 0.875rem;
  padding: 0.125rem 1rem;
}
.img-cropper .docs-options .dropdown-menu .form-check-label {
  display: block;
}
.img-cropper .docs-cropped .modal-body {
  text-align: center;
}
.img-cropper .docs-cropped .modal-body > canvas,
.img-cropper .docs-cropped .modal-body > img {
  max-width: 100%;
}
@media (max-width: 400px) {
  .img-cropper .btn-group-crop {
    margin-right: -1rem !important;
  }
  .img-cropper .btn-group-crop > .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .img-cropper .btn-group-crop .docs-tooltip {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.daterangepicker {
  color: #000;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--primary-color);
}
.daterangepicker td.in-range {
  background-color: rgba(var(--primary-rgb), 0.1);
}
.flatpickr:disabled,
.flatpickr[readonly] {
  background-color: transparent !important;
}
.flatpickr-calendar {
  overflow: hidden;
}
.flatpickr-calendar .flatpickr-months {
  background-color: var(--primary-color);
}
.flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-months .numInput {
  color: #fff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months option,
.flatpickr-calendar .flatpickr-months .numInput option {
  background-color: var(--primary-color);
  font-size: 14px;
}
.flatpickr-calendar .flatpickr-months path {
  fill: #fff !important;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  background-color: var(--primary-color);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays span {
  color: #fff;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.flatpickr-calendar .flatpickr-day.today:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.kanban-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.kanban-container > div {
  background: var(--card-color);
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  flex: 1 0 !important;
  overflow: hidden;
  margin-right: 10px !important;
}
.kanban-container > div:last-child {
  margin-right: 0 !important;
}
.kanban-container .kanban-drag {
  padding: 15px;
}
.kanban-container .kanban-drag .kanban-item {
  border: 1px solid var(--border-color);
  background: var(--body-color);
  border-radius: 0.75rem;
  margin-bottom: 5px;
}
.jkanban_color [data-order="1"] {
  border-color: var(--chart-color1);
}
.jkanban_color [data-order="1"] .kanban-title-board {
  color: var(--chart-color1);
}
.jkanban_color [data-order="1"] .kanban-item {
  background: rgba(var(--primary-rgb), 0.1);
}
.jkanban_color [data-order="2"] {
  border-color: var(--bs-warning);
}
.jkanban_color [data-order="2"] .kanban-title-board {
  color: var(--bs-warning);
}
.jkanban_color [data-order="2"] .kanban-item {
  background: rgba(var(--bs-warning-rgb), 0.1);
}
.jkanban_color [data-order="3"] {
  border-color: var(--bs-success);
}
.jkanban_color [data-order="3"] .kanban-title-board {
  color: var(--bs-success);
}
.jkanban_color [data-order="3"] .kanban-item {
  background: rgba(var(--bs-success-rgb), 0.1);
}
.jkanban_advanced {
  overflow-x: auto;
  padding-bottom: 10px;
}
.jkanban_advanced [data-id="todo"] {
  border-color: var(--chart-color1);
  background: var(--body-color);
}
.jkanban_advanced [data-id="todo"] .kanban-board-header {
  background: var(--chart-color1);
  color: #fff;
}
.jkanban_advanced [data-id="todo"] .kanban-item {
  background: var(--card-color);
}
.jkanban_advanced [data-id="working"] {
  border-color: var(--bs-warning);
  background: var(--body-color);
}
.jkanban_advanced [data-id="working"] .kanban-board-header {
  background: var(--bs-warning);
  color: #fff;
}
.jkanban_advanced [data-id="working"] .kanban-item {
  background: var(--card-color);
}
.jkanban_advanced [data-id="done"] {
  border-color: var(--bs-success);
  background: var(--body-color);
}
.jkanban_advanced [data-id="done"] .kanban-board-header {
  background: var(--bs-success);
  color: #fff;
}
.jkanban_advanced [data-id="done"] .kanban-item {
  background: var(--card-color);
}
.tui-calendar .lnb-calendars-item {
  margin-right: 10px;
}
.tui-calendar .tui-full-calendar-layout {
  background-color: transparent !important;
}
.tui-calendar input[type="checkbox"].tui-full-calendar-checkbox-round + span {
  border-radius: 2px;
}
.thumb-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.8));
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.thumb-overlay .content-overlay {
  z-index: 2;
}
.blog-app .dropify-wrapper {
  height: 120px;
}
.blog-app .dropify-wrapper .dropify-message p {
  font-size: 1rem;
}
.app-social .nav-tabs.menu-list .nav-link {
  padding: 0.5rem 0.7rem;
  border: 1px solid transparent;
}
.app-social .nav-tabs.menu-list .nav-link.active {
  border: 1px solid var(--primary-color);
}
.card {
  border-color: var(--border-color);
  background-color: var(--card-color);
  /* border-style: solid; */
  border-radius: 0.75rem;
}
.card .card-img-top {
  border-radius: 0.75rem 0.75rem 0 0;
}
.card.card-callout {
  border-left-width: 0.4rem;
  border-left-color: var(--primary-color);
}
.card.fieldset {
  background: 0 0;
  position: relative;
  /* border-style: solid !important; */
  margin-top: 1rem;
  padding: 1rem;
}
.card.fieldset .fieldset-tile {
  position: absolute;
  top: -12px;
  font-weight: 600;
  padding: 0 5px;
}
.card.shadow-active {
  box-shadow: 0 0.1rem 0.4rem rgba(25, 24, 24, 0.1);
}
.card.shadow-active.bg-transparent {
  box-shadow: none;
}
.card .card-title {
  color: var(--color-900);
  font-weight: 600;
}
.card .card-header {
  background-color: var(--card-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 0.75rem 0.75rem 0 0;
}
.card .card-body,
.card .card-footer,
.card .card-header {
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .card .card-body,
  .card .card-footer,
  .card .card-header {
    padding: 1rem;
  }
}
.card .card-footer {
  background-color: var(--card-color);
  border-top: 1px solid var(--border-color);
  border-radius: 0 0 0.75rem 0.75rem;
}
.card.fullscreen {
  position: fixed;
  border-radius: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.card.fullscreen .card-body {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.card.fullscreen .card-body::-webkit-scrollbar {
  background: var(--card-color);
  visibility: visible;
  width: 4px;
}
.card.fullscreen .card-body:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}
.card.fullscreen .card-body::-webkit-scrollbar-track {
  visibility: visible;
  background: 0 0;
}
.card.fullscreen .card-body::-webkit-scrollbar-thumb {
  background: 0 0;
  visibility: visible;
}
.card.fullscreen .card-fullscreen i::before {
  font-family: simple-line-icons;
  content: "\e058";
}
.card-fullscreen {
  color: rgba(var(--primary-rgb), 0.5);
  margin-right: 0.5rem;
  padding: 0 6px;
}
.ribbon {
  position: relative;
  overflow: hidden;
}
.ribbon .option-1 {
  height: 2rem;
  top: 1.2rem;
  left: 0;
  width: 5px;
}
.ribbon .option-2 {
  height: 5px;
  left: 1.2rem;
  top: 0;
  width: 2rem;
}
.ribbon .option-3 {
  transform: rotate(315deg);
  left: -50px;
  top: 8px;
  padding: 5px 15px;
  text-align: center;
  width: 150px;
}
.ribbon .option-4 {
  transform: rotate(315deg);
  right: -50px;
  bottom: 8px;
  padding: 5px 15px;
  text-align: center;
  width: 150px;
}
.ribbon .option-5 {
  transform: rotate(315deg);
  left: -27px;
  top: -5px;
  padding: 5px;
  text-align: center;
  width: 78px;
}
.ribbon .option-6 {
  transform: rotate(46deg);
  right: -33px;
  top: -5px;
  padding: 8px 0 1px 6px;
  text-align: center;
  width: 90px;
}
.ribbon .option-7 {
  background: var(--primary-color);
  z-index: 9;
  left: 0;
  top: 15px;
  height: 30px;
  padding: 5px 0 5px 10px;
}
.ribbon .option-7::before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  content: "";
  border: 15px solid var(--primary-color);
  border-right: 8px solid transparent;
  border-right-color: transparent;
}
.ribbon .option-8 {
  background: var(--primary-color);
  right: 0;
  top: 1.5rem;
  height: 30px;
  padding: 5px 10px 5px 0;
}
.ribbon .option-8::before {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  content: "";
  border: 15px solid var(--primary-color);
  border-left: 8px solid transparent;
  border-left-color: transparent;
}
.ribbon .option-9 {
  background: var(--primary-color);
  text-align: center;
  right: 20px;
  top: 0;
  width: 30px;
  padding: 5px 5px 0;
}
.ribbon .option-9::before {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  content: "";
  border: 15px solid var(--primary-color);
  border-bottom: 5px solid transparent;
  border-bottom-color: transparent;
}
.ribbon .option-10 {
  background: var(--primary-gradient);
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    50% calc(100% - 6px),
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    50% calc(100% - 6px),
    0 calc(100% - 12px)
  );
  transition: padding 1s, background 1s, -webkit-clip-path 1s;
  transition: clip-path 1s, padding 1s, background 1s;
  transition: clip-path 1s, padding 1s, background 1s, -webkit-clip-path 1s;
  text-align: center;
  right: 20px;
  top: 0;
  width: 30px;
  height: 40px;
  padding: 5px;
}
.ribbon .option-11 {
  background: var(--chart-color1);
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    50% 100%,
    0 calc(100% - 8px)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    50% 100%,
    0 calc(100% - 8px)
  );
  transition: padding 1s, background 1s, -webkit-clip-path 1s;
  transition: clip-path 1s, padding 1s, background 1s;
  transition: clip-path 1s, padding 1s, background 1s, -webkit-clip-path 1s;
  text-align: center;
  right: 20px;
  top: 0;
  width: 30px;
  height: 40px;
  padding: 5px;
}
.ribbon .option-12 {
  background: var(--chart-color3);
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    40% 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    40% 100%,
    0 calc(100% - 12px)
  );
  transition: padding 1s, background 1s, -webkit-clip-path 1s;
  transition: clip-path 1s, padding 1s, background 1s;
  transition: clip-path 1s, padding 1s, background 1s, -webkit-clip-path 1s;
  text-align: center;
  right: 20px;
  top: 0;
  width: 30px;
  height: 40px;
  padding: 5px;
}
.ribbon .option-13 {
  height: 100%;
  width: 100%;
  position: relative;
}
.ribbon .option-13 + .card-body {
  z-index: 99;
  position: relative;
}
.ribbon .option-13::after {
  background: repeating-linear-gradient(
    45deg,
    var(--card-color),
    var(--card-color) 10px,
    #3c7ab8 0,
    #3c7ab8 20px,
    var(--card-color) 0,
    var(--card-color) 30px,
    #cb2c4b 0,
    #cb2c4b 40px
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
}
.ribbon .option-13::before {
  background-color: var(--card-color);
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  content: "";
  z-index: 1;
  border-radius: 10px;
}
.resume-box {
  margin: 0;
  padding: 30px 20px;
  list-style: none;
}
.resume-box li {
  position: relative;
  padding: 0 20px 0 60px;
  margin: 0 0 30px;
}
.resume-box li:last-child {
  margin-bottom: 0;
}
.resume-box li:after {
  content: "";
  position: absolute;
  border-left: 1px solid var(--primary-color);
  top: 0;
  left: 20px;
  bottom: 0;
}
.resume-box .icon {
  color: var(--primary-color);
  background: var(--card-color);
  position: absolute;
  border: 1px solid;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  line-height: 40px;
  z-index: 1;
  border-radius: 50%;
}
.resume-box .time {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 2px 10px;
  margin-bottom: 12px;
  border-radius: 20px;
}
.resume-box.agent-profile li {
  margin-bottom: 0;
}
.resume-box.agent-profile li::after {
  display: none;
}
.food-order .details {
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-width: 360px;
}
.food-order .details::-webkit-scrollbar {
  width: 3px;
}
@media only screen and (max-width: 767px) {
  .food-order .details {
    display: none;
    min-width: 300px;
  }
  .food-order .details.open {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 100vh;
  }
}
.product-card {
  position: relative;
}
.product-card .product-img {
  transition: ease-in-out 0.2s all;
  position: relative;
  top: 0;
}
.product-card .product-img .btn-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: ease-in-out 0.2s all;
  width: 100%;
}
.product-card .product-img:hover {
  transition: ease-in-out 0.2s all;
  top: -15px;
}
.product-card .product-img:hover .btn-hover {
  position: absolute;
  bottom: -17px;
  z-index: 1;
  transition: ease-in-out 0.2s all;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.chat-widgets .form-control:focus {
  box-shadow: none;
}
.rating-div ul {
  padding: 0;
}
.file_folder > a {
  color: #fff;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
}
.file_folder > a:hover {
  border-color: var(--primary-color);
}
@media only screen and (max-width: 640px) {
  .file_folder > a {
    width: 100%;
  }
}
.submit-track {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  padding: 0 20px 0 90px;
}
.submit-track li {
  position: relative;
  padding: 0 0 30px 20px;
}
.submit-track li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--primary-color);
}
.submit-track > li:last-child {
  padding-bottom: 0;
}
.submit-track .date {
  background-color: var(--border-color);
  color: var(--color-700);
  position: absolute;
  margin-right: 20px;
  top: 0;
  right: 100%;
}
.submit-track .circle {
  background-color: var(--primary-color);
  color: #fff;
  position: absolute;
  text-align: center;
  font-size: 13px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.submit-track ul {
  margin: 10px 0 -30px -20px;
}
.submit-track ul li .circle {
  top: 6px;
  width: 8px;
  height: 8px;
}
.avatar-list img {
  border: 2px solid var(--card-color);
  margin-left: -18px;
}
.avatar-list img:hover {
  box-shadow: 0 0.5rem 1rem rgba(25, 24, 24, 0.1) !important;
  position: relative;
  z-index: 99;
}
.team-members img {
  border: 2px solid var(--card-color);
  margin-left: -10px;
}
.team-members img:hover {
  box-shadow: 0 0.5rem 1rem rgba(25, 24, 24, 0.1) !important;
  position: relative;
  z-index: 99;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 40px;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child::before {
  top: 14px !important;
  left: 10px !important;
  height: 15px;
  width: 15px;
  line-height: 16px !important;
  background-color: var(--primary-color) !important;
}
table.dataTable.dtr-inline.collapsed.d-row
  > tbody
  > tr[role="row"]
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed.d-row
  > tbody
  > tr[role="row"]
  > th:first-child::before {
  top: 22px !important;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr .even > td:first-child,
.table.dataTable.dtr-inline.collapsed > tbody > tr .even > th:first-child,
.table.dataTable.dtr-inline.collapsed > tbody > tr .odd > td:first-child,
.table.dataTable.dtr-inline.collapsed > tbody > tr .odd > th:first-child {
  padding-left: 26px;
}
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr
  .even
  > td:first-child::before,
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr
  .even
  > th:first-child::before,
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr
  .odd
  > td:first-child::before,
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr
  .odd
  > th:first-child::before {
  transition: ease 0.1s;
  background-color: var(--secondary-color);
  color: #191818;
  font-family: FontAwesome;
  content: "\f105";
  text-align: center;
  position: absolute;
  left: 0;
  top: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
@media (prefers-reduced-motion: reduce) {
  .table.dataTable.dtr-inline.collapsed
    > tbody
    > tr
    .even
    > td:first-child::before,
  .table.dataTable.dtr-inline.collapsed
    > tbody
    > tr
    .even
    > th:first-child::before,
  .table.dataTable.dtr-inline.collapsed
    > tbody
    > tr
    .odd
    > td:first-child::before,
  .table.dataTable.dtr-inline.collapsed
    > tbody
    > tr
    .odd
    > th:first-child::before {
    transition: none;
  }
}
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  content: "\f107";
  background-color: #D7A31F;
  color: #fff;
}
[data-theme="high-contrast"] .text-white {
  color: var(--black-color) !important;
}
[data-theme="theme-dark"] [data-luno="theme-black"] .text-dark,
[data-theme="theme-dark"] [data-luno="theme-blue"] .text-dark,
[data-theme="theme-dark"] [data-luno="theme-blush"] .text-dark,
[data-theme="theme-dark"] [data-luno="theme-cyan"] .text-dark,
[data-theme="theme-dark"] [data-luno="theme-green"] .text-dark,
[data-theme="theme-dark"] [data-luno="theme-indigo"] .text-dark,
[data-theme="theme-dark"] [data-luno="theme-orange"] .text-dark,
[data-theme="theme-dark"] [data-luno="theme-red"] .text-dark {
  color: var(--primary-color) !important;
}
.landing-page .section.header {
  background-color: var(--card-color);
}
.landing-page .section.header-2 {
  color: var(--white-color);
  background-image: url(../img/fronend-uikit/hero-1-bg.jpg);
  background-size: cover;
  background-position: contain;
}
.landing-page .section.header-2 .brand-icon {
  margin-right: 2rem;
}
.landing-page .section.header-2 .nav {
  font-size: 1rem;
}
.landing-page .section.header-2 .nav .nav-link {
  color: var(--white-color);
}
.landing-page .section.header-2 .nav .nav-link.active,
.landing-page .section.header-2 .nav .nav-link:hover {
  color: var(--secondary-color);
}
.landing-page .section.header-3 {
  background-color: var(--card-color);
}
.landing-page .section.header-4 {
  background-color: var(--card-color);
}
.landing-page .section.header-5 {
  background-image: url(../img/fronend-uikit/hero-2-bg.jpg);
  background-size: cover;
  background-position: contain;
}
.landing-page .section.header-5 .brand-icon {
  margin-right: 2rem;
}
.landing-page .section.header-5 .nav {
  font-size: 1rem;
}
.landing-page .section.header-5 .nav .nav-link {
  color: var(--white-color);
}
.landing-page .section.header-5 .nav .nav-link.active,
.landing-page .section.header-5 .nav .nav-link:hover {
  color: var(--secondary-color);
}
.landing-page .section.header-6 {
  display: flex;
  align-items: center;
  top: 20px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
}
.landing-page .section.header-6 .logo a {
  color: var(--white-color);
  font-weight: 700;
  text-decoration: none;
  font-size: 28px;
  margin: 0;
  line-height: 1;
}
.landing-page .section.header-6 .logo a:hover {
  color: var(--white-color);
  text-decoration: none;
}
.landing-page .section.header-6.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}
@media (max-width: 992px) {
  .landing-page .section.header-6 {
    top: 0;
  }
}
.landing-page .section.header-6 .navbar {
  padding: 0;
}
.landing-page .section.header-6 .navbar ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .landing-page .section.header-6 .navbar ul {
    display: none;
  }
}
.landing-page .section.header-6 .navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.landing-page .section.header-6 .navbar li {
  position: relative;
}
.landing-page .section.header-6 .navbar a,
.landing-page .section.header-6 .navbar a:focus {
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  padding: 5px 2px;
  font-size: 16px;
}
.landing-page .section.header-6 .navbar a i,
.landing-page .section.header-6 .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.landing-page .section.header-6 .navbar .active,
.landing-page .section.header-6 .navbar .active:focus,
.landing-page .section.header-6 .navbar a:hover,
.landing-page .section.header-6 .navbar li:hover > a {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.landing-page .section.header-6 .navbar .mobile-nav-toggle {
  color: var(--color-500);
  cursor: pointer;
  display: none;
  font-size: 28px;
  line-height: 0;
  transition: 0.5s;
}
.landing-page .section.header-6 .navbar .mobile-nav-toggle.bi-x {
  color: var(--white-color);
}
@media (max-width: 991px) {
  .landing-page .section.header-6 .navbar .mobile-nav-toggle {
    display: block;
  }
}
.landing-page .section.header-6 .navbar.navbar-mobile {
  background: var(--primary-color);
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
}
.landing-page .section.header-6 .navbar.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
}
.landing-page .section.header-6 .navbar.navbar-mobile ul {
  background-color: var(--white-color);
  overflow-y: auto;
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  transition: 0.3s;
}
.landing-page .section.header-6 .navbar.navbar-mobile > ul > li {
  padding: 0;
}
.landing-page .section.header-6 .navbar.navbar-mobile a {
  color: var(--color-500);
  border: none;
  padding: 10px 20px !important;
}
.landing-page .section.header-6 .navbar.navbar-mobile .dropdown ul {
  background: var(--white-color);
  visibility: visible;
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.landing-page .section.header-6 .navbar.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.landing-page .section.header-6 .navbar.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.landing-page
  .section.header-6
  .navbar.navbar-mobile
  .dropdown
  > .dropdown-active {
  display: block;
}
.landing-page .section.header-6 .navbar.navbar-mobile .getstarted {
  margin: 15px;
}
.landing-page .section.header-7 {
  background: var(--body-color);
  position: relative;
  padding: 0;
}
.landing-page .section.header-7 .navbar-brand {
  color: var(--color-900);
}
.landing-page .section.header-7 .navbar-brand .small,
.landing-page .section.header-7 .navbar-brand small {
  font-size: 14px;
  letter-spacing: 2px;
}
.landing-page .section.header-7 .navbar {
  position: relative;
  z-index: 999;
}
.landing-page .section.header-7 .banner-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
  z-index: 10;
}
@media (max-width: 768px) {
  .landing-page .section.header-7 .banner-text .row {
    background: var(--card-color);
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .landing-page .section.header-7 .banner-text .row {
    background: 0 0;
    padding: 0;
  }
}
.landing-page .section.header-7 .hero-img {
  position: absolute;
  right: 0;
  top: -130px;
  z-index: 9;
}
@media (max-height: 900px) {
  .landing-page .section.header-7 .hero-img {
    width: 1090px;
  }
}
@media (max-width: 1366px) {
  .landing-page .section.header-7 .hero-img {
    width: 880px;
  }
}
@media (max-width: 600px) {
  .landing-page .section.header-7 .hero-img {
    display: none;
  }
}
.landing-page .section.sliders .carousel-caption {
  top: 28%;
  right: 10%;
  left: 10%;
  text-shadow: none;
}
.landing-page .section.sliders-2 {
  background-color: var(--card-color);
}
.landing-page .section.sliders-2 .testimonial-wrap {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .landing-page .section.sliders-2 .testimonial-wrap {
    padding-left: 0;
  }
}
.landing-page .section.sliders-2 .testimonial-item {
  border-left: 5px solid var(--primary-color);
  box-sizing: content-box;
  position: relative;
  padding: 30px 30px 30px 40px;
  margin: 30px 15px;
  min-height: 200px;
}
.landing-page .section.sliders-2 .testimonial-item .testimonial-img {
  position: absolute;
  width: 80px;
  left: -70px;
}
@media (max-width: 767px) {
  .landing-page .section.sliders-2 .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
@media (max-width: 767px) {
  .landing-page .section.sliders-2 .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
}
.landing-page .section.sliders-2 .fa-quote-left,
.landing-page .section.sliders-2 .fa-quote-right {
  font-size: 26px;
}
.landing-page .section.sliders-2 .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.landing-page .section.sliders-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  width: 12px;
  height: 12px;
  opacity: 1;
}
.landing-page
  .section.sliders-2
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.landing-page .section.sliders-3 {
  background-color: var(--card-color);
}
.landing-page .section.sliders-4 {
  overflow: hidden;
  width: 100%;
  height: 80vh;
  background-color: rgba(39, 37, 34, 0.8);
  padding: 0;
}
.landing-page .section.sliders-4 .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
}
.landing-page .section.sliders-4 .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.landing-page .section.sliders-4 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.landing-page .section.sliders-4 .h2,
.landing-page .section.sliders-4 h2 {
  color: var(--white-color);
}
.landing-page .section.sliders-4 .h2 span,
.landing-page .section.sliders-4 h2 span {
  background-color: var(--primary-color);
  padding: 2px 5px;
}
.landing-page .section.sliders-4 .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
  opacity: 0;
}
.landing-page .section.sliders-4 .carousel-inner .active.carousel-item-end,
.landing-page .section.sliders-4 .carousel-inner .active.carousel-item-start {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.landing-page .section.sliders-4 .carousel-inner .active,
.landing-page
  .section.sliders-4
  .carousel-inner
  .carousel-item-next.carousel-item-start,
.landing-page
  .section.sliders-4
  .carousel-inner
  .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
.landing-page .section.sliders-4 .carousel-inner .carousel-item-next,
.landing-page .section.sliders-4 .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.landing-page .section.sliders-4 .carousel-control-next-icon,
.landing-page .section.sliders-4 .carousel-control-prev-icon {
  color: var(--white-color);
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 0;
  border-radius: 50px;
  transition: 0.3s;
  width: 54px;
  height: 54px;
}
.landing-page .section.sliders-4 .carousel-control-next-icon:hover,
.landing-page .section.sliders-4 .carousel-control-prev-icon:hover {
  color: rgba(255, 255, 255, 0.8);
}
.landing-page .section.sliders-4 .carousel-indicators {
  display: none;
}
.landing-page .section.call-action {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.landing-page .section.call-action:before {
  background: var(--secondary-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
}
.landing-page .section.call-action-6 {
  padding: 0;
}
.landing-page .section.call-action-6 .call-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/gallery/2.jpg);
  background-size: 100%;
  height: 414px;
}
.landing-page .section.testimonials .testimonial-wrap {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .landing-page .section.testimonials .testimonial-wrap {
    padding-left: 0;
  }
}
.landing-page .section.testimonials .testimonial-item {
  border-left: 5px solid var(--primary-color);
  box-sizing: content-box;
  position: relative;
  padding: 30px 30px 30px 40px;
  margin: 30px 15px;
  min-height: 200px;
}
.landing-page .section.testimonials .testimonial-item .testimonial-img {
  position: absolute;
  width: 80px;
  left: -70px;
}
@media (max-width: 767px) {
  .landing-page .section.testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
@media (max-width: 767px) {
  .landing-page .section.testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
}
.landing-page .section.testimonials .fa-quote-left,
.landing-page .section.testimonials .fa-quote-right {
  font-size: 26px;
}
.landing-page .section.testimonials .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.landing-page
  .section.testimonials
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  width: 12px;
  height: 12px;
  opacity: 1;
}
.landing-page
  .section.testimonials
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.landing-page .section.services .list i {
  font-size: 0.8rem;
}
.landing-page .section.services .list li {
  line-height: 32px;
}
.landing-page .section.services .list a {
  color: #fff;
  font-size: 1rem;
}
.landing-page .section.services .list a:hover {
  color: var(--primary-color);
}
.landing-page .section.services.more .list li {
  line-height: 40px;
}
.landing-page .section.services-2 .icon {
  background: var(--secondary-color);
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.landing-page .section.services-2 .icon i {
  color: var(--white-color);
  font-size: 28px;
}
.landing-page .section.services-2 .icon:before {
  background: var(--secondary-color);
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0.25;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.landing-page .section.services-2 .card:hover .icon {
  background: var(--white-color);
}
.landing-page .section.services-2 .card:hover .icon i {
  color: var(--secondary-color);
}
.landing-page .section.services-2 .card:hover .icon:before {
  background: var(--secondary-color);
}
.landing-page.rtl_mode {
  overflow-y: auto;
}
.landing-page.rtl_mode .header .hero-img {
  transform: scaleX(-1);
  left: 0;
  right: auto;
}
.landing-page.rtl_mode .header .collapse form .btn {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
.landing-page.rtl_mode .section.testimonials {
  direction: ltr;
  text-align: left;
}
.landing-page.rtl_mode .section.facts .col {
  border-right: 0;
  border-left: 1px solid var(--color-100);
}
.landing-page.rtl_mode .section.facts .col:last-child {
  border-left: 0;
}
.landing-page.rtl_mode .swiper-container {
  direction: ltr;
  text-align: left;
}
.landing-page.rtl_mode .accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}
.landing-page.rtl_mode .address,
.landing-page.rtl_mode .footer-link {
  padding-right: 2rem;
  padding-left: 0;
}
.landing-page .main-raised {
  position: relative;
  z-index: 99;
  top: -6rem;
  margin: 0 6rem;
  margin-bottom: -6rem;
}
@media only screen and (max-width: 1600px) {
  .landing-page .main-raised {
    border-radius: 1rem;
    top: -3rem;
    margin: 0 3rem;
    margin-bottom: -3rem;
  }
}
@media only screen and (max-width: 768px) {
  .landing-page .main-raised {
    border-radius: 0.5rem;
    top: -1rem;
    margin: 0 0.5rem;
    margin-bottom: -1rem;
  }
}
.landing-page .section {
  padding: 60px 0;
}
.landing-page .section.menubar {
  transition: all 0.5s;
  z-index: 997;
  top: -1px;
}
.landing-page .section.menubar .navbar-brand {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
}
.landing-page .section.menubar .navbar-toggler {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.landing-page .section.menubar .navbar {
  padding: 0;
}
.landing-page .section.menubar .navbar .navbar-nav {
  display: inline-flex;
}
.landing-page .section.menubar .navbar .navbar-nav li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.landing-page .section.menubar .navbar .navbar-nav li a {
  color: var(--color-500);
  border-bottom: 2px solid transparent;
  font-size: 16px;
  transition: 0.3s;
}
.landing-page .section.menubar .navbar .navbar-nav li a.active,
.landing-page .section.menubar .navbar .navbar-nav li a:active,
.landing-page .section.menubar .navbar .navbar-nav li a:hover {
  color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}
.landing-page .section.about .video-box {
  background-size: cover;
  min-height: 480px;
}
.landing-page .section.about .play-btn {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 94px;
  height: 94px;
  background: radial-gradient(
    var(--primary-color) 50%,
    rgba(25, 119, 204, 0.4) 52%
  );
  border-radius: 50%;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}
.landing-page .section.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--white-color);
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.landing-page .section.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--primary-rgb), 0.9);
  top: -15%;
  left: -15%;
  background: transparent;
}
.landing-page .section.about .play-btn:hover:after {
  border-left: 15px solid var(--primary-color);
  transform: scale(20);
}
.landing-page .section.about .play-btn:hover:before {
  content: "";
  position: absolute;
  border: none;
  -webkit-animation: none;
  animation: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--white-color);
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-radius: 0;
}
.landing-page .section.facts {
  background: var(--body-color);
}
.landing-page .section.facts .card {
  border-color: var(--color-100);
}
.landing-page .section.facts .col {
  border-right: 1px solid var(--color-100);
}
.landing-page .section.facts .col:last-child {
  border-right: 0;
}
.landing-page .section.departments {
  overflow: hidden;
}
.landing-page .section.departments .nav-tabs {
  border: 0;
}
.landing-page .section.departments .nav-link {
  color: #fff;
  border: 0;
  transition: 0.3s;
  border-radius: 0;
  border-right: 3px solid transparent;
}
.landing-page .section.departments .nav-link.active,
.landing-page .section.departments .nav-link:hover {
  color: var(--secondary-color);
  border-color: var(--primary-color);
}
@media (max-width: 992px) {
  .landing-page .section.departments .nav-link {
    padding: 15px;
  }
  .landing-page .section.departments .nav-link.active {
    color: var(--white-color);
    background: var(--primary-color);
  }
}
.landing-page .section.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.landing-page .section.footer {
  background: var(--body-color);
}
.landing-page .section.footer .footer-top {
  color: var(--color-400);
}
.landing-page .section.footer .footer-link {
  list-style: square;
  line-height: 36px;
  font-size: 1rem;
}
.landing-page .section.footer .footer-link li a {
  color: var(--color-500);
}
.landing-page .section.footer .footer-link li a:hover {
  color: var(--primary-color);
}
.landing-page .section.footer .address {
  line-height: 26px;
  font-size: 15px;
}
.landing-page .back-to-top {
  position: fixed;
  z-index: 9999;
  opacity: 0.3;
  bottom: 10px;
  right: 10px;
  padding: 0.7rem;
}
.landing-page .back-to-top:hover {
  opacity: 1;
  background-color: var(--primary-color);
  color: #fff;
}
.landing-page .setting-more {
  display: none;
}


.c-btn-primary{
    box-shadow: inset 0 0 0 2px #D7A31F;
    background-color: transparent;
    color: #fff;
    border-radius: 6px;
    line-height: 46px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 13.5px;
    border: none;
    transition: all .3s ease;
}
.c-btn-primary:hover{
    box-shadow: inset 0 0 0 2px #fff;
    transform: translateY(-.25em);
}

.reveal-btn-x{
  position: relative;
  margin-top: -40px;
  float: right;
  margin-right: 10px;
}

.reveal-btn{
  position: relative;
  margin-top: -40px;
  float: right;
  margin-right: 10px;
}

.reveal-btn-2{
  position: relative;
  margin-top: -40px;
  float: right;
  margin-right: 10px;
}

.swal-modal {
  background-color: #1d1f20;
  border: 1px solid #D7A31F;
}
.swal-title {
  margin: 0px;
  font-size: 16px;
  color:#D7A31F;
  margin-bottom: 28px;
}

.swal-text {
  color: #fff;
}

.swal-button {
  padding: 7px 19px;
  border-radius: 6px;
  background-color: transparent !important;
  font-size: 12px;
  border: none;
  box-shadow: inset 0 0 0 2px #D7A31F !important;
}

.swal-button:hover{
  box-shadow: inset 0 0 0 2px #fff !important;
  transform: translateY(-.25em);
}

.swal-icon--success::before{
  background: transparent;
}

.swal-icon--success::after{
  background: transparent
}

.swal-icon--success__hide-corners{
  background: transparent
}

#myDataTable_length,
#myDataTable_filter,
#myDataTable_info,
#myDataTable_paginate{
  display:none !important;
}

.see-more-sp:hover{
  cursor:pointer
}

@media (max-width: 767px) {
  .top-action-btn{
    text-align: left !important;
  }
  /* .m-col-center{
    text-align: center;
  } */
  
}