@charset "UTF-8";

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

/* node_modules/@mhe/openlearning-themekit-icons/icons.css */
i.dpg-icon,
i.ahe-icon,
icon.dpg-icon,
icon.ahe-icon {
  width: 20px;
  height: 20px;
}
i.dpg-icon:not(.fa),
i.ahe-icon:not(.fa),
icon.dpg-icon:not(.fa),
icon.ahe-icon:not(.fa) {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.dpg-icon-assignment-generic-white::before,
.ahe-icon-assignment-generic-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 4v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1zM5 4v16h14V4H5zm2 11h10v1H7v-1zm0-3h10v1H7v-1zm0-3h10v1H7V9zm0-3h10v1H7V6z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-generic::before,
.ahe-icon-assignment-generic::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 4v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1zM5 4v16h14V4H5zm2 11h10v1H7v-1zm0-3h10v1H7v-1zm0-3h10v1H7V9zm0-3h10v1H7V6z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-instructions-white::before,
.ahe-icon-assignment-instructions-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7.717 19.71C6.004 21.206 3.974 22.974 3 22c-1.01-1.01.247-3.606 1.328-5.653a9.5 9.5 0 1 1 3.39 3.363zM4 11.5a8.46 8.46 0 0 0 1.485 4.801c-.19.36-.405.764-.503.953-.222.43-.409.808-.574 1.165-.741 1.605-.926 2.648-.7 2.874.086.087.85-.246 2.159-1.317.22-.18.45-.375.725-.613.172-.148.744-.648.81-.705l.224-.193A8.5 8.5 0 1 0 4 11.5zm7 .5h4v2h-4v-2zm-4 0h2v2H7v-2zm4-4h7v2h-7V8zM7 8h2v2H7V8z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-instructions::before,
.ahe-icon-assignment-instructions::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M7.717 19.71C6.004 21.206 3.974 22.974 3 22c-1.01-1.01.247-3.606 1.328-5.653a9.5 9.5 0 1 1 3.39 3.363zM4 11.5a8.46 8.46 0 0 0 1.485 4.801c-.19.36-.405.764-.503.953-.222.43-.409.808-.574 1.165-.741 1.605-.926 2.648-.7 2.874.086.087.85-.246 2.159-1.317.22-.18.45-.375.725-.613.172-.148.744-.648.81-.705l.224-.193A8.5 8.5 0 1 0 4 11.5zm7 .5h4v2h-4v-2zm-4 0h2v2H7v-2zm4-4h7v2h-7V8zM7 8h2v2H7V8z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-module-white::before,
.ahe-icon-assignment-module-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM9.008 6.818L7.5 4.204a9 9 0 1 0 9.001 0l-1.516 2.627a6.016 6.016 0 1 1-5.976-.013zM11 10.268L9.5 7.669a5 5 0 1 0 5 0L13 10.268a2 2 0 1 1-2 0zM8.393 3.752L12 10l3.607-6.248A8.97 8.97 0 0 0 12 3a8.97 8.97 0 0 0-3.607.752z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-module::before,
.ahe-icon-assignment-module::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM9.008 6.818L7.5 4.204a9 9 0 1 0 9.001 0l-1.516 2.627a6.016 6.016 0 1 1-5.976-.013zM11 10.268L9.5 7.669a5 5 0 1 0 5 0L13 10.268a2 2 0 1 1-2 0zM8.393 3.752L12 10l3.607-6.248A8.97 8.97 0 0 0 12 3a8.97 8.97 0 0 0-3.607.752z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-progress-goal-white::before,
.ahe-icon-assignment-progress-goal-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 19h16v1H4v-1zM21 4v13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4l4.5 3L12 4l4.5 3L21 4zM4 5.869V17h16V5.869l-3.5 2.333-4.5-3-4.5 3L4 5.869z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-progress-goal::before,
.ahe-icon-assignment-progress-goal::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 19h16v1H4v-1zM21 4v13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4l4.5 3L12 4l4.5 3L21 4zM4 5.869V17h16V5.869l-3.5 2.333-4.5-3-4.5 3L4 5.869z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-smartbook-white::before,
.ahe-icon-assignment-smartbook-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4.52 11.318h5.098c1.475 0 1.882.449 1.882 1.891v.898c0 1.475-.423 1.893-1.882 1.893H4.897C3.438 16 3 15.582 3 14.107v-.217l1.255-.294v1.288h6.021V12.48H5.194c-1.442 0-1.882-.404-1.882-1.892v-.697C3.312 8.404 3.752 8 5.194 8h4.314c1.349 0 1.898.372 1.898 1.752v.17l-1.162.326V9.086H4.521v2.232zm16.434-.838c0 .667-.212 1.225-1.302 1.365.878.108 1.348.651 1.348 1.565v1.024c0 1.07-.728 1.566-2.167 1.566H13V8h6.303c1.136 0 1.65.434 1.65 1.55v.93zm-1.273 3.474v-.667c0-.744-.227-.962-.862-.962h-2.821v-1.038h2.82c.56 0 .804-.156.804-.714v-.806c0-.573-.244-.697-.803-.697h-4.516v5.83h4.516c.651 0 .862-.218.862-.946z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-smartbook::before,
.ahe-icon-assignment-smartbook::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4.52 11.318h5.098c1.475 0 1.882.449 1.882 1.891v.898c0 1.475-.423 1.893-1.882 1.893H4.897C3.438 16 3 15.582 3 14.107v-.217l1.255-.294v1.288h6.021V12.48H5.194c-1.442 0-1.882-.404-1.882-1.892v-.697C3.312 8.404 3.752 8 5.194 8h4.314c1.349 0 1.898.372 1.898 1.752v.17l-1.162.326V9.086H4.521v2.232zm16.434-.838c0 .667-.212 1.225-1.302 1.365.878.108 1.348.651 1.348 1.565v1.024c0 1.07-.728 1.566-2.167 1.566H13V8h6.303c1.136 0 1.65.434 1.65 1.55v.93zm-1.273 3.474v-.667c0-.744-.227-.962-.862-.962h-2.821v-1.038h2.82c.56 0 .804-.156.804-.714v-.806c0-.573-.244-.697-.803-.697h-4.516v5.83h4.516c.651 0 .862-.218.862-.946z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-submission-white::before,
.ahe-icon-assignment-submission-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 15V8h1v7a1 1 0 0 0 2 0V5a2 2 0 1 0-4 0v13a3 3 0 0 0 6 0V6h1v12a4 4 0 1 1-8 0V5a3 3 0 1 1 6 0v10a2 2 0 1 1-4 0zm8 1h9v1h-9v-1zm0-3h9v1h-9v-1zm0-3h9v1h-9v-1zm0-3h9v1h-9V7z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-submission::before,
.ahe-icon-assignment-submission::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 15V8h1v7a1 1 0 0 0 2 0V5a2 2 0 1 0-4 0v13a3 3 0 0 0 6 0V6h1v12a4 4 0 1 1-8 0V5a3 3 0 1 1 6 0v10a2 2 0 1 1-4 0zm8 1h9v1h-9v-1zm0-3h9v1h-9v-1zm0-3h9v1h-9v-1zm0-3h9v1h-9V7z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-time-goal-white::before,
.ahe-icon-assignment-time-goal-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c-.006-5.52-4.48-9.994-10-10zM3 12a9 9 0 1 1 18 0 9.011 9.011 0 0 1-9 9 9 9 0 0 1-9-9zm10.14-.975a1.5 1.5 0 1 1-2.615.7L7.42 9.934l.5-.866 3.105 1.793a1.494 1.494 0 0 1 1.25-.335l2.792-4.837.866.5-2.793 4.837z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-time-goal::before,
.ahe-icon-assignment-time-goal::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c-.006-5.52-4.48-9.994-10-10zM3 12a9 9 0 1 1 18 0 9.011 9.011 0 0 1-9 9 9 9 0 0 1-9-9zm10.14-.975a1.5 1.5 0 1 1-2.615.7L7.42 9.934l.5-.866 3.105 1.793a1.494 1.494 0 0 1 1.25-.335l2.792-4.837.866.5-2.793 4.837z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-topic-goal-white::before,
.ahe-icon-assignment-topic-goal-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 21l-7-4-7 4V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v17zM18 4H6v15.277l6-3.429 6 3.429V4z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-topic-goal::before,
.ahe-icon-assignment-topic-goal::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19 21l-7-4-7 4V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v17zM18 4H6v15.277l6-3.429 6 3.429V4z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-written-white::before,
.ahe-icon-assignment-written-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10 16h10v1H10v-1zm0-3h10v1H10v-1zm0-3h10v1H10v-1zm-5 6.233V7.767L2.843 7.19l.26-.965 2.397.642 2.398-.642.259.965L6 7.767v8.466l2.157.578-.26.965-2.397-.642-2.398.642-.259-.965L5 16.233zM10 7h10v1H10V7z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-written::before,
.ahe-icon-assignment-written::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M10 16h10v1H10v-1zm0-3h10v1H10v-1zm0-3h10v1H10v-1zm-5 6.233V7.767L2.843 7.19l.26-.965 2.397.642 2.398-.642.259.965L6 7.767v8.466l2.157.578-.26.965-2.397-.642-2.398.642-.259-.965L5 16.233zM10 7h10v1H10V7z'/%3E%3C/svg%3E");
}
.dpg-icon-class-add-white::before,
.ahe-icon-class-add-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 12.81V2H2v11H1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1v12.034a6.53 6.53 0 0 0-1-1.224zm-10.584 2.398a6.45 6.45 0 0 0-.27.92A1.554 1.554 0 0 0 10.5 16c-.828 0-1.5.62-1.5 2s.672 2 1.5 2c.333 0 .642-.081.89-.276.108.297.237.583.385.857-.373.266-.81.419-1.275.419-.595 0-1.142-.25-1.571-.667C8.362 20.608 8 21.03 8 21.5V23H7v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C2.362 20.608 2 21.03 2 21.5V23H1v-1.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 2 18c0-1.657 1.12-3 2.5-3S7 16.343 7 18a3.45 3.45 0 0 1-.348 1.528c.338.189.626.42.848.684.222-.264.51-.495.848-.684A3.45 3.45 0 0 1 8 18c0-1.657 1.12-3 2.5-3 .323 0 .632.074.916.208zM12 5h8v1h-8V5zm0 2h8v1h-8V7zM4.5 20c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2-1.5.62-1.5 2 .672 2 1.5 2zm.5-6.5v.5H4v-.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 5 10c0-1.657 1.12-3 2.5-3S10 8.343 10 10a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972v.5h-1v-.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C5.362 12.608 5 13.03 5 13.5zM7.5 12c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2S6 8.62 6 10s.672 2 1.5 2zm10 11a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-.5-8h1v3h3v1h-3v3h-1v-3h-3v-1h3v-3zm.5 9a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-.5-8h1v3h3v1h-3v3h-1v-3h-3v-1h3v-3z'/%3E%3C/svg%3E");
}
.dpg-icon-class-add::before,
.ahe-icon-class-add::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 12.81V2H2v11H1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1v12.034a6.53 6.53 0 0 0-1-1.224zm-10.584 2.398a6.45 6.45 0 0 0-.27.92A1.554 1.554 0 0 0 10.5 16c-.828 0-1.5.62-1.5 2s.672 2 1.5 2c.333 0 .642-.081.89-.276.108.297.237.583.385.857-.373.266-.81.419-1.275.419-.595 0-1.142-.25-1.571-.667C8.362 20.608 8 21.03 8 21.5V23H7v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C2.362 20.608 2 21.03 2 21.5V23H1v-1.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 2 18c0-1.657 1.12-3 2.5-3S7 16.343 7 18a3.45 3.45 0 0 1-.348 1.528c.338.189.626.42.848.684.222-.264.51-.495.848-.684A3.45 3.45 0 0 1 8 18c0-1.657 1.12-3 2.5-3 .323 0 .632.074.916.208zM12 5h8v1h-8V5zm0 2h8v1h-8V7zM4.5 20c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2-1.5.62-1.5 2 .672 2 1.5 2zm.5-6.5v.5H4v-.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 5 10c0-1.657 1.12-3 2.5-3S10 8.343 10 10a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972v.5h-1v-.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C5.362 12.608 5 13.03 5 13.5zM7.5 12c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2S6 8.62 6 10s.672 2 1.5 2z'/%3E%3Cpath fill='%23009bb5' d='M17.5 23a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-.5-8h1v3h3v1h-3v3h-1v-3h-3v-1h3v-3z'/%3E%3C/svg%3E");
}
.dpg-icon-class-edit-white::before,
.ahe-icon-class-edit-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 12.81V2H2v11H1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1v12.034a6.53 6.53 0 0 0-1-1.224zm-10.584 2.398a6.45 6.45 0 0 0-.27.92A1.554 1.554 0 0 0 10.5 16c-.828 0-1.5.62-1.5 2s.672 2 1.5 2c.333 0 .642-.081.89-.276.108.297.237.583.385.857-.373.266-.81.419-1.275.419-.595 0-1.142-.25-1.571-.667C8.362 20.608 8 21.03 8 21.5V23H7v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C2.362 20.608 2 21.03 2 21.5V23H1v-1.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 2 18c0-1.657 1.12-3 2.5-3S7 16.343 7 18a3.45 3.45 0 0 1-.348 1.528c.338.189.626.42.848.684.222-.264.51-.495.848-.684A3.45 3.45 0 0 1 8 18c0-1.657 1.12-3 2.5-3 .323 0 .632.074.916.208zM12 5h8v1h-8V5zm0 2h8v1h-8V7zM4.5 20c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2-1.5.62-1.5 2 .672 2 1.5 2zm.5-6.5v.5H4v-.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 5 10c0-1.657 1.12-3 2.5-3S10 8.343 10 10a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972v.5h-1v-.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C5.362 12.608 5 13.03 5 13.5zM7.5 12c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2S6 8.62 6 10s.672 2 1.5 2zm10 11a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zM15 18l2 2h-2v-2zm.5-.5L19 14l2 2-3.5 3.5-2-2zm1.25 0l.75.75L19.75 16l-.75-.75-2.25 2.25z'/%3E%3C/svg%3E");
}
.dpg-icon-class-edit::before,
.ahe-icon-class-edit::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 12.81V2H2v11H1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1v12.034a6.53 6.53 0 0 0-1-1.224zm-10.584 2.398a6.45 6.45 0 0 0-.27.92A1.554 1.554 0 0 0 10.5 16c-.828 0-1.5.62-1.5 2s.672 2 1.5 2c.333 0 .642-.081.89-.276.108.297.237.583.385.857-.373.266-.81.419-1.275.419-.595 0-1.142-.25-1.571-.667C8.362 20.608 8 21.03 8 21.5V23H7v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C2.362 20.608 2 21.03 2 21.5V23H1v-1.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 2 18c0-1.657 1.12-3 2.5-3S7 16.343 7 18a3.45 3.45 0 0 1-.348 1.528c.338.189.626.42.848.684.222-.264.51-.495.848-.684A3.45 3.45 0 0 1 8 18c0-1.657 1.12-3 2.5-3 .323 0 .632.074.916.208zM12 5h8v1h-8V5zm0 2h8v1h-8V7zM4.5 20c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2-1.5.62-1.5 2 .672 2 1.5 2zm.5-6.5v.5H4v-.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 5 10c0-1.657 1.12-3 2.5-3S10 8.343 10 10a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972v.5h-1v-.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C5.362 12.608 5 13.03 5 13.5zM7.5 12c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2S6 8.62 6 10s.672 2 1.5 2z'/%3E%3Cpath fill='%23009bb5' d='M17.5 23a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zM15 18l2 2h-2v-2zm.5-.5L19 14l2 2-3.5 3.5-2-2zm1.25 0l.75.75L19.75 16l-.75-.75-2.25 2.25z'/%3E%3C/svg%3E");
}
.dpg-icon-class-white::before,
.ahe-icon-class-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15 18v-1h7V2H2v11H1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1v15c0 .55-.45 1-1 1h-7zM12 5h8v1h-8V5zm0 2h8v1h-8V7zM7.5 20.212c.222-.264.51-.495.848-.684A3.45 3.45 0 0 1 8 18c0-1.657 1.12-3 2.5-3s2.5 1.343 2.5 3a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972V23h-1v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C8.362 20.608 8 21.03 8 21.5V23H7v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C2.362 20.608 2 21.03 2 21.5V23H1v-1.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 2 18c0-1.657 1.12-3 2.5-3S7 16.343 7 18a3.45 3.45 0 0 1-.348 1.528c.338.189.626.42.848.684zm3-.212c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2-1.5.62-1.5 2 .672 2 1.5 2zm-6 0c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2-1.5.62-1.5 2 .672 2 1.5 2zm.5-6.5v.5H4v-.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 5 10c0-1.657 1.12-3 2.5-3S10 8.343 10 10a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972v.5h-1v-.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C5.362 12.608 5 13.03 5 13.5zM7.5 12c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2S6 8.62 6 10s.672 2 1.5 2z'/%3E%3C/svg%3E");
}
.dpg-icon-class::before,
.ahe-icon-class::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M15 18v-1h7V2H2v11H1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1v15c0 .55-.45 1-1 1h-7zM12 5h8v1h-8V5zm0 2h8v1h-8V7zM7.5 20.212c.222-.264.51-.495.848-.684A3.45 3.45 0 0 1 8 18c0-1.657 1.12-3 2.5-3s2.5 1.343 2.5 3a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972V23h-1v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C8.362 20.608 8 21.03 8 21.5V23H7v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C2.362 20.608 2 21.03 2 21.5V23H1v-1.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 2 18c0-1.657 1.12-3 2.5-3S7 16.343 7 18a3.45 3.45 0 0 1-.348 1.528c.338.189.626.42.848.684zm3-.212c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2-1.5.62-1.5 2 .672 2 1.5 2zm-6 0c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2-1.5.62-1.5 2 .672 2 1.5 2zm.5-6.5v.5H4v-.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 5 10c0-1.657 1.12-3 2.5-3S10 8.343 10 10a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972v.5h-1v-.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C5.362 12.608 5 13.03 5 13.5zM7.5 12c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2S6 8.62 6 10s.672 2 1.5 2z'/%3E%3C/svg%3E");
}
.dpg-icon-knowledgecheck-white::before,
.ahe-icon-knowledgecheck-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.341 17.387L19 22h-3l-1.719-2.292A9.015 9.015 0 0 1 12 20a9.015 9.015 0 0 1-2.281-.292L8 22H5l.659-4.613a9 9 0 1 1 12.682 0zm-1.064-.374a8 8 0 1 0-10.555 0L6.154 21H7.5l1.84-2.453A7.987 7.987 0 0 0 12 19c.933 0 1.828-.16 2.66-.453L16.5 21h1.347l-.57-3.987zM12 16a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm-2.168-1.638a4.002 4.002 0 0 0 5.99-2.18l-3.625-.64-2.365 2.82zm-.766-.643l2.365-2.82-1.258-3.458a4 4 0 0 0-1.107 6.278zm2.046-6.62l1.26 3.459 3.623.639a4 4 0 0 0-4.883-4.098z'/%3E%3C/svg%3E");
}
.dpg-icon-knowledgecheck::before,
.ahe-icon-knowledgecheck::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.341 17.387L19 22h-3l-1.719-2.292A9.015 9.015 0 0 1 12 20a9.015 9.015 0 0 1-2.281-.292L8 22H5l.659-4.613a9 9 0 1 1 12.682 0zm-1.064-.374a8 8 0 1 0-10.555 0L6.154 21H7.5l1.84-2.453A7.987 7.987 0 0 0 12 19c.933 0 1.828-.16 2.66-.453L16.5 21h1.347l-.57-3.987zM12 16a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm-2.168-1.638a4.002 4.002 0 0 0 5.99-2.18l-3.625-.64-2.365 2.82zm-.766-.643l2.365-2.82-1.258-3.458a4 4 0 0 0-1.107 6.278zm2.046-6.62l1.26 3.459 3.623.639a4 4 0 0 0-4.883-4.098z'/%3E%3C/svg%3E");
}
.dpg-icon-online-questions-white::before,
.ahe-icon-online-questions-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 9.5V17c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h13.5l-1 1H4v12h16v-6.5l1-1zM4 19h16v1H4v-1zm4.5-9.5l3-3L14 9l6.5-6.5 3 3L14 15 8.5 9.5zm2 0L14 13l7.5-7.5-1-1L14 11l-2.5-2.5-1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-online-questions::before,
.ahe-icon-online-questions::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 9.5V17c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h13.5l-1 1H4v12h16v-6.5l1-1zM4 19h16v1H4v-1z'/%3E%3Cpath fill='%23009bb5' d='M8.5 9.5l3-3L14 9l6.5-6.5 3 3L14 15 8.5 9.5zm2 0L14 13l7.5-7.5-1-1L14 11l-2.5-2.5-1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-onlineproblems-white::before,
.ahe-icon-onlineproblems-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 9.5V17c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h13.5l-1 1H4v12h16v-6.5l1-1zM4 19h16v1H4v-1zm4.5-9.5l3-3L14 9l6.5-6.5 3 3L14 15 8.5 9.5zm2 0L14 13l7.5-7.5-1-1L14 11l-2.5-2.5-1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-onlineproblems::before,
.ahe-icon-onlineproblems::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 9.5V17c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h13.5l-1 1H4v12h16v-6.5l1-1zM4 19h16v1H4v-1zm4.5-9.5l3-3L14 9l6.5-6.5 3 3L14 15 8.5 9.5zm2 0L14 13l7.5-7.5-1-1L14 11l-2.5-2.5-1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-passage-white::before,
.ahe-icon-passage-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 17h12v1H4v-1zm4-3h7v1H8v-1zm0-3h11v1H8v-1zm0-3h5v1H8V8zM4 5h16v1H4V5zm0 3h2v7H4V8z'/%3E%3C/svg%3E");
}
.dpg-icon-passage::before,
.ahe-icon-passage::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 17h12v1H4v-1zm4-3h7v1H8v-1zm0-3h11v1H8v-1zm0-3h5v1H8V8zM4 5h16v1H4V5z'/%3E%3Cpath fill='%23009bb5' d='M4 8h2v7H4z'/%3E%3C/svg%3E");
}
.dpg-icon-periodic-table-white::before,
.ahe-icon-periodic-table-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 3v18c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zM3 3v18h18V3H3zm11 10h2v1c.333-.667 1-.833 2-.5V15c-1-.333-1.667-.167-2 .5V18h-2v-5zm-2 5l-.5-1h-3L8 18H6l3-7h2l3 7h-2zm-2.25-5.5L8.5 16h3l-1.25-3.5h-.5zM13.5 5a1.5 1.5 0 0 1 1.118 2.5A1.5 1.5 0 0 1 13.5 10h-1a1.5 1.5 0 0 1-1.118-2.5A1.5 1.5 0 0 1 12.5 5h1zm-1 3a.5.5 0 1 0 0 1h1a.5.5 0 1 0 0-1h-1zm0-2a.5.5 0 1 0 0 1h1a.5.5 0 1 0 0-1h-1zM9 6l-1 .5v-1L9 5h1v5H9V6z'/%3E%3C/svg%3E");
}
.dpg-icon-periodic-table::before,
.ahe-icon-periodic-table::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 3v18c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zM3 3v18h18V3H3zm11 10h2v1c.333-.667 1-.833 2-.5V15c-1-.333-1.667-.167-2 .5V18h-2v-5zm-2 5l-.5-1h-3L8 18H6l3-7h2l3 7h-2zm-2.25-5.5L8.5 16h3l-1.25-3.5h-.5zM13.5 5a1.5 1.5 0 0 1 1.118 2.5A1.5 1.5 0 0 1 13.5 10h-1a1.5 1.5 0 0 1-1.118-2.5A1.5 1.5 0 0 1 12.5 5h1zm-1 3a.5.5 0 1 0 0 1h1a.5.5 0 1 0 0-1h-1zm0-2a.5.5 0 1 0 0 1h1a.5.5 0 1 0 0-1h-1zM9 6l-1 .5v-1L9 5h1v5H9V6z'/%3E%3C/svg%3E");
}
.dpg-icon-question-white::before,
.ahe-icon-question-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 4.5l-1 1V4H4v16h14v-5.5l1-1V20c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v.5zM10.5 15l1 1H6v-1h4.5zm-3-3l1 1H6v-1h1.5zm2-3l-1 1H6V9h3.5zM6 6h10v1H6V6zm2.5 5.5l3-3L14 11l6.5-6.5 3 3L14 17l-5.5-5.5zm2 0L14 15l7.5-7.5-1-1L14 13l-2.5-2.5-1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-question::before,
.ahe-icon-question::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19 4.5l-1 1V4H4v16h14v-5.5l1-1V20c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v.5zM10.5 15l1 1H6v-1h4.5zm-3-3l1 1H6v-1h1.5zm2-3l-1 1H6V9h3.5zM6 6h10v1H6V6z'/%3E%3Cpath fill='%23009bb5' d='M8.5 11.5l3-3L14 11l6.5-6.5 3 3L14 17l-5.5-5.5zm2 0L14 15l7.5-7.5-1-1L14 13l-2.5-2.5-1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-videoassignment-white::before,
.ahe-icon-videoassignment-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 19h16v1H4v-1zM21 5v12c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 5v12h16V5H4zm6 3l5 3-5 3V8z'/%3E%3C/svg%3E");
}
.dpg-icon-videoassignment::before,
.ahe-icon-videoassignment::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 19h16v1H4v-1zM21 5v12c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 5v12h16V5H4zm6 3l5 3-5 3V8z'/%3E%3C/svg%3E");
}
.dpg-icon-adaptive-module-white::before,
.ahe-icon-adaptive-module-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 21v-1H2v1H1v-1a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1v1h-1zm0-18v14c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zM3 3v14h18V3H3zm12 7v4c0 .55-.45 1-1 1H6a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zm-9 0v4h8v-4H6zm11-2v4c0 .55-.45 1-1 1V8H7a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zm2-2v4c0 .55-.45 1-1 1V6H9a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-adaptive-module::before,
.ahe-icon-adaptive-module::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 21v-1H2v1H1v-1a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1v1h-1zm0-18v14c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zM3 3v14h18V3H3zm12 7v4c0 .55-.45 1-1 1H6a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zm-9 0v4h8v-4H6zm11-2v4c0 .55-.45 1-1 1V8H7a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zm2-2v4c0 .55-.45 1-1 1V6H9a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-attachmentsmartbook-white::before,
.ahe-icon-attachmentsmartbook-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zM4.52 14.318h5.098c1.475 0 1.882.449 1.882 1.891v.898c0 1.475-.423 1.893-1.882 1.893H4.897C3.438 19 3 18.582 3 17.107v-.217l1.255-.294v1.288h6.021V15.48H5.194c-1.442 0-1.882-.404-1.882-1.892v-.697c0-1.488.44-1.892 1.882-1.892h4.314c1.349 0 1.898.372 1.898 1.752v.17l-1.162.326v-1.162H4.521v2.232zm16.434-.838c0 .667-.212 1.225-1.302 1.365.878.108 1.348.651 1.348 1.565v1.024c0 1.07-.728 1.566-2.167 1.566H13v-8h6.303c1.136 0 1.65.434 1.65 1.55v.93zm-1.273 3.474v-.667c0-.744-.227-.962-.862-.962h-2.821v-1.038h2.82c.56 0 .804-.156.804-.714v-.806c0-.573-.244-.697-.803-.697h-4.516v5.83h4.516c.651 0 .862-.218.862-.946z'/%3E%3C/svg%3E");
}
.dpg-icon-attachmentsmartbook::before,
.ahe-icon-attachmentsmartbook::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23E21F26' d='M4.52 14.318h5.098c1.475 0 1.882.449 1.882 1.891v.898c0 1.475-.423 1.893-1.882 1.893H4.897C3.438 19 3 18.582 3 17.107v-.217l1.255-.294v1.288h6.021V15.48H5.194c-1.442 0-1.882-.404-1.882-1.892v-.697c0-1.488.44-1.892 1.882-1.892h4.314c1.349 0 1.898.372 1.898 1.752v.17l-1.162.326v-1.162H4.521v2.232zm16.434-.838c0 .667-.212 1.225-1.302 1.365.878.108 1.348.651 1.348 1.565v1.024c0 1.07-.728 1.566-2.167 1.566H13v-8h6.303c1.136 0 1.65.434 1.65 1.55v.93zm-1.273 3.474v-.667c0-.744-.227-.962-.862-.962h-2.821v-1.038h2.82c.56 0 .804-.156.804-.714v-.806c0-.573-.244-.697-.803-.697h-4.516v5.83h4.516c.651 0 .862-.218.862-.946z'/%3E%3C/svg%3E");
}
.dpg-icon-bok-white::before,
.ahe-icon-bok-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-2.26 6H17v3h-1v-8h1v4h.74l1.4-2h1.22l-1.75 2.5 2.451 3.5h-1.22l-2.101-3zm-5.24 3c-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3 2.5 1.343 2.5 3-1.12 3-2.5 3zm0-1c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2zm-7 .4v.6h-1v-8h1v2.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3S8.38 18 7 18c-.563 0-1.082-.223-1.5-.6zM7 17c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2z'/%3E%3C/svg%3E");
}
.dpg-icon-bok::before,
.ahe-icon-bok::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23009BB5' d='M17.74 15H17v3h-1v-8h1v4h.74l1.4-2h1.22l-1.75 2.5 2.451 3.5h-1.22l-2.101-3zm-5.24 3c-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3 2.5 1.343 2.5 3-1.12 3-2.5 3zm0-1c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2zm-7 .4v.6h-1v-8h1v2.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3S8.38 18 7 18c-.563 0-1.082-.223-1.5-.6zM7 17c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2z'/%3E%3C/svg%3E");
}
.dpg-icon-clo-white::before,
.ahe-icon-clo-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 4v16c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 4v16h16V4H4zm13 14h-4v-5h5v4a1 1 0 0 1-1 1zM7 18a1 1 0 0 1-1-1v-4h5v5H7zM17 6a1 1 0 0 1 1 1v4h-5V6h4zM7 6h4v5H6V7a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}
.dpg-icon-clo::before,
.ahe-icon-clo::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 4v16c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 4v16h16V4H4zm13 14h-4v-5h5v4a1 1 0 0 1-1 1zM7 18a1 1 0 0 1-1-1v-4h5v5H7zM17 6a1 1 0 0 1 1 1v4h-5V6h4zM7 6h4v5H6V7a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}
.dpg-icon-csv-white::before,
.ahe-icon-csv-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-2.473 9h-1.054l.012-.045L15 12h1.03l.97 3.888.97-3.888H19l-1.485 5.955.012.045zm-3.562-4.601L13 13.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 1 0 0 1.5h1.5a1.75 1.75 0 0 1 0 3.5h-1.5A1.75 1.75 0 0 1 9 16.25h1c0 .414.336.75.75.75h1.5a.75.75 0 1 0 0-1.5h-1.5a1.75 1.75 0 0 1 0-3.5h1.5c.846 0 1.552.6 1.715 1.399zm-6.33.293C7.36 13.268 6.953 13 6.5 13c-.828 0-1.5.895-1.5 2s.672 2 1.5 2c.453 0 .86-.268 1.135-.692l.778.623C7.955 17.585 7.268 18 6.5 18 5.12 18 4 16.657 4 15s1.12-3 2.5-3c.768 0 1.455.415 1.913 1.07l-.778.622z'/%3E%3C/svg%3E");
}
.dpg-icon-csv::before,
.ahe-icon-csv::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%233DA04E' d='M17.527 18h-1.054l.012-.045L15 12h1.03l.97 3.888.97-3.888H19l-1.485 5.955.012.045zm-3.562-4.601L13 13.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 1 0 0 1.5h1.5a1.75 1.75 0 0 1 0 3.5h-1.5A1.75 1.75 0 0 1 9 16.25h1c0 .414.336.75.75.75h1.5a.75.75 0 1 0 0-1.5h-1.5a1.75 1.75 0 0 1 0-3.5h1.5c.846 0 1.552.6 1.715 1.399zm-6.33.293C7.36 13.268 6.953 13 6.5 13c-.828 0-1.5.895-1.5 2s.672 2 1.5 2c.453 0 .86-.268 1.135-.692l.778.623C7.955 17.585 7.268 18 6.5 18 5.12 18 4 16.657 4 15s1.12-3 2.5-3c.768 0 1.455.415 1.913 1.07l-.778.622z'/%3E%3C/svg%3E");
}
.dpg-icon-default-asset-white::before,
.ahe-icon-default-asset-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 19v3c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h9l4 4v13c0 .55-.45 1-1 1h-5zm5-1V6h-4V2H9v3h3l4 4v9h5zm-6 4V10h-4V6H3v16h12z'/%3E%3C/svg%3E");
}
.dpg-icon-default-asset::before,
.ahe-icon-default-asset::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 19v3c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h9l4 4v13c0 .55-.45 1-1 1h-5zm5-1V6h-4V2H9v3h3l4 4v9h5zm-6 4V10h-4V6H3v16h12z'/%3E%3C/svg%3E");
}
.dpg-icon-doc-white::before,
.ahe-icon-doc-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-.365 4.692C19.36 13.268 18.953 13 18.5 13c-.828 0-1.5.895-1.5 2s.672 2 1.5 2c.453 0 .86-.268 1.135-.692l.778.623C19.955 17.585 19.268 18 18.5 18c-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3c.768 0 1.455.415 1.913 1.07l-.778.622zM12.5 18c-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3 2.5 1.343 2.5 3-1.12 3-2.5 3zm0-1c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2zm-4.5.4c-.418.377-.937.6-1.5.6C5.12 18 4 16.657 4 15s1.12-3 2.5-3c.563 0 1.082.223 1.5.6V10h1v8H8v-.6zM6.5 17c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2z'/%3E%3C/svg%3E");
}
.dpg-icon-doc::before,
.ahe-icon-doc::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%233F7AA3' d='M19.635 13.692C19.36 13.268 18.953 13 18.5 13c-.828 0-1.5.895-1.5 2s.672 2 1.5 2c.453 0 .86-.268 1.135-.692l.778.623C19.955 17.585 19.268 18 18.5 18c-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3c.768 0 1.455.415 1.913 1.07l-.778.622zM12.5 18c-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3 2.5 1.343 2.5 3-1.12 3-2.5 3zm0-1c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2zm-4.5.4c-.418.377-.937.6-1.5.6C5.12 18 4 16.657 4 15s1.12-3 2.5-3c.563 0 1.082.223 1.5.6V10h1v8H8v-.6zM6.5 17c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2z'/%3E%3C/svg%3E");
}
.dpg-icon-gsp-white::before,
.ahe-icon-gsp-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-3 3.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20h-1v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2zm-3.535.399L14 13.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 1 0 0 1.5h1.5a1.75 1.75 0 0 1 0 3.5h-1.5A1.75 1.75 0 0 1 10 16.25h1c0 .414.336.75.75.75h1.5a.75.75 0 1 0 0-1.5h-1.5a1.75 1.75 0 0 1 0-3.5h1.5c.846 0 1.552.6 1.715 1.399zM8 18.5v-1.1c-.418.377-.937.6-1.5.6C5.12 18 4 16.657 4 15s1.12-3 2.5-3c.563 0 1.082.223 1.5.6V12h1v6.5A1.5 1.5 0 0 1 7.5 20H5v-1h2.5a.5.5 0 0 0 .5-.5zM6.5 13c-.828 0-1.5.895-1.5 2s.672 2 1.5 2S8 16.105 8 15s-.672-2-1.5-2z'/%3E%3C/svg%3E");
}
.dpg-icon-gsp::before,
.ahe-icon-gsp::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23009BB5' d='M17 12.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20h-1v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2zm-3.535.399L14 13.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 1 0 0 1.5h1.5a1.75 1.75 0 0 1 0 3.5h-1.5A1.75 1.75 0 0 1 10 16.25h1c0 .414.336.75.75.75h1.5a.75.75 0 1 0 0-1.5h-1.5a1.75 1.75 0 0 1 0-3.5h1.5c.846 0 1.552.6 1.715 1.399zM8 18.5v-1.1c-.418.377-.937.6-1.5.6C5.12 18 4 16.657 4 15s1.12-3 2.5-3c.563 0 1.082.223 1.5.6V12h1v6.5A1.5 1.5 0 0 1 7.5 20H5v-1h2.5a.5.5 0 0 0 .5-.5zM6.5 13c-.828 0-1.5.895-1.5 2s.672 2 1.5 2S8 16.105 8 15s-.672-2-1.5-2z'/%3E%3C/svg%3E");
}
.dpg-icon-html-white::before,
.ahe-icon-html-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm0 1h1v8h-1v-8zm-8 8v-6h1v.268a1.995 1.995 0 0 1 2.5.41A2 2 0 0 1 19 14v3.999h-1v-4a1 1 0 0 0-2 0v4h-1v-4a1 1 0 0 0-2 0v4h-1zm-3-1.5a.5.5 0 0 0 .5.5H11v1H9.5A1.5 1.5 0 0 1 8 16.5V10h1v2h2v1H9v3.5zM5 12a2 2 0 0 1 2 2v4H6v-4a1 1 0 0 0-2 0v4H3v-8h1v2.268A1.99 1.99 0 0 1 5 12z'/%3E%3C/svg%3E");
}
.dpg-icon-html::before,
.ahe-icon-html::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%233F7AA3' d='M20 10h1v8h-1v-8zm-8 8v-6h1v.268a1.995 1.995 0 0 1 2.5.41A2 2 0 0 1 19 14v3.999h-1v-4a1 1 0 0 0-2 0v4h-1v-4a1 1 0 0 0-2 0v4h-1zm-3-1.5a.5.5 0 0 0 .5.5H11v1H9.5A1.5 1.5 0 0 1 8 16.5V10h1v2h2v1H9v3.5zM5 12a2 2 0 0 1 2 2v4H6v-4a1 1 0 0 0-2 0v4H3v-8h1v2.268A1.99 1.99 0 0 1 5 12z'/%3E%3C/svg%3E");
}
.dpg-icon-learnsmart-white::before,
.ahe-icon-learnsmart-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-6.48 5.318h5.098c1.475 0 1.882.449 1.882 1.891v.898c0 1.475-.423 1.893-1.882 1.893h-4.721C12.438 19 12 18.582 12 17.107v-.217l1.255-.294v1.288h6.021V15.48h-5.082c-1.442 0-1.882-.404-1.882-1.892v-.697c0-1.488.44-1.892 1.882-1.892h4.314c1.349 0 1.898.372 1.898 1.752v.17l-1.162.326v-1.162h-5.723v2.232zM3.5 11h1.3v6.9h5.7V19h-7v-8z'/%3E%3C/svg%3E");
}
.dpg-icon-learnsmart::before,
.ahe-icon-learnsmart::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23E21F26' d='M13.52 14.318h5.098c1.475 0 1.882.449 1.882 1.891v.898c0 1.475-.423 1.893-1.882 1.893h-4.721C12.438 19 12 18.582 12 17.107v-.217l1.255-.294v1.288h6.021V15.48h-5.082c-1.442 0-1.882-.404-1.882-1.892v-.697c0-1.488.44-1.892 1.882-1.892h4.314c1.349 0 1.898.372 1.898 1.752v.17l-1.162.326v-1.162h-5.723v2.232zM3.5 11h1.3v6.9h5.7V19h-7v-8z'/%3E%3C/svg%3E");
}
.dpg-icon-lti-white::before,
.ahe-icon-lti-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 19v3c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h9l4 4v13c0 .55-.45 1-1 1h-5zm5-1V6h-4V2H9v6H8V6H3v16h12v-3h-2v-1h8zm-5-9v7h-2l.5-4-7 7L6 17.5l7-7-4 .5V9h7z'/%3E%3C/svg%3E");
}
.dpg-icon-lti::before,
.ahe-icon-lti::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 19v3c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h9l4 4v13c0 .55-.45 1-1 1h-5zm5-1V6h-4V2H9v6H8V6H3v16h12v-3h-2v-1h8z'/%3E%3Cpath fill='%23009BB5' d='M16 9H9v2l4-.5-7 7L7.5 19l7-7-.5 4h2z'/%3E%3C/svg%3E");
}
.dpg-icon-mp3-white::before,
.ahe-icon-mp3-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-.224 4c0-.552-.671-1-1.5-1-.568 0-1.062.21-1.317.52L16 12.173C16.394 11.48 17.265 11 18.276 11c1.38 0 2.5.895 2.5 2 0 .597-.327 1.134-.846 1.5.519.366.846.903.846 1.5 0 1.105-1.12 2-2.5 2-1.011 0-1.882-.48-2.276-1.172l.96-.349c.254.31.748.521 1.316.521.829 0 1.5-.448 1.5-1s-.671-1-1.5-1h-1v-1h1c.829 0 1.5-.448 1.5-1zM12 12.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20h-1v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2zM3 18v-6h1v.268a1.995 1.995 0 0 1 2.5.41A2 2 0 0 1 10 14v3.999H9v-4a1 1 0 0 0-2 0v4H6v-4a1 1 0 0 0-2 0v4H3z'/%3E%3C/svg%3E");
}
.dpg-icon-mp3::before,
.ahe-icon-mp3::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23009BB5' d='M19.776 13c0-.552-.671-1-1.5-1-.568 0-1.062.21-1.317.52L16 12.173C16.394 11.48 17.265 11 18.276 11c1.38 0 2.5.895 2.5 2 0 .597-.327 1.134-.846 1.5.519.366.846.903.846 1.5 0 1.105-1.12 2-2.5 2-1.011 0-1.882-.48-2.276-1.172l.96-.349c.254.31.748.521 1.316.521.829 0 1.5-.448 1.5-1s-.671-1-1.5-1h-1v-1h1c.829 0 1.5-.448 1.5-1zM12 12.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20h-1v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2zM3 18v-6h1v.268a1.995 1.995 0 0 1 2.5.41A2 2 0 0 1 10 14v3.999H9v-4a1 1 0 0 0-2 0v4H6v-4a1 1 0 0 0-2 0v4H3z'/%3E%3C/svg%3E");
}
.dpg-icon-orfa-white::before,
.ahe-icon-orfa-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 4c1.657 0 3 1.567 3 3.5 0 .794-.226 1.526-.608 2.113C22.356 10.16 23 11.025 23 12v2h-1v-2c0-.64-.54-1.24-1.306-1.61A2.699 2.699 0 0 1 19 11a2.7 2.7 0 0 1-1.695-.612C16.54 10.76 16 11.358 16 12v.031a7.51 7.51 0 0 0-.907-.658c.207-.714.763-1.334 1.515-1.76A3.878 3.878 0 0 1 16 7.5C16 5.567 17.343 4 19 4zm0 1c-1.105 0-2 1.12-2 2.5s.895 2.5 2 2.5 2-1.12 2-2.5S20.105 5 19 5zm-9-3c2.761 0 5 2.686 5 6 0 1.454-.43 2.786-1.147 3.825C15.749 12.719 17 14.255 17 16v3h-1v-3c0-1.426-1.12-2.678-2.804-3.386a4.873 4.873 0 0 1-1.472 1.02 6.532 6.532 0 0 0-.7-.8C12.735 12.27 14 10.32 14 8c0-2.761-1.79-5-4-5S6 5.239 6 8c0 1.13.3 2.171.805 3.008a6.565 6.565 0 0 0-1.11.041A6.883 6.883 0 0 1 5 8c0-3.314 2.239-6 5-6zM6.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zm.5 1v3.423l2.098 1.211-.5.866L6 18v-4h1z'/%3E%3C/svg%3E");
}
.dpg-icon-orfa::before,
.ahe-icon-orfa::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M10 2c2.761 0 5 2.686 5 6 0 1.454-.43 2.786-1.147 3.825C15.749 12.719 17 14.255 17 16v3h-1v-3c0-1.426-1.12-2.678-2.804-3.386a4.873 4.873 0 0 1-1.472 1.02 6.532 6.532 0 0 0-.7-.8C12.735 12.27 14 10.32 14 8c0-2.761-1.79-5-4-5S6 5.239 6 8c0 1.13.3 2.171.805 3.008a6.565 6.565 0 0 0-1.11.041A6.883 6.883 0 0 1 5 8c0-3.314 2.239-6 5-6zm9 2c1.657 0 3 1.567 3 3.5 0 .794-.226 1.526-.608 2.113C22.356 10.16 23 11.025 23 12v2h-1v-2c0-.64-.54-1.24-1.306-1.61A2.699 2.699 0 0 1 19 11a2.7 2.7 0 0 1-1.695-.612C16.54 10.76 16 11.358 16 12v.031a7.51 7.51 0 0 0-.907-.658c.207-.714.763-1.334 1.515-1.76A3.878 3.878 0 0 1 16 7.5C16 5.567 17.343 4 19 4zm0 1c-1.105 0-2 1.12-2 2.5s.895 2.5 2 2.5 2-1.12 2-2.5S20.105 5 19 5z'/%3E%3Cpath fill='%23009BB5' d='M6.5 23a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm.5-8v3.423l2.098 1.211-.5.866L6 18v-4h1z'/%3E%3C/svg%3E");
}
.dpg-icon-pdf-white::before,
.ahe-icon-pdf-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-2 2.5V13h2v1h-2v4h-1v-4h-1v-1h1v-1.5a1.5 1.5 0 0 1 1.5-1.5H20v1h-1.5a.5.5 0 0 0-.5.5zm-4 5.9c-.418.377-.937.6-1.5.6-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3c.563 0 1.082.223 1.5.6V10h1v8h-1v-.6zm-1.5-.4c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2zM5 12.6c.418-.377.937-.6 1.5-.6C7.88 12 9 13.343 9 15s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20H4v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2S8 16.105 8 15s-.672-2-1.5-2z'/%3E%3C/svg%3E");
}
.dpg-icon-pdf::before,
.ahe-icon-pdf::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23E21F26' d='M18 11.5V13h2v1h-2v4h-1v-4h-1v-1h1v-1.5a1.5 1.5 0 0 1 1.5-1.5H20v1h-1.5a.5.5 0 0 0-.5.5zm-4 5.9c-.418.377-.937.6-1.5.6-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3c.563 0 1.082.223 1.5.6V10h1v8h-1v-.6zm-1.5-.4c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2zM5 12.6c.418-.377.937-.6 1.5-.6C7.88 12 9 13.343 9 15s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20H4v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2S8 16.105 8 15s-.672-2-1.5-2z'/%3E%3C/svg%3E");
}
.dpg-icon-ppt-white::before,
.ahe-icon-ppt-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-2 7.5a.5.5 0 0 0 .5.5H20v1h-1.5a1.5 1.5 0 0 1-1.5-1.5V10h1v2h2v1h-2v3.5zM6 12.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20H5v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2S9 16.105 9 15s-.672-2-1.5-2zm4.5-.4c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20h-1v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2z'/%3E%3C/svg%3E");
}
.dpg-icon-ppt::before,
.ahe-icon-ppt::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23F15A4A' d='M18 16.5a.5.5 0 0 0 .5.5H20v1h-1.5a1.5 1.5 0 0 1-1.5-1.5V10h1v2h2v1h-2v3.5zM6 12.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20H5v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2S9 16.105 9 15s-.672-2-1.5-2zm4.5-.4c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20h-1v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2z'/%3E%3C/svg%3E");
}
.dpg-icon-swfhaxbbq-white::before,
.ahe-icon-swfhaxbbq-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-2 2.5V13h2v1h-2v4h-1v-6.5a1.5 1.5 0 0 1 1.5-1.5H20v1h-1.5a.5.5 0 0 0-.5.5zM14.527 18h-1.054l.012-.045-.985-3.95-.985 3.95.012.045h-1.054l.012-.045L9 12h1.03l.97 3.888.97-3.888h1.06l.97 3.888.97-3.888H16l-1.485 5.955.012.045zm-6.562-4.601L7 13.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 1 0 0 1.5h1.5a1.75 1.75 0 0 1 0 3.5h-1.5A1.75 1.75 0 0 1 3 16.25h1c0 .414.336.75.75.75h1.5a.75.75 0 1 0 0-1.5h-1.5a1.75 1.75 0 0 1 0-3.5h1.5c.846 0 1.552.6 1.715 1.399z'/%3E%3C/svg%3E");
}
.dpg-icon-swfhaxbbq::before,
.ahe-icon-swfhaxbbq::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23E21F26' d='M18 11.5V13h2v1h-2v4h-1v-6.5a1.5 1.5 0 0 1 1.5-1.5H20v1h-1.5a.5.5 0 0 0-.5.5zM14.527 18h-1.054l.012-.045-.985-3.95-.985 3.95.012.045h-1.054l.012-.045L9 12h1.03l.97 3.888.97-3.888h1.06l.97 3.888.97-3.888H16l-1.485 5.955.012.045zm-6.562-4.601L7 13.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 1 0 0 1.5h1.5a1.75 1.75 0 0 1 0 3.5h-1.5A1.75 1.75 0 0 1 3 16.25h1c0 .414.336.75.75.75h1.5a.75.75 0 1 0 0-1.5h-1.5a1.75 1.75 0 0 1 0-3.5h1.5c.846 0 1.552.6 1.715 1.399z'/%3E%3C/svg%3E");
}
.dpg-icon-weblink-white::before,
.ahe-icon-weblink-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-8 12a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-1a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm-.817-1.084a3.974 3.974 0 0 1-1.16-.438A18.758 18.758 0 0 1 9.693 17H8.535a3.975 3.975 0 0 1-.409-1h1.427a9.963 9.963 0 0 1-.053-1c0-.317.018-.65.053-1H8.126c.091-.355.23-.69.41-1h1.158c.083-.467.192-.96.328-1.478a3.974 3.974 0 0 1 1.16-.438A19.88 19.88 0 0 0 10.711 13h2.578c-.112-.592-.27-1.23-.472-1.916a3.93 3.93 0 0 1 1.16.438c.137.518.246 1.01.329 1.478h1.159c.179.31.318.645.409 1h-1.427c.035.35.053.683.053 1 0 .317-.018.65-.053 1h1.427c-.091.355-.23.69-.41 1h-1.158c-.083.467-.192.96-.328 1.478a3.974 3.974 0 0 1-1.16.438A19.88 19.88 0 0 0 13.289 17h-2.578c.112.592.27 1.23.472 1.916zM13.44 16c.04-.354.059-.687.059-1 0-.313-.02-.646-.059-1h-2.88c-.04.354-.059.687-.059 1 0 .313.02.646.059 1h2.882z'/%3E%3C/svg%3E");
}
.dpg-icon-weblink::before,
.ahe-icon-weblink::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-8 12a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-1a5 5 0 1 0 0-10 5 5 0 0 0 0 10z'/%3E%3Cpath fill='%23009BB5' d='M11.183 18.916a3.974 3.974 0 0 1-1.16-.438A18.758 18.758 0 0 1 9.693 17H8.535a3.975 3.975 0 0 1-.409-1h1.427a9.963 9.963 0 0 1-.053-1c0-.317.018-.65.053-1H8.126c.091-.355.23-.69.41-1h1.158c.083-.467.192-.96.328-1.478a3.974 3.974 0 0 1 1.16-.438A19.88 19.88 0 0 0 10.711 13h2.578c-.112-.592-.27-1.23-.472-1.916a3.93 3.93 0 0 1 1.16.438c.137.518.246 1.01.329 1.478h1.159c.179.31.318.645.409 1h-1.427c.035.35.053.683.053 1 0 .317-.018.65-.053 1h1.427c-.091.355-.23.69-.41 1h-1.158c-.083.467-.192.96-.328 1.478a3.974 3.974 0 0 1-1.16.438A19.88 19.88 0 0 0 13.289 17h-2.578c.112.592.27 1.23.472 1.916zM13.44 16c.04-.354.059-.687.059-1 0-.313-.02-.646-.059-1h-2.88c-.04.354-.059.687-.059 1 0 .313.02.646.059 1h2.882z'/%3E%3C/svg%3E");
}
.dpg-icon-xls-white::before,
.ahe-icon-xls-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-2.035 4.399L17 13.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 1 0 0 1.5h1.5a1.75 1.75 0 0 1 0 3.5h-1.5A1.75 1.75 0 0 1 13 16.25h1c0 .414.336.75.75.75h1.5a.75.75 0 1 0 0-1.5h-1.5a1.75 1.75 0 0 1 0-3.5h1.5c.846 0 1.552.6 1.715 1.399zM11 10h1v8h-1v-8zm-1 8H8.785L7.5 15.944 6.215 18H5l1.91-3L5 12h1.215L7.5 14.056 8.785 12H10l-1.91 3L10 18z'/%3E%3C/svg%3E");
}
.dpg-icon-xls::before,
.ahe-icon-xls::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%233DA04E' d='M17.965 13.399L17 13.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 1 0 0 1.5h1.5a1.75 1.75 0 0 1 0 3.5h-1.5A1.75 1.75 0 0 1 13 16.25h1c0 .414.336.75.75.75h1.5a.75.75 0 1 0 0-1.5h-1.5a1.75 1.75 0 0 1 0-3.5h1.5c.846 0 1.552.6 1.715 1.399zM11 10h1v8h-1v-8zm-1 8H8.785L7.5 15.944 6.215 18H5l1.91-3L5 12h1.215L7.5 14.056 8.785 12H10l-1.91 3L10 18z'/%3E%3C/svg%3E");
}
.dpg-icon-zip-white::before,
.ahe-icon-zip-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1zm-4 3.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20h-1v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2zM14 18h-3v-1h1v-4h-1v-1h2v5h1v1zm-2-8h1v1h-1v-1zm-3.377 3H5v-1h5v1l-3.623 4H10v1H5v-1l3.623-4z'/%3E%3C/svg%3E");
}
.dpg-icon-zip::before,
.ahe-icon-zip::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 21h1v1c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1v-1h1v1h16v-1zm0-12V7h-6V2H4v7H3V2a1 1 0 0 1 1-1h11l6 5v3h-1z'/%3E%3Cpath fill='%23756B93' d='M16 12.6c.418-.377.937-.6 1.5-.6 1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6V20h-1v-8h1v.6zm1.5.4c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2zM14 18h-3v-1h1v-4h-1v-1h2v5h1v1zm-2-8h1v1h-1v-1zm-3.377 3H5v-1h5v1l-3.623 4H10v1H5v-1l3.623-4z'/%3E%3C/svg%3E");
}
.dpg-icon-bookmark-solid-white::before,
.ahe-icon-bookmark-solid-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 23l-9-4-9 4V2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v21z'/%3E%3C/svg%3E");
}
.dpg-icon-bookmark-solid::before,
.ahe-icon-bookmark-solid::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 23l-9-4-9 4V2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v21z'/%3E%3C/svg%3E");
}
.dpg-icon-bookmark-white::before,
.ahe-icon-bookmark-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 23l-9-4-9 4V2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v21zM20 2H4v19.277l8-3.429 8 3.429V2z'/%3E%3C/svg%3E");
}
.dpg-icon-bookmark::before,
.ahe-icon-bookmark::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 23l-9-4-9 4V2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v21zM20 2H4v19.277l8-3.429 8 3.429V2z'/%3E%3C/svg%3E");
}
.dpg-icon-calculator-white::before,
.ahe-icon-calculator-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 2v20c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 2v20h16V2H4zm13 8h2v11h-2V10zM5 10h3v3H5v-3zm0-7h14v5H5V3zm0 11h3v3H5v-3zm0 4h3v3H5v-3zm4-8h3v3H9v-3zm0 4h3v3H9v-3zm0 4h3v3H9v-3zm4-8h3v3h-3v-3zm0 4h3v3h-3v-3zm0 4h3v3h-3v-3zm-7-7v1h1v-1H6zm0-6v2h12V5H6zm0 10v1h1v-1H6zm0 4v1h1v-1H6zm4-8v1h1v-1h-1zm0 4v1h1v-1h-1zm0 4v1h1v-1h-1zm4-8v1h1v-1h-1zm0 4v1h1v-1h-1zm0 4v1h1v-1h-1z'/%3E%3C/svg%3E");
}
.dpg-icon-calculator::before,
.ahe-icon-calculator::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 2v20c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 2v20h16V2H4zm13 8h2v11h-2V10zM5 10h3v3H5v-3zm0-7h14v5H5V3zm0 11h3v3H5v-3zm0 4h3v3H5v-3zm4-8h3v3H9v-3zm0 4h3v3H9v-3zm0 4h3v3H9v-3zm4-8h3v3h-3v-3zm0 4h3v3h-3v-3zm0 4h3v3h-3v-3zm-7-7v1h1v-1H6zm0-6v2h12V5H6zm0 10v1h1v-1H6zm0 4v1h1v-1H6zm4-8v1h1v-1h-1zm0 4v1h1v-1h-1zm0 4v1h1v-1h-1zm4-8v1h1v-1h-1zm0 4v1h1v-1h-1zm0 4v1h1v-1h-1z'/%3E%3C/svg%3E");
}
.dpg-icon-checkmarksolid-white::before,
.ahe-icon-checkmarksolid-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11c-.007 6.072-4.928 10.993-11 11zM6 12.5l4.5 4.5 8-8L17 7.5 10.5 14l-3-3L6 12.5z'/%3E%3C/svg%3E");
}
.dpg-icon-checkmarksolid::before,
.ahe-icon-checkmarksolid::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23238834' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11c-.007 6.072-4.928 10.993-11 11zM6 12.5l4.5 4.5 8-8L17 7.5 10.5 14l-3-3L6 12.5z'/%3E%3C/svg%3E");
}
.dpg-icon-complete-white::before,
.ahe-icon-complete-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-6a5 5 0 1 0 0-10 5 5 0 0 0 0 10z'/%3E%3C/svg%3E");
}
.dpg-icon-complete::before,
.ahe-icon-complete::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-6a5 5 0 1 0 0-10 5 5 0 0 0 0 10z'/%3E%3C/svg%3E");
}
.dpg-icon-datasheet-white::before,
.ahe-icon-datasheet-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 13h6v10h-6V13zM2 10h6v13H2V10zm7-8h6v21H9V2zm1 1v19h4V3h-4zM9 2h6v21H9V2zm1 1v19h4V3h-4zm7 11v8h4v-8h-4zM3 11v11h4V11H3z'/%3E%3C/svg%3E");
}
.dpg-icon-datasheet::before,
.ahe-icon-datasheet::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 13h6v10h-6V13zM2 10h6v13H2V10zm15 4v8h4v-8h-4zM3 11v11h4V11H3z'/%3E%3Cpath fill='%23009bb5' d='M9 2h6v21H9V2zm1 1v19h4V3h-4z'/%3E%3C/svg%3E");
}
.dpg-icon-deletesolid-white::before,
.ahe-icon-deletesolid-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm14.536-4.95L12 10.586 8.464 7.05 7.05 8.464 10.586 12 7.05 15.536l1.414 1.414L12 13.414l3.536 3.536 1.414-1.414L13.414 12l3.536-3.536-1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-deletesolid::before,
.ahe-icon-deletesolid::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E21F26' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm14.536-4.95L12 10.586 8.464 7.05 7.05 8.464 10.586 12 7.05 15.536l1.414 1.414L12 13.414l3.536 3.536 1.414-1.414L13.414 12l3.536-3.536-1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-description-long-white::before,
.ahe-icon-description-long-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 5v14c0 2-1 3-3 3H6c-2 0-3-1-3-3V5c0-2 1-3 3-3h12c2 0 3 1 3 3zm-2 0c0-.55-.45-1-1-1H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h12c.55 0 1-.45 1-1V5zM6 5h12v14H6V5zm2 11v1h8v-1H8zm0-3v1h8v-1H8zm0-3v1h8v-1H8zm0-3v1h5V7H8z'/%3E%3C/svg%3E");
}
.dpg-icon-description-long::before,
.ahe-icon-description-long::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 5v14c0 2-1 3-3 3H6c-2 0-3-1-3-3V5c0-2 1-3 3-3h12c2 0 3 1 3 3zm-2 0c0-.55-.45-1-1-1H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h12c.55 0 1-.45 1-1V5zM6 5h12v14H6V5zm2 11v1h8v-1H8zm0-3v1h8v-1H8zm0-3v1h8v-1H8zm0-3v1h5V7H8z'/%3E%3C/svg%3E");
}
.dpg-icon-eraser-white::before,
.ahe-icon-eraser-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M2 20h11v1H2v-1zM12.206 3.376a3 3 0 0 1 4.098-1.098l3.464 2a3 3 0 0 1 1.098 4.098l-5.5 9.526A3 3 0 0 1 11.268 19l-3.464-2a3 3 0 0 1-1.098-4.098l5.5-9.526zM14.5 17.402l1.5-2.598-6.062-3.5.5-.866 6.062 3.5L20 7.876a2 2 0 0 0-.732-2.732l-3.464-2a2 2 0 0 0-2.732.732l-5.5 9.526a2 2 0 0 0 .732 2.732l3.464 2a2 2 0 0 0 2.732-.732z'/%3E%3C/svg%3E");
}
.dpg-icon-eraser::before,
.ahe-icon-eraser::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M2 20h11v1H2v-1zM12.206 3.376a3 3 0 0 1 4.098-1.098l3.464 2a3 3 0 0 1 1.098 4.098l-5.5 9.526A3 3 0 0 1 11.268 19l-3.464-2a3 3 0 0 1-1.098-4.098l5.5-9.526zM14.5 17.402l1.5-2.598-6.062-3.5.5-.866 6.062 3.5L20 7.876a2 2 0 0 0-.732-2.732l-3.464-2a2 2 0 0 0-2.732.732l-5.5 9.526a2 2 0 0 0 .732 2.732l3.464 2a2 2 0 0 0 2.732-.732z'/%3E%3C/svg%3E");
}
.dpg-icon-explanation-page-white::before,
.ahe-icon-explanation-page-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12.75 19h-1.5v-3.75H12c3.586 0 6.25-2.664 6.25-6.25S15.586 2.75 12 2.75 5.75 5.414 5.75 9h-1.5c0-4.414 3.336-7.75 7.75-7.75S19.75 4.586 19.75 9c0 4.16-2.963 7.363-7 7.717V19zM11 20h2v2h-2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-explanation-page::before,
.ahe-icon-explanation-page::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12.75 19h-1.5v-3.75H12c3.586 0 6.25-2.664 6.25-6.25S15.586 2.75 12 2.75 5.75 5.414 5.75 9h-1.5c0-4.414 3.336-7.75 7.75-7.75S19.75 4.586 19.75 9c0 4.16-2.963 7.363-7 7.717V19zM11 20h2v2h-2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-explanation-white::before,
.ahe-icon-explanation-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M2.256 10H1V9h1.758A4.496 4.496 0 0 1 6.5 7c1.56 0 2.935.794 3.742 2h3.516A4.496 4.496 0 0 1 17.5 7c1.56 0 2.935.794 3.742 2H23v1h-1.256a4.5 4.5 0 1 1-8.488 0h-2.512a4.5 4.5 0 1 1-8.488 0zM6.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm11 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3E%3C/svg%3E");
}
.dpg-icon-explanation::before,
.ahe-icon-explanation::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M2.256 10H1V9h1.758A4.496 4.496 0 0 1 6.5 7c1.56 0 2.935.794 3.742 2h3.516A4.496 4.496 0 0 1 17.5 7c1.56 0 2.935.794 3.742 2H23v1h-1.256a4.5 4.5 0 1 1-8.488 0h-2.512a4.5 4.5 0 1 1-8.488 0zM6.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm11 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3E%3C/svg%3E");
}
.dpg-icon-forwardback-white::before,
.ahe-icon-forwardback-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.899 17c.312-.306.596-.64.846-1H22V8h-4.255a7.037 7.037 0 0 0-.846-1H22c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1h-5.101zm-9.798 0H2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h5.101c-.312.306-.596.64-.846 1H2v8h4.255c.25.36.534.694.846 1zM12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm-3.164-2.129a5 5 0 0 0 7.036-7.036l-7.036 7.036zm-.707-.707l7.035-7.035a5 5 0 0 0-7.036 7.036zM4 9h1l-1 3 1 3H4l-1.5-3L4 9zm16 0l1.5 3-1.5 3h-1l1-3-1-3h1z'/%3E%3C/svg%3E");
}
.dpg-icon-forwardback::before,
.ahe-icon-forwardback::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16.899 17c.312-.306.596-.64.846-1H22V8h-4.255a7.037 7.037 0 0 0-.846-1H22c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1h-5.101zm-9.798 0H2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h5.101c-.312.306-.596.64-.846 1H2v8h4.255c.25.36.534.694.846 1zM4 9h1l-1 3 1 3H4l-1.5-3L4 9zm16 0l1.5 3-1.5 3h-1l1-3-1-3h1z'/%3E%3Cpath fill='%23E21F26' d='M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm-3.164-2.129a5 5 0 0 0 7.036-7.036l-7.036 7.036zm-.707-.707l7.035-7.035a5 5 0 0 0-7.036 7.036z'/%3E%3C/svg%3E");
}
.dpg-icon-guided-solution-white::before,
.ahe-icon-guided-solution-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12.707 1.393l9.9 9.9a1.003 1.003 0 0 1 0 1.414l-9.9 9.9a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414l9.9-9.9a1.003 1.003 0 0 1 1.414 0zM2.101 12L12 21.9l9.9-9.9L12 2.1 2.1 12zM8 13a2 2 0 0 1 2-2h4.087l-1.623-1.623.708-.707L16 11.498l-2.828 2.829-.708-.707 1.62-1.62H10a1 1 0 0 0-1 1v2H8v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-guided-solution::before,
.ahe-icon-guided-solution::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12.707 1.393l9.9 9.9a1.003 1.003 0 0 1 0 1.414l-9.9 9.9a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414l9.9-9.9a1.003 1.003 0 0 1 1.414 0zM2.101 12L12 21.9l9.9-9.9L12 2.1 2.1 12zM8 13a2 2 0 0 1 2-2h4.087l-1.623-1.623.708-.707L16 11.498l-2.828 2.829-.708-.707 1.62-1.62H10a1 1 0 0 0-1 1v2H8v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-halfcredit-white::before,
.ahe-icon-halfcredit-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm2.516-1.202a9.011 9.011 0 0 1-1.79.375l8.002-8.001a9.011 9.011 0 0 1-.375 1.789l-5.837 5.837zm-6.397-.675a8.93 8.93 0 0 1-.911-.503L19.62 7.208c.187.296.355.6.503.911L8.12 20.123zm7.762-16.246c.31.148.615.316.911.503L4.38 16.792a8.93 8.93 0 0 1-.503-.911L15.88 3.877zm-6.62-.452a9.011 9.011 0 0 1 1.79-.375l-8.001 8a9.011 9.011 0 0 1 .375-1.788l5.837-5.837z'/%3E%3C/svg%3E");
}
.dpg-icon-halfcredit::before,
.ahe-icon-halfcredit::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm2.516-1.202a9.011 9.011 0 0 1-1.79.375l8.002-8.001a9.011 9.011 0 0 1-.375 1.789l-5.837 5.837zm-6.397-.675a8.93 8.93 0 0 1-.911-.503L19.62 7.208c.187.296.355.6.503.911L8.12 20.123zm7.762-16.246c.31.148.615.316.911.503L4.38 16.792a8.93 8.93 0 0 1-.503-.911L15.88 3.877zm-6.62-.452a9.011 9.011 0 0 1 1.79-.375l-8.001 8a9.011 9.011 0 0 1 .375-1.788l5.837-5.837z'/%3E%3C/svg%3E");
}
.dpg-icon-highlighter-white::before,
.ahe-icon-highlighter-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13 23H2v-1h11v1zm-4.27-7.81l4.788-13.157a1 1 0 0 1 1.282-.597l5.638 2.052c.517.188.786.765.598 1.282l-4.789 13.155-1.879-.684-.684 1.88-3.759-1.368.684-1.88-1.88-.684zm.853 3.502l3.759 1.368L13 21l-4.1-.428.683-1.88zM19.07 7.247l1.026-2.82-5.638-2.052-4.446 12.216 1.879.684-.684 1.88 1.88.684.683-1.88 1.88.685 3.078-8.458-4.698-1.71.342-.94 4.698 1.71z'/%3E%3C/svg%3E");
}
.dpg-icon-highlighter::before,
.ahe-icon-highlighter::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13 23H2v-1h11v1zm-4.27-7.81l4.788-13.157a1 1 0 0 1 1.282-.597l5.638 2.052c.517.188.786.765.598 1.282l-4.789 13.155-1.879-.684-.684 1.88-3.759-1.368.684-1.88-1.88-.684zm.853 3.502l3.759 1.368L13 21l-4.1-.428.683-1.88zM19.07 7.247l1.026-2.82-5.638-2.052-4.446 12.216 1.879.684-.684 1.88 1.88.684.683-1.88 1.88.685 3.078-8.458-4.698-1.71.342-.94 4.698 1.71z'/%3E%3C/svg%3E");
}
.dpg-icon-homeworkexplanation-white::before,
.ahe-icon-homeworkexplanation-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M2.256 10H1V9h1.758A4.496 4.496 0 0 1 6.5 7c1.56 0 2.935.794 3.742 2h3.516A4.496 4.496 0 0 1 17.5 7c1.56 0 2.935.794 3.742 2H23v1h-1.256a4.5 4.5 0 1 1-8.488 0h-2.512a4.5 4.5 0 1 1-8.488 0zM6.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm11 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3E%3C/svg%3E");
}
.dpg-icon-homeworkexplanation::before,
.ahe-icon-homeworkexplanation::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M2.256 10H1V9h1.758A4.496 4.496 0 0 1 6.5 7c1.56 0 2.935.794 3.742 2h3.516A4.496 4.496 0 0 1 17.5 7c1.56 0 2.935.794 3.742 2H23v1h-1.256a4.5 4.5 0 1 1-8.488 0h-2.512a4.5 4.5 0 1 1-8.488 0zM6.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm11 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3E%3C/svg%3E");
}
.dpg-icon-input-error-white::before,
.ahe-icon-input-error-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.dpg-icon-input-error::before,
.ahe-icon-input-error::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E21F26' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.dpg-icon-input-success-white::before,
.ahe-icon-input-success-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-input-success::before,
.ahe-icon-input-success::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23238834' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-internet-white::before,
.ahe-icon-internet-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 23H5a2.5 2.5 0 1 1 0-5h14a2.5 2.5 0 1 1 0 5zM5 19a1.5 1.5 0 0 0 0 3h14a1.5 1.5 0 0 0 0-3H5zm7-3a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm3.72-6.34A4.987 4.987 0 0 0 12 8c-1.477 0-2.805.64-3.72 1.66l-.656-.765A5.983 5.983 0 0 1 12 7c1.726 0 3.281.729 4.376 1.895l-.656.765zm1.963-2.29A7.975 7.975 0 0 0 12 5a7.975 7.975 0 0 0-5.683 2.37l-.653-.762A8.971 8.971 0 0 1 12 4c2.471 0 4.71.996 6.336 2.608l-.653.762zm1.957-2.284A10.963 10.963 0 0 0 12 2a10.963 10.963 0 0 0-7.64 3.086l-.652-.76A11.96 11.96 0 0 1 12 1a11.96 11.96 0 0 1 8.292 3.326l-.652.76z'/%3E%3C/svg%3E");
}
.dpg-icon-internet::before,
.ahe-icon-internet::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19 23H5a2.5 2.5 0 1 1 0-5h14a2.5 2.5 0 1 1 0 5zM5 19a1.5 1.5 0 0 0 0 3h14a1.5 1.5 0 0 0 0-3H5zm10.72-9.34A4.987 4.987 0 0 0 12 8c-1.477 0-2.805.64-3.72 1.66l-.656-.765A5.983 5.983 0 0 1 12 7c1.726 0 3.281.729 4.376 1.895l-.656.765zm1.963-2.29A7.975 7.975 0 0 0 12 5a7.975 7.975 0 0 0-5.683 2.37l-.653-.762A8.971 8.971 0 0 1 12 4c2.471 0 4.71.996 6.336 2.608l-.653.762zm1.957-2.284A10.963 10.963 0 0 0 12 2a10.963 10.963 0 0 0-7.64 3.086l-.652-.76A11.96 11.96 0 0 1 12 1a11.96 11.96 0 0 1 8.292 3.326l-.652.76z'/%3E%3Ccircle fill='%23009bb5' cx='12' cy='13' r='3'/%3E%3C/svg%3E");
}
.dpg-icon-learning-resource-white::before,
.ahe-icon-learning-resource-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 2v15c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1zM5 2v15h14V2H5zm1 21a2 2 0 1 1 0-4h13v1H6a1 1 0 0 0 0 2h13v1H6zm1-10h10v1H7v-1zm0-2h10v1H7v-1zm0-7h10v4H7V4zm1 1v2h8V5H8z'/%3E%3C/svg%3E");
}
.dpg-icon-learning-resource::before,
.ahe-icon-learning-resource::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 2v15c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1zM5 2v15h14V2H5zm1 21a2 2 0 1 1 0-4h13v1H6a1 1 0 0 0 0 2h13v1H6zM7 4h10v4H7V4zm1 1v2h8V5H8z'/%3E%3Cpath fill='%23009bb5' d='M7 13h10v1H7v-1zm0-2h10v1H7v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-light-bulb-white::before,
.ahe-icon-light-bulb-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15 14.197a6 6 0 1 0-6 0V17h6v-2.803zM16 18a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-3.255a7 7 0 1 1 8 0V18zm-7 2h6v1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-light-bulb::before,
.ahe-icon-light-bulb::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M15 14.197a6 6 0 1 0-6 0V17h6v-2.803zM16 18a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-3.255a7 7 0 1 1 8 0V18zm-7 2h6v1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-line-reader-white::before,
.ahe-icon-line-reader-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M23 9v6c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 9v6h20V9H2zm2 2h16v2H4v-2zm2 8h12v1H6v-1zM6 4h12v1H6V4z'/%3E%3C/svg%3E");
}
.dpg-icon-line-reader::before,
.ahe-icon-line-reader::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M23 9v6c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 9v6h20V9H2zm2 2h16v2H4v-2zm2 8h12v1H6v-1zM6 4h12v1H6V4z'/%3E%3C/svg%3E");
}
.dpg-icon-message-instructor-white::before,
.ahe-icon-message-instructor-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M14.435 5.24c-.319.1-.627.23-.922.388A6.002 6.002 0 1 0 3.62 12.1l-.38 3.038 2.657-1.518A5.987 5.987 0 0 0 8 14c.76 0 1.488-.141 2.158-.4.066.334.154.658.26.971A6.986 6.986 0 0 1 8 15c-.693 0-1.363-.1-1.995-.288L2 17l.572-4.58a7 7 0 1 1 11.863-7.18zM7 12h1v1H7v-1zm1-2v1H7V9h1a2 2 0 1 0-2-2H5a3 3 0 1 1 3 3zm2 10v3H9v-3c0-1.745 1.251-3.28 3.147-4.175C11.431 14.786 11 13.454 11 12c0-3.314 2.239-6 5-6s5 2.686 5 6c0 1.454-.43 2.786-1.147 3.825C21.749 16.719 23 18.255 23 20v3h-1v-3c0-1.426-1.12-2.678-2.804-3.386C18.33 17.48 17.216 18 16 18c-1.215 0-2.33-.52-3.196-1.386C11.119 17.322 10 18.574 10 20zm6-3c2.21 0 4-2.239 4-5s-1.79-5-4-5-4 2.239-4 5 1.79 5 4 5z'/%3E%3C/svg%3E");
}
.dpg-icon-message-instructor::before,
.ahe-icon-message-instructor::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M14.435 5.24c-.319.1-.627.23-.922.388A6.002 6.002 0 1 0 3.62 12.1l-.38 3.038 2.657-1.518A5.987 5.987 0 0 0 8 14c.76 0 1.488-.141 2.158-.4.066.334.154.658.26.971A6.986 6.986 0 0 1 8 15c-.693 0-1.363-.1-1.995-.288L2 17l.572-4.58a7 7 0 1 1 11.863-7.18zM7 12h1v1H7v-1zm1-2v1H7V9h1a2 2 0 1 0-2-2H5a3 3 0 1 1 3 3zm2 10v3H9v-3c0-1.745 1.251-3.28 3.147-4.175C11.431 14.786 11 13.454 11 12c0-3.314 2.239-6 5-6s5 2.686 5 6c0 1.454-.43 2.786-1.147 3.825C21.749 16.719 23 18.255 23 20v3h-1v-3c0-1.426-1.12-2.678-2.804-3.386C18.33 17.48 17.216 18 16 18c-1.215 0-2.33-.52-3.196-1.386C11.119 17.322 10 18.574 10 20zm6-3c2.21 0 4-2.239 4-5s-1.79-5-4-5-4 2.239-4 5 1.79 5 4 5z'/%3E%3C/svg%3E");
}
.dpg-icon-more-practice-white::before,
.ahe-icon-more-practice-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.536 13.314L19.142 2.707a1 1 0 0 1 1.414 0l2.829 2.829a1.003 1.003 0 0 1 0 1.414L12.778 17.556l-5.657 1.415 1.415-5.657zm.53 1.944l-.53 2.298 2.298-.53-1.768-1.768zm11.49-6.894l2.122-2.121-2.829-2.829L9.243 14.021l2.828 2.828 7.778-7.778-2.121-2.121.707-.707 2.121 2.121zM11.086 5H10c-4.462.259-8 3.973-8 8.5a8.5 8.5 0 0 0 16.986.5h1.001A9.5 9.5 0 0 1 1 13.5C1 8.421 4.986 4.26 10 4h1.086L9.464 2.379l.708-.707L13 4.5l-2.828 2.828-.708-.707L11.086 5z'/%3E%3C/svg%3E");
}
.dpg-icon-more-practice::before,
.ahe-icon-more-practice::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.536 13.314L19.142 2.707a1 1 0 0 1 1.414 0l2.829 2.829a1.003 1.003 0 0 1 0 1.414L12.778 17.556l-5.657 1.415 1.415-5.657zm.53 1.944l-.53 2.298 2.298-.53-1.768-1.768zm11.49-6.894l2.122-2.121-2.829-2.829L9.243 14.021l2.828 2.828 7.778-7.778-2.121-2.121.707-.707 2.121 2.121z'/%3E%3Cpath fill='%23009bb5' d='M11.086 5H10c-4.462.259-8 3.973-8 8.5a8.5 8.5 0 0 0 16.986.5h1.001A9.5 9.5 0 0 1 1 13.5C1 8.421 4.986 4.26 10 4h1.086L9.464 2.379l.708-.707L13 4.5l-2.828 2.828-.708-.707L11.086 5z'/%3E%3C/svg%3E");
}
.dpg-icon-notepad-white::before,
.ahe-icon-notepad-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 18H3v-1h1v-2H3v-1h1v-2H3v-1h1V9H3V8h1V6H3V5h1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1v-2zm1 0v2h14V4H5v1h1v1H5v2h1v1H5v2h1v1H5v2h1v1H5v2h1v1H5zm3-2h6v1H8v-1zm0-3h9v1H8v-1zm0-3h9v1H8v-1zm0-3h9v1H8V7z'/%3E%3C/svg%3E");
}
.dpg-icon-notepad::before,
.ahe-icon-notepad::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 18H3v-1h1v-2H3v-1h1v-2H3v-1h1V9H3V8h1V6H3V5h1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1v-2zm1 0v2h14V4H5v1h1v1H5v2h1v1H5v2h1v1H5v2h1v1H5v2h1v1H5zm3-2h6v1H8v-1zm0-3h9v1H8v-1zm0-3h9v1H8v-1zm0-3h9v1H8V7z'/%3E%3C/svg%3E");
}
.dpg-icon-protractor-white::before,
.ahe-icon-protractor-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.392 18.677l-.856-.494.5-.866.857.495A9.49 9.49 0 0 0 19.912 14h-.987v-1h.987a9.49 9.49 0 0 0-1.02-3.812l-.856.495-.5-.866.856-.494a9.54 9.54 0 0 0-2.79-2.79l-.494.856-.866-.5.494-.857a9.49 9.49 0 0 0-3.811-1.019V5h-1v-.987a9.49 9.49 0 0 0-3.812 1.019l.495.857-.866.5-.495-.857a9.48 9.48 0 0 0-.796.58l13.361 13.362a9.48 9.48 0 0 0 .58-.797zM3 6.075c4.1-4.1 10.749-4.1 14.85 0 4.1 4.1 4.1 10.75 0 14.85L3 6.075zm4.684.442a7.502 7.502 0 0 1 9.724 9.724L7.684 6.517zm1.946.531l7.246 7.247a6.489 6.489 0 0 0-1.855-5.391A6.489 6.489 0 0 0 9.63 7.048z'/%3E%3C/svg%3E");
}
.dpg-icon-protractor::before,
.ahe-icon-protractor::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.392 18.677l-.856-.494.5-.866.857.495A9.49 9.49 0 0 0 19.912 14h-.987v-1h.987a9.49 9.49 0 0 0-1.02-3.812l-.856.495-.5-.866.856-.494a9.54 9.54 0 0 0-2.79-2.79l-.494.856-.866-.5.494-.857a9.49 9.49 0 0 0-3.811-1.019V5h-1v-.987a9.49 9.49 0 0 0-3.812 1.019l.495.857-.866.5-.495-.857a9.48 9.48 0 0 0-.796.58l13.361 13.362a9.48 9.48 0 0 0 .58-.797zM3 6.075c4.1-4.1 10.749-4.1 14.85 0 4.1 4.1 4.1 10.75 0 14.85L3 6.075zm4.684.442a7.502 7.502 0 0 1 9.724 9.724L7.684 6.517zm1.946.531l7.246 7.247a6.489 6.489 0 0 0-1.855-5.391A6.489 6.489 0 0 0 9.63 7.048z'/%3E%3C/svg%3E");
}
.dpg-icon-question-attempts-remaining-white::before,
.ahe-icon-question-attempts-remaining-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-21C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 4a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 11a5 5 0 1 0 0-10 5 5 0 0 0 0 10z'/%3E%3C/svg%3E");
}
.dpg-icon-question-attempts-remaining::before,
.ahe-icon-question-attempts-remaining::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-21C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 4a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 11a5 5 0 1 0 0-10 5 5 0 0 0 0 10z'/%3E%3C/svg%3E");
}
.dpg-icon-reference-sheet-white::before,
.ahe-icon-reference-sheet-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 4v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1zM5 4v16h14V4H5zm2 5h10v1H7V9zm0-3h10v1H7V6zm6 8h4v4h-4v-4zm1 1v2h2v-2h-2zm-4.5 2a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3C/svg%3E");
}
.dpg-icon-reference-sheet::before,
.ahe-icon-reference-sheet::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 4v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1zM5 4v16h14V4H5zm2 5h10v1H7V9zm0-3h10v1H7V6zm6 8h4v4h-4v-4zm1 1v2h2v-2h-2zm-4.5 2a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3C/svg%3E");
}
.dpg-icon-scratchpad-white::before,
.ahe-icon-scratchpad-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 11.11V20c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h13.695l-.364 1H3v16h14v-6.142l1-2.748zM12.328 15l-.181.497.122.503H5v-1h7.328zm1.091-3l-.364 1H5v-1h8.42zM15 7.657L14.147 10H5V6h10v1.657zM6 7v2h8V7H6zm9.07 9.238l-1.453 1.068-.427-1.752 4.343-11.931 1.879.684-4.343 11.931z'/%3E%3C/svg%3E");
}
.dpg-icon-scratchpad::before,
.ahe-icon-scratchpad::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 11.11V20c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h13.695l-.364 1H3v16h14v-6.142l1-2.748zM12.328 15l-.181.497.122.503H5v-1h7.328zm1.091-3l-.364 1H5v-1h8.42zM15 7.657L14.147 10H5V6h10v1.657zM6 7v2h8V7H6zm9.07 9.238l-1.453 1.068-.427-1.752 4.343-11.931 1.879.684-4.343 11.931z'/%3E%3C/svg%3E");
}
.dpg-icon-show-examples-white::before,
.ahe-icon-show-examples-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 8.083A6.04 6.04 0 0 0 17 8V4H3v16h11v1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v4.083zM11.083 15c.058.344.145.678.258 1H5v-1h6.083zm.258-3c-.113.322-.2.656-.258 1H5v-1h6.341zm2.341-3a6.02 6.02 0 0 0-1.154 1H5V9h8.682zM5 6h10v1H5V6zm7 8a5 5 0 1 1 7 4.584V22h-4v-3.416A5.001 5.001 0 0 1 12 14zm4 3.874V20h2v-2.126A4.002 4.002 0 0 0 17 10a4 4 0 0 0-1 7.874z'/%3E%3C/svg%3E");
}
.dpg-icon-show-examples::before,
.ahe-icon-show-examples::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 8.083A6.04 6.04 0 0 0 17 8V4H3v16h11v1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v4.083zM11.083 15c.058.344.145.678.258 1H5v-1h6.083zm.258-3c-.113.322-.2.656-.258 1H5v-1h6.341zm2.341-3a6.02 6.02 0 0 0-1.154 1H5V9h8.682zM5 6h10v1H5V6z'/%3E%3Cpath fill='%23009bb5' d='M12 14a5 5 0 1 1 7 4.584V22h-4v-3.416A5.001 5.001 0 0 1 12 14zm4 3.874V20h2v-2.126A4.002 4.002 0 0 0 17 10a4 4 0 0 0-1 7.874z'/%3E%3C/svg%3E");
}
.dpg-icon-solve-it-white::before,
.ahe-icon-solve-it-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.584 14a5.001 5.001 0 1 1 0-4H22v6h-5v-2h-1v3h-5v-3h-.416zM21 11H9.874A4.002 4.002 0 0 0 2 12a4 4 0 0 0 7.874 1H12v3h3v-3h3v2h3v-4zM6 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}
.dpg-icon-solve-it::before,
.ahe-icon-solve-it::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M10.584 14a5.001 5.001 0 1 1 0-4H22v6h-5v-2h-1v3h-5v-3h-.416zM21 11H9.874A4.002 4.002 0 0 0 2 12a4 4 0 0 0 7.874 1H12v3h3v-3h3v2h3v-4zM6 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}
.dpg-icon-accessibility-white::before,
.ahe-icon-accessibility-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm2-2h-1v-5h-2v5h-1v-9.748c-1.272-.316-2.537-.933-3.794-1.848l.588-.808C8.546 8.87 10.28 9.5 12 9.5c1.721 0 3.454-.63 5.206-1.904l.588.808c-1.257.915-2.522 1.532-3.794 1.848V20zM12 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-accessibility::before,
.ahe-icon-accessibility::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z'/%3E%3Cpath fill='%23009bb5' d='M14 20h-1v-5h-2v5h-1v-9.748c-1.272-.316-2.537-.933-3.794-1.848l.588-.808C8.546 8.87 10.28 9.5 12 9.5c1.721 0 3.454-.63 5.206-1.904l.588.808c-1.257.915-2.522 1.532-3.794 1.848V20zM12 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-accordion-close-white::before,
.ahe-icon-accordion-close-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1.657 4.343L16 12l-5.657 5.657-1.414-1.414L13.172 12 8.929 7.757l1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-accordion-close::before,
.ahe-icon-accordion-close::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1.657 4.343L16 12l-5.657 5.657-1.414-1.414L13.172 12 8.929 7.757l1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-accordion-open-white::before,
.ahe-icon-accordion-open-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5.657 8.343L16.243 8.93 12 13.172 7.757 8.929l-1.414 1.414L12 16l5.657-5.657z'/%3E%3C/svg%3E");
}
.dpg-icon-accordion-open::before,
.ahe-icon-accordion-open::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5.657 8.343L16.243 8.93 12 13.172 7.757 8.929l-1.414 1.414L12 16l5.657-5.657z'/%3E%3C/svg%3E");
}
.dpg-icon-adaptive-learning-white::before,
.ahe-icon-adaptive-learning-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 19h16v1H4v-1zM21 5v12c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 5v12h16V5H4zm11 6v4c0 .55-.45 1-1 1v-5H5a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zm2-2v4c0 .55-.45 1-1 1V9H7a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zm2-2v4c0 .55-.45 1-1 1V7H9a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-adaptive-learning::before,
.ahe-icon-adaptive-learning::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 19h16v1H4v-1zM21 5v12c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 5v12h16V5H4zm11 6v4c0 .55-.45 1-1 1v-5H5a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zm2-2v4c0 .55-.45 1-1 1V9H7a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zm2-2v4c0 .55-.45 1-1 1V7H9a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1z'/%3E%3C/svg%3E");
}
.dpg-icon-add-white::before,
.ahe-icon-add-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11zm-1 0c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10zm-9 6v-5h5v-2h-5V6h-2v5H6v2h5v5h2z'/%3E%3C/svg%3E");
}
.dpg-icon-add::before,
.ahe-icon-add::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11zm-1 0c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10zm-9 6v-5h5v-2h-5V6h-2v5H6v2h5v5h2z'/%3E%3C/svg%3E");
}
.dpg-icon-addassignment-white::before,
.ahe-icon-addassignment-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 11.498a6.45 6.45 0 0 0-1-.324V4H5v16h6.498c.146.35.322.684.524 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v7.498zM11.498 15a6.45 6.45 0 0 0-.324 1H7v-1h4.498zm2.536-3a6.53 6.53 0 0 0-1.224 1H7v-1h7.034zM7 9h10v1H7V9zm0-3h10v1H7V6zm10.5 17a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-.5-8h1v3h3v1h-3v3h-1v-3h-3v-1h3v-3z'/%3E%3C/svg%3E");
}
.dpg-icon-addassignment::before,
.ahe-icon-addassignment::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 11.498a6.45 6.45 0 0 0-1-.324V4H5v16h6.498c.146.35.322.684.524 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v7.498zM11.498 15a6.45 6.45 0 0 0-.324 1H7v-1h4.498zm2.536-3a6.53 6.53 0 0 0-1.224 1H7v-1h7.034zM7 9h10v1H7V9zm0-3h10v1H7V6z'/%3E%3Cpath fill='%23009bb5' d='M17.5 23a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-.5-8h1v3h3v1h-3v3h-1v-3h-3v-1h3v-3z'/%3E%3C/svg%3E");
}
.dpg-icon-addpage-white::before,
.ahe-icon-addpage-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 12.022a6.481 6.481 0 0 0-1-.524V7h-6V2H3v20h8.81c.365.38.776.717 1.224 1H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11l6 5v6.022zM16.5 23a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-.5-8h1v3h3v1h-3v3h-1v-3h-3v-1h3v-3z'/%3E%3C/svg%3E");
}
.dpg-icon-addpage::before,
.ahe-icon-addpage::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 12.022a6.481 6.481 0 0 0-1-.524V7h-6V2H4v20h8.81c.365.38.776.717 1.224 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11l6 5v6.022z'/%3E%3Cpath fill='%23009bb5' d='M17.5 23a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-.5-8h1v3h3v1h-3v3h-1v-3h-3v-1h3v-3z'/%3E%3C/svg%3E");
}
.dpg-icon-addquestion-white::before,
.ahe-icon-addquestion-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6 19h1v3h15V2H7v2H6V2a1 1 0 0 1 1-1h15c.55 0 1 .45 1 1v20c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1v-3zm8-8h6v1h-6v-1zm-5 6h11v1H9v-1zm0-3h11v1H9v-1zm0-6h11v1H9V8zm0-3h11v1H9V5zM6 6h1v5h5v1H7v5H6v-5H1v-1h5V6z'/%3E%3C/svg%3E");
}
.dpg-icon-addquestion::before,
.ahe-icon-addquestion::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6 19h1v3h15V2H7v2H6V2a1 1 0 0 1 1-1h15c.55 0 1 .45 1 1v20c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1v-3zm8-8h6v1h-6v-1zm-5 6h11v1H9v-1zm0-3h11v1H9v-1zm0-6h11v1H9V8zm0-3h11v1H9V5z'/%3E%3Cpath fill='%23009bb5' d='M6 6h1v5h5v1H7v5H6v-5H1v-1h5z'/%3E%3C/svg%3E");
}
.dpg-icon-address-book-white::before,
.ahe-icon-address-book-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M2 15H1v-1h1v-2H1v-1h1V9H1V8h1V6a1 1 0 0 1 1-1h19c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1v-2zm1 2h19V6H3v2h1v1H3v2h1v1H3v2h1v1H3v2zm12-3h5v1h-5v-1zm0-3h5v1h-5v-1zm0-3h5v1h-5V8zm-8 5.5V15H6v-1.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 7 10c0-1.657 1.12-3 2.5-3S12 8.343 12 10a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972V15h-1v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C7.362 12.608 7 13.03 7 13.5zM9.5 12c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2S8 8.62 8 10s.672 2 1.5 2z'/%3E%3C/svg%3E");
}
.dpg-icon-address-book::before,
.ahe-icon-address-book::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M2 15H1v-1h1v-2H1v-1h1V9H1V8h1V6a1 1 0 0 1 1-1h19c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1v-2zm1 2h19V6H3v2h1v1H3v2h1v1H3v2h1v1H3v2zm12-3h5v1h-5v-1zm0-3h5v1h-5v-1zm0-3h5v1h-5V8z'/%3E%3Cpath fill='%23009bb5' d='M7 13.5V15H6v-1.5c0-.801.528-1.514 1.348-1.972A3.45 3.45 0 0 1 7 10c0-1.657 1.12-3 2.5-3S12 8.343 12 10a3.45 3.45 0 0 1-.348 1.528c.82.458 1.348 1.17 1.348 1.972V15h-1v-1.5c0-.471-.362-.892-.929-1.167-.429.417-.976.667-1.571.667s-1.142-.25-1.571-.667C7.362 12.608 7 13.03 7 13.5zM9.5 12c.828 0 1.5-.5 1.5-2s-.672-2-1.5-2S8 8.62 8 10s.672 2 1.5 2z'/%3E%3C/svg%3E");
}
.dpg-icon-administrator-white::before,
.ahe-icon-administrator-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.66 5.723L15.5 2l7 5H20v4h1v2h1v3h-8.037a7.468 7.468 0 0 0-.743-.547 7.46 7.46 0 0 0 .203-.453H21v-1h-7.248a8.1 8.1 0 0 0 .187-1H20v-1h-6a7.818 7.818 0 0 0-1-3.87V7h-.8a6.124 6.124 0 0 0-1.54-1.277zM18 11h1V7h-1v4zm-2 0h1V7h-1v4zm-2 0h1V7h-1v4zm1.522-7.755L11.94 6h7.44l-3.858-2.755zM2 20v2H1v-2c0-1.745 1.251-3.28 3.147-4.175C3.431 14.786 3 13.454 3 12c0-3.314 2.239-6 5-6s5 2.686 5 6c0 1.454-.43 2.786-1.147 3.825C13.749 16.719 15 18.255 15 20v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C10.33 17.48 9.216 18 8 18c-1.215 0-2.33-.52-3.196-1.386C3.119 17.322 2 18.574 2 20zm6-3c2.21 0 4-2.239 4-5s-1.79-5-4-5-4 2.239-4 5 1.79 5 4 5z'/%3E%3C/svg%3E");
}
.dpg-icon-administrator::before,
.ahe-icon-administrator::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M10.66 5.723L15.5 2l7 5H20v4h1v2h1v3h-8.037a7.468 7.468 0 0 0-.743-.547 7.46 7.46 0 0 0 .203-.453H21v-1h-7.248a8.1 8.1 0 0 0 .187-1H20v-1h-6a7.818 7.818 0 0 0-1-3.87V7h-.8a6.124 6.124 0 0 0-1.54-1.277zM18 11h1V7h-1v4zm-2 0h1V7h-1v4zm-2 0h1V7h-1v4zm1.522-7.755L11.94 6h7.44l-3.858-2.755z'/%3E%3Cpath fill='%23009bb5' d='M2 20v2H1v-2c0-1.745 1.251-3.28 3.147-4.175C3.431 14.786 3 13.454 3 12c0-3.314 2.239-6 5-6s5 2.686 5 6c0 1.454-.43 2.786-1.147 3.825C13.749 16.719 15 18.255 15 20v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C10.33 17.48 9.216 18 8 18c-1.215 0-2.33-.52-3.196-1.386C3.119 17.322 2 18.574 2 20zm6-3c2.21 0 4-2.239 4-5s-1.79-5-4-5-4 2.239-4 5 1.79 5 4 5z'/%3E%3C/svg%3E");
}
.dpg-icon-animation-white::before,
.ahe-icon-animation-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7.513 9H3v10h18V9h-2.384l-2.331-5H21a1 1 0 0 1 1 1v14c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V5a1 1 0 0 1 1-1h2.181l2.332 5zm6.103 0l-2.331-5h3.896l2.332 5h-3.897zm-1.103 0H8.616L6.285 4h3.896l2.332 5zm1.567 8.33l-.42-1.15h-2.98l-.42 1.15H8.7l2.58-6.67h1.78l2.57 6.67h-1.55zm-1.91-5.44l-1.11 3.06h2.21l-1.1-3.06z'/%3E%3C/svg%3E");
}
.dpg-icon-animation::before,
.ahe-icon-animation::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M7.513 9H3v10h18V9h-2.384l-2.331-5H21a1 1 0 0 1 1 1v14c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V5a1 1 0 0 1 1-1h2.181l2.332 5zm6.103 0l-2.331-5h3.896l2.332 5h-3.897zm-1.103 0H8.616L6.285 4h3.896l2.332 5z'/%3E%3Cpath fill='%23009bb5' d='M14.08 17.33l-.42-1.15h-2.98l-.42 1.15H8.7l2.58-6.67h1.78l2.57 6.67h-1.55zm-1.91-5.44l-1.11 3.06h2.21l-1.1-3.06z'/%3E%3C/svg%3E");
}
.dpg-icon-application-based-actvity-white::before,
.ahe-icon-application-based-actvity-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 11.42V12c0 .145.016.287.045.424l-2.832.402 5.786 1.654 5.787-1.654-2.831-.402C14.98 12.29 15 12.15 15 12v-.579l4.141.589c.489.07.859.49.859.99v5c0 .4-.24.76-.61.92l-6.996 3a.969.969 0 0 1-.784 0l-7.004-3A1.004 1.004 0 0 1 4 18v-5c0-.5.37-.92.86-.99L9 11.42zm10 2.1l-6.5 1.856-.001 5.41L19 18v-4.48zm-14 0V18l6.499 2.784v-5.408L5 13.52zM14 12c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1h4zM12 2a4 4 0 0 1 2.501 7.122L14.5 10c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-.877A4 4 0 0 1 12 2zm0 1a3 3 0 0 0-1.5 5.6V10h3V8.598A3 3 0 0 0 12 3z'/%3E%3C/svg%3E");
}
.dpg-icon-application-based-actvity::before,
.ahe-icon-application-based-actvity::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M9 11.42V12c0 .145.016.287.045.424l-2.832.402 5.786 1.654 5.787-1.654-2.831-.402C14.98 12.29 15 12.15 15 12v-.579l4.141.589c.489.07.859.49.859.99v5c0 .4-.24.76-.61.92l-6.996 3a.969.969 0 0 1-.784 0l-7.004-3A1.004 1.004 0 0 1 4 18v-5c0-.5.37-.92.86-.99L9 11.42zm10 2.1l-6.5 1.856-.001 5.41L19 18v-4.48zm-14 0V18l6.499 2.784v-5.408L5 13.52zM14 12c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1h4zM12 2a4 4 0 0 1 2.501 7.122L14.5 10c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-.877A4 4 0 0 1 12 2zm0 1a3 3 0 0 0-1.5 5.6V10h3V8.598A3 3 0 0 0 12 3z'/%3E%3C/svg%3E");
}
.dpg-icon-apr-tool-white::before,
.ahe-icon-apr-tool-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22.982 10.805C22.982 9.267 21.946 8 20.06 8h-4.336v1.726C15.352 8.72 14.41 8 12.984 8H8.648v4.201L7.098 8H4.01L1 16.13h2.669l.312-1.042h3.111l.33 1.043H8.6a.868.868 0 0 1-.583-.866c0-.525.354-.796.748-1.008a1.678 1.678 0 0 1-.259-.754.794.794 0 0 1 .718-.78l.124-.004c.442 0 .772.236.772.666 0 .385-.248.603-.552.786l-.208.117c-.035.02-.07.038-.106.057.079.11.165.22.256.325l.413.457c.045.049.087.096.126.143.16-.241.277-.5.36-.771l.324.141a4.533 4.533 0 0 1-.454.872c.195.206.4.4.637.619h.182v-2.605h1.886c1.431 0 2.374-.69 2.74-1.679v4.29h2.456v-2.61h.89l1.125 2.61H23l-1.479-2.882a2.615 2.615 0 0 0 1.461-2.45zM4.612 13.05l.924-2.87.926 2.87h-1.85zm8.054-1.562h-1.562v-1.437h1.562a.721.721 0 0 1 .76.665.721.721 0 0 1-.666.76h-.088l-.006.012zm-2.616 4.307l.353.336h-.872c.189-.07.371-.189.519-.336zM8.924 14.51l.136.191.276.357.067.08.182.198.223.235a.98.98 0 0 1-.594.32l-.113.01h-.047a.649.649 0 0 1-.63-.66.83.83 0 0 1 .396-.677l.104-.054zm.495-1.496a.364.364 0 0 1 .348.383c0 .257-.185.42-.437.57l-.229.125a1.251 1.251 0 0 1-.19-.46l-.016-.123v-.023a.483.483 0 0 1 .393-.464l.084-.008h.047zm11.06-2.28v.024a.75.75 0 0 1-.676.72l-.132.004v.006h-1.485v-1.437h1.49a.75.75 0 0 1 .802.683z'/%3E%3C/svg%3E");
}
.dpg-icon-apr-tool::before,
.ahe-icon-apr-tool::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233B74B8' d='M22.982 10.805C22.982 9.267 21.946 8 20.06 8h-4.336v1.726C15.352 8.72 14.41 8 12.984 8H8.648v4.201L7.098 8H4.01L1 16.13h2.669l.312-1.042h3.111l.33 1.043H8.6a.868.868 0 0 1-.583-.866c0-.525.354-.796.748-1.008a1.678 1.678 0 0 1-.259-.754.794.794 0 0 1 .718-.78l.124-.004c.442 0 .772.236.772.666 0 .385-.248.603-.552.786l-.208.117c-.035.02-.07.038-.106.057.079.11.165.22.256.325l.413.457c.045.049.087.096.126.143.16-.241.277-.5.36-.771l.324.141a4.533 4.533 0 0 1-.454.872c.195.206.4.4.637.619h.182v-2.605h1.886c1.431 0 2.374-.69 2.74-1.679v4.29h2.456v-2.61h.89l1.125 2.61H23l-1.479-2.882a2.615 2.615 0 0 0 1.461-2.45zM4.612 13.05l.924-2.87.926 2.87h-1.85zm8.054-1.562h-1.562v-1.437h1.562a.721.721 0 0 1 .76.665.721.721 0 0 1-.666.76h-.088l-.006.012zm-2.616 4.307l.353.336h-.872c.189-.07.371-.189.519-.336zM8.924 14.51l.136.191.276.357.067.08.182.198.223.235a.98.98 0 0 1-.594.32l-.113.01h-.047a.649.649 0 0 1-.63-.66.83.83 0 0 1 .396-.677l.104-.054zm.495-1.496a.364.364 0 0 1 .348.383c0 .257-.185.42-.437.57l-.229.125a1.251 1.251 0 0 1-.19-.46l-.016-.123v-.023a.483.483 0 0 1 .393-.464l.084-.008h.047zm11.06-2.28v.024a.75.75 0 0 1-.676.72l-.132.004v.006h-1.485v-1.437h1.49a.75.75 0 0 1 .802.683z'/%3E%3C/svg%3E");
}
.dpg-icon-arrow-up-left-outline-white::before,
.ahe-icon-arrow-up-left-outline-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.933 17.266l.04.104c.331.729 1.378.793 1.783.065l1.123-2.023 4.013 4.013a1 1 0 0 0 1.414 0l2.121-2.122.078-.087a1 1 0 0 0-.078-1.327l-4.012-4.013 2.023-1.123c.76-.423.656-1.548-.17-1.823L6.663 5.394A1 1 0 0 0 5.397 6.66l3.536 10.607zM6.346 6.343L16.953 9.88l-3.182 1.767 4.95 4.95-2.122 2.122-4.95-4.95-1.768 3.182L6.346 6.343z'/%3E%3C/svg%3E");
}
.dpg-icon-arrow-up-left-outline::before,
.ahe-icon-arrow-up-left-outline::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.933 17.266l.04.104c.331.729 1.378.793 1.783.065l1.123-2.023 4.013 4.013a1 1 0 0 0 1.414 0l2.121-2.122.078-.087a1 1 0 0 0-.078-1.327l-4.012-4.013 2.023-1.123c.76-.423.656-1.548-.17-1.823L6.663 5.394A1 1 0 0 0 5.397 6.66l3.536 10.607zM6.346 6.343L16.953 9.88l-3.182 1.767 4.95 4.95-2.122 2.122-4.95-4.95-1.768 3.182L6.346 6.343z'/%3E%3C/svg%3E");
}
.dpg-icon-arrow-up-white::before,
.ahe-icon-arrow-up-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 5l5.657 5.657-1.414 1.414-3.244-3.243L13 19h-2l-.001-10.172-3.242 3.243-1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-arrow-up::before,
.ahe-icon-arrow-up::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23222' d='M12 5l5.657 5.657-1.414 1.414-3.244-3.243L13 19h-2l-.001-10.172-3.242 3.243-1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-bank-white::before,
.ahe-icon-assignment-bank-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zM21 1c.55 0 1 .45 1 1v10.81a6.528 6.528 0 0 0-.999-.787L21 2H9v3h6c.55 0 1 .45 1 1h4v1h-4v2h4v1h-4v1.174a6.45 6.45 0 0 0-1 .324V6H3v15l9.023.001c.23.359.494.694.787 1L3 22a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h12zm-3 13v3h3v1h-3v3h-1v-3h-3v-1h3v-3h1zm-6.826 2a6.49 6.49 0 0 0-.155 1H4v-1h7.174zm1.635-3a6.575 6.575 0 0 0-.787 1H4v-1h8.81zM14 10v1H4v-1h10z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-bank::before,
.ahe-icon-assignment-bank::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zM21 1c.55 0 1 .45 1 1v10.81a6.528 6.528 0 0 0-.999-.787L21 2H9v3h6c.55 0 1 .45 1 1h4v1h-4v2h4v1h-4v1.174a6.45 6.45 0 0 0-1 .324V6H3v15l9.023.001c.23.359.494.694.787 1L3 22a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h12zm-3 13v3h3v1h-3v3h-1v-3h-3v-1h3v-3h1zm-6.826 2a6.49 6.49 0 0 0-.155 1H4v-1h7.174zm1.635-3a6.575 6.575 0 0 0-.787 1H4v-1h8.81zM14 10v1H4v-1h10z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-blog-white::before,
.ahe-icon-assignment-blog-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.757 3l-1 1H3v12h7l5 6v-6h4V9.242l1-1V16c0 .55-.45 1-1 1h-3v5c0 .896-1.074 1.323-1.69.724l-.078-.084-4.7-5.64H3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h13.757zM6 12l3.816.001a1.95 1.95 0 0 0 .16 1L6 13v-1zm4.826-3a2 2 0 0 0-.21.44l-.186.56H6V9h4.826zm2.93-3l-1 1H6V6h7.756zm7.951-2.293l-1.414-1.414a1 1 0 0 0-1.414 0l-7.071 7.071a1 1 0 0 0-.242.39l-.707 2.122a1 1 0 0 0 1.265 1.265l2.12-.707a1 1 0 0 0 .392-.241l7.071-7.072a1 1 0 0 0 0-1.414zm-7.778 7.778l-2.121.707.707-2.12 1.414 1.413zM21 4.415l-1.414 1.413-.707-.707-.707.707.707.708-4.243 4.242-1.414-1.414L19.586 3 21 4.414z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-blog::before,
.ahe-icon-assignment-blog::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16.757 3l-1 1H3v12h7l5 6v-6h4V9.242l1-1V16c0 .55-.45 1-1 1h-3v5c0 .896-1.074 1.323-1.69.724l-.078-.084-4.7-5.64H3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h13.757zM6 12l3.816.001a1.95 1.95 0 0 0 .16 1L6 13v-1zm4.826-3a2 2 0 0 0-.21.44l-.186.56H6V9h4.826zm2.93-3l-1 1H6V6h7.756zm7.951-2.293l-1.414-1.414a1 1 0 0 0-1.414 0l-7.071 7.071a1 1 0 0 0-.242.39l-.707 2.122a1 1 0 0 0 1.265 1.265l2.12-.707a1 1 0 0 0 .392-.241l7.071-7.072a1 1 0 0 0 0-1.414zm-7.778 7.778l-2.121.707.707-2.12 1.414 1.413zM21 4.415l-1.414 1.413-.707-.707-.707.707.707.708-4.243 4.242-1.414-1.414L19.586 3 21 4.414z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-discussion-board-white::before,
.ahe-icon-assignment-discussion-board-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13 7c.55 0 1 .45 1 1v9a1 1 0 0 1-1 1H8.5l-2.7 3.6c-.53.706-1.604.42-1.776-.376l-.018-.111L4 21v-3H2c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h11zm0 1H2v9h3v4l3-4h5V8zm9-6a1 1 0 0 1 1 1v9c0 .55-.45 1-1 1h-2v3l-.006.113c-.09.879-1.24 1.225-1.794.487L15.501 13H15v-1h1l3 4v-4h3V3H11l-.001 3H10V3a1 1 0 0 1 1-1h11zM11 14v1H4v-1h7zm0-2v1H4v-1h7zm0-2v1H4v-1h7zm9-1v1h-5V9h5zm-5.267-2H20v1h-5a1.99 1.99 0 0 0-.267-1zM20 5v1h-7V5h7z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-discussion-board::before,
.ahe-icon-assignment-discussion-board::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13 7c.55 0 1 .45 1 1v9a1 1 0 0 1-1 1H8.5l-2.7 3.6c-.53.706-1.604.42-1.776-.376l-.018-.111L4 21v-3H2c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h11zm0 1H2v9h3v4l3-4h5V8zm9-6a1 1 0 0 1 1 1v9c0 .55-.45 1-1 1h-2v3l-.006.113c-.09.879-1.24 1.225-1.794.487L15.501 13H15v-1h1l3 4v-4h3V3H11l-.001 3H10V3a1 1 0 0 1 1-1h11zM11 14v1H4v-1h7zm0-2v1H4v-1h7zm0-2v1H4v-1h7zm9-1v1h-5V9h5zm-5.267-2H20v1h-5a1.99 1.99 0 0 0-.267-1zM20 5v1h-7V5h7z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-group-white::before,
.ahe-icon-assignment-group-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.5 10.5c1.933 0 3.5 1.79 3.5 4 0 .813-.212 1.57-.577 2.202C10.943 17.487 12 18.87 12 20.5V22h-1v-1.5c0-1.275-.876-2.39-2.185-3-.617.622-1.427 1-2.315 1-.888 0-1.698-.378-2.315-1.002C2.88 18.11 2 19.23 2 20.5V22H1v-1.5c0-1.637 1.036-3.029 2.57-3.814A4.373 4.373 0 0 1 3 14.5c0-2.21 1.567-4 3.5-4zm4-4c1.933 0 3.5 1.79 3.5 4 0 .813-.212 1.57-.577 2.202C14.943 13.487 16 14.87 16 16.5V18h-1v-1.5c0-1.275-.876-2.39-2.185-3-.5.504-1.125.847-1.816.96a5.519 5.519 0 0 0-.097-1C12.07 13.23 13 12.013 13 10.5c0-1.684-1.151-3-2.5-3-1.158 0-2.17.97-2.433 2.31a4.036 4.036 0 0 0-.964-.266C7.476 7.797 8.855 6.5 10.5 6.5zm-4 5c-1.349 0-2.5 1.316-2.5 3s1.151 3 2.5 3 2.5-1.316 2.5-3-1.151-3-2.5-3zM21 3c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-4v-.5l-.006-.253a5.122 5.122 0 0 0-.018-.247H21V4h-9l.001 1.782a4.105 4.105 0 0 0-1-.252L11 4a1 1 0 0 1 1-1h9zm-2 9v1h-3.426a5.878 5.878 0 0 0-.862-.735c.03-.087.056-.175.082-.264L19 12zm0-3v1h-4.022a5.483 5.483 0 0 0-.184-1H19zm0-3v1h-5V6h5z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-group::before,
.ahe-icon-assignment-group::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6.5 10.5c1.933 0 3.5 1.79 3.5 4 0 .813-.212 1.57-.577 2.202C10.943 17.487 12 18.87 12 20.5V22h-1v-1.5c0-1.275-.876-2.39-2.185-3-.617.622-1.427 1-2.315 1-.888 0-1.698-.378-2.315-1.002C2.88 18.11 2 19.23 2 20.5V22H1v-1.5c0-1.637 1.036-3.029 2.57-3.814A4.373 4.373 0 0 1 3 14.5c0-2.21 1.567-4 3.5-4zm4-4c1.933 0 3.5 1.79 3.5 4 0 .813-.212 1.57-.577 2.202C14.943 13.487 16 14.87 16 16.5V18h-1v-1.5c0-1.275-.876-2.39-2.185-3-.5.504-1.125.847-1.816.96a5.519 5.519 0 0 0-.097-1C12.07 13.23 13 12.013 13 10.5c0-1.684-1.151-3-2.5-3-1.158 0-2.17.97-2.433 2.31a4.036 4.036 0 0 0-.964-.266C7.476 7.797 8.855 6.5 10.5 6.5zm-4 5c-1.349 0-2.5 1.316-2.5 3s1.151 3 2.5 3 2.5-1.316 2.5-3-1.151-3-2.5-3zM21 3c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-4v-.5l-.006-.253a5.122 5.122 0 0 0-.018-.247H21V4h-9l.001 1.782a4.105 4.105 0 0 0-1-.252L11 4a1 1 0 0 1 1-1h9zm-2 9v1h-3.426a5.878 5.878 0 0 0-.862-.735c.03-.087.056-.175.082-.264L19 12zm0-3v1h-4.022a5.483 5.483 0 0 0-.184-1H19zm0-3v1h-5V6h5z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-my-white::before,
.ahe-icon-assignment-my-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8 6c2.761 0 5 2.686 5 6 0 1.454-.43 2.786-1.147 3.825C13.749 16.719 15 18.255 15 20v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C10.33 17.48 9.216 18 8 18c-1.215 0-2.33-.52-3.196-1.386C3.119 17.322 2 18.574 2 20v2H1v-2c0-1.745 1.251-3.28 3.147-4.175C3.431 14.786 3 13.454 3 12c0-3.314 2.239-6 5-6zm0 1c-2.21 0-4 2.239-4 5s1.79 5 4 5 4-2.239 4-5-1.79-5-4-5zm13-4c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-6.07a6.445 6.445 0 0 0-.968-1H21V4h-9v2.783a6.152 6.152 0 0 0-1-.847V4a1 1 0 0 1 1-1h9zm-1 9v1h-6.06c.026-.217.044-.438.053-.662L14 12h6zm0-3v1h-6.248a7.696 7.696 0 0 0-.33-1H20zm0-3v1h-7V6h7z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-my::before,
.ahe-icon-assignment-my::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8 6c2.761 0 5 2.686 5 6 0 1.454-.43 2.786-1.147 3.825C13.749 16.719 15 18.255 15 20v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C10.33 17.48 9.216 18 8 18c-1.215 0-2.33-.52-3.196-1.386C3.119 17.322 2 18.574 2 20v2H1v-2c0-1.745 1.251-3.28 3.147-4.175C3.431 14.786 3 13.454 3 12c0-3.314 2.239-6 5-6zm0 1c-2.21 0-4 2.239-4 5s1.79 5 4 5 4-2.239 4-5-1.79-5-4-5zm13-4c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-6.07a6.445 6.445 0 0 0-.968-1H21V4h-9v2.783a6.152 6.152 0 0 0-1-.847V4a1 1 0 0 1 1-1h9zm-1 9v1h-6.06c.026-.217.044-.438.053-.662L14 12h6zm0-3v1h-6.248a7.696 7.696 0 0 0-.33-1H20zm0-3v1h-7V6h7z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-reading-white::before,
.ahe-icon-assignment-reading-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 1c.55 0 1 .45 1 1v9.019a6.49 6.49 0 0 0-1 .155V2H3v17.5h8.314c.112.348.252.682.419 1.001L3 20.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h13zm1.5 11a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zm.5 1v3h3v1h-3v3h-1v-3h-3v-1h3v-3h1zm-8.5 1a1.75 1.75 0 0 1 1.643 1.145A6.44 6.44 0 0 0 11 17.5l.002.144A1.75 1.75 0 1 1 9.5 15zm0 1a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm3.31-3a6.52 6.52 0 0 0-.788 1H4v-1h8.81zM5 4.5a1 1 0 0 1 1.283-.96l.11.04L9.5 4.912l3.106-1.33a1 1 0 0 1 1.368.69l.02.112L14 4.5v5a1 1 0 0 1-.5.866l-.106.053-3.5 1.5a1 1 0 0 1-.66.045l-.128-.045-3.5-1.5a1 1 0 0 1-.599-.8L5 9.5v-5zm1 0v5l3 1.286v-5L6 4.5zm7 0l-3 1.286v5L13 9.5v-5z'/%3E%3C/svg%3E");
}
.dpg-icon-assignment-reading::before,
.ahe-icon-assignment-reading::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 1c.55 0 1 .45 1 1v9.019a6.49 6.49 0 0 0-1 .155V2H3v17.5h8.314c.112.348.252.682.419 1.001L3 20.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h13zm1.5 11a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zm.5 1v3h3v1h-3v3h-1v-3h-3v-1h3v-3h1zm-8.5 1a1.75 1.75 0 0 1 1.643 1.145A6.44 6.44 0 0 0 11 17.5l.002.144A1.75 1.75 0 1 1 9.5 15zm0 1a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm3.31-3a6.52 6.52 0 0 0-.788 1H4v-1h8.81zM5 4.5a1 1 0 0 1 1.283-.96l.11.04L9.5 4.912l3.106-1.33a1 1 0 0 1 1.368.69l.02.112L14 4.5v5a1 1 0 0 1-.5.866l-.106.053-3.5 1.5a1 1 0 0 1-.66.045l-.128-.045-3.5-1.5a1 1 0 0 1-.599-.8L5 9.5v-5zm1 0v5l3 1.286v-5L6 4.5zm7 0l-3 1.286v5L13 9.5v-5z'/%3E%3C/svg%3E");
}
.dpg-icon-attachment-white::before,
.ahe-icon-attachment-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12.707 15.536l-4.95-4.95.707-.707 4.95 4.95a1 1 0 1 0 1.414-1.415l-7.07-7.07a2 2 0 0 0-2.83 2.828l9.193 9.192a3 3 0 1 0 4.243-4.243L9.879 5.636l.707-.707 8.485 8.485a4 4 0 1 1-5.657 5.657L4.222 9.88a3 3 0 1 1 4.242-4.243l7.072 7.071a2 2 0 1 1-2.829 2.829z'/%3E%3C/svg%3E");
}
.dpg-icon-attachment::before,
.ahe-icon-attachment::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12.707 15.536l-4.95-4.95.707-.707 4.95 4.95a1 1 0 1 0 1.414-1.415l-7.07-7.07a2 2 0 0 0-2.83 2.828l9.193 9.192a3 3 0 1 0 4.243-4.243L9.879 5.636l.707-.707 8.485 8.485a4 4 0 1 1-5.657 5.657L4.222 9.88a3 3 0 1 1 4.242-4.243l7.072 7.071a2 2 0 1 1-2.829 2.829z'/%3E%3C/svg%3E");
}
.dpg-icon-audiooff-white::before,
.ahe-icon-audiooff-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13 4.707L8.707 9H4v6h4.707L13 19.293V4.707zM8.293 8l4.853-4.854A.5.5 0 0 1 14 3.5v17a.5.5 0 0 1-.854.354L8.293 16H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4.293zm8.379 7.036l-.708-.708 2.829-2.828-2.829-2.828.708-.708 2.828 2.829 2.828-2.829.708.708-2.829 2.828 2.829 2.828-.708.708-2.828-2.829-2.828 2.829z'/%3E%3C/svg%3E");
}
.dpg-icon-audiooff::before,
.ahe-icon-audiooff::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 4.707L7.707 9H3v6h4.707L12 19.293V4.707zM7.293 8l4.853-4.854A.5.5 0 0 1 13 3.5v17a.5.5 0 0 1-.854.354L7.293 16H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4.293z'/%3E%3Cpath fill='%23009bb5' d='M15.672 15.036l-.708-.708 2.829-2.828-2.829-2.828.708-.708 2.828 2.829 2.828-2.829.708.708-2.829 2.828 2.829 2.828-.708.708-2.828-2.829z'/%3E%3C/svg%3E");
}
.dpg-icon-audioon-white::before,
.ahe-icon-audioon-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 4.707L7.707 9H3v6h4.707L12 19.293V4.707zM7.293 8l4.853-4.854A.5.5 0 0 1 13 3.5v17a.5.5 0 0 1-.854.354L7.293 16H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4.293zm7.24 9.334A6.985 6.985 0 0 0 17 12c0-2.137-.957-4.05-2.466-5.334l.884-.552A7.979 7.979 0 0 1 18 12a7.979 7.979 0 0 1-2.582 5.886l-.884-.552zm3.497 2.184A10.962 10.962 0 0 0 21 12a10.96 10.96 0 0 0-2.97-7.518l.862-.54A11.956 11.956 0 0 1 22 12c0 3.101-1.177 5.928-3.108 8.058l-.862-.54z'/%3E%3C/svg%3E");
}
.dpg-icon-audioon::before,
.ahe-icon-audioon::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 4.707L7.707 9H3v6h4.707L12 19.293V4.707zM7.293 8l4.853-4.854A.5.5 0 0 1 13 3.5v17a.5.5 0 0 1-.854.354L7.293 16H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4.293z'/%3E%3Cpath fill='%23009bb5' d='M14.534 17.334A6.985 6.985 0 0 0 17 12c0-2.137-.957-4.05-2.466-5.334l.884-.552A7.979 7.979 0 0 1 18 12a7.979 7.979 0 0 1-2.582 5.886l-.884-.552zm3.496 2.184A10.962 10.962 0 0 0 21 12a10.96 10.96 0 0 0-2.97-7.518l.862-.54A11.956 11.956 0 0 1 22 12c0 3.101-1.177 5.928-3.108 8.058l-.862-.54z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-fast-forward-outline-white::before,
.ahe-icon-av-control-fast-forward-outline-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 6.804l7.5 4.33a1 1 0 0 1 0 1.732l-7.5 4.33a1 1 0 0 1-1.5-.866v-2.022l-5 2.888A1 1 0 0 1 4 16.33V7.67a1 1 0 0 1 1.5-.866l5 2.886V7.67a1 1 0 0 1 1.5-.866zM5 16.33L12.5 12 5 7.67v8.66zm6.5-8.66v2.597l1.5.867a1 1 0 0 1 0 1.732l-1.5.865v2.6L19 12l-7.5-4.33z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-fast-forward-outline::before,
.ahe-icon-av-control-fast-forward-outline::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 6.804l7.5 4.33a1 1 0 0 1 0 1.732l-7.5 4.33a1 1 0 0 1-1.5-.866v-2.022l-5 2.888A1 1 0 0 1 4 16.33V7.67a1 1 0 0 1 1.5-.866l5 2.886V7.67a1 1 0 0 1 1.5-.866zM5 16.33L12.5 12 5 7.67v8.66zm6.5-8.66v2.597l1.5.867a1 1 0 0 1 0 1.732l-1.5.865v2.6L19 12l-7.5-4.33z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-fast-rewind-outline-white::before,
.ahe-icon-av-control-fast-rewind-outline-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 6.804l-7.5 4.33a1 1 0 0 0 0 1.732l7.5 4.33a1 1 0 0 0 1.5-.866v-2.022l5 2.888a1 1 0 0 0 1.5-.866V7.67a1 1 0 0 0-1.5-.866l-5 2.886V7.67a1 1 0 0 0-1.5-.866zm7 9.526L11.5 12 19 7.67v8.66zm-6.5-8.66v2.597l-1.5.867a1 1 0 0 0 0 1.732l1.5.865v2.6L5 12l7.5-4.33z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-fast-rewind-outline::before,
.ahe-icon-av-control-fast-rewind-outline::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 6.804l-7.5 4.33a1 1 0 0 0 0 1.732l7.5 4.33a1 1 0 0 0 1.5-.866v-2.022l5 2.888a1 1 0 0 0 1.5-.866V7.67a1 1 0 0 0-1.5-.866l-5 2.886V7.67a1 1 0 0 0-1.5-.866zm7 9.526L11.5 12 19 7.67v8.66zm-6.5-8.66v2.597l-1.5.867a1 1 0 0 0 0 1.732l1.5.865v2.6L5 12l7.5-4.33z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-pause-outline-white::before,
.ahe-icon-av-control-pause-outline-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1h-2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2zm-6 0c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2zm6 1h-2v8h2V8zm-6 0H8v8h2V8z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-pause-outline::before,
.ahe-icon-av-control-pause-outline::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1h-2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2zm-6 0c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2zm6 1h-2v8h2V8zm-6 0H8v8h2V8z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-play-outline-white::before,
.ahe-icon-av-control-play-outline-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.5 12.866l-7.5 4.33a1 1 0 0 1-1.5-.866V7.67a1 1 0 0 1 1.5-.866l7.5 4.33a1 1 0 0 1 0 1.732zm-8-5.196v8.66L17 12 9.5 7.67z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-play-outline::before,
.ahe-icon-av-control-play-outline::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M17.5 12.866l-7.5 4.33a1 1 0 0 1-1.5-.866V7.67a1 1 0 0 1 1.5-.866l7.5 4.33a1 1 0 0 1 0 1.732zm-8-5.196v8.66L17 12 9.5 7.67z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-resume-outline-white::before,
.ahe-icon-av-control-resume-outline-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 6.804l7.5 4.33a1 1 0 0 1 0 1.732l-7.5 4.33a1 1 0 0 1-1.5-.866V7.67a1 1 0 0 1 1.5-.866zM7 7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2zm4.5.67v8.66L19 12l-7.5-4.33zM7 8H5v8h2V8z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-resume-outline::before,
.ahe-icon-av-control-resume-outline::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 6.804l7.5 4.33a1 1 0 0 1 0 1.732l-7.5 4.33a1 1 0 0 1-1.5-.866V7.67a1 1 0 0 1 1.5-.866zM7 7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2zm4.5.67v8.66L19 12l-7.5-4.33zM7 8H5v8h2V8z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-stop-outline-white::before,
.ahe-icon-av-control-stop-outline-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h8zM8 8v8h8V8H8z'/%3E%3C/svg%3E");
}
.dpg-icon-av-control-stop-outline::before,
.ahe-icon-av-control-stop-outline::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h8zM8 8v8h8V8H8z'/%3E%3C/svg%3E");
}
.dpg-icon-box-one-arrow-in-left-white::before,
.ahe-icon-box-one-arrow-in-left-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13 3a1 1 0 0 1 1 1v2h-1V4H4v16h9v-2h1v2a1 1 0 0 1-1 1H4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zm3 4.757l1.414 1.415-1.829 1.827L22 11v2h-6.415l1.83 1.828L16 16.243 11.757 12 16 7.757zM11 15H6v2h5v-2zm0-4H6v2h5v-2zm0-4v2H6V7h5z'/%3E%3C/svg%3E");
}
.dpg-icon-box-one-arrow-in-left::before,
.ahe-icon-box-one-arrow-in-left::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13 3a1 1 0 0 1 1 1v2h-1V4H4v16h9v-2h1v2a1 1 0 0 1-1 1H4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zm3 4.757l1.414 1.415-1.829 1.827L22 11v2h-6.415l1.83 1.828L16 16.243 11.757 12 16 7.757zM11 15H6v2h5v-2zm0-4H6v2h5v-2zm0-4v2H6V7h5z'/%3E%3C/svg%3E");
}
.dpg-icon-boxes-two-arrow-in-left-white::before,
.ahe-icon-boxes-two-arrow-in-left-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 15h-1v5h-9V4h9v5h1V4a1 1 0 0 0-1-1H2c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h19a1 1 0 0 0 1-1v-5zM11 4v16H2V4h9zm6 3.757l1.414 1.415-1.829 1.827L23 11v2h-6.415l1.83 1.828L17 16.243 12.757 12 17 7.757zM9 15H4v2h5v-2zm0-4H4v2h5v-2zm0-4v2H4V7h5z'/%3E%3C/svg%3E");
}
.dpg-icon-boxes-two-arrow-in-left::before,
.ahe-icon-boxes-two-arrow-in-left::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 15h-1v5h-9V4h9v5h1V4a1 1 0 0 0-1-1H2c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h19a1 1 0 0 0 1-1v-5zM11 4v16H2V4h9zm6 3.757l1.414 1.415-1.829 1.827L23 11v2h-6.415l1.83 1.828L17 16.243 12.757 12 17 7.757zM9 15H4v2h5v-2zm0-4H4v2h5v-2zm0-4v2H4V7h5z'/%3E%3C/svg%3E");
}
.dpg-icon-bullhorn-white::before,
.ahe-icon-bullhorn-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.994 4.888L19 5v10c0 .55-.542 1.072-1.131.992l-.112-.021-8-2a1 1 0 0 1-.75-.857L9 13H8v5c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-5H3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h6a1 1 0 0 1 .649-.936l.108-.034 8-2a1 1 0 0 1 1.237.858zM7 13H5v5h2v-5zm11-8l-8 2v6l8 2V5zm3 2c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-1v-1h1V8h-1V7h1zM9 8H3v4h6V8z'/%3E%3C/svg%3E");
}
.dpg-icon-bullhorn::before,
.ahe-icon-bullhorn::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.994 4.888L19 5v10c0 .55-.542 1.072-1.131.992l-.112-.021-8-2a1 1 0 0 1-.75-.857L9 13H8v5c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-5H3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h6a1 1 0 0 1 .649-.936l.108-.034 8-2a1 1 0 0 1 1.237.858zM7 13H5v5h2v-5zm11-8l-8 2v6l8 2V5zm3 2c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-1v-1h1V8h-1V7h1zM9 8H3v4h6V8z'/%3E%3C/svg%3E");
}
.dpg-icon-calendar-clock-white::before,
.ahe-icon-calendar-clock-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 12.81a6.528 6.528 0 0 0-1-.788V10H3v9h8.174c.081.345.19.679.324 1H3c-.55 0-1-.45-1-1V6a1 1 0 0 1 1-1h2V3h3v2h8V3h3v2h2a1 1 0 0 1 1 1v6.81zM17 4v2h1V4h-1zM6 4v2h1V4H6zM3 6v3h18V6h-2v1h-3V6H8v1H5V6H3zm14.5 17a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm.5-4.577l2.098 1.211-.5.866L17 18v-4h1v3.423zM10 15h1v3H8v-1h2v-2zm-4 0h1v3H4v-1h2v-2zm4-4h1v3H8v-1h2v-2zm-4 0h1v3H4v-1h2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-calendar-clock::before,
.ahe-icon-calendar-clock::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 12.81a6.528 6.528 0 0 0-1-.788V10H3v9h8.174c.081.345.19.679.324 1H3c-.55 0-1-.45-1-1V6a1 1 0 0 1 1-1h2V3h3v2h8V3h3v2h2a1 1 0 0 1 1 1v6.81zM17 4v2h1V4h-1zM6 4v2h1V4H6zM3 6v3h18V6h-2v1h-3V6H8v1H5V6H3z'/%3E%3Cpath fill='%23009bb5' d='M17.5 23a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm.5-4.577l2.098 1.211-.5.866L17 18v-4h1v3.423zM10 15h1v3H8v-1h2v-2zm-4 0h1v3H4v-1h2v-2zm4-4h1v3H8v-1h2v-2zm-4 0h1v3H4v-1h2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-calendar-white::before,
.ahe-icon-calendar-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5 5V3h3v2h8V3h3v2h2a1 1 0 0 1 1 1v13c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V6a1 1 0 0 1 1-1h2zm-2 5v9h18v-9H3zm0-4v3h18V6h-2v1h-3V6H8v1H5V6H3zm14-2v2h1V4h-1zM6 4v2h1V4H6zm4 7h1v3H8v-1h2v-2zm4 0h1v3h-3v-1h2v-2zm4 0h1v3h-3v-1h2v-2zM6 15h1v3H4v-1h2v-2zm4 0h1v3H8v-1h2v-2zm4 0h1v3h-3v-1h2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-calendar::before,
.ahe-icon-calendar::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M5 5V3h3v2h8V3h3v2h2a1 1 0 0 1 1 1v13c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V6a1 1 0 0 1 1-1h2zm-2 5v9h18v-9H3zm0-4v3h18V6h-2v1h-3V6H8v1H5V6H3zm14-2v2h1V4h-1zM6 4v2h1V4H6z'/%3E%3Cpath fill='%23009bb5' d='M10 11h1v3H8v-1h2v-2zm4 0h1v3h-3v-1h2v-2zm4 0h1v3h-3v-1h2v-2zM6 15h1v3H4v-1h2v-2zm4 0h1v3H8v-1h2v-2zm4 0h1v3h-3v-1h2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-chart-or-graph-white::before,
.ahe-icon-chart-or-graph-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 20V7H2l1.5-3L5 7H4v12h15v-1l3 1.5-3 1.5v-1zm3-8h1v5H6v-5zm3-2h1v7H9v-7zm3-3h1v10h-1V7zm3 2h1v8h-1V9z'/%3E%3C/svg%3E");
}
.dpg-icon-chart-or-graph::before,
.ahe-icon-chart-or-graph::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M3 20V7H2l1.5-3L5 7H4v12h15v-1l3 1.5-3 1.5v-1z'/%3E%3Cpath fill='%23009bb5' d='M6 12h1v5H6v-5zm3-2h1v7H9v-7zm3-3h1v10h-1V7zm3 2h1v8h-1V9z'/%3E%3C/svg%3E");
}
.dpg-icon-checkmark-white::before,
.ahe-icon-checkmark-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-checkmark::before,
.ahe-icon-checkmark::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23238834' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-clock-white::before,
.ahe-icon-clock-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11c-.007-6.072-4.928-10.993-11-11zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c-.007 5.52-4.48 9.993-10 10-5.523 0-10-4.477-10-10zm11.14-.975a1.5 1.5 0 1 1-2.615.7L7.42 9.934l.5-.866 3.105 1.793a1.494 1.494 0 0 1 1.25-.335l2.792-4.837.866.5-2.793 4.837z'/%3E%3C/svg%3E");
}
.dpg-icon-clock::before,
.ahe-icon-clock::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11c-.007-6.072-4.928-10.993-11-11zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c-.007 5.52-4.48 9.993-10 10-5.523 0-10-4.477-10-10zm11.14-.975a1.5 1.5 0 1 1-2.615.7L7.42 9.934l.5-.866 3.105 1.793a1.494 1.494 0 0 1 1.25-.335l2.792-4.837.866.5-2.793 4.837z'/%3E%3C/svg%3E");
}
.dpg-icon-comment-white::before,
.ahe-icon-comment-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 2a1 1 0 0 1 .993.883L22 3v13a1 1 0 0 1-.883.993L21 17h-3v5c0 .896-1.074 1.323-1.69.724l-.078-.084-4.7-5.64H3a1 1 0 0 1-.993-.883L2 16V3a1 1 0 0 1 .883-.993L3 2h18zm0 1H3v13h9l5 6v-6h4V3zm-9 9v1H6v-1h6zm6-3v1H6V9h12zm0-3v1H6V6h12z'/%3E%3C/svg%3E");
}
.dpg-icon-comment::before,
.ahe-icon-comment::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23009bb5' d='M18 9v1H6V9h12zm-6 3v1H6v-1h6zm6-6v1H6V6h12z'/%3E%3Cpath fill='%23265867' d='M18 17h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h8.532l4.7 5.64c.598.72 1.768.295 1.768-.64v-5zm-1 5l-5-6H3V3h18v13h-4v6z'/%3E%3C/svg%3E");
}
.dpg-icon-confirmation-white::before,
.ahe-icon-confirmation-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6 12.5L7.5 11l3 3L17 7.5 18.5 9l-8 8z'/%3E%3C/svg%3E");
}
.dpg-icon-confirmation::before,
.ahe-icon-confirmation::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6 12.5L7.5 11l3 3L17 7.5 18.5 9l-8 8z'/%3E%3C/svg%3E");
}
.dpg-icon-copyright-white::before,
.ahe-icon-copyright-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm1 0c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12zm13.763-3.293a5 5 0 1 0 0 6.585l.753.66a6 6 0 1 1 0-7.902l-.753.657z'/%3E%3C/svg%3E");
}
.dpg-icon-copyright::before,
.ahe-icon-copyright::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm1 0c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12zm13.763-3.293a5 5 0 1 0 0 6.585l.753.66a6 6 0 1 1 0-7.902l-.753.657z'/%3E%3C/svg%3E");
}
.dpg-icon-critical-missions-white::before,
.ahe-icon-critical-missions-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.5 1a2.5 2.5 0 0 1 1.172 4.709l3.616 12.3a2.533 2.533 0 0 1 .858.075l3.407-6.808a.5.5 0 0 1 .587-.256l.084.033a.5.5 0 0 1 .256.587l-.033.084-3.404 6.81a2.5 2.5 0 1 1-2.714-.243L8.711 5.99a2.533 2.533 0 0 1-.77-.054l-2.972 6.54a2.5 2.5 0 1 1-.91-.414l2.971-6.54A2.5 2.5 0 0 1 8.5 1zm5 18a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-10-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm5-11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm8.555.672c.298-.855 1.465-.894 1.841-.117l.049.117.711 2.047 2.169.045c.869.018 1.27 1.031.749 1.641l-.077.081-.089.075L20.68 7.87l.628 2.076c.253.835-.594 1.532-1.337 1.217l-.097-.047-.094-.06L18 9.819l-1.78 1.239c-.716.498-1.64-.092-1.57-.896l.015-.106.027-.109.627-2.076-1.727-1.31c-.693-.524-.422-1.58.358-1.767l.11-.02.115-.009 2.168-.045.712-2.047zM18 3l-.94 2.706-2.864.058 2.282 1.73-.83 2.742L18 8.6l2.351 1.636-.83-2.742 2.283-1.73-2.864-.058L18 3z'/%3E%3C/svg%3E");
}
.dpg-icon-critical-missions::before,
.ahe-icon-critical-missions::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.5 1a2.5 2.5 0 0 1 1.172 4.709l3.616 12.3a2.533 2.533 0 0 1 .858.075l3.407-6.808a.5.5 0 0 1 .587-.256l.084.033a.5.5 0 0 1 .256.587l-.033.084-3.404 6.81a2.5 2.5 0 1 1-2.714-.243L8.711 5.99a2.533 2.533 0 0 1-.77-.054l-2.972 6.54a2.5 2.5 0 1 1-.91-.414l2.971-6.54A2.5 2.5 0 0 1 8.5 1zm5 18a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-10-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm5-11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm8.555.672c.298-.855 1.465-.894 1.841-.117l.049.117.711 2.047 2.169.045c.869.018 1.27 1.031.749 1.641l-.077.081-.089.075L20.68 7.87l.628 2.076c.253.835-.594 1.532-1.337 1.217l-.097-.047-.094-.06L18 9.819l-1.78 1.239c-.716.498-1.64-.092-1.57-.896l.015-.106.027-.109.627-2.076-1.727-1.31c-.693-.524-.422-1.58.358-1.767l.11-.02.115-.009 2.168-.045.712-2.047zM18 3l-.94 2.706-2.864.058 2.282 1.73-.83 2.742L18 8.6l2.351 1.636-.83-2.742 2.283-1.73-2.864-.058L18 3z'/%3E%3C/svg%3E");
}
.dpg-icon-dashboard-gauge-white::before,
.ahe-icon-dashboard-gauge-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M12 3c6.075 0 11 4.925 11 11a10.96 10.96 0 0 1-.835 4.21.5.5 0 1 1-.924-.382A9.968 9.968 0 0 0 22 14c0-5.523-4.477-10-10-10S2 8.477 2 14c0 1.331.26 2.625.759 3.828a.5.5 0 0 1-.924.383A10.968 10.968 0 0 1 1 14C1 7.925 5.925 3 12 3zm3.857 6.404a1 1 0 0 1 .123 1.409l-2.1 2.503a2 2 0 1 1-1.532-1.286l2.1-2.503a1 1 0 0 1 1.409-.123z'/%3E%3C/svg%3E");
}
.dpg-icon-dashboard-gauge::before,
.ahe-icon-dashboard-gauge::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23265867' d='M12 3c6.075 0 11 4.925 11 11a10.96 10.96 0 0 1-.835 4.21.5.5 0 1 1-.924-.382A9.968 9.968 0 0 0 22 14c0-5.523-4.477-10-10-10S2 8.477 2 14c0 1.331.26 2.625.759 3.828a.5.5 0 0 1-.924.383A10.968 10.968 0 0 1 1 14C1 7.925 5.925 3 12 3zm3.857 6.404a1 1 0 0 1 .123 1.409l-2.1 2.503a2 2 0 1 1-1.532-1.286l2.1-2.503a1 1 0 0 1 1.409-.123z'/%3E%3C/svg%3E");
}
.dpg-icon-down-arrow-white::before,
.ahe-icon-down-arrow-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M2.1 8.1L12 18l9.9-9.9-1.415-1.414L12 15.172 3.515 6.686z'/%3E%3C/svg%3E");
}
.dpg-icon-down-arrow::before,
.ahe-icon-down-arrow::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M2.1 8.1L12 18l9.9-9.9-1.415-1.414L12 15.172 3.515 6.686z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-down-white::before,
.ahe-icon-dropdown-arrow-down-white::before,
.ahe-icon-dropdown-arrow-white-down::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.343 10.343L12 16l5.657-5.657-1.414-1.414L12 13.172 7.757 8.929z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-down::before,
.ahe-icon-dropdown-arrow-down::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6.343 10.343L12 16l5.657-5.657-1.414-1.414L12 13.172 7.757 8.929z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-left-white::before,
.ahe-icon-dropdown-arrow-left-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13.657 17.657L8 12l5.657-5.657 1.414 1.414L10.828 12l4.243 4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-left::before,
.ahe-icon-dropdown-arrow-left::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13.657 17.657L8 12l5.657-5.657 1.414 1.414L10.828 12l4.243 4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-right-white::before,
.ahe-icon-dropdown-arrow-right-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.343 6.343L16 12l-5.657 5.657-1.414-1.414L13.172 12 8.929 7.757z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-right::before,
.ahe-icon-dropdown-arrow-right::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M10.343 6.343L16 12l-5.657 5.657-1.414-1.414L13.172 12 8.929 7.757z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-up-white::before,
.ahe-icon-dropdown-arrow-up-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.343 13.657L12 8l5.657 5.657-1.414 1.414L12 10.828l-4.243 4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-up::before,
.ahe-icon-dropdown-arrow-up::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6.343 13.657L12 8l5.657 5.657-1.414 1.414L12 10.828l-4.243 4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-ebook-white::before,
.ahe-icon-ebook-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 2v20c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h17c.55 0 1 .45 1 1zM3 2v20h17V2H3zm1 13h14v1H4v-1zm7.5-10.094l4.094-1.82A1 1 0 0 1 17 4v7a1 1 0 0 1-.594.914l-4.5 2a1 1 0 0 1-.812 0l-4.5-2A1 1 0 0 1 6 11V4a1 1 0 0 1 1.406-.914l4.094 1.82zm.5.872v7L16 11V4l-4 1.778zm-1 7v-7L7 4v7l4 1.778zM11.5 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 1a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-ebook::before,
.ahe-icon-ebook::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 2v20c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h17c.55 0 1 .45 1 1zM3 2v20h17V2H3zm1 13h14v1H4v-1zm7.5-10.094l4.094-1.82A1 1 0 0 1 17 4v7a1 1 0 0 1-.594.914l-4.5 2a1 1 0 0 1-.812 0l-4.5-2A1 1 0 0 1 6 11V4a1 1 0 0 1 1.406-.914l4.094 1.82zm.5.872v7L16 11V4l-4 1.778zm-1 7v-7L7 4v7l4 1.778zM11.5 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 1a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-edit-white::before,
.ahe-icon-edit-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.536 14.314L19.142 3.707a1 1 0 0 1 1.414 0l2.829 2.829a1.003 1.003 0 0 1 0 1.414L12.778 18.556l-5.657 1.415 1.415-5.657zm12.02-4.95l2.122-2.121-2.829-2.829L9.243 15.021l2.828 2.828 7.778-7.778-2.121-2.121.707-.707 2.121 2.121zM5.833 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h15.435l-1 1H3v16h3.083l-.25 1z'/%3E%3C/svg%3E");
}
.dpg-icon-edit::before,
.ahe-icon-edit::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.536 14.314L19.142 3.707a1 1 0 0 1 1.414 0l2.829 2.829a1.003 1.003 0 0 1 0 1.414L12.778 18.556l-5.657 1.415 1.415-5.657zm.53 1.944l-.53 2.298 2.298-.53-1.768-1.768zm11.49-6.894l2.122-2.121-2.829-2.829L9.243 15.021l2.828 2.828 7.778-7.778-2.121-2.121.707-.707 2.121 2.121z'/%3E%3Cpath fill='%23009bb5' d='M5.833 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h15.435l-1 1H3v16h3.083l-.25 1z'/%3E%3C/svg%3E");
}
.dpg-icon-ehr-case-white::before,
.ahe-icon-ehr-case-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11.019 18c.026.341.078.675.155 1H2v-1h9.019zM18 3c.55 0 1 .45 1 1v7.174a6.49 6.49 0 0 0-1-.155V4H2v12h9.174a6.49 6.49 0 0 0-.155 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16zm-.5 9a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zm.756 1.33L20.441 20h-1.317l-.357-.977h-2.534l-.357.977h-1.325l2.193-5.67h1.512zm-.756 1.046l-.944 2.601h1.879l-.935-2.601zM12 5v2.999L15 8v3.498a6.48 6.48 0 0 0-.965.502H12v2.035a6.48 6.48 0 0 0-.502.965H8v-3H5V8h3V5h4z'/%3E%3C/svg%3E");
}
.dpg-icon-ehr-case::before,
.ahe-icon-ehr-case::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M11.019 18c.026.341.078.675.155 1H2v-1h9.019zM18 3c.55 0 1 .45 1 1v7.174a6.49 6.49 0 0 0-1-.155V4H2v12h9.174a6.49 6.49 0 0 0-.155 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16zm-.5 9a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zm.756 1.33L20.441 20h-1.317l-.357-.977h-2.534l-.357.977h-1.325l2.193-5.67h1.512zm-.756 1.046l-.944 2.601h1.879l-.935-2.601zM12 5v2.999L15 8v3.498a6.48 6.48 0 0 0-.965.502H12v2.035a6.48 6.48 0 0 0-.502.965H8v-3H5V8h3V5h4z'/%3E%3C/svg%3E");
}
.dpg-icon-ehr-clinic-white::before,
.ahe-icon-ehr-clinic-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 19h16v1H4v-1zM21 5v12c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 5v12h16V5H4zm10 1v2.999L17 9v4h-3v3h-4v-3H7V9h3V6h4z'/%3E%3C/svg%3E");
}
.dpg-icon-ehr-clinic::before,
.ahe-icon-ehr-clinic::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 19h16v1H4v-1zM21 5v12c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 5v12h16V5H4zm10 1v2.999L17 9v4h-3v3h-4v-3H7V9h3V6h4z'/%3E%3C/svg%3E");
}
.dpg-icon-explanation-page-white::before,
.ahe-icon-explanation-page-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12.75 19h-1.5v-3.75H12c3.586 0 6.25-2.664 6.25-6.25S15.586 2.75 12 2.75 5.75 5.414 5.75 9h-1.5c0-4.414 3.336-7.75 7.75-7.75S19.75 4.586 19.75 9c0 4.16-2.963 7.363-7 7.717V19zM11 20h2v2h-2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-explanation-page::before,
.ahe-icon-explanation-page::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12.75 19h-1.5v-3.75H12c3.586 0 6.25-2.664 6.25-6.25S15.586 2.75 12 2.75 5.75 5.414 5.75 9h-1.5c0-4.414 3.336-7.75 7.75-7.75S19.75 4.586 19.75 9c0 4.16-2.963 7.363-7 7.717V19zM11 20h2v2h-2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-external-link-white::before,
.ahe-icon-external-link-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 3v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM5 3v16h16V3H5zm13 18c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1v15h15zm1-16v7h-2l.5-4-7 7L9 13.5l7-7-4 .5V5h7z'/%3E%3C/svg%3E");
}
.dpg-icon-external-link::before,
.ahe-icon-external-link::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 3v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM5 3v16h16V3H5zm13 18c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1v15h15z'/%3E%3Cpath fill='%23009bb5' d='M19 5h-7v2l4-.5-7 7 1.5 1.5 7-7-.5 4h2z'/%3E%3C/svg%3E");
}
.dpg-icon-eyedropper-white::before,
.ahe-icon-eyedropper-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13.768 4.368l1.414 1.414 2.828-2.828c1.061.118 1.886.471 2.475 1.06.59.59.943 1.415 1.06 2.476l-2.827 2.828 1.414 1.414-2.122 2.122-1.414-1.415-7.778 7.779-.296-.297-3.347 2.51a1 1 0 0 1-1.222-.017l-.085-.075-.707-.707a1 1 0 0 1-.156-1.213l.063-.094 2.51-3.347-.296-.296 7.779-7.778-1.415-1.414 2.122-2.122zm-6.87 11.516l-3.03 4.04.707.708 4.04-3.031.203.202 7.071-7.07-2.121-2.122-7.071 7.071.202.202z'/%3E%3C/svg%3E");
}
.dpg-icon-eyedropper::before,
.ahe-icon-eyedropper::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13.768 4.368l1.414 1.414 2.828-2.828c1.061.118 1.886.471 2.475 1.06.59.59.943 1.415 1.06 2.476l-2.827 2.828 1.414 1.414-2.122 2.122-1.414-1.415-7.778 7.779-.296-.297-3.347 2.51a1 1 0 0 1-1.222-.017l-.085-.075-.707-.707a1 1 0 0 1-.156-1.213l.063-.094 2.51-3.347-.296-.296 7.779-7.778-1.415-1.414 2.122-2.122zm-6.87 11.516l-3.03 4.04.707.708 4.04-3.031.203.202 7.071-7.07-2.121-2.122-7.071 7.071.202.202z'/%3E%3C/svg%3E");
}
.dpg-icon-field-trip-white::before,
.ahe-icon-field-trip-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M23 5v13c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 5v13h20V5H2zm8.5 11a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm7-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E");
}
.dpg-icon-field-trip::before,
.ahe-icon-field-trip::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M23 5v13c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 5v13h20V5H2zm8.5 11a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm7-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E");
}
.dpg-icon-files-white::before,
.ahe-icon-files-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 22a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm14-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm14-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM5 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-files::before,
.ahe-icon-files::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19 22a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm14-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm14-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM5 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-finger-tap-white::before,
.ahe-icon-finger-tap-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M1 17.128L7.07 18h3c.391 0 .5-.11.5-.5s-.109-.5-.5-.5H8v-1h2.5c.39 0 .5-.11.5-.5s-.11-.5-.5-.5h-2v-1h3c.39 0 .5-.11.5-.5s-.11-.5-.5-.5H9v-1h7.5c.39 0 .5-.11.5-.5s-.11-.5-.5-.5H8l.316-1 3.197-1.163c.366-.134.432-.274.298-.641-.082-.227-.19-.307-.356-.326a.775.775 0 0 0-.332.042l-4.81 1.225L1 11.977v-1.134l4.894-2.617.113-.043c4.057-1.034 4.057-1.034 4.821-1.226.184-.067.442-.115.741-.08.53.06.965.381 1.182.977.322.886-.01 1.6-.896 1.922L11.24 10h5.26c.943 0 1.5.557 1.5 1.5s-.557 1.5-1.5 1.5h-3.56c.04.152.06.319.06.5 0 .79-.391 1.31-1.073 1.457.048.163.073.344.073.543 0 .573-.206 1.003-.578 1.253.097.21.149.46.149.747 0 .943-.557 1.5-1.5 1.5L7 18.995l-6-.857v-1.01zM16 14h1v4h-1v-4zm2.621-1.086l2.829 2.829-.707.707-2.829-2.829.707-.707zM19 11h4v1h-4v-1zm-1.086-1.621l2.829-2.829.707.707-2.829 2.829-.707-.707zM16 5h1v4h-1V5z'/%3E%3C/svg%3E");
}
.dpg-icon-finger-tap::before,
.ahe-icon-finger-tap::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M1 17.128L7.07 18h3c.391 0 .5-.11.5-.5s-.109-.5-.5-.5H8v-1h2.5c.39 0 .5-.11.5-.5s-.11-.5-.5-.5h-2v-1h3c.39 0 .5-.11.5-.5s-.11-.5-.5-.5H9v-1h7.5c.39 0 .5-.11.5-.5s-.11-.5-.5-.5H8l.316-1 3.197-1.163c.366-.134.432-.274.298-.641-.082-.227-.19-.307-.356-.326a.775.775 0 0 0-.332.042l-4.81 1.225L1 11.977v-1.134l4.894-2.617.113-.043c4.057-1.034 4.057-1.034 4.821-1.226.184-.067.442-.115.741-.08.53.06.965.381 1.182.977.322.886-.01 1.6-.896 1.922L11.24 10h5.26c.943 0 1.5.557 1.5 1.5s-.557 1.5-1.5 1.5h-3.56c.04.152.06.319.06.5 0 .79-.391 1.31-1.073 1.457.048.163.073.344.073.543 0 .573-.206 1.003-.578 1.253.097.21.149.46.149.747 0 .943-.557 1.5-1.5 1.5L7 18.995l-6-.857v-1.01z'/%3E%3Cpath fill='%23009BB5' d='M16 14h1v4h-1v-4zm2.621-1.086l2.829 2.829-.707.707-2.829-2.829.707-.707zM19 11h4v1h-4v-1zm-1.086-1.621l2.829-2.829.707.707-2.829 2.829-.707-.707zM16 5h1v4h-1V5z'/%3E%3C/svg%3E");
}
.dpg-icon-floppy-disk-white::before,
.ahe-icon-floppy-disk-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M2 3v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-.293-.707l-4-4A1 1 0 0 0 17 2H3a1 1 0 0 0-1 1zm15 0l4 4v14H3V3h14zm-5 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM8 4H7v5h10V4h-1v3H8V4z'/%3E%3C/svg%3E");
}
.dpg-icon-floppy-disk::before,
.ahe-icon-floppy-disk::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M2 3v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-.293-.707l-4-4A1 1 0 0 0 17 2H3a1 1 0 0 0-1 1zm15 0l4 4v14H3V3h14zm-5 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM8 4H7v5h10V4h-1v3H8V4z'/%3E%3C/svg%3E");
}
.dpg-icon-folder-closed-arrow-down-circle-white::before,
.ahe-icon-folder-closed-arrow-down-circle-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 12.81a6.528 6.528 0 0 0-1-.788V7H3v11h8.019c.026.341.078.675.155 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1h10c.55 0 1 .45 1 1v5.81zM3 5v1h7V5H3zm14.5 7a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zm.5 5.086l.914-.914.707.707L17.5 20l-2.121-2.121.707-.707.914.914V14h1v4.086z'/%3E%3C/svg%3E");
}
.dpg-icon-folder-closed-arrow-down-circle::before,
.ahe-icon-folder-closed-arrow-down-circle::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 12.81a6.528 6.528 0 0 0-1-.788V7H3v11h8.019c.026.341.078.675.155 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1h10c.55 0 1 .45 1 1v5.81zM3 5v1h7V5H3z'/%3E%3Cpath fill='%23009BB5' d='M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zm.5 5.086l.914-.914.707.707L17.5 20l-2.121-2.121.707-.707.914.914V14h1v4.086z'/%3E%3C/svg%3E");
}
.dpg-icon-folder-white::before,
.ahe-icon-folder-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10 4a1 1 0 0 1 1 1v1h10c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7zM3 5v1h7V5H3zm0 2v11h18V7H3z'/%3E%3C/svg%3E");
}
.dpg-icon-folder::before,
.ahe-icon-folder::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M10 4a1 1 0 0 1 1 1v1h10c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7zM3 5v1h7V5H3zm0 2v11h18V7H3z'/%3E%3C/svg%3E");
}
.dpg-icon-globe-white::before,
.ahe-icon-globe-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.028 17a19.557 19.557 0 0 1-.522-4H3.055A9.099 9.099 0 0 1 3 12h2.506c.034-1.298.195-2.632.485-4H3.936a8.94 8.94 0 0 1 .58-1h1.708c.206-.81.456-1.633.75-2.467a8.984 8.984 0 0 1 1.346-.749A29.198 29.198 0 0 0 7.257 7H11V3.055A9.099 9.099 0 0 1 12 3v4h3.789a26.113 26.113 0 0 0-1.232-3.632c.44.13.864.293 1.273.485.403 1.052.733 2.1.99 3.147h2.664c.214.32.408.653.58 1h-3.02c.27 1.338.42 2.672.45 4H21c0 .338-.019.672-.055 1h-3.45a20.39 20.39 0 0 1-.484 4h2.473a9.038 9.038 0 0 1-.776 1H16.76a19.697 19.697 0 0 1-.689 2.03 8.943 8.943 0 0 1-1.324.543c.389-.84.713-1.697.973-2.573H12v3c-.338 0-.672-.019-1-.055V18H7.335c.216.708.474 1.414.775 2.118a8.996 8.996 0 0 1-1.404-.839A21.452 21.452 0 0 1 6.291 18h-1a9.038 9.038 0 0 1-.775-1h1.512zm1.03 0H11v-4H6.507a18.6 18.6 0 0 0 .55 4zM12 17h3.985c.306-1.294.476-2.627.509-4H12v4zM7.014 8a21.145 21.145 0 0 0-.507 4H11V8H7.014zM12 8v4h4.494a21.866 21.866 0 0 0-.471-4H12zm0 15C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z'/%3E%3C/svg%3E");
}
.dpg-icon-globe::before,
.ahe-icon-globe::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z'/%3E%3Cpath fill='%23009bb5' d='M17.494 12H21c0 .338-.019.672-.055 1h-3.45a19.946 19.946 0 0 1-1.425 7.03 8.943 8.943 0 0 1-1.324.543A18.894 18.894 0 0 0 16.494 13H12v8c-.338 0-.672-.019-1-.055V13H6.507c.065 2.392.599 4.764 1.603 7.118a8.996 8.996 0 0 1-1.404-.839A20.01 20.01 0 0 1 5.506 13H3.055A9.099 9.099 0 0 1 3 12h2.506c.06-2.372.55-4.861 1.468-7.467a8.984 8.984 0 0 1 1.346-.749C7.18 6.683 6.576 9.421 6.507 12H11V3.055A9.099 9.099 0 0 1 12 3v9h4.494c-.068-2.845-.712-5.722-1.937-8.632.44.13.864.293 1.273.485 1.048 2.735 1.603 5.452 1.664 8.147zM4.516 7h14.968c.214.32.408.653.58 1H3.936a8.94 8.94 0 0 1 .58-1zm0 10h14.968a9.038 9.038 0 0 1-.776 1H5.292a9.038 9.038 0 0 1-.776-1z'/%3E%3C/svg%3E");
}
.dpg-icon-glossary-white::before,
.ahe-icon-glossary-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21.993 3.882l.007.119v13a1 1 0 0 1-.576.905l-.108.043-9 3a1 1 0 0 1-.507.033l-.125-.033-9-3a1 1 0 0 1-.677-.832L2 17V4a1 1 0 0 1 1.202-.98l.114.031L12 5.947l8.684-2.895a1 1 0 0 1 1.31.83zM21 4.001l-9 3v13l9-3V4zm-1.484 3.996v1.368l-3.78 5.136H19.6V16h-6.096v-1.38l3.78-5.124h-3.78v-1.5h6.012zm-11.344 0H6.036L2.94 16h1.872l.504-1.38h3.576L9.396 16h1.86L8.172 7.997zM7.104 9.473l1.32 3.672H5.772l1.332-3.672z'/%3E%3C/svg%3E");
}
.dpg-icon-glossary::before,
.ahe-icon-glossary::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21.993 3.882l.007.119v13a1 1 0 0 1-.576.905l-.108.043-9 3a1 1 0 0 1-.507.033l-.125-.033-9-3a1 1 0 0 1-.677-.832L2 17V4a1 1 0 0 1 1.202-.98l.114.031L12 5.947l8.684-2.895a1 1 0 0 1 1.31.83zM21 4.001l-9 3v13l9-3V4zm-1.484 3.996v1.368l-3.78 5.136H19.6V16h-6.096v-1.38l3.78-5.124h-3.78v-1.5h6.012zm-11.344 0H6.036L2.94 16h1.872l.504-1.38h3.576L9.396 16h1.86L8.172 7.997zM7.104 9.473l1.32 3.672H5.772l1.332-3.672z'/%3E%3C/svg%3E");
}
.dpg-icon-group-white::before,
.ahe-icon-group-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.56 5.239C11.392 3.315 13.068 2 15 2c2.761 0 5 2.686 5 6 0 1.454-.43 2.786-1.147 3.825C20.749 12.719 22 14.255 22 16v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C17.33 13.48 16.216 14 15 14a4.05 4.05 0 0 1-.247-.007 7.97 7.97 0 0 0 .186-.994L15 13c2.21 0 4-2.239 4-5s-1.79-5-4-5c-1.521 0-2.844 1.061-3.52 2.624a5.426 5.426 0 0 0-.92-.385zM3 20v2H2v-2c0-1.745 1.251-3.28 3.147-4.175C4.431 14.786 4 13.454 4 12c0-3.314 2.239-6 5-6s5 2.686 5 6c0 1.454-.43 2.786-1.147 3.825C14.749 16.719 16 18.255 16 20v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C11.33 17.48 10.216 18 9 18c-1.215 0-2.33-.52-3.196-1.386C4.119 17.322 3 18.574 3 20zm6-3c2.21 0 4-2.239 4-5s-1.79-5-4-5-4 2.239-4 5 1.79 5 4 5z'/%3E%3C/svg%3E");
}
.dpg-icon-group::before,
.ahe-icon-group::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M10.56 5.239C11.392 3.315 13.068 2 15 2c2.761 0 5 2.686 5 6 0 1.454-.43 2.786-1.147 3.825C20.749 12.719 22 14.255 22 16v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C17.33 13.48 16.216 14 15 14a4.05 4.05 0 0 1-.247-.007 7.97 7.97 0 0 0 .186-.994L15 13c2.21 0 4-2.239 4-5s-1.79-5-4-5c-1.521 0-2.844 1.061-3.52 2.624a5.426 5.426 0 0 0-.92-.385z'/%3E%3Cpath fill='%23009bb5' d='M3 20v2H2v-2c0-1.745 1.251-3.28 3.147-4.175C4.431 14.786 4 13.454 4 12c0-3.314 2.239-6 5-6s5 2.686 5 6c0 1.454-.43 2.786-1.147 3.825C14.749 16.719 16 18.255 16 20v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C11.33 17.48 10.216 18 9 18c-1.215 0-2.33-.52-3.196-1.386C4.119 17.322 3 18.574 3 20zm6-3c2.21 0 4-2.239 4-5s-1.79-5-4-5-4 2.239-4 5 1.79 5 4 5z'/%3E%3C/svg%3E");
}
.dpg-icon-hamburger-white::before,
.ahe-icon-hamburger-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 17h18v1H3v-1zm0-6h18v1H3v-1zm0-6h18v1H3V5z'/%3E%3C/svg%3E");
}
.dpg-icon-hamburger::before,
.ahe-icon-hamburger::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M3 17h18v1H3v-1zm0-6h18v1H3v-1zm0-6h18v1H3V5z'/%3E%3C/svg%3E");
}
.dpg-icon-hand-raised-white::before,
.ahe-icon-hand-raised-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c.87 0 1.614.562 1.888 1.34.317-.214.7-.34 1.112-.34 1.1 0 2 .9 2 2v9.264l2.106-1.053c1.791-.896 3.694 1.189 2.554 2.899l-3.996 6c-.416.624-1.044.9-1.664.894v-1.002c.31.003.62-.132.83-.452l4-6c.55-.82-.39-1.89-1.28-1.44L16 14.881V4c0-.55-.45-1-1-1s-1 .45-1 1v8h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v9h-1V4c0-.55-.45-1-1-1s-1 .45-1 1v8H7V6c0-.55-.45-1-1-1s-1 .45-1 1v12c0 1.244.83 2.42 2 2.83v1.044A4 4 0 0 1 4 18V6c0-1.1.9-2 2-2 .364 0 .706.099 1.001.27L7 4c0-1.1.9-2 2-2 .411 0 .795.126 1.114.341A2.005 2.005 0 0 1 12 1z'/%3E%3C/svg%3E");
}
.dpg-icon-hand-raised::before,
.ahe-icon-hand-raised::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c.87 0 1.614.562 1.888 1.34.317-.214.7-.34 1.112-.34 1.1 0 2 .9 2 2v9.264l2.106-1.053c1.791-.896 3.694 1.189 2.554 2.899l-3.996 6c-.416.624-1.044.9-1.664.894v-1.002c.31.003.62-.132.83-.452l4-6c.55-.82-.39-1.89-1.28-1.44L16 14.881V4c0-.55-.45-1-1-1s-1 .45-1 1v8h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v9h-1V4c0-.55-.45-1-1-1s-1 .45-1 1v8H7V6c0-.55-.45-1-1-1s-1 .45-1 1v12c0 1.244.83 2.42 2 2.83v1.044A4 4 0 0 1 4 18V6c0-1.1.9-2 2-2 .364 0 .706.099 1.001.27L7 4c0-1.1.9-2 2-2 .411 0 .795.126 1.114.341A2.005 2.005 0 0 1 12 1z'/%3E%3C/svg%3E");
}
.dpg-icon-hexagon-exclamation-white::before,
.ahe-icon-hexagon-exclamation-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1l9.526 5.5v11L12 23l-9.526-5.5v-11L12 1zm0 1.155L3.473 7.077v9.845L12 21.844l8.526-4.922V7.077L12 2.155zm-.001 1.154l7.527 4.345v8.69l-7.527 4.345-7.526-4.345v-8.69l7.526-4.345zm0 1.154L5.472 8.231v7.535l6.527 3.768 6.526-3.768V8.231l-6.526-3.768zM13 15v2h-2v-2h2zm0-8v6h-2V7h2z'/%3E%3C/svg%3E");
}
.dpg-icon-hexagon-exclamation::before,
.ahe-icon-hexagon-exclamation::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1l9.526 5.5v11L12 23l-9.526-5.5v-11L12 1zm0 1.155L3.473 7.077v9.845L12 21.844l8.526-4.922V7.077L12 2.155zM13 15v2h-2v-2h2zm0-8v6h-2V7h2z'/%3E%3Cpath fill='%23009BB5' d='M11.999 3.309l7.527 4.345v8.69l-7.527 4.345-7.526-4.345v-8.69l7.526-4.345zm0 1.154L5.472 8.231v7.535l6.527 3.768 6.526-3.768V8.231l-6.526-3.768z'/%3E%3C/svg%3E");
}
.dpg-icon-holidays-white::before,
.ahe-icon-holidays-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 4.309l6.263-2.76a.562.562 0 0 1 .785.57l-.686 6.818 4.557 5.112a.562.562 0 0 1-.3.923l-6.687 1.454-3.447 5.92a.562.562 0 0 1-.97 0l-3.447-5.92-6.687-1.454a.562.562 0 0 1-.3-.923l4.557-5.112-.686-6.818a.562.562 0 0 1 .785-.57L12 4.309zM6.166 2.965l.615 6.106a.562.562 0 0 1-.14.43L2.56 14.079l5.988 1.301c.154.034.287.13.366.266l3.086 5.3 3.086-5.3a.562.562 0 0 1 .366-.266l5.988-1.301L17.36 9.5a.562.562 0 0 1-.14-.43l.615-6.106-5.607 2.472a.562.562 0 0 1-.454 0L6.166 2.965z'/%3E%3C/svg%3E");
}
.dpg-icon-holidays::before,
.ahe-icon-holidays::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 4.309l6.263-2.76a.562.562 0 0 1 .785.57l-.686 6.818 4.557 5.112a.562.562 0 0 1-.3.923l-6.687 1.454-3.447 5.92a.562.562 0 0 1-.97 0l-3.447-5.92-6.687-1.454a.562.562 0 0 1-.3-.923l4.557-5.112-.686-6.818a.562.562 0 0 1 .785-.57L12 4.309zM6.166 2.965l.615 6.106a.562.562 0 0 1-.14.43L2.56 14.079l5.988 1.301c.154.034.287.13.366.266l3.086 5.3 3.086-5.3a.562.562 0 0 1 .366-.266l5.988-1.301L17.36 9.5a.562.562 0 0 1-.14-.43l.615-6.106-5.607 2.472a.562.562 0 0 1-.454 0L6.166 2.965z'/%3E%3C/svg%3E");
}
.dpg-icon-homework-white::before,
.ahe-icon-homework-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M14 3c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h11zm4.606.553a1 1 0 0 1 1.725-.11l.063.11 1.5 3a1 1 0 0 1 .1.331L22 7v13a1 1 0 0 1-.883.993L21 21h-3a1 1 0 0 1-.993-.883L17 20V7a1 1 0 0 1 .06-.34l.046-.107 1.5-3zM14 4H3v16h11V4zm7 4h-3v9h2v1h-2v2h3V8zm-9 7v1H5v-1h7zm0-3v1H5v-1h7zm0-3v1H5V9h7zm0-3v1H5V6h7zm7.5-2L18 7h3l-1.5-3z'/%3E%3C/svg%3E");
}
.dpg-icon-homework::before,
.ahe-icon-homework::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M14 3c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h11zm4.606.553a1 1 0 0 1 1.725-.11l.063.11 1.5 3a1 1 0 0 1 .1.331L22 7v13a1 1 0 0 1-.883.993L21 21h-3a1 1 0 0 1-.993-.883L17 20V7a1 1 0 0 1 .06-.34l.046-.107 1.5-3zM14 4H3v16h11V4zm7 4h-3v9h2v1h-2v2h3V8zm-9 7v1H5v-1h7zm0-3v1H5v-1h7zm0-3v1H5V9h7zm0-3v1H5V6h7zm7.5-2L18 7h3l-1.5-3z'/%3E%3C/svg%3E");
}
.dpg-icon-image-white::before,
.ahe-icon-image-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 18.293V5H2v13.24l7.01-8.01 5.024 6.03L17 13.292l5 5zm-.707.707L17 14.707l-3.034 3.034-4.975-5.971L2.664 19h18.629zM23 5v14c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zm-6 7a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-image::before,
.ahe-icon-image::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 18.293V5H2v13.24l7.01-8.01 5.024 6.03L17 13.292l5 5zm-.707.707L17 14.707l-3.034 3.034-4.975-5.971L2.664 19h18.629zM23 5v14c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1z'/%3E%3Cpath fill='%23009bb5' d='M17 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-incorrect-solid-white::before,
.ahe-icon-incorrect-solid-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm14.536-4.95L12 10.586 8.464 7.05 7.05 8.464 10.586 12 7.05 15.536l1.414 1.414L12 13.414l3.536 3.536 1.414-1.414L13.414 12l3.536-3.536-1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-incorrect-solid::before,
.ahe-icon-incorrect-solid::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E21F26' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm14.536-4.95L12 10.586 8.464 7.05 7.05 8.464 10.586 12 7.05 15.536l1.414 1.414L12 13.414l3.536 3.536 1.414-1.414L13.414 12l3.536-3.536-1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-incorrect-white::before,
.ahe-icon-incorrect-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.dpg-icon-incorrect::before,
.ahe-icon-incorrect::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E21F26' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.dpg-icon-instructor-white::before,
.ahe-icon-instructor-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 5.936a5.614 5.614 0 0 0-1-.538V3H2v11h7.248c.089.345.199.68.33 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h15c.55 0 1 .45 1 1v2.936zM9.06 11c-.04.327-.06.66-.06 1H4v-1h5.06zm1.015-3a7.35 7.35 0 0 0-.498 1H4V8h6.075zM15 5c-1.131 0-2.19.365-3.092 1H4V5h11zM9 20v2H8v-2c0-1.745 1.251-3.28 3.147-4.175C10.431 14.786 10 13.454 10 12c0-3.314 2.239-6 5-6s5 2.686 5 6c0 1.454-.43 2.786-1.147 3.825C20.749 16.719 22 18.255 22 20v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C17.33 17.48 16.216 18 15 18c-1.215 0-2.33-.52-3.196-1.386C10.119 17.322 9 18.574 9 20zm6-3c2.21 0 4-2.239 4-5s-1.79-5-4-5-4 2.239-4 5 1.79 5 4 5z'/%3E%3C/svg%3E");
}
.dpg-icon-instructor::before,
.ahe-icon-instructor::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 5.936a5.614 5.614 0 0 0-1-.538V3H2v11h7.248c.089.345.199.68.33 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h15c.55 0 1 .45 1 1v2.936zM9.06 11c-.04.327-.06.66-.06 1H4v-1h5.06zm1.015-3a7.35 7.35 0 0 0-.498 1H4V8h6.075zM15 5c-1.131 0-2.19.365-3.092 1H4V5h11z'/%3E%3Cpath fill='%23009bb5' d='M9 20v2H8v-2c0-1.745 1.251-3.28 3.147-4.175C10.431 14.786 10 13.454 10 12c0-3.314 2.239-6 5-6s5 2.686 5 6c0 1.454-.43 2.786-1.147 3.825C20.749 16.719 22 18.255 22 20v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C17.33 17.48 16.216 18 15 18c-1.215 0-2.33-.52-3.196-1.386C10.119 17.322 9 18.574 9 20zm6-3c2.21 0 4-2.239 4-5s-1.79-5-4-5-4 2.239-4 5 1.79 5 4 5z'/%3E%3C/svg%3E");
}
.dpg-icon-invisibility-white::before,
.ahe-icon-invisibility-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm5.31-9.017l2.115-2.115a.5.5 0 0 1 .707.707l-2.04 2.04c1.451 1.255 2.892 2.96 4.324 5.108a.5.5 0 0 1 0 .554C18.999 17.402 15.536 20 12 20c-1.787 0-3.556-.664-5.31-1.983l-2.115 2.115a.5.5 0 0 1-.707-.707l2.04-2.04c-1.451-1.255-2.892-2.96-4.324-5.108a.5.5 0 0 1 0-.554C5.001 6.598 8.464 4 12 4c1.787 0 3.556.664 5.31 1.983zm-.714.714C15.049 5.563 13.516 5 12 5c-3.071 0-6.211 2.311-9.397 7 1.346 1.982 2.685 3.54 4.014 4.676l9.979-9.979zm.787.627l-9.979 9.979C8.951 18.437 10.484 19 12 19c3.071 0 6.211-2.311 9.397-7-1.346-1.982-2.685-3.54-4.014-4.676z'/%3E%3C/svg%3E");
}
.dpg-icon-invisibility::before,
.ahe-icon-invisibility::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23009bb5' d='M12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill='%23265867' d='M17.31 5.983l2.115-2.115a.5.5 0 0 1 .707.707l-2.04 2.04c1.451 1.255 2.892 2.96 4.324 5.108a.5.5 0 0 1 0 .554C18.999 17.402 15.536 20 12 20c-1.787 0-3.556-.664-5.31-1.983l-2.115 2.115a.5.5 0 0 1-.707-.707l2.04-2.04c-1.451-1.255-2.892-2.96-4.324-5.108a.5.5 0 0 1 0-.554C5.001 6.598 8.464 4 12 4c1.787 0 3.556.664 5.31 1.983zm-.714.714C15.049 5.563 13.516 5 12 5c-3.071 0-6.211 2.311-9.397 7 1.346 1.982 2.685 3.54 4.014 4.676l9.979-9.979zm.787.627l-9.979 9.979C8.951 18.437 10.484 19 12 19c3.071 0 6.211-2.311 9.397-7-1.346-1.982-2.685-3.54-4.014-4.676z'/%3E%3C/svg%3E");
}
.dpg-icon-kebabhorizontal-white::before,
.ahe-icon-kebabhorizontal-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-kebabhorizontal::before,
.ahe-icon-kebabhorizontal::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-letters-rectangle-rounded-white::before,
.ahe-icon-keyboard-letters-rectangle-rounded-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.45 16l.504-1.38h3.576l.504 1.38h1.86L9.81 7.996H7.674L4.578 16H6.45zm3.612-2.856H7.41l1.332-3.672 1.32 3.672zm5.184 3c.756 0 1.44-.276 1.836-.744v.6h1.524v-3.744c0-1.668-1.212-2.196-2.532-2.196-.912 0-1.824.288-2.532.912l.576 1.02c.492-.456 1.068-.684 1.692-.684.768 0 1.272.384 1.272.972v.804c-.384-.468-1.068-.708-1.836-.708-.924 0-2.016.492-2.016 1.848 0 1.296 1.092 1.92 2.016 1.92zm.612-1.032c-.6 0-1.092-.312-1.092-.852 0-.552.492-.876 1.092-.876.492 0 .972.168 1.224.504v.72c-.252.336-.732.504-1.224.504zM16 5a7 7 0 0 1 .24 13.996L16 19H8a7 7 0 0 1-.24-13.996L8 5h8zm0 1H8l-.225.004a6 6 0 0 0 0 11.992L8 18h8l.225-.004a6 6 0 0 0 0-11.992L16 6z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-letters-rectangle-rounded::before,
.ahe-icon-keyboard-letters-rectangle-rounded::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6.45 16l.504-1.38h3.576l.504 1.38h1.86L9.81 7.996H7.674L4.578 16H6.45zm3.612-2.856H7.41l1.332-3.672 1.32 3.672zm5.184 3c.756 0 1.44-.276 1.836-.744v.6h1.524v-3.744c0-1.668-1.212-2.196-2.532-2.196-.912 0-1.824.288-2.532.912l.576 1.02c.492-.456 1.068-.684 1.692-.684.768 0 1.272.384 1.272.972v.804c-.384-.468-1.068-.708-1.836-.708-.924 0-2.016.492-2.016 1.848 0 1.296 1.092 1.92 2.016 1.92zm.612-1.032c-.6 0-1.092-.312-1.092-.852 0-.552.492-.876 1.092-.876.492 0 .972.168 1.224.504v.72c-.252.336-.732.504-1.224.504zM16 5a7 7 0 0 1 .24 13.996L16 19H8a7 7 0 0 1-.24-13.996L8 5h8zm0 1H8l-.225.004a6 6 0 0 0 0 11.992L8 18h8l.225-.004a6 6 0 0 0 0-11.992L16 6z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-letters-rectangle-white::before,
.ahe-icon-keyboard-letters-rectangle-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 6v12c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zM3 6v12h18V6H3zm3.45 10l.504-1.38h3.576l.504 1.38h1.86L9.81 7.996H7.674L4.578 16H6.45zm3.612-2.856H7.41l1.332-3.672 1.32 3.672zm5.184 3c.756 0 1.44-.276 1.836-.744v.6h1.524v-3.744c0-1.668-1.212-2.196-2.532-2.196-.912 0-1.824.288-2.532.912l.576 1.02c.492-.456 1.068-.684 1.692-.684.768 0 1.272.384 1.272.972v.804c-.384-.468-1.068-.708-1.836-.708-.924 0-2.016.492-2.016 1.848 0 1.296 1.092 1.92 2.016 1.92zm.612-1.032c-.6 0-1.092-.312-1.092-.852 0-.552.492-.876 1.092-.876.492 0 .972.168 1.224.504v.72c-.252.336-.732.504-1.224.504z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-letters-rectangle::before,
.ahe-icon-keyboard-letters-rectangle::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 6v12c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zM3 6v12h18V6H3zm3.45 10l.504-1.38h3.576l.504 1.38h1.86L9.81 7.996H7.674L4.578 16H6.45zm3.612-2.856H7.41l1.332-3.672 1.32 3.672zm5.184 3c.756 0 1.44-.276 1.836-.744v.6h1.524v-3.744c0-1.668-1.212-2.196-2.532-2.196-.912 0-1.824.288-2.532.912l.576 1.02c.492-.456 1.068-.684 1.692-.684.768 0 1.272.384 1.272.972v.804c-.384-.468-1.068-.708-1.836-.708-.924 0-2.016.492-2.016 1.848 0 1.296 1.092 1.92 2.016 1.92zm.612-1.032c-.6 0-1.092-.312-1.092-.852 0-.552.492-.876 1.092-.876.492 0 .972.168 1.224.504v.72c-.252.336-.732.504-1.224.504z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-letters-underline-white::before,
.ahe-icon-keyboard-letters-underline-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 17.996h18v1H3v-1zM6.45 16l.504-1.38h3.576l.504 1.38h1.86L9.81 7.996H7.674L4.578 16H6.45zm3.612-2.856H7.41l1.332-3.672 1.32 3.672zm5.184 3c.756 0 1.44-.276 1.836-.744v.6h1.524v-3.744c0-1.668-1.212-2.196-2.532-2.196-.912 0-1.824.288-2.532.912l.576 1.02c.492-.456 1.068-.684 1.692-.684.768 0 1.272.384 1.272.972v.804c-.384-.468-1.068-.708-1.836-.708-.924 0-2.016.492-2.016 1.848 0 1.296 1.092 1.92 2.016 1.92zm.612-1.032c-.6 0-1.092-.312-1.092-.852 0-.552.492-.876 1.092-.876.492 0 .972.168 1.224.504v.72c-.252.336-.732.504-1.224.504z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-letters-underline::before,
.ahe-icon-keyboard-letters-underline::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M3 17.996h18v1H3v-1zM6.45 16l.504-1.38h3.576l.504 1.38h1.86L9.81 7.996H7.674L4.578 16H6.45zm3.612-2.856H7.41l1.332-3.672 1.32 3.672zm5.184 3c.756 0 1.44-.276 1.836-.744v.6h1.524v-3.744c0-1.668-1.212-2.196-2.532-2.196-.912 0-1.824.288-2.532.912l.576 1.02c.492-.456 1.068-.684 1.692-.684.768 0 1.272.384 1.272.972v.804c-.384-.468-1.068-.708-1.836-.708-.924 0-2.016.492-2.016 1.848 0 1.296 1.092 1.92 2.016 1.92zm.612-1.032c-.6 0-1.092-.312-1.092-.852 0-.552.492-.876 1.092-.876.492 0 .972.168 1.224.504v.72c-.252.336-.732.504-1.224.504z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-letters-white::before,
.ahe-icon-keyboard-letters-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.432 8.596c1.92 0 3.688.745 3.793 3.071l.005.223v5.616h-2.286v-.9c-.594.702-1.62 1.116-2.754 1.116-1.386 0-3.024-.936-3.024-2.88 0-2.034 1.638-2.772 3.024-2.772 1.075 0 2.04.314 2.633.926l.121.136v-1.206c0-.882-.756-1.458-1.908-1.458-.858 0-1.655.287-2.35.862l-.188.164-.864-1.53c1.062-.936 2.43-1.368 3.798-1.368zM9.348 5.5l4.626 12.006h-2.79l-.756-2.07H5.064l-.756 2.07H1.5L6.144 5.5h3.204zm8.76 8.082c-.9 0-1.638.486-1.638 1.314 0 .81.738 1.278 1.638 1.278.677 0 1.338-.212 1.735-.635l.101-.121v-1.08c-.378-.504-1.098-.756-1.836-.756zM7.746 7.714l-1.998 5.508h3.978l-1.98-5.508z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-letters::before,
.ahe-icon-keyboard-letters::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.432 8.596c1.92 0 3.688.745 3.793 3.071l.005.223v5.616h-2.286v-.9c-.594.702-1.62 1.116-2.754 1.116-1.386 0-3.024-.936-3.024-2.88 0-2.034 1.638-2.772 3.024-2.772 1.075 0 2.04.314 2.633.926l.121.136v-1.206c0-.882-.756-1.458-1.908-1.458-.858 0-1.655.287-2.35.862l-.188.164-.864-1.53c1.062-.936 2.43-1.368 3.798-1.368zM9.348 5.5l4.626 12.006h-2.79l-.756-2.07H5.064l-.756 2.07H1.5L6.144 5.5h3.204zm8.76 8.082c-.9 0-1.638.486-1.638 1.314 0 .81.738 1.278 1.638 1.278.677 0 1.338-.212 1.735-.635l.101-.121v-1.08c-.378-.504-1.098-.756-1.836-.756zM7.746 7.714l-1.998 5.508h3.978l-1.98-5.508z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-numbers-white::before,
.ahe-icon-keyboard-numbers-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5.58 17V7.662H3.844l-2.94 2.954 1.134 1.19 1.54-1.582V17H5.58zm8.61 0v-1.75h-3.892c2.506-1.764 3.822-3.15 3.822-4.746 0-1.862-1.582-2.982-3.57-2.982-1.302 0-2.688.476-3.598 1.526l1.134 1.316c.63-.658 1.442-1.078 2.492-1.078.784 0 1.526.406 1.526 1.218 0 1.148-1.12 2.114-4.942 4.928V17h7.028zm4.676.168c2.24 0 3.682-1.134 3.682-2.744 0-1.4-1.232-2.142-2.184-2.24 1.036-.182 2.044-.952 2.044-2.128 0-1.554-1.344-2.534-3.528-2.534-1.638 0-2.814.63-3.57 1.484l.98 1.232c.658-.63 1.47-.98 2.38-.98.98 0 1.736.378 1.736 1.12 0 .7-.686 1.036-1.722 1.036h-.426a14.64 14.64 0 0 1-.736-.014v1.736c.14-.014.77-.014 1.162-.014 1.302 0 1.876.35 1.876 1.106 0 .714-.63 1.204-1.764 1.204-.91 0-1.932-.392-2.576-1.064l-1.036 1.302c.686.84 1.96 1.498 3.682 1.498z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-numbers::before,
.ahe-icon-keyboard-numbers::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M5.58 17V7.662H3.844l-2.94 2.954 1.134 1.19 1.54-1.582V17H5.58zm8.61 0v-1.75h-3.892c2.506-1.764 3.822-3.15 3.822-4.746 0-1.862-1.582-2.982-3.57-2.982-1.302 0-2.688.476-3.598 1.526l1.134 1.316c.63-.658 1.442-1.078 2.492-1.078.784 0 1.526.406 1.526 1.218 0 1.148-1.12 2.114-4.942 4.928V17h7.028zm4.676.168c2.24 0 3.682-1.134 3.682-2.744 0-1.4-1.232-2.142-2.184-2.24 1.036-.182 2.044-.952 2.044-2.128 0-1.554-1.344-2.534-3.528-2.534-1.638 0-2.814.63-3.57 1.484l.98 1.232c.658-.63 1.47-.98 2.38-.98.98 0 1.736.378 1.736 1.12 0 .7-.686 1.036-1.722 1.036h-.426a14.64 14.64 0 0 1-.736-.014v1.736c.14-.014.77-.014 1.162-.014 1.302 0 1.876.35 1.876 1.106 0 .714-.63 1.204-1.764 1.204-.91 0-1.932-.392-2.576-1.064l-1.036 1.302c.686.84 1.96 1.498 3.682 1.498z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard-white::before,
.ahe-icon-keyboard-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 6v12c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zM3 6v12h18V6H3zm3 9h12v2H6v-2zm11-7h2v2h-2V8zm0 3h2v2h-2v-2zm-3-3h2v2h-2V8zm0 3h2v2h-2v-2zm-3-3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zM5 8h2v2H5V8zm0 3h2v2H5v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-keyboard::before,
.ahe-icon-keyboard::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 6v12c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zM3 6v12h18V6H3zm3 9h12v2H6v-2zm11-7h2v2h-2V8zm0 3h2v2h-2v-2zm-3-3h2v2h-2V8zm0 3h2v2h-2v-2zm-3-3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zM5 8h2v2H5V8zm0 3h2v2H5v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-knife-blade-white::before,
.ahe-icon-knife-blade-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.303 3.247a1.003 1.003 0 0 1 1.415 0l2.828 2.828a1.003 1.003 0 0 1 0 1.415l-2.828 2.828-1.415 2.828L2.04 19.51 18.303 3.247zm-2.121 3.535l-9.9 9.9 11.314-4.243 1.414-2.828-2.828-2.829zm2.828-2.828l-2.12 2.121 2.828 2.829 2.12-2.122-2.828-2.828z'/%3E%3C/svg%3E");
}
.dpg-icon-knife-blade::before,
.ahe-icon-knife-blade::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.303 3.247a1.003 1.003 0 0 1 1.415 0l2.828 2.828a1.003 1.003 0 0 1 0 1.415l-2.828 2.828-1.415 2.828L2.04 19.51 18.303 3.247zm-2.121 3.535l-9.9 9.9 11.314-4.243 1.414-2.828-2.828-2.829zm2.828-2.828l-2.12 2.121 2.828 2.829 2.12-2.122-2.828-2.828z'/%3E%3C/svg%3E");
}
.dpg-icon-learning-resource-interactive-white::before,
.ahe-icon-learning-resource-interactive-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 5c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h20zM2 6v11h20V6H2zm12.767 2.74H13.25v5.93h-.83V8.74h-2.11V8h5.11l2.25 5.76L19.92 8h.95l-2.69 6.67h-1.03l-2.383-5.93zM9.61 14.67l-1.7-2.65H6.58v2.65h-.83V8h2.68c1.22 0 2.09.78 2.09 2.01 0 1.2-.82 1.86-1.73 1.94l1.8 2.72h-.98zm.05-4.66c0-.75-.54-1.27-1.33-1.27H6.58v2.55h1.75c.79 0 1.33-.53 1.33-1.28zM4 14.67V8h.83v6.67H4z'/%3E%3C/svg%3E");
}
.dpg-icon-learning-resource-interactive::before,
.ahe-icon-learning-resource-interactive::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 5c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h20zM2 6v11h20V6H2z'/%3E%3Cpath fill='%23009bb5' d='M14.767 8.74H13.25v5.93h-.83V8.74h-2.11V8h5.11l2.25 5.76L19.92 8h.95l-2.69 6.67h-1.03l-2.383-5.93zM9.61 14.67l-1.7-2.65H6.58v2.65h-.83V8h2.68c1.22 0 2.09.78 2.09 2.01 0 1.2-.82 1.86-1.73 1.94l1.8 2.72h-.98zm.05-4.66c0-.75-.54-1.27-1.33-1.27H6.58v2.55h1.75c.79 0 1.33-.53 1.33-1.28zM4 14.67V8h.83v6.67H4z'/%3E%3C/svg%3E");
}
.dpg-icon-line-dashed-white::before,
.ahe-icon-line-dashed-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19.071 3.515l1.414 1.414-4.242 4.243-1.415-1.415 4.243-4.242zm-5.657 5.657l1.414 1.414-4.242 4.242-1.414-1.414 4.242-4.242zm-5.657 5.656l1.415 1.415-4.243 4.242-1.414-1.414 4.242-4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-line-dashed::before,
.ahe-icon-line-dashed::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19.071 3.515l1.414 1.414-4.242 4.243-1.415-1.415 4.243-4.242zm-5.657 5.657l1.414 1.414-4.242 4.242-1.414-1.414 4.242-4.242zm-5.657 5.656l1.415 1.415-4.243 4.242-1.414-1.414 4.242-4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-line-solid-arrowhead-white::before,
.ahe-icon-line-solid-arrowhead-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13.086 6.015l6.692-1.793-1.793 6.692-1.742-1.742L4.929 20.485l-1.414-1.414L14.828 7.757z'/%3E%3C/svg%3E");
}
.dpg-icon-line-solid-arrowhead::before,
.ahe-icon-line-solid-arrowhead::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13.086 6.015l6.692-1.793-1.793 6.692-1.742-1.742L4.929 20.485l-1.414-1.414L14.828 7.757z'/%3E%3C/svg%3E");
}
.dpg-icon-line-solid-white::before,
.ahe-icon-line-solid-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.515 19.071L19.07 3.515l1.414 1.414L4.93 20.485z'/%3E%3C/svg%3E");
}
.dpg-icon-line-solid::before,
.ahe-icon-line-solid::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M3.515 19.071L19.07 3.515l1.414 1.414L4.93 20.485z'/%3E%3C/svg%3E");
}
.dpg-icon-listview-white::before,
.ahe-icon-listview-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7 17h14v1H7v-1zm0-6h14v1H7v-1zm0-6h14v1H7V5zM3 16h2v3H3v-3zm0-6h2v3H3v-3zm0-6h2v3H3V4z'/%3E%3C/svg%3E");
}
.dpg-icon-listview::before,
.ahe-icon-listview::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M7 17h14v1H7v-1zm0-6h14v1H7v-1zm0-6h14v1H7V5zM3 16h2v3H3v-3zm0-6h2v3H3v-3zm0-6h2v3H3V4z'/%3E%3C/svg%3E");
}
.dpg-icon-lock-white::before,
.ahe-icon-lock-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8 9V7a4 4 0 1 1 8 0v2h2a1 1 0 0 1 1 1v10c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V10a1 1 0 0 1 1-1h2zm-2 1v10h12V10H6zm9-1V7a3 3 0 0 0-6 0v2h6zm-5 5a2 2 0 1 1 3 1.732V18h-2v-2.268A2 2 0 0 1 10 14z'/%3E%3C/svg%3E");
}
.dpg-icon-lock::before,
.ahe-icon-lock::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8 9V7a4 4 0 1 1 8 0v2h2a1 1 0 0 1 1 1v10c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V10a1 1 0 0 1 1-1h2zm-2 1v10h12V10H6zm9-1V7a3 3 0 0 0-6 0v2h6z'/%3E%3Cpath fill='%23009bb5' d='M10 14a2 2 0 1 1 3 1.732V18h-2v-2.268A2 2 0 0 1 10 14z'/%3E%3C/svg%3E");
}
.dpg-icon-magnifying-glass-minus-symbol-white::before,
.ahe-icon-magnifying-glass-minus-symbol-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-10.96 1.06l.707.707-4.95 4.95-.707-.707 4.95-4.95zM19 8v2h-8V8h8z'/%3E%3C/svg%3E");
}
.dpg-icon-magnifying-glass-minus-symbol::before,
.ahe-icon-magnifying-glass-minus-symbol::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-10.96 1.06l.707.707-4.95 4.95-.707-.707 4.95-4.95zM19 8v2h-8V8h8z'/%3E%3C/svg%3E");
}
.dpg-icon-magnifying-glass-plus-symbol-white::before,
.ahe-icon-magnifying-glass-plus-symbol-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-10.96 1.06l.707.707-4.95 4.95-.707-.707 4.95-4.95zM16 5v3h3v2h-3v3h-2v-3h-3V8h3V5h2z'/%3E%3C/svg%3E");
}
.dpg-icon-magnifying-glass-plus-symbol::before,
.ahe-icon-magnifying-glass-plus-symbol::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-10.96 1.06l.707.707-4.95 4.95-.707-.707 4.95-4.95zM16 5v3h3v2h-3v3h-2v-3h-3V8h3V5h2z'/%3E%3C/svg%3E");
}
.dpg-icon-manual-grading-white::before,
.ahe-icon-manual-grading-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 2c.55 0 1 .45 1 1v18c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14zm-3.128 6c-1.216 0-2.224.704-2.672 1.376C12.88 8.464 12.112 8 11.008 8 9.792 8 8.8 8.688 8.464 9.136v-.944H6v7.728h2.464v-4.992c.256-.32.72-.752 1.376-.752.752 0 1.024.448 1.024 1.04v4.704h2.464v-4.992c.24-.32.72-.752 1.392-.752.736 0 1.024.448 1.024 1.04v4.704h2.448v-5.6c0-1.584-.896-2.32-2.32-2.32z'/%3E%3C/svg%3E");
}
.dpg-icon-manual-grading::before,
.ahe-icon-manual-grading::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19 2c.55 0 1 .45 1 1v18c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14zm-3.128 6c-1.216 0-2.224.704-2.672 1.376C12.88 8.464 12.112 8 11.008 8 9.792 8 8.8 8.688 8.464 9.136v-.944H6v7.728h2.464v-4.992c.256-.32.72-.752 1.376-.752.752 0 1.024.448 1.024 1.04v4.704h2.464v-4.992c.24-.32.72-.752 1.392-.752.736 0 1.024.448 1.024 1.04v4.704h2.448v-5.6c0-1.584-.896-2.32-2.32-2.32z'/%3E%3C/svg%3E");
}
.dpg-icon-map-white::before,
.ahe-icon-map-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20.749 4.033A1 1 0 0 1 22 5v12.445a1 1 0 0 1-.749.968l-6 1.555a1 1 0 0 1-.502 0L9 18.48l-5.749 1.49A1 1 0 0 1 2 19.001V6.556a1 1 0 0 1 .749-.968l6-1.555a1 1 0 0 1 .502 0L15 5.523l5.749-1.49zM14.5 6.426l-5-1.296v12.445l5 1.297V6.426zm1 0v12.446l5.5-1.426V5l-5.5 1.425zm-7-1.296L3 6.556v12.445l5.5-1.426V5.13z'/%3E%3C/svg%3E");
}
.dpg-icon-map::before,
.ahe-icon-map::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20.749 4.033A1 1 0 0 1 22 5v12.445a1 1 0 0 1-.749.968l-6 1.555a1 1 0 0 1-.502 0L9 18.48l-5.749 1.49A1 1 0 0 1 2 19.001V6.556a1 1 0 0 1 .749-.968l6-1.555a1 1 0 0 1 .502 0L15 5.523l5.749-1.49zM14.5 6.426l-5-1.296v12.445l5 1.297V6.426zm1 0v12.446l5.5-1.426V5l-5.5 1.425zm-7-1.296L3 6.556v12.445l5.5-1.426V5.13z'/%3E%3C/svg%3E");
}
.dpg-icon-message-white::before,
.ahe-icon-message-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M23 5v14c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 7.966V19h20V7.966l-9.767 4.977a.5.5 0 0 1-.466 0L2 7.966zm0-1.122l10 5.095 10-5.095V5H2v1.844z'/%3E%3C/svg%3E");
}
.dpg-icon-message::before,
.ahe-icon-message::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M23 5v14c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 7.966V19h20V7.966l-9.767 4.977a.5.5 0 0 1-.466 0L2 7.966zm0-1.122l10 5.095 10-5.095V5H2v1.844z'/%3E%3C/svg%3E");
}
.dpg-icon-microphone-white::before,
.ahe-icon-microphone-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11 18.93A7.002 7.002 0 0 1 5 12h1a6 6 0 1 0 12 0h1a7.002 7.002 0 0 1-6 6.93V22h1v1h-4v-1h1v-3.07zM7 6a5 5 0 1 1 10 0v5a5 5 0 0 1-10 0V6zm1 5a4 4 0 1 0 8 0V6a4 4 0 1 0-8 0v5z'/%3E%3C/svg%3E");
}
.dpg-icon-microphone::before,
.ahe-icon-microphone::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M11 18.93A7.002 7.002 0 0 1 5 12h1a6 6 0 1 0 12 0h1a7.002 7.002 0 0 1-6 6.93V22h1v1h-4v-1h1v-3.07zM7 6a5 5 0 1 1 10 0v5a5 5 0 0 1-10 0V6zm1 5a4 4 0 1 0 8 0V6a4 4 0 1 0-8 0v5z'/%3E%3C/svg%3E");
}
.dpg-icon-module-white::before,
.ahe-icon-module-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 19v3c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1h-5zm0-1h5V2H9v3h6c.55 0 1 .45 1 1h4v1h-4v2h4v1h-4v2h4v1h-4v5zM3 6v16h12V6H3zm1 10h10v1H4v-1zm0-3h10v1H4v-1zm0-3h10v1H4v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-module::before,
.ahe-icon-module::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 19v3c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1h-5zm0-1h5V2H9v3h6c.55 0 1 .45 1 1h4v1h-4v2h4v1h-4v2h4v1h-4v5zM3 6v16h12V6H3z'/%3E%3Cpath fill='%23009bb5' d='M4 16h10v1H4v-1zm0-3h10v1H4v-1zm0-3h10v1H4v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-moreinfo-white::before,
.ahe-icon-moreinfo-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 19a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-1a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm-2-3h1v-3h-1v-1h3v4h1v1h-4v-1zm1-7h2v2h-2V8z'/%3E%3C/svg%3E");
}
.dpg-icon-moreinfo::before,
.ahe-icon-moreinfo::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 19a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-1a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm-2-3h1v-3h-1v-1h3v4h1v1h-4v-1zm1-7h2v2h-2V8z'/%3E%3C/svg%3E");
}
.dpg-icon-movingtile-white::before,
.ahe-icon-movingtile-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 18.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM12 21a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM7 18a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E");
}
.dpg-icon-movingtile::before,
.ahe-icon-movingtile::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M17 18.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM12 21a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM7 18a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E");
}
.dpg-icon-multidirectional-white::before,
.ahe-icon-multidirectional-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.293 19L12 12.707 5.707 19H9v1H4v-5h1v3.293L11.293 12 5 5.707V9H4V4h5v1H5.707L12 11.293 18.293 5H15V4h5v5h-1V5.707L12.707 12 19 18.293V15h1v5h-5v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-multidirectional::before,
.ahe-icon-multidirectional::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.293 19L12 12.707 5.707 19H9v1H4v-5h1v3.293L11.293 12 5 5.707V9H4V4h5v1H5.707L12 11.293 18.293 5H15V4h5v5h-1V5.707L12.707 12 19 18.293V15h1v5h-5v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-nonteaching-day-white::before,
.ahe-icon-nonteaching-day-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.119 12.167l-2.82-1.026-3.42 9.397L2 19.854 8.498 2l1.88.684-.342.94 9.397 3.42a1 1 0 0 1 .597 1.282l-.684 1.879 1.88.684a1 1 0 0 1 .597 1.282l-2.052 5.638a1.003 1.003 0 0 1-1.281.598l-8.458-3.079a1.003 1.003 0 0 1-.597-1.281l.684-1.88zm.94.342l-.685 1.88 8.458 3.078 2.052-5.638-1.88-.684-1.026 2.819a1.003 1.003 0 0 1-1.281.597l-5.639-2.052zm8.032-4.525l-9.397-3.42-2.052 5.638 9.397 3.42 2.052-5.638z'/%3E%3C/svg%3E");
}
.dpg-icon-nonteaching-day::before,
.ahe-icon-nonteaching-day::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M10.119 12.167l-2.82-1.026-3.42 9.397L2 19.854 8.498 2l1.88.684-.342.94 9.397 3.42a1 1 0 0 1 .597 1.282l-.684 1.879 1.88.684a1 1 0 0 1 .597 1.282l-2.052 5.638a1.003 1.003 0 0 1-1.281.598l-8.458-3.079a1.003 1.003 0 0 1-.597-1.281l.684-1.88zm.94.342l-.685 1.88 8.458 3.078 2.052-5.638-1.88-.684-1.026 2.819a1.003 1.003 0 0 1-1.281.597l-5.639-2.052zm8.032-4.525l-9.397-3.42-2.052 5.638 9.397 3.42 2.052-5.638z'/%3E%3C/svg%3E");
}
.dpg-icon-notification-white::before,
.ahe-icon-notification-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 19h6a3 3 0 0 1-6 0zm10-5a2 2 0 1 1 0 4H5a2 2 0 1 1 0-4V9a7 7 0 1 1 14 0v5zM6 15H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2h-1V9A6 6 0 1 0 6 9v6z'/%3E%3C/svg%3E");
}
.dpg-icon-notification::before,
.ahe-icon-notification::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M9 19h6a3 3 0 0 1-6 0zm10-5a2 2 0 1 1 0 4H5a2 2 0 1 1 0-4V9a7 7 0 1 1 14 0v5zM6 15H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2h-1V9A6 6 0 1 0 6 9v6z'/%3E%3C/svg%3E");
}
.dpg-icon-openfolder-white::before,
.ahe-icon-openfolder-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M1.024 17.783l2-9A1 1 0 0 1 4 8h18a1 1 0 0 1 .976 1.217l-2 9A1 1 0 0 1 20 19H2a1 1 0 0 1-.976-1.217zM2 18h18l2-9H4l-2 9zM9 7V5H2v3.78l-1 4.5V5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1h10c.55 0 1 .45 1 1H9z'/%3E%3C/svg%3E");
}
.dpg-icon-openfolder::before,
.ahe-icon-openfolder::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M1.024 17.783l2-9A1 1 0 0 1 4 8h18a1 1 0 0 1 .976 1.217l-2 9A1 1 0 0 1 20 19H2a1 1 0 0 1-.976-1.217zM2 18h18l2-9H4l-2 9zM9 7V5H2v3.78l-1 4.5V5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1h10c.55 0 1 .45 1 1H9z'/%3E%3C/svg%3E");
}
.dpg-icon-panel-toggle-arrow-left-white::before,
.ahe-icon-panel-toggle-arrow-left-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M23 2v20c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 2v20h20V2H2zm8 14l-6-4 6-4v8zm3-10h6v2h-6V6zm0 5h6v2h-6v-2zm0 5h6v2h-6v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-panel-toggle-arrow-left::before,
.ahe-icon-panel-toggle-arrow-left::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M23 2v20c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 2v20h20V2H2zm8 14l-6-4 6-4v8z'/%3E%3Cpath fill='%23009bb5' d='M13 6h6v2h-6V6zm0 5h6v2h-6v-2zm0 5h6v2h-6v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-panel-toggle-arrow-right-white::before,
.ahe-icon-panel-toggle-arrow-right-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M23 2v20c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 2v20h20V2H2zm12 14V8l6 4-6 4zM5 6h6v2H5V6zm0 5h6v2H5v-2zm0 5h6v2H5v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-panel-toggle-arrow-right::before,
.ahe-icon-panel-toggle-arrow-right::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M23 2v20c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 2v20h20V2H2zm12 14V8l6 4-6 4z'/%3E%3Cpath fill='%23009bb5' d='M5 6h6v2H5V6zm0 5h6v2H5v-2zm0 5h6v2H5v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-paper-fold-white::before,
.ahe-icon-paper-fold-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 5.946l8.684-2.895A1 1 0 0 1 22 4v13a1 1 0 0 1-.684.949l-9 3a1 1 0 0 1-.632 0l-9-3A1 1 0 0 1 2 17V4a1 1 0 0 1 1.316-.949L12 5.946zM21 4l-9 3-9-3v13l9 3 9-3V4zm-8.5 8v2.5h-1V12h1zm0 3.5V18h-1v-2.5h1zm0-7V11h-1V8.5h1z'/%3E%3C/svg%3E");
}
.dpg-icon-paper-fold::before,
.ahe-icon-paper-fold::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 5.946l8.684-2.895A1 1 0 0 1 22 4v13a1 1 0 0 1-.684.949l-9 3a1 1 0 0 1-.632 0l-9-3A1 1 0 0 1 2 17V4a1 1 0 0 1 1.316-.949L12 5.946zM21 4l-9 3-9-3v13l9 3 9-3V4z'/%3E%3Cpath fill='%23009BB5' d='M12.5 12v2.5h-1V12h1zm0 3.5V18h-1v-2.5h1zm0-7V11h-1V8.5h1z'/%3E%3C/svg%3E");
}
.dpg-icon-partialcredit-solid-white::before,
.ahe-icon-partialcredit-solid-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm2.516-2.202l5.837-5.837a9.011 9.011 0 0 0 .375-1.79l-8.001 8.002a9.011 9.011 0 0 0 1.789-.375zm-6.397-.675L20.123 8.12a8.93 8.93 0 0 0-.503-.911L7.208 19.62c.296.187.6.355.911.503zm7.762-16.246L3.877 15.88c.148.31.316.615.503.911L16.792 4.38a8.93 8.93 0 0 0-.911-.503zm-6.62-.452L3.426 9.262a9.011 9.011 0 0 0-.375 1.789l8-8.001a9.011 9.011 0 0 0-1.788.375z'/%3E%3C/svg%3E");
}
.dpg-icon-partialcredit-solid::before,
.ahe-icon-partialcredit-solid::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm2.516-2.202l5.837-5.837a9.011 9.011 0 0 0 .375-1.79l-8.001 8.002a9.011 9.011 0 0 0 1.789-.375zm-6.397-.675L20.123 8.12a8.93 8.93 0 0 0-.503-.911L7.208 19.62c.296.187.6.355.911.503zm7.762-16.246L3.877 15.88c.148.31.316.615.503.911L16.792 4.38a8.93 8.93 0 0 0-.911-.503zm-6.62-.452L3.426 9.262a9.011 9.011 0 0 0-.375 1.789l8-8.001a9.011 9.011 0 0 0-1.788.375z'/%3E%3C/svg%3E");
}
.dpg-icon-partialcredit-white::before,
.ahe-icon-partialcredit-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm2.516-1.202a9.011 9.011 0 0 1-1.79.375l8.002-8.001a9.011 9.011 0 0 1-.375 1.789l-5.837 5.837zm-6.397-.675a8.93 8.93 0 0 1-.911-.503L19.62 7.208c.187.296.355.6.503.911L8.12 20.123zm7.762-16.246c.31.148.615.316.911.503L4.38 16.792a8.93 8.93 0 0 1-.503-.911L15.88 3.877zm-6.62-.452a9.011 9.011 0 0 1 1.79-.375l-8.001 8a9.011 9.011 0 0 1 .375-1.788l5.837-5.837z'/%3E%3C/svg%3E");
}
.dpg-icon-partialcredit::before,
.ahe-icon-partialcredit::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm2.516-1.202a9.011 9.011 0 0 1-1.79.375l8.002-8.001a9.011 9.011 0 0 1-.375 1.789l-5.837 5.837zm-6.397-.675a8.93 8.93 0 0 1-.911-.503L19.62 7.208c.187.296.355.6.503.911L8.12 20.123zm7.762-16.246c.31.148.615.316.911.503L4.38 16.792a8.93 8.93 0 0 1-.503-.911L15.88 3.877zm-6.62-.452a9.011 9.011 0 0 1 1.79-.375l-8.001 8a9.011 9.011 0 0 1 .375-1.788l5.837-5.837z'/%3E%3C/svg%3E");
}
.dpg-icon-pencil-white::before,
.ahe-icon-pencil-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4.782 14.975l12.021-12.02a1 1 0 0 1 1.415 0l2.828 2.827a1.003 1.003 0 0 1 0 1.415l-12.02 12.02-5.658 1.415 1.414-5.657zm.53 1.944l-.53 2.299 2.299-.53-1.768-1.769zm12.906-8.308l2.12-2.121-2.828-2.83L5.49 15.682l2.828 2.828 9.192-9.192-2.12-2.121.706-.707 2.122 2.12z'/%3E%3C/svg%3E");
}
.dpg-icon-pencil::before,
.ahe-icon-pencil::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4.782 14.975l12.021-12.02a1 1 0 0 1 1.415 0l2.828 2.827a1.003 1.003 0 0 1 0 1.415l-12.02 12.02-5.658 1.415 1.414-5.657zm.53 1.944l-.53 2.299 2.299-.53-1.768-1.769zm12.906-8.308l2.12-2.121-2.828-2.83L5.49 15.682l2.828 2.828 9.192-9.192-2.12-2.121.706-.707 2.122 2.12z'/%3E%3C/svg%3E");
}
.dpg-icon-power-of-process-white::before,
.ahe-icon-power-of-process-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11 17.917v4.034a9.992 9.992 0 0 1-7.118-4.11l3.495-2.017a5.994 5.994 0 0 0 3.622 2.093zm5.623-2.093l3.495 2.017A9.992 9.992 0 0 1 13 21.951v-4.034a5.994 5.994 0 0 0 3.623-2.093zM2.881 7.89l3.494 2.017A5.987 5.987 0 0 0 6 12c0 .736.132 1.44.375 2.092L2.88 16.11A9.964 9.964 0 0 1 2 12a9.96 9.96 0 0 1 .881-4.11zM22 12a9.964 9.964 0 0 1-.881 4.11l-3.494-2.018A5.987 5.987 0 0 0 18 12c0-.736-.132-1.44-.375-2.092L21.12 7.89A9.964 9.964 0 0 1 22 12zM11 2.05v4.033a5.994 5.994 0 0 0-3.623 2.092L3.882 6.16A9.992 9.992 0 0 1 11 2.049zm9.118 4.109l-3.495 2.016A5.994 5.994 0 0 0 13 6.083V2.049a9.992 9.992 0 0 1 7.117 4.11z'/%3E%3C/svg%3E");
}
.dpg-icon-power-of-process::before,
.ahe-icon-power-of-process::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M11 17.917v4.034a9.992 9.992 0 0 1-7.118-4.11l3.495-2.017a5.994 5.994 0 0 0 3.622 2.093zm5.623-2.093l3.495 2.017A9.992 9.992 0 0 1 13 21.951v-4.034a5.994 5.994 0 0 0 3.623-2.093zM2.881 7.89l3.494 2.017A5.987 5.987 0 0 0 6 12c0 .736.132 1.44.375 2.092L2.88 16.11A9.964 9.964 0 0 1 2 12a9.96 9.96 0 0 1 .881-4.11zM22 12a9.964 9.964 0 0 1-.881 4.11l-3.494-2.018A5.987 5.987 0 0 0 18 12c0-.736-.132-1.44-.375-2.092L21.12 7.89A9.964 9.964 0 0 1 22 12zM11 2.05v4.033a5.994 5.994 0 0 0-3.623 2.092L3.882 6.16A9.992 9.992 0 0 1 11 2.049zm9.118 4.109l-3.495 2.016A5.994 5.994 0 0 0 13 6.083V2.049a9.992 9.992 0 0 1 7.117 4.11z'/%3E%3C/svg%3E");
}
.dpg-icon-previewquestion-white::before,
.ahe-icon-previewquestion-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 18.828l1-1V20h14V4H5v2.682A5.97 5.97 0 0 0 4 10V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1v-1.172zM13.318 15H17v1h-7a5.972 5.972 0 0 0 3.318-1zm2.34-3H17v1h-1.803a5.97 5.97 0 0 0 .462-1zm.259-3H17v1h-1c0-.34-.028-.675-.083-1zm-1.445-3H17v1h-1.803a6.019 6.019 0 0 0-.725-1zm-8.644 6.758a5.002 5.002 0 0 1 7.708-6.294 5 5 0 0 1-6.294 7.708l-5.02 5.02-1.414-1.414 5.02-5.02zM10 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E");
}
.dpg-icon-previewquestion::before,
.ahe-icon-previewquestion::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 18.828l1-1V20h14V4H5v2.682A5.97 5.97 0 0 0 4 10V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1v-1.172zM13.318 15H17v1h-7a5.972 5.972 0 0 0 3.318-1zm2.34-3H17v1h-1.803a5.97 5.97 0 0 0 .462-1zm.259-3H17v1h-1c0-.34-.028-.675-.083-1zm-1.445-3H17v1h-1.803a6.019 6.019 0 0 0-.725-1z'/%3E%3Cpath fill='%23009bb5' d='M5.828 12.758a5.002 5.002 0 0 1 7.708-6.294 5 5 0 0 1-6.294 7.708l-5.02 5.02-1.414-1.414 5.02-5.02zM10 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E");
}
.dpg-icon-printer-white::before,
.ahe-icon-printer-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 20v-1h2V9H3v10h2v1H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-2zM18 7V3H6v4H5V3a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v4h-1zm0 6v8c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h10c.55 0 1 .45 1 1zM7 13v8h10v-8H7zm1 5h8v1H8v-1zm0-3h8v1H8v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-printer::before,
.ahe-icon-printer::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19 20v-1h2V9H3v10h2v1H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-2zM18 7V3H6v4H5V3a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v4h-1z'/%3E%3Cpath fill='%23009bb5' d='M18 13v8c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h10c.55 0 1 .45 1 1zM7 13v8h10v-8H7zm1 5h8v1H8v-1zm0-3h8v1H8v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-product-white::before,
.ahe-icon-product-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 20c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V7h18v13zM4 8v12h16V8H4zm17-2.944V6H3v-.944a.978.978 0 0 1 .293-.763l2-2A1 1 0 0 1 6 2h12a1 1 0 0 1 .707.293l2 2c.221.221.31.497.293.763zM6 3L4 5h16l-2-2H6zm2 7v7l4-2 4 2v-7H8zm-1 8.618V9h10v9.618l-5-2.5-5 2.5z'/%3E%3C/svg%3E");
}
.dpg-icon-product::before,
.ahe-icon-product::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 20c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V7h18v13zM4 8v12h16V8H4zm17-2.944V6H3v-.944a.978.978 0 0 1 .293-.763l2-2A1 1 0 0 1 6 2h12a1 1 0 0 1 .707.293l2 2c.221.221.31.497.293.763zM6 3L4 5h16l-2-2H6z'/%3E%3Cpath fill='%23009bb5' d='M8 10v7l4-2 4 2v-7H8zm-1 8.618V9h10v9.618l-5-2.5-5 2.5z'/%3E%3C/svg%3E");
}
.dpg-icon-profile-white::before,
.ahe-icon-profile-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 17v4.22a10.987 10.987 0 0 1-10.12.979C2.246 19.923-.476 13.512 1.8 7.879c2.276-5.632 8.687-8.354 14.32-6.078 5.632 2.276 8.354 8.687 6.078 14.32a.5.5 0 1 1-.927-.375c2.069-5.12-.405-10.949-5.526-13.018C10.626.66 4.797 3.133 2.728 8.254c-2.069 5.12.405 10.949 5.526 13.018A9.983 9.983 0 0 0 17 20.66V17c0-1.402-.902-2.636-2.266-3.35C14.018 14.487 13.057 15 12 15s-2.018-.513-2.734-1.35C7.902 14.364 7 15.598 7 17v2.484a9.038 9.038 0 0 1-1-.776V17c0-1.745 1.073-3.281 2.699-4.176A5.883 5.883 0 0 1 8 10c0-2.761 1.79-5 4-5s4 2.239 4 5c0 1.048-.258 2.02-.699 2.824C16.927 13.72 18 15.254 18 17zm-6-3c1.657 0 3-1.79 3-4s-1.343-4-3-4-3 1.79-3 4 1.343 4 3 4z'/%3E%3C/svg%3E");
}
.dpg-icon-profile::before,
.ahe-icon-profile::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 17v4.22a10.987 10.987 0 0 1-10.12.979C2.246 19.923-.476 13.512 1.8 7.879c2.276-5.632 8.687-8.354 14.32-6.078 5.632 2.276 8.354 8.687 6.078 14.32a.5.5 0 1 1-.927-.375c2.069-5.12-.405-10.949-5.526-13.018C10.626.66 4.797 3.133 2.728 8.254c-2.069 5.12.405 10.949 5.526 13.018A9.983 9.983 0 0 0 17 20.66V17c0-1.402-.902-2.636-2.266-3.35C14.018 14.487 13.057 15 12 15s-2.018-.513-2.734-1.35C7.902 14.364 7 15.598 7 17v2.484a9.038 9.038 0 0 1-1-.776V17c0-1.745 1.073-3.281 2.699-4.176A5.883 5.883 0 0 1 8 10c0-2.761 1.79-5 4-5s4 2.239 4 5c0 1.048-.258 2.02-.699 2.824C16.927 13.72 18 15.254 18 17zm-6-3c1.657 0 3-1.79 3-4s-1.343-4-3-4-3 1.79-3 4 1.343 4 3 4z'/%3E%3C/svg%3E");
}
.dpg-icon-quest-white::before,
.ahe-icon-quest-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 11c.828 0 1.5.784 1.5 1.75 0 .577-.24 1.09-.609 1.408.607.232 1.109.642 1.109 1.222v3.12h-1V22h-2v-3.5h-1v-3.123c0-.577.498-.992 1.11-1.22-.37-.318-.61-.83-.61-1.407 0-.966.672-1.75 1.5-1.75zm0-10c3.903 0 7 3.613 7 8 0 2.376-.908 4.53-2.36 5.995C19.24 16.21 21 18.41 21 21h-3v-2c0-1.4-1.17-2.83-2.6-3.322.4-.78.6-1.678.6-2.678 0-2.7-1.7-5-4-5s-4 2.3-4 5c0 1 .2 1.897.6 2.675C7.165 16.273 6 17.6 6 19v2H3c0-2.586 1.76-4.789 4.361-6C5.908 13.53 5 11.376 5 9c0-4.387 3.097-8 7-8z'/%3E%3C/svg%3E");
}
.dpg-icon-quest::before,
.ahe-icon-quest::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 11c.828 0 1.5.784 1.5 1.75 0 .577-.24 1.09-.609 1.408.607.232 1.109.642 1.109 1.222v3.12h-1V22h-2v-3.5h-1v-3.123c0-.577.498-.992 1.11-1.22-.37-.318-.61-.83-.61-1.407 0-.966.672-1.75 1.5-1.75zm0-10c3.903 0 7 3.613 7 8 0 2.376-.908 4.53-2.36 5.995C19.24 16.21 21 18.41 21 21h-3v-2c0-1.4-1.17-2.83-2.6-3.322.4-.78.6-1.678.6-2.678 0-2.7-1.7-5-4-5s-4 2.3-4 5c0 1 .2 1.897.6 2.675C7.165 16.273 6 17.6 6 19v2H3c0-2.586 1.76-4.789 4.361-6C5.908 13.53 5 11.376 5 9c0-4.387 3.097-8 7-8z'/%3E%3C/svg%3E");
}
.dpg-icon-quiz-stopwatch-white::before,
.ahe-icon-quiz-stopwatch-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20.343 7.817l-.5-.866.866-.5 1.5 2.598-.866.5-.5-.866-.875.506A9.46 9.46 0 0 1 21 13.5a9.5 9.5 0 0 1-19 0c0-5.079 3.986-9.227 9-9.487V3H9V2h5v1h-2v1.013a9.494 9.494 0 0 1 7.467 4.31l.876-.506zM3.001 13.352a8.5 8.5 0 0 0 8.35 8.647A8.51 8.51 0 0 0 20 13.649a8.5 8.5 0 0 0-17-.298zM11 19h1v1h-1v-1zm0-4h.5a3.5 3.5 0 1 0-3.465-4H7.027A4.5 4.5 0 1 1 12 15.972V18h-1v-3z'/%3E%3C/svg%3E");
}
.dpg-icon-quiz-stopwatch::before,
.ahe-icon-quiz-stopwatch::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20.343 7.817l-.5-.866.866-.5 1.5 2.598-.866.5-.5-.866-.875.506A9.46 9.46 0 0 1 21 13.5a9.5 9.5 0 0 1-19 0c0-5.079 3.986-9.227 9-9.487V3H9V2h5v1h-2v1.013a9.494 9.494 0 0 1 7.467 4.31l.876-.506zM3.001 13.352a8.5 8.5 0 0 0 8.35 8.647A8.51 8.51 0 0 0 20 13.649a8.5 8.5 0 0 0-17-.298zM11 19h1v1h-1v-1zm0-4h.5a3.5 3.5 0 1 0-3.465-4H7.027A4.5 4.5 0 1 1 12 15.972V18h-1v-3z'/%3E%3C/svg%3E");
}
.dpg-icon-quiz-white::before,
.ahe-icon-quiz-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 4v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1zM5 4v16h14V4H5zm2 13h10v1H7v-1zm0-3h10v1H7v-1zm0-3h10v1H7v-1zm7-3h3v1h-3V8zm-7-.5l.75-.75 1.5 1.5L12.5 5l.75.75-4 4z'/%3E%3C/svg%3E");
}
.dpg-icon-quiz::before,
.ahe-icon-quiz::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 4v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1zM5 4v16h14V4H5zm2 13h10v1H7v-1zm0-3h10v1H7v-1zm0-3h10v1H7v-1zm7-3h3v1h-3V8z'/%3E%3Cpath fill='%23009bb5' d='M7 7.5l.75-.75 1.5 1.5L12.5 5l.75.75-4 4z'/%3E%3C/svg%3E");
}
.dpg-icon-redo-white::before,
.ahe-icon-redo-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.086 11.997l-4.45 4.45.707.707L20 11.497 14.343 5.84l-.707.707 4.45 4.45H8a4 4 0 0 0-4 4v1h1v-1a3 3 0 0 1 3-3h10.086z'/%3E%3C/svg%3E");
}
.dpg-icon-redo::before,
.ahe-icon-redo::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.086 11.997l-4.45 4.45.707.707L20 11.497 14.343 5.84l-.707.707 4.45 4.45H8a4 4 0 0 0-4 4v1h1v-1a3 3 0 0 1 3-3h10.086z'/%3E%3C/svg%3E");
}
.dpg-icon-refresh-white::before,
.ahe-icon-refresh-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-4-9.914l1.621-1.622.707.708L7.5 14l-2.828-2.828.707-.708L7 12.086V12a5 5 0 0 1 8.164-3.871l-.711.711A4 4 0 0 0 8 12v.086zm8-.172l-1.621 1.622-.707-.708L16.5 10l2.828 2.828-.707.708L17 11.914V12a5 5 0 0 1-8.164 3.871l.711-.711A4 4 0 0 0 16 12v-.086z'/%3E%3C/svg%3E");
}
.dpg-icon-refresh::before,
.ahe-icon-refresh::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z'/%3E%3Cpath fill='%23009bb5' d='M8 12.086l1.621-1.622.707.708L7.5 14l-2.828-2.828.707-.708L7 12.086V12a5 5 0 0 1 8.164-3.871l-.711.711A4 4 0 0 0 8 12v.086zm8-.172l-1.621 1.622-.707-.708L16.5 10l2.828 2.828-.707.708L17 11.914V12a5 5 0 0 1-8.164 3.871l.711-.711A4 4 0 0 0 16 12v-.086z'/%3E%3C/svg%3E");
}
.dpg-icon-right-arrow-white::before,
.ahe-icon-right-arrow-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.1 21.9L18 12 8.1 2.1 6.687 3.516 15.172 12l-8.486 8.485z'/%3E%3C/svg%3E");
}
.dpg-icon-right-arrow::before,
.ahe-icon-right-arrow::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.1 21.9L18 12 8.1 2.1 6.687 3.516 15.172 12l-8.486 8.485z'/%3E%3C/svg%3E");
}
.dpg-icon-rubric-white::before,
.ahe-icon-rubric-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.5 23c-3 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm0-1c2.5 0 4.5-2 4.5-4.5S20 13 17.5 13 13 15 13 17.5s2 4.5 4.5 4.5zm-3-4.25l.75-.75 1.5 1.5L20 15.25l.75.75-4 4-2.25-2.25zm5.5-6.252V6h-5v1h4v3h-4v1.498a6.51 6.51 0 0 0-1 .524V6H9v1h4v3H9v5h2.498a6.45 6.45 0 0 0-.324 1H9v2h2.019c.026.341.078.675.155 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v6.022a6.481 6.481 0 0 0-1-.524zM3 16v2h5v-2H3zm0-1h5V6H3v1h4v3H3v5z'/%3E%3C/svg%3E");
}
.dpg-icon-rubric::before,
.ahe-icon-rubric::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 11.498V6h-5v1h4v3h-4v1.498a6.51 6.51 0 0 0-1 .524V6H9v1h4v3H9v5h2.498a6.45 6.45 0 0 0-.324 1H9v2h2.019c.026.341.078.675.155 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v6.022a6.481 6.481 0 0 0-1-.524zM3 16v2h5v-2H3zm0-1h5V6H3v1h4v3H3v5z'/%3E%3Cpath fill='%23009bb5' d='M17.5 23c-3 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm0-1c2.5 0 4.5-2 4.5-4.5S20 13 17.5 13 13 15 13 17.5s2 4.5 4.5 4.5zm-3-4.25l.75-.75 1.5 1.5L20 15.25l.75.75-4 4-2.25-2.25z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-ellipse-white::before,
.ahe-icon-shape-ellipse-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 1a6 6 0 1 0 0 12 6 6 0 0 0 0-12z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-ellipse::before,
.ahe-icon-shape-ellipse::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 1a6 6 0 1 0 0 12 6 6 0 0 0 0-12z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-polygon-closed-white::before,
.ahe-icon-shape-polygon-closed-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7.17 3.816L2.812 12.87a1 1 0 0 0 .559 1.374l13.156 4.788a1 1 0 0 0 1.32-.734l1.455-6.92a1 1 0 0 0-.42-1.034L8.632 3.421a1 1 0 0 0-1.46.395zm.902.433l10.25 6.924-1.454 6.92-13.156-4.789 4.36-9.055zm.398 1.485l-3.38 7.017 11.034 4.016 1.079-5.134z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-polygon-closed::before,
.ahe-icon-shape-polygon-closed::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M7.17 3.816L2.812 12.87a1 1 0 0 0 .559 1.374l13.156 4.788a1 1 0 0 0 1.32-.734l1.455-6.92a1 1 0 0 0-.42-1.034L8.632 3.421a1 1 0 0 0-1.46.395zm.902.433l10.25 6.924-1.454 6.92-13.156-4.789 4.36-9.055z'/%3E%3Cpath fill='%23009BB5' d='M8.47 5.734l-3.38 7.017 11.034 4.016 1.079-5.134z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-polygon-open-white::before,
.ahe-icon-shape-polygon-open-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7.17 3.816a1 1 0 0 1 1.336-.468l-4.794 9.956 13.156 4.789 1.676-7.978.338.229a1 1 0 0 1 .436.915l-.017.12-1.455 6.92a1 1 0 0 1-1.213.766l-.107-.033L3.37 14.244a1 1 0 0 1-.604-1.266l.045-.108 4.36-9.054zm1.3 1.918l-3.38 7.017 11.034 4.016 1.079-5.134z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-polygon-open-x-white::before,
.ahe-icon-shape-polygon-open-x-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.544 10.115l.338.229a1 1 0 0 1 .436.915l-.017.12-1.455 6.92a1 1 0 0 1-1.213.766l-.107-.033-3.53-1.285L13 17.5a6.58 6.58 0 0 0-.053-.835l3.92 1.428 1.677-7.978zM8.506 3.348l-3.807 7.905c-.49.14-.955.337-1.39.583l3.862-8.02a1 1 0 0 1 1.335-.468zM8.47 5.734l8.734 5.9-1.08 5.133-3.432-1.25a6.503 6.503 0 0 0-6.77-4.492l2.548-5.29zM6.5 23c-3 0-5.5-2.5-5.5-5.5S3.5 12 6.5 12s5.5 2.5 5.5 5.5S9.5 23 6.5 23zm0-1C9 22 11 20 11 17.5S9 13 6.5 13 2 15 2 17.5 4 22 6.5 22zm2.475-6.268L7.207 17.5l1.768 1.768-.707.707L6.5 18.207l-1.768 1.768-.707-.707L5.793 17.5l-1.768-1.768.707-.707L6.5 16.793l1.768-1.768.707.707z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-polygon-open-x::before,
.ahe-icon-shape-polygon-open-x::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.544 10.115l.338.229a1 1 0 0 1 .436.915l-.017.12-1.455 6.92a1 1 0 0 1-1.213.766l-.107-.033-3.53-1.285L13 17.5a6.58 6.58 0 0 0-.053-.835l3.92 1.428 1.677-7.978zM8.506 3.348l-3.807 7.905c-.49.14-.955.337-1.39.583l3.862-8.02a1 1 0 0 1 1.335-.468z'/%3E%3Cpath fill='%23009BB5' d='M8.47 5.734l8.734 5.9-1.08 5.133-3.432-1.25a6.503 6.503 0 0 0-6.77-4.492l2.548-5.29z'/%3E%3Cpath fill='%23E21F26' d='M6.5 23c-3 0-5.5-2.5-5.5-5.5S3.5 12 6.5 12s5.5 2.5 5.5 5.5S9.5 23 6.5 23zm0-1C9 22 11 20 11 17.5S9 13 6.5 13 2 15 2 17.5 4 22 6.5 22zm2.475-6.268L7.207 17.5l1.768 1.768-.707.707L6.5 18.207l-1.768 1.768-.707-.707L5.793 17.5l-1.768-1.768.707-.707L6.5 16.793l1.768-1.768.707.707z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-polygon-open::before,
.ahe-icon-shape-polygon-open::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M7.17 3.816a1 1 0 0 1 1.336-.468l-4.794 9.956 13.156 4.789 1.676-7.978.338.229a1 1 0 0 1 .436.915l-.017.12-1.455 6.92a1 1 0 0 1-1.213.766l-.107-.033L3.37 14.244a1 1 0 0 1-.604-1.266l.045-.108 4.36-9.054z'/%3E%3Cpath fill='%23009BB5' d='M8.47 5.734l-3.38 7.017 11.034 4.016 1.079-5.134z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-polygon-white::before,
.ahe-icon-shape-polygon-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M14.842 2.571L7.835 4.278a1 1 0 0 0-.664.538l-4.36 9.054a1 1 0 0 0 .559 1.374l13.156 4.788a1 1 0 0 0 1.32-.734l1.455-6.92.017-.112a1 1 0 0 0-.845-1.082l-3.976-.608 1.556-6.81a1 1 0 0 0-1.211-1.195zm.236.972l-1.796 7.86 5.04.77-1.454 6.92-13.156-4.789 4.36-9.055 7.006-1.706z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-polygon::before,
.ahe-icon-shape-polygon::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M14.842 2.571L7.835 4.278a1 1 0 0 0-.664.538l-4.36 9.054a1 1 0 0 0 .559 1.374l13.156 4.788a1 1 0 0 0 1.32-.734l1.455-6.92.017-.112a1 1 0 0 0-.845-1.082l-3.976-.608 1.556-6.81a1 1 0 0 0-1.211-1.195zm.236.972l-1.796 7.86 5.04.77-1.454 6.92-13.156-4.789 4.36-9.055 7.006-1.706z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-rectangle-white::before,
.ahe-icon-shape-rectangle-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12zM6 18V6h12v12H6z'/%3E%3C/svg%3E");
}
.dpg-icon-shape-rectangle::before,
.ahe-icon-shape-rectangle::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12zM6 18V6h12v12H6z'/%3E%3C/svg%3E");
}
.dpg-icon-slide-white::before,
.ahe-icon-slide-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M23 5v14c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 5v14h20V5H2zm14 8h3v1h-3v-1zm-5 3h6v1h-6v-1zm0-3h3v1h-3v-1zm0-3h8v1h-8v-1zm5-3h3v1h-3V7zm-5 0h3v1h-3V7zM5 17v-4l4 4H5zm1-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-slide::before,
.ahe-icon-slide::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M23 5v14c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h20c.55 0 1 .45 1 1zM2 5v14h20V5H2zm14 8h3v1h-3v-1zm-5 3h6v1h-6v-1zm0-3h3v1h-3v-1zm0-3h8v1h-8v-1zm5-3h3v1h-3V7zm-5 0h3v1h-3V7z'/%3E%3Cpath fill='%23009BB5' d='M5 17v-4l4 4H5zm1-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-student-white::before,
.ahe-icon-student-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.5 10.134V6h1v4.134a1 1 0 1 1-1 0zM6.236 6L12 8.882 17.764 6 12 3.118 6.236 6zM4 6l8-4 8 4-8 4-8-4zm3.35 2.793l.903.452A6.112 6.112 0 0 0 8 11c0 2.761 1.79 5 4 5s4-2.239 4-5c0-.618-.09-1.21-.253-1.755l.904-.452C16.876 9.476 17 10.22 17 11c0 1.454-.43 2.786-1.147 3.825C17.749 15.719 19 17.255 19 19v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C14.33 16.48 13.216 17 12 17c-1.215 0-2.33-.52-3.196-1.386C7.119 16.322 6 17.574 6 19v2H5v-2c0-1.745 1.251-3.28 3.147-4.175C7.431 13.786 7 12.454 7 11c0-.78.124-1.524.35-2.207z'/%3E%3C/svg%3E");
}
.dpg-icon-student::before,
.ahe-icon-student::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18.5 10.134V6h1v4.134a1 1 0 1 1-1 0zM6.236 6L12 8.882 17.764 6 12 3.118 6.236 6zM4 6l8-4 8 4-8 4-8-4z'/%3E%3Cpath fill='%23009bb5' d='M7.35 8.793l.903.452A6.112 6.112 0 0 0 8 11c0 2.761 1.79 5 4 5s4-2.239 4-5c0-.618-.09-1.21-.253-1.755l.904-.452C16.876 9.476 17 10.22 17 11c0 1.454-.43 2.786-1.147 3.825C17.749 15.719 19 17.255 19 19v2h-1v-2c0-1.426-1.12-2.678-2.804-3.386C14.33 16.48 13.216 17 12 17c-1.215 0-2.33-.52-3.196-1.386C7.119 16.322 6 17.574 6 19v2H5v-2c0-1.745 1.251-3.28 3.147-4.175C7.431 13.786 7 12.454 7 11c0-.78.124-1.524.35-2.207z'/%3E%3C/svg%3E");
}
.dpg-icon-submit-white::before,
.ahe-icon-submit-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 11.498a6.45 6.45 0 0 0-1-.324V4H5v16h6.498c.146.35.322.684.524 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v7.498zM11.498 15a6.45 6.45 0 0 0-.324 1H7v-1h4.498zm2.536-3a6.53 6.53 0 0 0-1.224 1H7v-1h7.034zM7 9h10v1H7V9zm0-3h10v1H7V6zm10.5 17a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm.5-5.086V21h-1v-4.086l-.914.914-.707-.707L17.5 15l2.121 2.121-.707.707-.914-.914z'/%3E%3C/svg%3E");
}
.dpg-icon-submit::before,
.ahe-icon-submit::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M20 11.498a6.45 6.45 0 0 0-1-.324V4H5v16h6.498c.146.35.322.684.524 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v7.498zM11.498 15a6.45 6.45 0 0 0-.324 1H7v-1h4.498zm2.536-3a6.53 6.53 0 0 0-1.224 1H7v-1h7.034zM7 9h10v1H7V9zm0-3h10v1H7V6z'/%3E%3Cpath fill='%23009bb5' d='M17.5 23a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm.5-5.086V21h-1v-4.086l-.914.914-.707-.707L17.5 15l2.121 2.121-.707.707-.914-.914z'/%3E%3C/svg%3E");
}
.dpg-icon-subtract-white::before,
.ahe-icon-subtract-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm7-11v2H5v-2h14z'/%3E%3C/svg%3E");
}
.dpg-icon-subtract::before,
.ahe-icon-subtract::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm7-11v2H5v-2h14z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-error-white::before,
.ahe-icon-system-alert-error-white::before,
.dpg-icon-alert-error-white::before,
.ahe-icon-alert-error-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-error::before,
.ahe-icon-system-alert-error::before,
.dpg-icon-alert-error::before,
.ahe-icon-alert-error::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-info-solid-white::before,
.ahe-icon-system-alert-info-solid-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11zm-2.25-7.25h1v-3.5h-1v-2.5h3.5v6h1v2.5h-4.5v-2.5zm1-10h2.5v2.5h-2.5v-2.5z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-info-solid::before,
.ahe-icon-system-alert-info-solid::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11zm-2.25-7.25h1v-3.5h-1v-2.5h3.5v6h1v2.5h-4.5v-2.5zm1-10h2.5v2.5h-2.5v-2.5z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-info-white::before,
.ahe-icon-system-alert-info-white::before,
.dpg-icon-alert-info-white::before,
.ahe-icon-alert-info-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-2-6h1v-4h-1v-2h3v6h1v2h-4v-2zm1-10h2v2h-2V6z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-info::before,
.ahe-icon-system-alert-info::before,
.dpg-icon-alert-info::before,
.ahe-icon-alert-info::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-2-6h1v-4h-1v-2h3v6h1v2h-4v-2zm1-10h2v2h-2V6z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-success-white::before,
.ahe-icon-system-alert-success-white::before,
.dpg-icon-alert-success-white::before,
.ahe-icon-alert-success-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-success::before,
.ahe-icon-system-alert-success::before,
.dpg-icon-alert-success::before,
.ahe-icon-alert-success::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-warning-white::before,
.ahe-icon-system-alert-warning-white::before,
.dpg-icon-alert-warning-white::before,
.ahe-icon-alert-warning-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 3v10h-2V5h2zm-2 14v-2h2v2h-2z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-warning::before,
.ahe-icon-system-alert-warning::before,
.dpg-icon-alert-warning::before,
.ahe-icon-alert-warning::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 3v10h-2V5h2zm-2 14v-2h2v2h-2z'/%3E%3C/svg%3E");
}
.dpg-icon-system-assessment-white::before,
.ahe-icon-system-assessment-white::before,
.dpg-icon-assessment-white::before,
.ahe-icon-assessment-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-3-6h10v1H9v-1zm0-4h10v1H9v-1zm0-4h10v1H9V8zm-4 7h2v2H5v-2zm0-4h2v2H5v-2zm0-4h2v2H5V7z'/%3E%3C/svg%3E");
}
.dpg-icon-system-assessment::before,
.ahe-icon-system-assessment::before,
.dpg-icon-assessment::before,
.ahe-icon-assessment::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-3-6h10v1H9v-1zm0-4h10v1H9v-1zm0-4h10v1H9V8zm-4 7h2v2H5v-2zm0-4h2v2H5v-2zm0-4h2v2H5V7z'/%3E%3C/svg%3E");
}
.dpg-icon-system-calendar-white::before,
.ahe-icon-system-calendar-white::before,
.dpg-icon-calendar-white::before,
.ahe-icon-calendar-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5 5V3h3v2h8V3h3v2h2a1 1 0 0 1 1 1v13c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V6a1 1 0 0 1 1-1h2zm-2 5v9h18v-9H3zm0-4v3h18V6h-2v1h-3V6H8v1H5V6H3zm14-2v2h1V4h-1zM6 4v2h1V4H6zm4 7h1v3H8v-1h2v-2zm4 0h1v3h-3v-1h2v-2zm4 0h1v3h-3v-1h2v-2zM6 15h1v3H4v-1h2v-2zm4 0h1v3H8v-1h2v-2zm4 0h1v3h-3v-1h2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-system-calendar::before,
.ahe-icon-system-calendar::before,
.dpg-icon-calendar::before,
.ahe-icon-calendar::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M5 5V3h3v2h8V3h3v2h2a1 1 0 0 1 1 1v13c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V6a1 1 0 0 1 1-1h2zm-2 5v9h18v-9H3zm0-4v3h18V6h-2v1h-3V6H8v1H5V6H3zm14-2v2h1V4h-1zM6 4v2h1V4H6z'/%3E%3Cpath fill='%23009bb5' d='M10 11h1v3H8v-1h2v-2zm4 0h1v3h-3v-1h2v-2zm4 0h1v3h-3v-1h2v-2zM6 15h1v3H4v-1h2v-2zm4 0h1v3H8v-1h2v-2zm4 0h1v3h-3v-1h2v-2z'/%3E%3C/svg%3E");
}
.dpg-icon-system-close-white::before,
.ahe-icon-system-close-white::before,
.dpg-icon-close-white::before,
.ahe-icon-close-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.243 6.343L12 10.586 7.757 6.343 6.343 7.757 10.586 12l-4.243 4.243 1.414 1.414L12 13.414l4.243 4.243 1.414-1.414L13.414 12l4.243-4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-system-close::before,
.ahe-icon-system-close::before,
.dpg-icon-close::before,
.ahe-icon-close::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16.243 6.343L12 10.586 7.757 6.343 6.343 7.757 10.586 12l-4.243 4.243 1.414 1.414L12 13.414l4.243 4.243 1.414-1.414L13.414 12l4.243-4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-system-cog-white::before,
.ahe-icon-system-cog-white::before,
.dpg-icon-cog-white::before,
.ahe-icon-cog-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11.084 3.033L11.501 1l3.807.5-.124 2.072a8.99 8.99 0 0 1 2.497 1.446l1.735-1.146 2.337 3.047L20.2 8.298a8.94 8.94 0 0 1 .745 2.786l2.037.417-.5 3.807-2.076-.124a8.99 8.99 0 0 1-1.443 2.495l1.147 1.737-3.048 2.337-1.379-1.555a8.942 8.942 0 0 1-2.785.745l-.417 2.038-3.807-.5.124-2.075A8.99 8.99 0 0 1 6.3 18.963L4.565 20.11l-2.337-3.05 1.552-1.376a8.942 8.942 0 0 1-.746-2.788L1 12.48l.5-3.807 2.07.124a8.99 8.99 0 0 1 1.446-2.5L3.872 4.565 6.92 2.228l1.376 1.551a8.942 8.942 0 0 1 2.79-.746zM5.22 4.791l1.036 1.57-.465.57a7.99 7.99 0 0 0-1.285 2.22l-.26.688-1.876-.112-.257 1.96 1.842.377.074.733c.086.863.31 1.696.663 2.477l.302.67-1.406 1.248L4.79 18.76l1.572-1.038.57.466a7.99 7.99 0 0 0 2.219 1.282l.687.261-.112 1.879 1.96.257.378-1.846.733-.074a7.942 7.942 0 0 0 2.473-.662l.671-.302 1.25 1.41 1.569-1.204-1.04-1.574.466-.57a7.99 7.99 0 0 0 1.283-2.217l.261-.688 1.88.113.257-1.96-1.846-.378-.073-.733a7.942 7.942 0 0 0-.662-2.475l-.301-.67 1.407-1.249L19.19 5.22l-1.572 1.038-.57-.466a7.99 7.99 0 0 0-2.22-1.285l-.686-.26.112-1.877-1.96-.257-.377 1.842-.733.074a7.942 7.942 0 0 0-2.478.662l-.67.302-1.247-1.405L5.22 4.79zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
}
.dpg-icon-system-cog::before,
.ahe-icon-system-cog::before,
.dpg-icon-cog::before,
.ahe-icon-cog::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M11.084 3.033L11.501 1l3.807.5-.124 2.072a8.99 8.99 0 0 1 2.497 1.446l1.735-1.146 2.337 3.047L20.2 8.298a8.94 8.94 0 0 1 .745 2.786l2.037.417-.5 3.807-2.076-.124a8.99 8.99 0 0 1-1.443 2.495l1.147 1.737-3.048 2.337-1.379-1.555a8.942 8.942 0 0 1-2.785.745l-.417 2.038-3.807-.5.124-2.075A8.99 8.99 0 0 1 6.3 18.963L4.565 20.11l-2.337-3.05 1.552-1.376a8.942 8.942 0 0 1-.746-2.788L1 12.48l.5-3.807 2.07.124a8.99 8.99 0 0 1 1.446-2.5L3.872 4.565 6.92 2.228l1.376 1.551a8.942 8.942 0 0 1 2.79-.746zM5.22 4.791l1.036 1.57-.465.57a7.99 7.99 0 0 0-1.285 2.22l-.26.688-1.876-.112-.257 1.96 1.842.377.074.733c.086.863.31 1.696.663 2.477l.302.67-1.406 1.248L4.79 18.76l1.572-1.038.57.466a7.99 7.99 0 0 0 2.219 1.282l.687.261-.112 1.879 1.96.257.378-1.846.733-.074a7.942 7.942 0 0 0 2.473-.662l.671-.302 1.25 1.41 1.569-1.204-1.04-1.574.466-.57a7.99 7.99 0 0 0 1.283-2.217l.261-.688 1.88.113.257-1.96-1.846-.378-.073-.733a7.942 7.942 0 0 0-.662-2.475l-.301-.67 1.407-1.249L19.19 5.22l-1.572 1.038-.57-.466a7.99 7.99 0 0 0-2.22-1.285l-.686-.26.112-1.877-1.96-.257-.377 1.842-.733.074a7.942 7.942 0 0 0-2.478.662l-.67.302-1.247-1.405L5.22 4.79zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
}
.dpg-icon-system-download-white::before,
.ahe-icon-system-download-white::before,
.dpg-icon-download-white::before,
.ahe-icon-download-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 19v1h18v-1h1v1c0 .55-.41 1-.91 1H2.91c-.503 0-.91-.448-.91-1v-1h1zm9.657-4.828l3.242-3.243 1.415 1.414L11.657 18 6 12.343l1.414-1.414 3.243 3.243V3h2v11.172z'/%3E%3C/svg%3E");
}
.dpg-icon-system-download::before,
.ahe-icon-system-download::before,
.dpg-icon-download::before,
.ahe-icon-download::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M3 19v1h18v-1h1v1c0 .55-.41 1-.91 1H2.91c-.503 0-.91-.448-.91-1v-1h1z'/%3E%3Cpath fill='%23009bb5' d='M12.657 14.172l3.242-3.243 1.415 1.414L11.657 18 6 12.343l1.414-1.414 3.243 3.243V3h2z'/%3E%3C/svg%3E");
}
.dpg-icon-system-filter-white::before,
.ahe-icon-system-filter-white::before,
.dpg-icon-filter-white::before,
.ahe-icon-filter-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 3v2.414l-7 7v4l-6 6v-10l-7-7V3a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zm-1 0H3v2l7 7v8l4-4v-4l7-7V3z'/%3E%3C/svg%3E");
}
.dpg-icon-system-filter::before,
.ahe-icon-system-filter::before,
.dpg-icon-filter::before,
.ahe-icon-filter::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 3v2.414l-7 7v4l-6 6v-10l-7-7V3a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zm-1 0H3v2l7 7v8l4-4v-4l7-7V3z'/%3E%3C/svg%3E");
}
.dpg-icon-system-fullscreen-exit-white::before,
.ahe-icon-system-fullscreen-exit-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15 8c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h6zm0 1H9v6h6V9zm4-4h4v2h-6V1h2v4zM5 5V1h2v6H1V5h4zm0 14H1v-2h6v6H5v-4zm14 0v4h-2v-6h6v2h-4z'/%3E%3C/svg%3E");
}
.dpg-icon-system-fullscreen-exit::before,
.ahe-icon-system-fullscreen-exit::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 9v6c0 .55-.45 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h6c.55 0 1 .45 1 1zM9 9v6h6V9H9z'/%3E%3Cpath fill='%23009BB5' d='M19 5h4v2h-6V1h2v4zM5 5V1h2v6H1V5h4zm0 14H1v-2h6v6H5v-4zm14 0v4h-2v-6h6v2h-4z'/%3E%3C/svg%3E");
}
.dpg-icon-system-fullscreen-white::before,
.ahe-icon-system-fullscreen-white::before,
.dpg-icon-fullscreen-white::before,
.ahe-icon-fullscreen-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 7v10c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h10c.55 0 1 .45 1 1zM7 7v10h10V7H7zM4 20h4v2H2v-6h2v4zm16 0v-4h2v6h-6v-2h4zm0-16h-4V2h6v6h-2V4zM4 4v4H2V2h6v2H4z'/%3E%3C/svg%3E");
}
.dpg-icon-system-fullscreen::before,
.ahe-icon-system-fullscreen::before,
.dpg-icon-fullscreen::before,
.ahe-icon-fullscreen::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 7v10c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h10c.55 0 1 .45 1 1zM7 7v10h10V7H7z'/%3E%3Cpath fill='%23009BB5' d='M4 20h4v2H2v-6h2v4zm16 0v-4h2v6h-6v-2h4zm0-16h-4V2h6v6h-2V4zM4 4v4H2V2h6v2H4z'/%3E%3C/svg%3E");
}
.dpg-icon-system-instruction-white::before,
.ahe-icon-system-instruction-white::before,
.dpg-icon-instruction-white::before,
.ahe-icon-instruction-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 3h2c.55 0 1 .45 1 1v17c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2v1H4v17h16V4h-2V3zm-8 14h8v1h-8v-1zm0-4h8v1h-8v-1zm0-4h8v1h-8V9zm-4 7h2v3H6v-3zm0-4h2v3H6v-3zm0-4h2v3H6V8zm11-6v3c0 .55-.45 1-1 1H8a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zM8 2v3h8V2H8z'/%3E%3C/svg%3E");
}
.dpg-icon-system-instruction::before,
.ahe-icon-system-instruction::before,
.dpg-icon-instruction::before,
.ahe-icon-instruction::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 3h2c.55 0 1 .45 1 1v17c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2v1H4v17h16V4h-2V3zm-8 14h8v1h-8v-1zm0-4h8v1h-8v-1zm0-4h8v1h-8V9zm-4 7h2v3H6v-3zm0-4h2v3H6v-3zm0-4h2v3H6V8zm11-6v3c0 .55-.45 1-1 1H8a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8c.55 0 1 .45 1 1zM8 2v3h8V2H8z'/%3E%3C/svg%3E");
}
.dpg-icon-system-kebab-white::before,
.ahe-icon-system-kebab-white::before,
.dpg-icon-kebab-white::before,
.ahe-icon-kebab-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 19a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-1-7a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zM9 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0z'/%3E%3C/svg%3E");
}
.dpg-icon-system-kebab::before,
.ahe-icon-system-kebab::before,
.dpg-icon-kebab::before,
.ahe-icon-kebab::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M9 19a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-1-7a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zM9 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0z'/%3E%3C/svg%3E");
}
.dpg-icon-system-left-arrow-white::before,
.ahe-icon-system-left-arrow-white::before,
.dpg-icon-left-arrow-white::before,
.ahe-icon-left-arrow-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15.9 2.1L6 12l9.9 9.9 1.414-1.415L8.828 12l8.486-8.485z'/%3E%3C/svg%3E");
}
.dpg-icon-system-left-arrow::before,
.ahe-icon-system-left-arrow::before,
.dpg-icon-left-arrow::before,
.ahe-icon-left-arrow::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M15.9 2.1L6 12l9.9 9.9 1.414-1.415L8.828 12l8.486-8.485z'/%3E%3C/svg%3E");
}
.dpg-icon-system-lesson-white::before,
.ahe-icon-system-lesson-white::before,
.dpg-icon-lesson-white::before,
.ahe-icon-lesson-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 5.946l8.684-2.895A1 1 0 0 1 22 4v13a1 1 0 0 1-.684.949l-9 3a1 1 0 0 1-.632 0l-9-3A1 1 0 0 1 2 17V4a1 1 0 0 1 1.316-.949L12 5.946zm-1 13.72v-13L3 4v13l8 2.667zm2-13v13L21 17V4l-8 2.667zm2 8.667L19 14v1.054l-4 1.333v-1.054zm-6 0v1.054l-4-1.333V14l4 1.333zm6-3L19 11v1.054l-4 1.333v-1.054zm-6 0v1.054l-4-1.333V11l4 1.333zm6-3L19 8v1.054l-4 1.333V9.333zm-6 0v1.054L5 9.054V8l4 1.333z'/%3E%3C/svg%3E");
}
.dpg-icon-system-lesson::before,
.ahe-icon-system-lesson::before,
.dpg-icon-lesson::before,
.ahe-icon-lesson::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 5.946l8.684-2.895A1 1 0 0 1 22 4v13a1 1 0 0 1-.684.949l-9 3a1 1 0 0 1-.632 0l-9-3A1 1 0 0 1 2 17V4a1 1 0 0 1 1.316-.949L12 5.946zm-1 13.72v-13L3 4v13l8 2.667zm2-13v13L21 17V4l-8 2.667z'/%3E%3Cpath fill='%23009bb5' d='M15 15.333L19 14v1.054l-4 1.333v-1.054zm-6 0v1.054l-4-1.333V14l4 1.333zm6-3L19 11v1.054l-4 1.333v-1.054zm-6 0v1.054l-4-1.333V11l4 1.333zm6-3L19 8v1.054l-4 1.333V9.333zm-6 0v1.054L5 9.054V8l4 1.333z'/%3E%3C/svg%3E");
}
.dpg-icon-system-library-white::before,
.ahe-icon-system-library-white::before,
.dpg-icon-library-white::before,
.ahe-icon-library-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 19v3c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1h-5zm0-1h5V2H9v3h6c.55 0 1 .45 1 1h4v1h-4v2h4v1h-4v2h4v1h-4v5zM3 6v16h12V6H3zm1 10h10v1H4v-1zm0-3h10v1H4v-1zm0-3h10v1H4v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-system-library::before,
.ahe-icon-system-library::before,
.dpg-icon-library::before,
.ahe-icon-library::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16 19v3c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V2a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1h-5zm0-1h5V2H9v3h6c.55 0 1 .45 1 1h4v1h-4v2h4v1h-4v2h4v1h-4v5zM3 6v16h12V6H3zm1 10h10v1H4v-1zm0-3h10v1H4v-1zm0-3h10v1H4v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-system-link-white::before,
.ahe-icon-system-link-white::before,
.dpg-icon-link-white::before,
.ahe-icon-link-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13.694 13.044a3.001 3.001 0 0 0-4.876-3.312l-4.243 4.243a3 3 0 1 0 4.243 4.243l2.416-2.416c.362.142.738.24 1.12.294l-2.829 2.829a4 4 0 1 1-5.657-5.657l4.243-4.243a4 4 0 0 1 6.82 3.079l-.456.457a1.992 1.992 0 0 1-.781.483zm-3.388-3.088a3.001 3.001 0 0 0 4.876 3.312l4.243-4.243a3 3 0 1 0-4.243-4.243l-2.416 2.416a4.996 4.996 0 0 0-1.12-.294l2.829-2.829a4 4 0 0 1 5.657 5.657l-4.243 4.243a4 4 0 0 1-6.82-3.079l.456-.457c.227-.227.496-.388.781-.483z'/%3E%3C/svg%3E");
}
.dpg-icon-system-link::before,
.ahe-icon-system-link::before,
.dpg-icon-link::before,
.ahe-icon-link::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13.694 13.044a3.001 3.001 0 0 0-4.876-3.312l-4.243 4.243a3 3 0 1 0 4.243 4.243l2.416-2.416c.362.142.738.24 1.12.294l-2.829 2.829a4 4 0 1 1-5.657-5.657l4.243-4.243a4 4 0 0 1 6.82 3.079l-.456.457a1.992 1.992 0 0 1-.781.483z'/%3E%3Cpath fill='%23009bb5' d='M10.306 9.956a3.001 3.001 0 0 0 4.876 3.312l4.243-4.243a3 3 0 1 0-4.243-4.243l-2.416 2.416a4.996 4.996 0 0 0-1.12-.294l2.829-2.829a4 4 0 0 1 5.657 5.657l-4.243 4.243a4 4 0 0 1-6.82-3.079l.456-.457c.227-.227.496-.388.781-.483z'/%3E%3C/svg%3E");
}
.dpg-icon-system-online-problem-white::before,
.ahe-icon-system-online-problem-white::before,
.dpg-icon-online-problem-white::before,
.ahe-icon-online-problem-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm5-6v1H7v-1h10zm1-6v4c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h9.757l-1 1H7v6h10v-3l1-1zm-4 1.172l4.95-4.95.707.707L14 12.586l-2.828-2.829.707-.707L14 11.172z'/%3E%3C/svg%3E");
}
.dpg-icon-system-online-problem::before,
.ahe-icon-system-online-problem::before,
.dpg-icon-online-problem::before,
.ahe-icon-online-problem::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm5-6v1H7v-1h10zm1-6v4c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h9.757l-1 1H7v6h10v-3l1-1zm-4 1.172l4.95-4.95.707.707L14 12.586l-2.828-2.829.707-.707L14 11.172z'/%3E%3C/svg%3E");
}
.dpg-icon-system-printer-white::before,
.ahe-icon-system-printer-white::before,
.dpg-icon-printer-white::before,
.ahe-icon-printer-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 20v-1h2V9H3v10h2v1H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-2zM18 7V3H6v4H5V3a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v4h-1zm0 6v8c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h10c.55 0 1 .45 1 1zM7 13v8h10v-8H7zm1 5h8v1H8v-1zm0-3h8v1H8v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-system-printer::before,
.ahe-icon-system-printer::before,
.dpg-icon-printer::before,
.ahe-icon-printer::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M19 20v-1h2V9H3v10h2v1H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-2zM18 7V3H6v4H5V3a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v4h-1z'/%3E%3Cpath fill='%23009bb5' d='M18 13v8c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h10c.55 0 1 .45 1 1zM7 13v8h10v-8H7zm1 5h8v1H8v-1zm0-3h8v1H8v-1z'/%3E%3C/svg%3E");
}
.dpg-icon-system-question-add-white::before,
.ahe-icon-system-question-add-white::before,
.dpg-icon-question-add-white::before,
.ahe-icon-question-add-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6 19h1v3h15V2H7v2H6V2a1 1 0 0 1 1-1h15c.55 0 1 .45 1 1v20c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1v-3zm8-8h6v1h-6v-1zm-5 6h11v1H9v-1zm0-3h11v1H9v-1zm0-6h11v1H9V8zm0-3h11v1H9V5zM6 6h1v5h5v1H7v5H6v-5H1v-1h5V6z'/%3E%3C/svg%3E");
}
.dpg-icon-system-question-add::before,
.ahe-icon-system-question-add::before,
.dpg-icon-question-add::before,
.ahe-icon-question-add::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6 19h1v3h15V2H7v2H6V2a1 1 0 0 1 1-1h15c.55 0 1 .45 1 1v20c0 .55-.45 1-1 1H7a1 1 0 0 1-1-1v-3zm8-8h6v1h-6v-1zm-5 6h11v1H9v-1zm0-3h11v1H9v-1zm0-6h11v1H9V8zm0-3h11v1H9V5z'/%3E%3Cpath fill='%23009bb5' d='M6 6h1v5h5v1H7v5H6v-5H1v-1h5z'/%3E%3C/svg%3E");
}
.dpg-icon-system-question-preview-white::before,
.ahe-icon-system-question-preview-white::before,
.dpg-icon-question-preview-white::before,
.ahe-icon-question-preview-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M4 18.828l1-1V20h14V4H5v2.682A5.97 5.97 0 0 0 4 10V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1v-1.172zM13.318 15H17v1h-7a5.972 5.972 0 0 0 3.318-1zm2.34-3H17v1h-1.803a5.97 5.97 0 0 0 .462-1zm.259-3H17v1h-1c0-.34-.028-.675-.083-1zm-1.445-3H17v1h-1.803a6.019 6.019 0 0 0-.725-1zm-8.644 6.758a5.002 5.002 0 0 1 7.708-6.294 5 5 0 0 1-6.294 7.708l-5.02 5.02-1.414-1.414 5.02-5.02zM10 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E");
}
.dpg-icon-system-question-preview::before,
.ahe-icon-system-question-preview::before,
.dpg-icon-question-preview::before,
.ahe-icon-question-preview::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M4 18.828l1-1V20h14V4H5v2.682A5.97 5.97 0 0 0 4 10V4a1 1 0 0 1 1-1h14c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H5a1 1 0 0 1-1-1v-1.172zM13.318 15H17v1h-7a5.972 5.972 0 0 0 3.318-1zm2.34-3H17v1h-1.803a5.97 5.97 0 0 0 .462-1zm.259-3H17v1h-1c0-.34-.028-.675-.083-1zm-1.445-3H17v1h-1.803a6.019 6.019 0 0 0-.725-1z'/%3E%3Cpath fill='%23009bb5' d='M5.828 12.758a5.002 5.002 0 0 1 7.708-6.294 5 5 0 0 1-6.294 7.708l-5.02 5.02-1.414-1.414 5.02-5.02zM10 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E");
}
.dpg-icon-system-search-white::before,
.ahe-icon-system-search-white::before,
.dpg-icon-search-white::before,
.ahe-icon-search-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-15.91 6.01l.707.707 4.95-4.95-.707-.707-4.95 4.95zM19.5 9h1a5.5 5.5 0 0 1-5.5 5.5v-1A4.5 4.5 0 0 0 19.5 9z'/%3E%3C/svg%3E");
}
.dpg-icon-system-search::before,
.ahe-icon-system-search::before,
.dpg-icon-search::before,
.ahe-icon-search::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-15.91 6.01l.707.707 4.95-4.95-.707-.707-4.95 4.95zM19.5 9h1a5.5 5.5 0 0 1-5.5 5.5v-1A4.5 4.5 0 0 0 19.5 9z'/%3E%3C/svg%3E");
}
.dpg-icon-system-share-white::before,
.ahe-icon-system-share-white::before,
.dpg-icon-share-white::before,
.ahe-icon-share-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15.674 7.222l-6.9 3.45a3.986 3.986 0 0 0-.448-.894l6.9-3.45c.112.319.263.618.448.894zm-6.9 6.106l6.9 3.45a3.986 3.986 0 0 0-.448.894l-6.9-3.45c.185-.276.336-.575.448-.894zM19 22a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM5 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm14-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-system-share::before,
.ahe-icon-system-share::before,
.dpg-icon-share::before,
.ahe-icon-share::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M15.674 7.222l-6.9 3.45a3.986 3.986 0 0 0-.448-.894l6.9-3.45c.112.319.263.618.448.894zm-6.9 6.106l6.9 3.45a3.986 3.986 0 0 0-.448.894l-6.9-3.45c.185-.276.336-.575.448-.894z'/%3E%3Cpath fill='%23009bb5' d='M19 22a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM5 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm14-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}
.dpg-icon-system-sort-down-white::before,
.ahe-icon-system-sort-down-white::before,
.dpg-icon-sort-down-white::before,
.ahe-icon-sort-down-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.243 7.929l1.414 1.414L12 15 6.343 9.343 7.757 7.93 12 12.172z'/%3E%3C/svg%3E");
}
.dpg-icon-system-sort-down::before,
.ahe-icon-system-sort-down::before,
.dpg-icon-sort-down::before,
.ahe-icon-sort-down::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16.243 7.929l1.414 1.414L12 15 6.343 9.343 7.757 7.93 12 12.172z'/%3E%3C/svg%3E");
}
.dpg-icon-system-sort-up-white::before,
.ahe-icon-system-sort-up-white::before,
.dpg-icon-sort-up-white::before,
.ahe-icon-sort-up-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 8l5.657 5.657-1.414 1.414L12 10.828l-4.243 4.243-1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-system-sort-up::before,
.ahe-icon-system-sort-up::before,
.dpg-icon-sort-up::before,
.ahe-icon-sort-up::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 8l5.657 5.657-1.414 1.414L12 10.828l-4.243 4.243-1.414-1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-system-sort-white::before,
.ahe-icon-system-sort-white::before,
.dpg-icon-sort-white::before,
.ahe-icon-sort-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.243 12.929l1.414 1.414L12 20l-5.657-5.657 1.414-1.414L12 17.172l4.243-4.243zM12 3l5.657 5.657-1.414 1.414L12 5.828l-4.243 4.243-1.414-1.414L12 3z'/%3E%3C/svg%3E");
}
.dpg-icon-system-sort::before,
.ahe-icon-system-sort::before,
.dpg-icon-sort::before,
.ahe-icon-sort::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16.243 12.929l1.414 1.414L12 20l-5.657-5.657 1.414-1.414L12 17.172l4.243-4.243zM12 3l5.657 5.657-1.414 1.414L12 5.828l-4.243 4.243-1.414-1.414L12 3z'/%3E%3C/svg%3E");
}
.dpg-icon-system-upload-white::before,
.ahe-icon-system-upload-white::before,
.dpg-icon-upload-white::before,
.ahe-icon-upload-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 19v1h18v-1h1v1c0 .55-.41 1-.91 1H2.91c-.503 0-.91-.448-.91-1v-1h1zm9.657-12.172V18h-2V6.828l-3.243 3.243L6 8.657 11.657 3l5.657 5.657-1.415 1.414-3.242-3.243z'/%3E%3C/svg%3E");
}
.dpg-icon-system-upload::before,
.ahe-icon-system-upload::before,
.dpg-icon-upload::before,
.ahe-icon-upload::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M3 19v1h18v-1h1v1c0 .55-.41 1-.91 1H2.91c-.503 0-.91-.448-.91-1v-1h1z'/%3E%3Cpath fill='%23009bb5' d='M12.657 6.828V18h-2V6.828l-3.243 3.243L6 8.657 11.657 3l5.657 5.657-1.415 1.414z'/%3E%3C/svg%3E");
}
.dpg-icon-tag-white::before,
.ahe-icon-tag-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13.707 1.808l-12.02 12.02a1 1 0 0 0 0 1.415l7.07 7.07a1 1 0 0 0 1.415 0l12.02-12.02a1 1 0 0 0 .263-.95l-1.414-5.657a1 1 0 0 0-.727-.727l-5.657-1.414a1 1 0 0 0-.95.263zm.707.707l5.657 1.414 1.414 5.657-12.02 12.02-7.072-7.07L14.414 2.515zm3.536 6.364a2 2 0 1 0-2.83-2.829 2 2 0 0 0 2.83 2.83z'/%3E%3C/svg%3E");
}
.dpg-icon-tag::before,
.ahe-icon-tag::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13.707 1.808l-12.02 12.02a1 1 0 0 0 0 1.415l7.07 7.07a1 1 0 0 0 1.415 0l12.02-12.02a1 1 0 0 0 .263-.95l-1.414-5.657a1 1 0 0 0-.727-.727l-5.657-1.414a1 1 0 0 0-.95.263zm.707.707l5.657 1.414 1.414 5.657-12.02 12.02-7.072-7.07L14.414 2.515zm3.536 6.364a2 2 0 1 0-2.83-2.829 2 2 0 0 0 2.83 2.83z'/%3E%3C/svg%3E");
}
.dpg-icon-test-white::before,
.ahe-icon-test-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15.464 3H20c.55 0 1 .45 1 1v17c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4.536a3.53 3.53 0 0 0 .3 2H4v16h16V5l-4.837.001a3.486 3.486 0 0 0 .301-2.002zM18 16v1h-5v-1h5zm-7.172-2.243l.708.707L8 18l-2.121-2.121.707-.707L8 16.586l2.828-2.829zm0-5l.708.707L8 13l-2.121-2.121.707-.707L8 11.586l2.828-2.829zM18 11v1h-5v-1h5zM12 1a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3C/svg%3E");
}
.dpg-icon-test::before,
.ahe-icon-test::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M15.464 3H20c.55 0 1 .45 1 1v17c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4.536a3.53 3.53 0 0 0 .3 2H4v16h16V5l-4.837.001a3.486 3.486 0 0 0 .301-2.002zM18 16v1h-5v-1h5zm-7.172-2.243l.708.707L8 18l-2.121-2.121.707-.707L8 16.586l2.828-2.829zm0-5l.708.707L8 13l-2.121-2.121.707-.707L8 11.586l2.828-2.829zM18 11v1h-5v-1h5zM12 1a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3C/svg%3E");
}
.dpg-icon-text-with-audio-white::before,
.ahe-icon-text-with-audio-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15 9.268a2.02 2.02 0 0 0-.2.132l-.8.6V4H2v16h12v-1l.8.6a2 2 0 0 0 .2.132V20c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v5.268zM9 15v1H4v-1h5zm.268-3A1.99 1.99 0 0 0 9 13H4v-1h5.268zM4 9h8v1H4V9zm0-3h8v1H4V6zm7 10h2a1 1 0 0 1 .6.2L16 18v-7l-2.4 1.8a1 1 0 0 1-.6.2h-2v3zm-1 0v-3a1 1 0 0 1 1-1h2l2.4-1.8a1 1 0 0 1 1.6.8v7a1 1 0 0 1-1.6.8L13 17h-2a1 1 0 0 1-1-1zm9.087-6.873A8.465 8.465 0 0 1 21 14.5a8.465 8.465 0 0 1-1.913 5.373l-.85-.54A7.47 7.47 0 0 0 20 14.5a7.47 7.47 0 0 0-1.764-4.832l.85-.541zm1.697-1.08A10.455 10.455 0 0 1 23 14.5c0 2.433-.828 4.673-2.216 6.453l-.848-.54A9.46 9.46 0 0 0 22 14.5a9.46 9.46 0 0 0-2.064-5.914l.848-.54z'/%3E%3C/svg%3E");
}
.dpg-icon-text-with-audio::before,
.ahe-icon-text-with-audio::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M15 9.268a2.02 2.02 0 0 0-.2.132l-.8.6V4H2v16h12v-1l.8.6a2 2 0 0 0 .2.132V20c0 .55-.45 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12c.55 0 1 .45 1 1v5.268zM9 15v1H4v-1h5zm.268-3A1.99 1.99 0 0 0 9 13H4v-1h5.268zM4 9h8v1H4V9zm0-3h8v1H4V6z'/%3E%3Cpath fill='%23009bb5' d='M11 16h2a1 1 0 0 1 .6.2L16 18v-7l-2.4 1.8a1 1 0 0 1-.6.2h-2v3zm-1 0v-3a1 1 0 0 1 1-1h2l2.4-1.8a1 1 0 0 1 1.6.8v7a1 1 0 0 1-1.6.8L13 17h-2a1 1 0 0 1-1-1zm9.087-6.873A8.465 8.465 0 0 1 21 14.5a8.465 8.465 0 0 1-1.913 5.373l-.85-.54A7.47 7.47 0 0 0 20 14.5a7.47 7.47 0 0 0-1.764-4.832l.85-.541zm1.697-1.08A10.455 10.455 0 0 1 23 14.5c0 2.433-.828 4.673-2.216 6.453l-.848-.54A9.46 9.46 0 0 0 22 14.5a9.46 9.46 0 0 0-2.064-5.914l.848-.54z'/%3E%3C/svg%3E");
}
.dpg-icon-textarea-white::before,
.ahe-icon-textarea-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 17.293v1.414L18.707 22h-1.414L22 17.293zm0-5v1.414L13.707 22h-1.414L22 12.293zm0-5v1.414L8.707 22H7.293L22 7.293zm0-5v1.414L3.707 22H2.293L22 2.293z'/%3E%3C/svg%3E");
}
.dpg-icon-textarea::before,
.ahe-icon-textarea::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23009bb5' d='M22 17.293v1.414L18.707 22h-1.414L22 17.293zm0-5v1.414L13.707 22h-1.414L22 12.293zm0-5v1.414L8.707 22H7.293L22 7.293zm0-5v1.414L3.707 22H2.293L22 2.293z'/%3E%3C/svg%3E");
}
.dpg-icon-timer-white::before,
.ahe-icon-timer-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11 12.085V7h1v5.085a1.5 1.5 0 1 1-1 0zm8.467-3.762l.876-.506-.5-.866.866-.5 1.5 2.598-.866.5-.5-.866-.875.506A9.46 9.46 0 0 1 21 13.5a9.5 9.5 0 0 1-19 0c0-5.079 3.986-9.227 9-9.487V3H9V2h5v1h-2v1.013a9.494 9.494 0 0 1 7.467 4.31zM3 13.352a8.5 8.5 0 0 0 8.35 8.647 8.51 8.51 0 0 0 8.65-8.35 8.5 8.5 0 0 0-17-.298z'/%3E%3C/svg%3E");
}
.dpg-icon-timer::before,
.ahe-icon-timer::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M11 12.085V7h1v5.085a1.5 1.5 0 1 1-1 0zm8.467-3.762l.876-.506-.5-.866.866-.5 1.5 2.598-.866.5-.5-.866-.875.506A9.46 9.46 0 0 1 21 13.5a9.5 9.5 0 0 1-19 0c0-5.079 3.986-9.227 9-9.487V3H9V2h5v1h-2v1.013a9.494 9.494 0 0 1 7.467 4.31zM3 13.352a8.5 8.5 0 0 0 8.35 8.647 8.51 8.51 0 0 0 8.65-8.35 8.5 8.5 0 0 0-17-.298z'/%3E%3C/svg%3E");
}
.dpg-icon-toc-white::before,
.ahe-icon-toc-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 17v1H3v-1h14zm0-6v1H3v-1h14zm0-6v1H3V5h14zm4 11v3h-2v-3h2zm0-6v3h-2v-3h2zm0-6v3h-2V4h2z'/%3E%3C/svg%3E");
}
.dpg-icon-toc::before,
.ahe-icon-toc::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M17 17v1H3v-1h14zm0-6v1H3v-1h14zm0-6v1H3V5h14zm4 11v3h-2v-3h2zm0-6v3h-2v-3h2zm0-6v3h-2V4h2z'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-001-white::before,
.ahe-icon-tool-size-relative-001-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='1' fill='%23fff'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-001::before,
.ahe-icon-tool-size-relative-001::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='1' fill='%23265867'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-020-white::before,
.ahe-icon-tool-size-relative-020-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-020::before,
.ahe-icon-tool-size-relative-020::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='2' fill='%23265867'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-040-white::before,
.ahe-icon-tool-size-relative-040-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4.5' fill='%23fff'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-040::before,
.ahe-icon-tool-size-relative-040::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4.5' fill='%23265867'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-060-white::before,
.ahe-icon-tool-size-relative-060-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='6.5' fill='%23fff'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-060::before,
.ahe-icon-tool-size-relative-060::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='6.5' fill='%23265867'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-080-white::before,
.ahe-icon-tool-size-relative-080-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='%23fff'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-080::before,
.ahe-icon-tool-size-relative-080::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='%23265867'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-100-white::before,
.ahe-icon-tool-size-relative-100-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23fff'/%3E%3C/svg%3E");
}
.dpg-icon-tool-size-relative-100::before,
.ahe-icon-tool-size-relative-100::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23265867'/%3E%3C/svg%3E");
}
.dpg-icon-toolbox-white::before,
.ahe-icon-toolbox-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6 7V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2h3a1 1 0 0 1 1 1v10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V8a1 1 0 0 1 1-1h3zm-3 6v5h18v-5h-4v-1h4V8H3v4h4v1H3zm4-8v2h10V5H7zm1 6h8v3H8v-3zm1 1v1h6v-1H9z'/%3E%3C/svg%3E");
}
.dpg-icon-toolbox::before,
.ahe-icon-toolbox::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6 7V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2h3a1 1 0 0 1 1 1v10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V8a1 1 0 0 1 1-1h3zm-3 6v5h18v-5h-4v-1h4V8H3v4h4v1H3zm4-8v2h10V5H7z'/%3E%3Cpath fill='%23009bb5' d='M8 11h8v3H8v-3zm1 1v1h6v-1H9z'/%3E%3C/svg%3E");
}
.dpg-icon-trash-white::before,
.ahe-icon-trash-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 5a3 3 0 0 1 6 0h5v2h-1v14c0 .55-.45 1-1 1H6a1 1 0 0 1-1-1V7H4V5h5zm1 0h4a2 2 0 1 0-4 0zM6 7v14h12V7H6zm8 2h1v10h-1V9zm-3 0h1v10h-1V9zM8 9h1v10H8V9z'/%3E%3C/svg%3E");
}
.dpg-icon-trash::before,
.ahe-icon-trash::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M9 5a3 3 0 0 1 6 0h5v2h-1v14c0 .55-.45 1-1 1H6a1 1 0 0 1-1-1V7H4V5h5zm1 0h4a2 2 0 1 0-4 0zM6 7v14h12V7H6zm8 2h1v10h-1V9zm-3 0h1v10h-1V9zM8 9h1v10H8V9z'/%3E%3C/svg%3E");
}
.dpg-icon-undo-white::before,
.ahe-icon-undo-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5.914 11.997l4.45 4.45-.707.707L4 11.497 9.657 5.84l.707.707-4.45 4.45H16a4 4 0 0 1 4 4v1h-1v-1a3 3 0 0 0-3-3H5.914z'/%3E%3C/svg%3E");
}
.dpg-icon-undo::before,
.ahe-icon-undo::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M5.914 11.997l4.45 4.45-.707.707L4 11.497 9.657 5.84l.707.707-4.45 4.45H16a4 4 0 0 1 4 4v1h-1v-1a3 3 0 0 0-3-3H5.914z'/%3E%3C/svg%3E");
}
.dpg-icon-unlock-white::before,
.ahe-icon-unlock-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15 10V6a3 3 0 0 0-6 0v1H8V6a4 4 0 1 1 8 0v4h2a1 1 0 0 1 1 1v10c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V11a1 1 0 0 1 1-1h9zm-9 1v10h12V11H6zm4 4a2 2 0 1 1 3 1.732V19h-2v-2.268A2 2 0 0 1 10 15z'/%3E%3C/svg%3E");
}
.dpg-icon-unlock::before,
.ahe-icon-unlock::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M15 10V6a3 3 0 0 0-6 0v1H8V6a4 4 0 1 1 8 0v4h2a1 1 0 0 1 1 1v10c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V11a1 1 0 0 1 1-1h9zm-9 1v10h12V11H6z'/%3E%3Cpath fill='%23009bb5' d='M10 15a2 2 0 1 1 3 1.732V19h-2v-2.268A2 2 0 0 1 10 15z'/%3E%3C/svg%3E");
}
.dpg-icon-up-arrow-white::before,
.ahe-icon-up-arrow-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21.9 15.9L12 6l-9.9 9.9 1.415 1.414L12 8.828l8.485 8.486z'/%3E%3C/svg%3E");
}
.dpg-icon-up-arrow::before,
.ahe-icon-up-arrow::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21.9 15.9L12 6l-9.9 9.9 1.415 1.414L12 8.828l8.485 8.486z'/%3E%3C/svg%3E");
}
.dpg-icon-video-white::before,
.ahe-icon-video-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21 6v12c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 6v12h16V6H4zm6 3l5 3-5 3V9z'/%3E%3C/svg%3E");
}
.dpg-icon-video::before,
.ahe-icon-video::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M21 6v12c0 .55-.45 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h16c.55 0 1 .45 1 1zM4 6v12h16V6H4zm6 3l5 3-5 3V9z'/%3E%3C/svg%3E");
}
.dpg-icon-virtual-labs-white::before,
.ahe-icon-virtual-labs-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.003 3v1h1v7.741l-4.877 8.772A1 1 0 0 0 5 21.999h14c.76 0 1.24-.819.874-1.486L15 11.741V3.999h1V3H8.003zM14 4v8l5 8.999H5L10.004 12V4H14zm.661 11.249H9.34l-2.641 4.749h10.6l-2.638-4.749z'/%3E%3C/svg%3E");
}
.dpg-icon-virtual-labs::before,
.ahe-icon-virtual-labs::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.003 3v1h1v7.741l-4.877 8.772A1 1 0 0 0 5 21.999h14c.76 0 1.24-.819.874-1.486L15 11.741V3.999h1V3H8.003zM14 4v8l5 8.999H5L10.004 12V4H14zm.661 11.249H9.34l-2.641 4.749h10.6l-2.638-4.749z'/%3E%3C/svg%3E");
}
.dpg-icon-visibility-white::before,
.ahe-icon-visibility-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M1.584 11.723C5.001 6.598 8.464 4 12 4c3.536 0 7 2.598 10.416 7.723a.5.5 0 0 1 0 .554C18.999 17.402 15.536 20 12 20c-3.536 0-7-2.598-10.416-7.723a.5.5 0 0 1 0-.554zM2.603 12c3.186 4.689 6.326 7 9.397 7 3.071 0 6.211-2.311 9.397-7C18.211 7.311 15.071 5 12 5c-3.071 0-6.211 2.311-9.397 7zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
}
.dpg-icon-visibility::before,
.ahe-icon-visibility::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M1.584 11.723C5.001 6.598 8.464 4 12 4c3.536 0 7 2.598 10.416 7.723a.5.5 0 0 1 0 .554C18.999 17.402 15.536 20 12 20c-3.536 0-7-2.598-10.416-7.723a.5.5 0 0 1 0-.554zM2.603 12c3.186 4.689 6.326 7 9.397 7 3.071 0 6.211-2.311 9.397-7C18.211 7.311 15.071 5 12 5c-3.071 0-6.211 2.311-9.397 7z'/%3E%3Cpath fill='%23009bb5' d='M12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
}
.dpg-icon-worksheet-white::before,
.ahe-icon-worksheet-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 11.11V20c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h13.695l-.364 1H3v16h14v-6.142l1-2.748zM12.328 15l-.181.497.122.503H5v-1h7.328zm1.091-3l-.364 1H5v-1h8.42zm1.092-3l-.364 1H5V9h9.511zM5 6h10v1H5V6zm10.07 10.238l-1.453 1.068-.427-1.752 4.343-11.931 1.879.684-4.343 11.931z'/%3E%3C/svg%3E");
}
.dpg-icon-worksheet::before,
.ahe-icon-worksheet::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 11.11V20c0 .55-.45 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h13.695l-.364 1H3v16h14v-6.142l1-2.748zM12.328 15l-.181.497.122.503H5v-1h7.328zm1.091-3l-.364 1H5v-1h8.42zm1.092-3l-.364 1H5V9h9.511zM5 6h10v1H5V6z'/%3E%3Cpath fill='%23009bb5' d='M15.07 16.238l-1.453 1.068-.427-1.752 4.343-11.931 1.879.684z'/%3E%3C/svg%3E");
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* src/styles.scss */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\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: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-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;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -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;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -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;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    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% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    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;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -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;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./media/glyphicons-halflings-regular.eot");
  src:
    url("./media/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-halflings-regular.woff2") format("woff2"),
    url("./media/glyphicons-halflings-regular.woff") format("woff"),
    url("./media/glyphicons-halflings-regular.ttf") format("truetype"),
    url("./media/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\a5";
}
.glyphicon-jpy:before {
  content: "\a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.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;
}
[role=button] {
  cursor: pointer;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}
.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\a0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\a0\2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \	;
  line-height: normal;
}
input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \	;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(23.5105371901, 55.8929752066, 83.8394628099);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(45.0576923077, 103.4423076923, 45.0576923077);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(31.0736040609, 126.1776649746, 154.4263959391);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(175.6171875, 109.140625, 14.8828125);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(138.5794392523, 33.0700934579, 29.9205607477);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \	;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}
.ahe-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) a.dropdown-item,
.ahe-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) span.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) a.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) span.dropdown-item {
  border-color: #fff !important;
  background-color: #fff !important;
  outline: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f5f5f5 !important;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \	;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\a0";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}
.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5 !important;
}
.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  padding: 0rem !important;
  margin: 0rem 0rem 0rem 50rem;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
  position: absolute !important;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  display: inline !important;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 160px auto;
    max-width: 100% !important;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \	;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
*::before,
*::after {
  box-sizing: inherit;
}
html {
  height: 100%;
}
body {
  color: #222222;
  font-family: "proxima_novaregular";
  height: 100%;
  margin: 0;
  padding: 0;
}
a.ahe-ui-link,
.navbar.ahe-ui-navbar.system a,
.navbar.dpg-ui-navbar.system a,
.navbar.ahe-ui-navbar.testing-dark a,
.navbar.dpg-ui-navbar.testing-dark a,
.navbar.ahe-ui-navbar.learning-dark a,
.navbar.dpg-ui-navbar.learning-dark a,
a.ahe-ui-link-alt,
a.ahe-ui-link-secondary {
  text-decoration: underline;
  box-sizing: border-box;
  color: #017890;
}
a.ahe-ui-link:focus,
.navbar.ahe-ui-navbar.system a:focus,
.navbar.dpg-ui-navbar.system a:focus,
.navbar.ahe-ui-navbar.testing-dark a:focus,
.navbar.dpg-ui-navbar.testing-dark a:focus,
.navbar.ahe-ui-navbar.learning-dark a:focus,
.navbar.dpg-ui-navbar.learning-dark a:focus,
a.ahe-ui-link-alt:focus,
a.ahe-ui-link-secondary:focus {
  outline: 2px solid currentColor;
  outline-offset: 1px;
  transition: color 0.35s ease;
}
a.ahe-ui-link-secondary {
  color: #222222;
}
.navbar.ahe-ui-navbar.system a,
.navbar.dpg-ui-navbar.system a,
.navbar.ahe-ui-navbar.testing-dark a,
.navbar.dpg-ui-navbar.testing-dark a,
.navbar.ahe-ui-navbar.learning-dark a,
.navbar.dpg-ui-navbar.learning-dark a,
a.ahe-ui-link-alt {
  color: #fff;
}
.navbar.ahe-ui-navbar.system a:hover,
.navbar.dpg-ui-navbar.system a:hover,
.navbar.ahe-ui-navbar.testing-dark a:hover,
.navbar.dpg-ui-navbar.testing-dark a:hover,
.navbar.ahe-ui-navbar.learning-dark a:hover,
.navbar.dpg-ui-navbar.learning-dark a:hover,
a.ahe-ui-link-alt:hover {
  color: #fff;
}
.navbar.ahe-ui-navbar.system a:focus,
.navbar.dpg-ui-navbar.system a:focus,
.navbar.ahe-ui-navbar.testing-dark a:focus,
.navbar.dpg-ui-navbar.testing-dark a:focus,
.navbar.ahe-ui-navbar.learning-dark a:focus,
.navbar.dpg-ui-navbar.learning-dark a:focus,
a.ahe-ui-link-alt:focus {
  outline: 2px solid #fff;
}
p {
  color: #222222;
  font-family: "proxima_novaregular";
  font-size: 16px;
}
legend {
  font-size: 16px;
  color: #222222;
  border: 0;
  margin: 0;
  padding-left: 10px;
}
.sr-only,
.visuallyhidden,
mhe-radio-button .ahe-ui-radio > input[type=radio],
mhe-radio-button .ahe-ui-radio > input[type=radio]:focus,
mhe-radio-button .ahe-ui-radio > input[type=radio]:disabled,
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked,
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked:focus,
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked:disabled,
mhe-radio-button .ahe-ui-radio > input[type=radio].error,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:focus,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:active,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked:focus,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked:active,
app-checkbox .ahe-ui-checkbox > input[type=checkbox],
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:focus,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:active,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:disabled,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:focus,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:active,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:disabled,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:focus,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:active,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox],
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:focus,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:active,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:focus,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:active,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:focus,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:active,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox],
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:focus,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:active,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:disabled,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:focus,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:active,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:disabled,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:focus,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:active,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox],
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:focus,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:active,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:focus,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:active,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:focus,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:active,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled,
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.display-block {
  display: block !important;
}
.display-inlineflex {
  display: inline-flex !important;
}
.display-inlineblock {
  display: inline-block !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.mhe-overlay-dark-backdrop {
  background-color: rgba(0, 33, 43, 0.6);
}
@font-face {
  font-family: "proxima_novaregular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://dle-cdn.mheducation.com/mhe/fonts/proxima-nova/proxima-nova-regular.woff) format("woff");
}
@font-face {
  font-family: "proxima_novaregular";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://dle-cdn.mheducation.com/mhe/fonts/proxima-nova/proxima-nova-light-it.woff) format("woff");
}
@font-face {
  font-family: "proxima_novaregular";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://dle-cdn.mheducation.com/mhe/fonts/proxima-nova/proxima-nova-light.woff) format("woff");
}
@font-face {
  font-family: "proxima_novaregular";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://dle-cdn.mheducation.com/mhe/fonts/proxima-nova/proxima-nova-semibold.woff) format("woff");
}
@font-face {
  font-family: "proxima_novaregular";
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url(https://dle-cdn.mheducation.com/mhe/fonts/proxima-nova/proxima-nova-bold-it.woff) format("woff");
}
@font-face {
  font-family: "proxima_novaregular_bold";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(https://dle-cdn.mheducation.com/mhe/fonts/proxima-nova/proxima-nova-bold.woff) format("woff");
}
@font-face {
  font-family: "proxima_novacondensed";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://dle-cdn.mheducation.com/mhe/fonts/proxima-nova-extra-condensed/proxima-nova-extra-condensed-regular.woff) format("woff");
}
.text-transform-none {
  text-transform: none;
}
h1 {
  color: #222222;
  font-family: "proxima_novaregular";
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 40px;
}
h2 {
  font-family: "proxima_novaregular";
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}
h2.border {
  border-top: 3px solid #c1cfd4;
  padding-top: 16px;
}
h3 {
  color: #222222;
  font-family: "proxima_novaregular";
  font-size: 18px;
}
h4 {
  color: #222222;
  font-size: 16px;
  font-family: "proxima_novaregular_bold";
}
h5,
h6 {
  font-family:
    "proxima_novaregular",
    Arial,
    sans-serif;
  font-weight: normal;
}
body {
  color: #222222;
  font-family: "proxima_novaregular";
  font-size: 16px;
}
.navbar.ahe-ui-navbar,
.navbar.dpg-ui-navbar {
  border: 0;
  border-radius: 0;
  color: #fff;
  height: 52px;
  line-height: 30px;
  padding: 8px 30px;
  position: relative;
  width: 100%;
}
.navbar.ahe-ui-navbar > .container,
.navbar.ahe-ui-navbar > .container-fluid,
.navbar.dpg-ui-navbar > .container,
.navbar.dpg-ui-navbar > .container-fluid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar.ahe-ui-navbar button,
.navbar.dpg-ui-navbar button {
  color: #fff;
  font-weight: normal;
}
.navbar.ahe-ui-navbar a,
.navbar.dpg-ui-navbar a {
  color: #fff;
}
.navbar.ahe-ui-navbar.system,
.navbar.dpg-ui-navbar.system {
  background: #e21f26;
}
.navbar.ahe-ui-navbar.system button,
.navbar.dpg-ui-navbar.system button {
  background: rgb(182.3873517787, 23.6126482213, 29.3122529644);
}
.navbar.ahe-ui-navbar.system button:hover,
.navbar.dpg-ui-navbar.system button:hover {
  background: rgb(159.8102766798, 20.6897233202, 25.6837944664);
  color: #fff;
}
.navbar.ahe-ui-navbar.testing-light,
.navbar.dpg-ui-navbar.testing-light {
  background: #a5d4c5;
  color: #003b4c;
}
.navbar.ahe-ui-navbar.testing-light a,
.navbar.dpg-ui-navbar.testing-light a {
  color: #003b4c;
}
.navbar.ahe-ui-navbar.testing-light button,
.navbar.dpg-ui-navbar.testing-light button {
  background: rgb(130.4887218045, 195.5112781955, 174.7593984962);
  color: #003b4c;
}
.navbar.ahe-ui-navbar.testing-light button:hover,
.navbar.dpg-ui-navbar.testing-light button:hover {
  background: rgb(113.2330827068, 187.2669172932, 163.6390977444);
}
.navbar.ahe-ui-navbar.testing-dark,
.navbar.dpg-ui-navbar.testing-dark {
  background: #247c61;
}
.navbar.ahe-ui-navbar.testing-dark button,
.navbar.dpg-ui-navbar.testing-dark button {
  background: rgb(24.525, 84.475, 66.08125);
}
.navbar.ahe-ui-navbar.testing-dark button:hover,
.navbar.dpg-ui-navbar.testing-dark button:hover {
  background: rgb(18.7875, 64.7125, 50.621875);
  color: #fff;
}
.navbar.ahe-ui-navbar.learning-light,
.navbar.dpg-ui-navbar.learning-light {
  background: #a4dbe5;
  color: #003b4c;
}
.navbar.ahe-ui-navbar.learning-light a,
.navbar.dpg-ui-navbar.learning-light a {
  color: #003b4c;
}
.navbar.ahe-ui-navbar.learning-light button,
.navbar.dpg-ui-navbar.learning-light button {
  background: rgb(124.3333333333, 203.3076923077, 217.6666666667);
  color: #003b4c;
}
.navbar.ahe-ui-navbar.learning-light button:hover,
.navbar.dpg-ui-navbar.learning-light button:hover {
  background: rgb(104.5, 195.4615384615, 212);
}
.navbar.ahe-ui-navbar.learning-dark,
.navbar.dpg-ui-navbar.learning-dark {
  background: #3f7aa3;
}
.navbar.ahe-ui-navbar.learning-dark button,
.navbar.dpg-ui-navbar.learning-dark button {
  background: rgb(48.7831858407, 94.4690265487, 126.2168141593);
}
.navbar.ahe-ui-navbar.learning-dark button:hover,
.navbar.dpg-ui-navbar.learning-dark button:hover {
  background: rgb(41.6747787611, 80.703539823, 107.8252212389);
  color: #fff;
}
.navbar.ahe-ui-navbar .navbar-brand,
.navbar.dpg-ui-navbar .navbar-brand {
  display: inline-block;
  font-size: 10px;
  height: unset;
  line-height: inherit;
  margin-right: 30px;
  padding: 0 0;
  white-space: nowrap;
}
.navbar.ahe-ui-navbar .navbar-brand img,
.navbar.dpg-ui-navbar .navbar-brand img {
  max-height: 36px;
}
.navbar.ahe-ui-navbar .navbar-nav,
.navbar.dpg-ui-navbar .navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar.ahe-ui-navbar .navbar-nav .nav-link,
.navbar.dpg-ui-navbar .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar.ahe-ui-navbar .navbar-nav .dropdown-menu,
.navbar.dpg-ui-navbar .navbar-nav .dropdown-menu {
  float: none;
  position: static;
}
.navbar.ahe-ui-navbar .navbar-text,
.navbar.dpg-ui-navbar .navbar-text {
  display: inline-block;
  padding-bottom: 0;
  padding-top: 0;
}
.navbar.ahe-ui-navbar .navbar-collapse,
.navbar.dpg-ui-navbar .navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar.ahe-ui-navbar .navbar-toggler-icon,
.navbar.dpg-ui-navbar .navbar-toggler-icon {
  background: no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.dpg-sidebar,
.ahe-sidebar {
  background: #265867;
  color: #fff;
  display: table-cell;
  font-size: 14px;
  margin-top: -20px;
  min-height: 100%;
  min-width: 200px;
  padding: 8px 0 0;
  vertical-align: top;
  width: 200px;
}
.dpg-sidebar a,
.ahe-sidebar a {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 28px;
  padding-left: 50px;
  width: 100%;
}
.dpg-sidebar a:hover,
.ahe-sidebar a:hover {
  background: #174d5c;
  text-decoration: none;
}
.dpg-sidebar ul,
.ahe-sidebar ul {
  list-style: none;
  padding: 0;
  width: 200px;
}
.dpg-sidebar li.active,
.ahe-sidebar li.active {
  background: #174d5c;
  border-left: 5px solid #ffcd00;
}
.dpg-sidebar li.active a,
.ahe-sidebar li.active a {
  padding-left: 45px;
}
.ahe-content,
.dpg-content {
  display: table-cell;
  min-height: 100%;
  vertical-align: top;
  width: 100%;
}
.ahe-content > .row,
.dpg-content > .row {
  margin: 0;
}
.ahe-container,
.dpg-container {
  display: table;
  min-height: calc(100% - 52px);
}
.nav-tabs {
  border: none;
  box-shadow: 0 1px 0 0 rgba(38, 88, 103, 0.5);
  margin-bottom: 16px;
  padding: 0;
}
.nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
.nav-tabs .nav-item {
  border: none;
  margin-right: 8px;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs .nav-item:focus {
  outline: 0;
}
.nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #007c91;
  line-height: 1.25;
  margin-right: 0;
  padding: 8px 16px;
  background-color: transparent;
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus {
  outline: 0;
  color: #007c91;
  text-decoration: none;
  border: none;
  box-shadow: 0 0 0 1px #265867 inset;
  background-color: transparent;
}
.nav-tabs .nav-item .nav-link:focus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #265867;
  pointer-events: none;
}
.nav-tabs .nav-item .nav-link:active {
  background-color: rgba(0, 124, 145, 0.1);
}
.nav-tabs .nav-item.active .nav-link {
  color: #265867;
}
.nav-tabs .nav-item.active .nav-link span {
  box-shadow: 0 -4px 0 0 #265867 inset;
  padding-bottom: 9px;
}
.nav-tabs .nav-item.active .nav-link:hover {
  border: none;
}
.nav-tabs .nav-item.active .nav-link:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.nav-tabs .nav-item.disabled {
  border: none;
  cursor: not-allowed;
}
.nav-tabs .nav-item.disabled .nav-link {
  color: rgba(0, 124, 145, 0.5);
  pointer-events: none;
}
.ahe-icon.rounded {
  background-color: #265867;
  background-repeat: no-repeat;
  border: 2px solid #265867;
  border-radius: 15px;
  height: 30px;
  padding: 3px;
  width: 30px;
}
.ahe-icon.rounded.homework {
  background-color: #009bb5;
  border: 2px solid #009bb5;
}
.ahe-icon.rounded.test,
.ahe-icon.rounded.quiz {
  background-color: #489a81;
  border: 2px solid #489a81;
}
.ahe-icon.rounded.lab {
  background-color: #a3c4db;
  border: 2px solid #a3c4db;
}
.ahe-icon.rounded.custom {
  background-color: #756b93;
  border: 2px solid #756b93;
}
.ahe-icon.rounded.event {
  background-color: #f15a4a;
  border: 2px solid #f15a4a;
}
.ahe-icon.rounded.instruction {
  background-color: #fff;
  border: 2px solid #c1cfd4;
}
.dpg-ui-badge--marine-light {
  background-color: #d1dbde;
  color: #265867;
}
.dpg-ui-badge--marine-dark {
  background-color: #265867;
  color: #fff;
}
.dpg-ui-badge--red-bright {
  background-color: #e21f26;
  color: #fff;
}
.dpg-ui-badge--red-dark {
  background-color: #b0181e;
  color: #fff;
}
.dpg-ui-badge--kelly-light {
  background-color: #96d7a1;
  color: #265867;
}
.dpg-ui-badge--kelly-dark {
  background-color: #238834;
  color: #fff;
}
.dpg-ui-badge--seafoam-light {
  background-color: #c9e5dc;
  color: #265867;
}
.dpg-ui-badge--seafoam-dark {
  background-color: #247c61;
  color: #fff;
}
.dpg-ui-badge--yellow-light {
  background-color: #ffeb99;
  color: #265867;
}
.dpg-ui-badge--ocean-light {
  background-color: #dae7f1;
  color: #265867;
}
.dpg-ui-badge--ocean-dark {
  background-color: #3f7aa3;
  color: #fff;
}
.dpg-ui-badge--indigo-light {
  background-color: #c9c6d5;
  color: #265867;
}
.dpg-ui-badge--indigo-dark {
  background-color: #615879;
  color: #fff;
}
[class^=dpg-ui-badge] {
  display: inline-block;
  min-width: 16px;
  margin: 0;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border-radius: 5rem;
}
[class^=dpg-ui-badge]:empty {
  display: none;
}
.ngx-datatable,
.ahe-ui-table,
.dpg-ui-table {
  max-width: 100%;
  width: 100%;
}
.ngx-datatable.zebra tbody tr:nth-child(even),
.ahe-ui-table.zebra tbody tr:nth-child(even),
.dpg-ui-table.zebra tbody tr:nth-child(even) {
  background: #d1dbde;
}
.ngx-datatable .datatable-header-cell,
.ngx-datatable .datatable-body-cell,
.ngx-datatable td,
.ngx-datatable th,
.ahe-ui-table .datatable-header-cell,
.ahe-ui-table .datatable-body-cell,
.ahe-ui-table td,
.ahe-ui-table th,
.dpg-ui-table .datatable-header-cell,
.dpg-ui-table .datatable-body-cell,
.dpg-ui-table td,
.dpg-ui-table th {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 0 8px 10px;
}
.ngx-datatable .datatable-header-cell mhe-radio-button label,
.ngx-datatable .datatable-header-cell app-checkbox label,
.ngx-datatable .datatable-body-cell mhe-radio-button label,
.ngx-datatable .datatable-body-cell app-checkbox label,
.ngx-datatable td mhe-radio-button label,
.ngx-datatable td app-checkbox label,
.ngx-datatable th mhe-radio-button label,
.ngx-datatable th app-checkbox label,
.ahe-ui-table .datatable-header-cell mhe-radio-button label,
.ahe-ui-table .datatable-header-cell app-checkbox label,
.ahe-ui-table .datatable-body-cell mhe-radio-button label,
.ahe-ui-table .datatable-body-cell app-checkbox label,
.ahe-ui-table td mhe-radio-button label,
.ahe-ui-table td app-checkbox label,
.ahe-ui-table th mhe-radio-button label,
.ahe-ui-table th app-checkbox label,
.dpg-ui-table .datatable-header-cell mhe-radio-button label,
.dpg-ui-table .datatable-header-cell app-checkbox label,
.dpg-ui-table .datatable-body-cell mhe-radio-button label,
.dpg-ui-table .datatable-body-cell app-checkbox label,
.dpg-ui-table td mhe-radio-button label,
.dpg-ui-table td app-checkbox label,
.dpg-ui-table th mhe-radio-button label,
.dpg-ui-table th app-checkbox label {
  display: inherit;
  font-weight: normal;
  font-size: 14px;
}
.ngx-datatable .datatable-header-cell:nth-child(1),
.ngx-datatable .datatable-body-cell:nth-child(1),
.ngx-datatable td:nth-child(1),
.ngx-datatable th:nth-child(1),
.ahe-ui-table .datatable-header-cell:nth-child(1),
.ahe-ui-table .datatable-body-cell:nth-child(1),
.ahe-ui-table td:nth-child(1),
.ahe-ui-table th:nth-child(1),
.dpg-ui-table .datatable-header-cell:nth-child(1),
.dpg-ui-table .datatable-body-cell:nth-child(1),
.dpg-ui-table td:nth-child(1),
.dpg-ui-table th:nth-child(1) {
  padding-left: 20px;
}
.ngx-datatable .datatable-header-cell.align-right,
.ngx-datatable .datatable-body-cell.align-right,
.ngx-datatable td.align-right,
.ngx-datatable th.align-right,
.ahe-ui-table .datatable-header-cell.align-right,
.ahe-ui-table .datatable-body-cell.align-right,
.ahe-ui-table td.align-right,
.ahe-ui-table th.align-right,
.dpg-ui-table .datatable-header-cell.align-right,
.dpg-ui-table .datatable-body-cell.align-right,
.dpg-ui-table td.align-right,
.dpg-ui-table th.align-right {
  text-align: right;
  padding-right: 10px !important;
}
.ngx-datatable .datatable-header-cell.align-center,
.ngx-datatable .datatable-body-cell.align-center,
.ngx-datatable td.align-center,
.ngx-datatable th.align-center,
.ahe-ui-table .datatable-header-cell.align-center,
.ahe-ui-table .datatable-body-cell.align-center,
.ahe-ui-table td.align-center,
.ahe-ui-table th.align-center,
.dpg-ui-table .datatable-header-cell.align-center,
.dpg-ui-table .datatable-body-cell.align-center,
.dpg-ui-table td.align-center,
.dpg-ui-table th.align-center {
  text-align: center;
}
.ngx-datatable thead th,
.ahe-ui-table thead th,
.dpg-ui-table thead th {
  background-color: #007c91;
  color: #fff;
}
.ngx-datatable thead i,
.ahe-ui-table thead i,
.dpg-ui-table thead i {
  vertical-align: middle;
}
.ngx-datatable .datatable-body .datatable-body-row,
.ngx-datatable .datatable-body tr,
.ngx-datatable tbody .datatable-body-row,
.ngx-datatable tbody tr,
.ahe-ui-table .datatable-body .datatable-body-row,
.ahe-ui-table .datatable-body tr,
.ahe-ui-table tbody .datatable-body-row,
.ahe-ui-table tbody tr,
.dpg-ui-table .datatable-body .datatable-body-row,
.dpg-ui-table .datatable-body tr,
.dpg-ui-table tbody .datatable-body-row,
.dpg-ui-table tbody tr {
  background: #fff;
  border-bottom: 1px solid #d1dbde;
}
.ngx-datatable {
  max-width: 100%;
  width: 100%;
}
.ngx-datatable .datatable-header {
  background-color: #007c91;
  color: #fff;
  font-size: 13px;
}
.ngx-datatable .datatable-header .datatable-header-cell {
  padding: 6px 0 8px 10px;
}
.ngx-datatable .datatable-header .datatable-header-cell:nth-child(1) .datatable-header-cell-template-wrap {
  padding-left: 12px;
}
.ngx-datatable.zebra .datatable-row-odd .datatable-row-group {
  background: #d1dbde;
}
.sortable .sort-btn {
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.sortable .sort-btn:not(.datatable-icon-up):not(.datatable-icon-down) {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 20l-5.657-5.657.707-.707 4.95 4.95 4.95-4.95.707.707L17 20zm0-17l5.657 5.657-.707.707L17 4.414l-4.95 4.95-.707-.707L17 3zM1 15h8v1H1v-1zm0-4h8v1H1v-1zm0-4h8v1H1V7z'/%3E%3C/svg%3E");
}
.sortable .datatable-icon-up {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 9l5.657 5.657-.707.707-4.95-4.95-4.95 4.95-.707-.707L17 9zM1 15h8v1H1v-1zm0-4h8v1H1v-1zm0-4h8v1H1V7z'/%3E%3C/svg%3E");
}
.sortable .datatable-icon-down {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 15.364l-5.657-5.657L12.05 9 17 13.95 21.95 9l.707.707L17 15.364zM1 15h8v1H1v-1zm0-4h8v1H1v-1zm0-4h8v1H1V7z'/%3E%3C/svg%3E");
}
.datatable-icon-left:before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8 12l5.657-5.657.707.707L9.414 12l4.95 4.95-.707.707z'/%3E%3C/svg%3E");
}
.datatable-icon-right:before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16.004 12l-5.657 5.657-.707-.707L14.59 12 9.64 7.05l.707-.707z'/%3E%3C/svg%3E");
}
.datatable-icon-prev:before {
  font-style: normal;
  color: #45707d;
  content: "\21e4";
}
.datatable-icon-skip:before {
  font-style: normal;
  color: #45707d;
  content: "\21e5";
}
.datatable-pager .pager li a:not(.disabled) :hover {
  background-color: transparent;
}
.ngx-datatable .datatable-footer .page-count {
  font-size: 14px;
}
.ngx-datatable .datatable-footer .datatable-pager .pager,
.ngx-datatable .datatable-footer .datatable-pager .pager li {
  display: inline-flex !important;
}
.datatable-pager .pager li .datatable-icon-left,
.datatable-pager .pager li .datatable-icon-right {
  display: block;
  height: 24px;
  width: 24px;
}
.datatable-pager .pager li a {
  margin: 0 4px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 4px 2px;
  font-size: 16px;
  background: #d1dbde;
  color: #45707d;
  padding: 3px;
  text-align: center;
}
.datatable-pager .pager li.disabled a,
.datatable-pager .pager li.disabled a:hover {
  border: 0;
  background: #f0f3f4;
}
.datatable-pager .pager li:not(.disabled) a:focus {
  border: 2px solid white;
  box-shadow: 0px 0px 0px 2px #007c91;
}
.datatable-pager .pager li:not(.disabled) a:focus,
.datatable-pager .pager li:not(.disabled) a:hover {
  background-color: #007c91;
  color: white;
}
.datatable-pager .pager li:not(.disabled) a:focus i,
.datatable-pager .pager li:not(.disabled) a:hover i {
  width: unset;
}
.datatable-pager .pager li:not(.disabled) a:focus .datatable-icon-left:before,
.datatable-pager .pager li:not(.disabled) a:hover .datatable-icon-left:before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8 12l5.657-5.657.707.707L9.414 12l4.95 4.95-.707.707z'/%3E%3C/svg%3E");
}
.datatable-pager .pager li:not(.disabled) a:focus .datatable-icon-right:before,
.datatable-pager .pager li:not(.disabled) a:hover .datatable-icon-right:before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.004 12l-5.657 5.657-.707-.707L14.59 12 9.64 7.05l.707-.707z'/%3E%3C/svg%3E");
}
.datatable-pager .pager li:not(.disabled) a:focus :before,
.datatable-pager .pager li:not(.disabled) a:hover :before {
  color: white;
}
.pager-container .btn-icon {
  display: block;
  float: left;
  height: 30px;
  margin: 4px;
  padding: 5px;
  width: 30px;
}
.pager-container .btn-icon.pager {
  background: #fff;
  border: 1px solid #006a7c;
  font-weight: 400;
  margin: 4px;
  padding: 0;
}
.pager-container .btn-icon.pager.active,
.pager-container .btn-icon.pager:hover {
  color: #fff;
}
.pager-container .btn-icon.active {
  background: #007c91;
}
.pager-container .btn-icon:hover {
  background: #006a7c;
}
.pager-container .btn-icon::before {
  box-shadow: none !important;
}
.pager-container .btn-icon:focus {
  border: 0;
}
.pager-container .btn-icon:focus::before {
  box-shadow: 0 0 0 2px #006a7c !important;
  display: block;
}
.pager-container .pager-count {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 4px;
}
.ahe-ui-action-bar,
.dpg-ui-action-bar {
  background-color: #f0f3f4;
  box-shadow: inset 0 1px 0 0 #d1dbde;
  height: 52px;
  padding: 8px;
}
.ahe-ui-action-bar .btn-primary,
.ahe-ui-action-bar .btn-secondary,
.dpg-ui-action-bar .btn-primary,
.dpg-ui-action-bar .btn-secondary {
  padding: 0 20px;
}
.ahe-ui-action-bar .pull-left > .btn,
.ahe-ui-action-bar .pull-left > .dropdown,
.ahe-ui-action-bar .pull-right > .btn,
.ahe-ui-action-bar .pull-right > .dropdown,
.dpg-ui-action-bar .pull-left > .btn,
.dpg-ui-action-bar .pull-left > .dropdown,
.dpg-ui-action-bar .pull-right > .btn,
.dpg-ui-action-bar .pull-right > .dropdown {
  margin: 0 4px;
}
.ahe-ui-action-bar .pull-left > .btn:first-child,
.ahe-ui-action-bar .pull-left > .dropdown:first-child,
.ahe-ui-action-bar .pull-right > .btn:first-child,
.ahe-ui-action-bar .pull-right > .dropdown:first-child,
.dpg-ui-action-bar .pull-left > .btn:first-child,
.dpg-ui-action-bar .pull-left > .dropdown:first-child,
.dpg-ui-action-bar .pull-right > .btn:first-child,
.dpg-ui-action-bar .pull-right > .dropdown:first-child {
  margin-left: 0;
}
.ahe-ui-action-bar .pull-left > .btn:last-child,
.ahe-ui-action-bar .pull-left > .dropdown:last-child,
.ahe-ui-action-bar .pull-right > .btn:last-child,
.ahe-ui-action-bar .pull-right > .dropdown:last-child,
.dpg-ui-action-bar .pull-left > .btn:last-child,
.dpg-ui-action-bar .pull-left > .dropdown:last-child,
.dpg-ui-action-bar .pull-right > .btn:last-child,
.dpg-ui-action-bar .pull-right > .dropdown:last-child {
  margin-right: 0;
}
.dpg-ui-facets-container .btn,
.ahe-ui-facets-container .btn,
.dpg-ui-filters-container .btn,
.ahe-ui-filters-container .btn,
.dpg-ui-filters-bar .btn,
.ahe-ui-filters-bar .btn {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  color: #007c91;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid;
  height: 22px;
  position: relative;
  white-space: normal;
}
.dpg-ui-facets-container .btn:not([disabled]):hover,
.ahe-ui-facets-container .btn:not([disabled]):hover,
.dpg-ui-filters-container .btn:not([disabled]):hover,
.ahe-ui-filters-container .btn:not([disabled]):hover,
.dpg-ui-filters-bar .btn:not([disabled]):hover,
.ahe-ui-filters-bar .btn:not([disabled]):hover {
  background-color: #e0e7e9;
  color: #007c91;
}
.dpg-ui-facets-container .btn:not([disabled]):focus,
.dpg-ui-facets-container .btn:not([disabled]).focus,
.ahe-ui-facets-container .btn:not([disabled]):focus,
.ahe-ui-facets-container .btn:not([disabled]).focus,
.dpg-ui-filters-container .btn:not([disabled]):focus,
.dpg-ui-filters-container .btn:not([disabled]).focus,
.ahe-ui-filters-container .btn:not([disabled]):focus,
.ahe-ui-filters-container .btn:not([disabled]).focus,
.dpg-ui-filters-bar .btn:not([disabled]):focus,
.dpg-ui-filters-bar .btn:not([disabled]).focus,
.ahe-ui-filters-bar .btn:not([disabled]):focus,
.ahe-ui-filters-bar .btn:not([disabled]).focus {
  background-color: #fff;
  color: #007c91;
}
.dpg-ui-facets-container .btn:not([disabled]):active,
.dpg-ui-facets-container .btn:not([disabled]).active,
.dpg-ui-facets-container .btn:not([disabled]):hover:focus,
.dpg-ui-facets-container .btn:not([disabled]):hover.focus,
.dpg-ui-facets-container .btn:not([disabled]):hover:active,
.dpg-ui-facets-container .btn:not([disabled]):hover.active,
.dpg-ui-facets-container .btn:not([disabled]):focus:active,
.dpg-ui-facets-container .btn:not([disabled]):focus.active,
.dpg-ui-facets-container .btn:not([disabled]).focus:active,
.dpg-ui-facets-container .btn:not([disabled]).focus.active,
.ahe-ui-facets-container .btn:not([disabled]):active,
.ahe-ui-facets-container .btn:not([disabled]).active,
.ahe-ui-facets-container .btn:not([disabled]):hover:focus,
.ahe-ui-facets-container .btn:not([disabled]):hover.focus,
.ahe-ui-facets-container .btn:not([disabled]):hover:active,
.ahe-ui-facets-container .btn:not([disabled]):hover.active,
.ahe-ui-facets-container .btn:not([disabled]):focus:active,
.ahe-ui-facets-container .btn:not([disabled]):focus.active,
.ahe-ui-facets-container .btn:not([disabled]).focus:active,
.ahe-ui-facets-container .btn:not([disabled]).focus.active,
.dpg-ui-filters-container .btn:not([disabled]):active,
.dpg-ui-filters-container .btn:not([disabled]).active,
.dpg-ui-filters-container .btn:not([disabled]):hover:focus,
.dpg-ui-filters-container .btn:not([disabled]):hover.focus,
.dpg-ui-filters-container .btn:not([disabled]):hover:active,
.dpg-ui-filters-container .btn:not([disabled]):hover.active,
.dpg-ui-filters-container .btn:not([disabled]):focus:active,
.dpg-ui-filters-container .btn:not([disabled]):focus.active,
.dpg-ui-filters-container .btn:not([disabled]).focus:active,
.dpg-ui-filters-container .btn:not([disabled]).focus.active,
.ahe-ui-filters-container .btn:not([disabled]):active,
.ahe-ui-filters-container .btn:not([disabled]).active,
.ahe-ui-filters-container .btn:not([disabled]):hover:focus,
.ahe-ui-filters-container .btn:not([disabled]):hover.focus,
.ahe-ui-filters-container .btn:not([disabled]):hover:active,
.ahe-ui-filters-container .btn:not([disabled]):hover.active,
.ahe-ui-filters-container .btn:not([disabled]):focus:active,
.ahe-ui-filters-container .btn:not([disabled]):focus.active,
.ahe-ui-filters-container .btn:not([disabled]).focus:active,
.ahe-ui-filters-container .btn:not([disabled]).focus.active,
.dpg-ui-filters-bar .btn:not([disabled]):active,
.dpg-ui-filters-bar .btn:not([disabled]).active,
.dpg-ui-filters-bar .btn:not([disabled]):hover:focus,
.dpg-ui-filters-bar .btn:not([disabled]):hover.focus,
.dpg-ui-filters-bar .btn:not([disabled]):hover:active,
.dpg-ui-filters-bar .btn:not([disabled]):hover.active,
.dpg-ui-filters-bar .btn:not([disabled]):focus:active,
.dpg-ui-filters-bar .btn:not([disabled]):focus.active,
.dpg-ui-filters-bar .btn:not([disabled]).focus:active,
.dpg-ui-filters-bar .btn:not([disabled]).focus.active,
.ahe-ui-filters-bar .btn:not([disabled]):active,
.ahe-ui-filters-bar .btn:not([disabled]).active,
.ahe-ui-filters-bar .btn:not([disabled]):hover:focus,
.ahe-ui-filters-bar .btn:not([disabled]):hover.focus,
.ahe-ui-filters-bar .btn:not([disabled]):hover:active,
.ahe-ui-filters-bar .btn:not([disabled]):hover.active,
.ahe-ui-filters-bar .btn:not([disabled]):focus:active,
.ahe-ui-filters-bar .btn:not([disabled]):focus.active,
.ahe-ui-filters-bar .btn:not([disabled]).focus:active,
.ahe-ui-filters-bar .btn:not([disabled]).focus.active {
  background-color: #e0e7e9;
  color: #007c91;
}
.dpg-ui-facets-container .btn:not([disabled]):focus,
.dpg-ui-facets-container .btn:not([disabled]).focus,
.dpg-ui-facets-container .btn:not([disabled]):active,
.dpg-ui-facets-container .btn:not([disabled]).active,
.dpg-ui-facets-container .btn:not([disabled]):hover:focus,
.dpg-ui-facets-container .btn:not([disabled]):hover.focus,
.dpg-ui-facets-container .btn:not([disabled]):hover:active,
.dpg-ui-facets-container .btn:not([disabled]):hover.active,
.dpg-ui-facets-container .btn:not([disabled]):focus:active,
.dpg-ui-facets-container .btn:not([disabled]):focus.active,
.dpg-ui-facets-container .btn:not([disabled]).focus:active,
.dpg-ui-facets-container .btn:not([disabled]).focus.active,
.ahe-ui-facets-container .btn:not([disabled]):focus,
.ahe-ui-facets-container .btn:not([disabled]).focus,
.ahe-ui-facets-container .btn:not([disabled]):active,
.ahe-ui-facets-container .btn:not([disabled]).active,
.ahe-ui-facets-container .btn:not([disabled]):hover:focus,
.ahe-ui-facets-container .btn:not([disabled]):hover.focus,
.ahe-ui-facets-container .btn:not([disabled]):hover:active,
.ahe-ui-facets-container .btn:not([disabled]):hover.active,
.ahe-ui-facets-container .btn:not([disabled]):focus:active,
.ahe-ui-facets-container .btn:not([disabled]):focus.active,
.ahe-ui-facets-container .btn:not([disabled]).focus:active,
.ahe-ui-facets-container .btn:not([disabled]).focus.active,
.dpg-ui-filters-container .btn:not([disabled]):focus,
.dpg-ui-filters-container .btn:not([disabled]).focus,
.dpg-ui-filters-container .btn:not([disabled]):active,
.dpg-ui-filters-container .btn:not([disabled]).active,
.dpg-ui-filters-container .btn:not([disabled]):hover:focus,
.dpg-ui-filters-container .btn:not([disabled]):hover.focus,
.dpg-ui-filters-container .btn:not([disabled]):hover:active,
.dpg-ui-filters-container .btn:not([disabled]):hover.active,
.dpg-ui-filters-container .btn:not([disabled]):focus:active,
.dpg-ui-filters-container .btn:not([disabled]):focus.active,
.dpg-ui-filters-container .btn:not([disabled]).focus:active,
.dpg-ui-filters-container .btn:not([disabled]).focus.active,
.ahe-ui-filters-container .btn:not([disabled]):focus,
.ahe-ui-filters-container .btn:not([disabled]).focus,
.ahe-ui-filters-container .btn:not([disabled]):active,
.ahe-ui-filters-container .btn:not([disabled]).active,
.ahe-ui-filters-container .btn:not([disabled]):hover:focus,
.ahe-ui-filters-container .btn:not([disabled]):hover.focus,
.ahe-ui-filters-container .btn:not([disabled]):hover:active,
.ahe-ui-filters-container .btn:not([disabled]):hover.active,
.ahe-ui-filters-container .btn:not([disabled]):focus:active,
.ahe-ui-filters-container .btn:not([disabled]):focus.active,
.ahe-ui-filters-container .btn:not([disabled]).focus:active,
.ahe-ui-filters-container .btn:not([disabled]).focus.active,
.dpg-ui-filters-bar .btn:not([disabled]):focus,
.dpg-ui-filters-bar .btn:not([disabled]).focus,
.dpg-ui-filters-bar .btn:not([disabled]):active,
.dpg-ui-filters-bar .btn:not([disabled]).active,
.dpg-ui-filters-bar .btn:not([disabled]):hover:focus,
.dpg-ui-filters-bar .btn:not([disabled]):hover.focus,
.dpg-ui-filters-bar .btn:not([disabled]):hover:active,
.dpg-ui-filters-bar .btn:not([disabled]):hover.active,
.dpg-ui-filters-bar .btn:not([disabled]):focus:active,
.dpg-ui-filters-bar .btn:not([disabled]):focus.active,
.dpg-ui-filters-bar .btn:not([disabled]).focus:active,
.dpg-ui-filters-bar .btn:not([disabled]).focus.active,
.ahe-ui-filters-bar .btn:not([disabled]):focus,
.ahe-ui-filters-bar .btn:not([disabled]).focus,
.ahe-ui-filters-bar .btn:not([disabled]):active,
.ahe-ui-filters-bar .btn:not([disabled]).active,
.ahe-ui-filters-bar .btn:not([disabled]):hover:focus,
.ahe-ui-filters-bar .btn:not([disabled]):hover.focus,
.ahe-ui-filters-bar .btn:not([disabled]):hover:active,
.ahe-ui-filters-bar .btn:not([disabled]):hover.active,
.ahe-ui-filters-bar .btn:not([disabled]):focus:active,
.ahe-ui-filters-bar .btn:not([disabled]):focus.active,
.ahe-ui-filters-bar .btn:not([disabled]).focus:active,
.ahe-ui-filters-bar .btn:not([disabled]).focus.active {
  position: relative;
  box-shadow: none;
  color: #007c91;
  outline: 0;
}
.dpg-ui-facets-container .btn:not([disabled]):focus::before,
.dpg-ui-facets-container .btn:not([disabled]).focus::before,
.dpg-ui-facets-container .btn:not([disabled]):active::before,
.dpg-ui-facets-container .btn:not([disabled]).active::before,
.dpg-ui-facets-container .btn:not([disabled]):hover:focus::before,
.dpg-ui-facets-container .btn:not([disabled]):hover.focus::before,
.dpg-ui-facets-container .btn:not([disabled]):hover:active::before,
.dpg-ui-facets-container .btn:not([disabled]):hover.active::before,
.dpg-ui-facets-container .btn:not([disabled]):focus:active::before,
.dpg-ui-facets-container .btn:not([disabled]):focus.active::before,
.dpg-ui-facets-container .btn:not([disabled]).focus:active::before,
.dpg-ui-facets-container .btn:not([disabled]).focus.active::before,
.ahe-ui-facets-container .btn:not([disabled]):focus::before,
.ahe-ui-facets-container .btn:not([disabled]).focus::before,
.ahe-ui-facets-container .btn:not([disabled]):active::before,
.ahe-ui-facets-container .btn:not([disabled]).active::before,
.ahe-ui-facets-container .btn:not([disabled]):hover:focus::before,
.ahe-ui-facets-container .btn:not([disabled]):hover.focus::before,
.ahe-ui-facets-container .btn:not([disabled]):hover:active::before,
.ahe-ui-facets-container .btn:not([disabled]):hover.active::before,
.ahe-ui-facets-container .btn:not([disabled]):focus:active::before,
.ahe-ui-facets-container .btn:not([disabled]):focus.active::before,
.ahe-ui-facets-container .btn:not([disabled]).focus:active::before,
.ahe-ui-facets-container .btn:not([disabled]).focus.active::before,
.dpg-ui-filters-container .btn:not([disabled]):focus::before,
.dpg-ui-filters-container .btn:not([disabled]).focus::before,
.dpg-ui-filters-container .btn:not([disabled]):active::before,
.dpg-ui-filters-container .btn:not([disabled]).active::before,
.dpg-ui-filters-container .btn:not([disabled]):hover:focus::before,
.dpg-ui-filters-container .btn:not([disabled]):hover.focus::before,
.dpg-ui-filters-container .btn:not([disabled]):hover:active::before,
.dpg-ui-filters-container .btn:not([disabled]):hover.active::before,
.dpg-ui-filters-container .btn:not([disabled]):focus:active::before,
.dpg-ui-filters-container .btn:not([disabled]):focus.active::before,
.dpg-ui-filters-container .btn:not([disabled]).focus:active::before,
.dpg-ui-filters-container .btn:not([disabled]).focus.active::before,
.ahe-ui-filters-container .btn:not([disabled]):focus::before,
.ahe-ui-filters-container .btn:not([disabled]).focus::before,
.ahe-ui-filters-container .btn:not([disabled]):active::before,
.ahe-ui-filters-container .btn:not([disabled]).active::before,
.ahe-ui-filters-container .btn:not([disabled]):hover:focus::before,
.ahe-ui-filters-container .btn:not([disabled]):hover.focus::before,
.ahe-ui-filters-container .btn:not([disabled]):hover:active::before,
.ahe-ui-filters-container .btn:not([disabled]):hover.active::before,
.ahe-ui-filters-container .btn:not([disabled]):focus:active::before,
.ahe-ui-filters-container .btn:not([disabled]):focus.active::before,
.ahe-ui-filters-container .btn:not([disabled]).focus:active::before,
.ahe-ui-filters-container .btn:not([disabled]).focus.active::before,
.dpg-ui-filters-bar .btn:not([disabled]):focus::before,
.dpg-ui-filters-bar .btn:not([disabled]).focus::before,
.dpg-ui-filters-bar .btn:not([disabled]):active::before,
.dpg-ui-filters-bar .btn:not([disabled]).active::before,
.dpg-ui-filters-bar .btn:not([disabled]):hover:focus::before,
.dpg-ui-filters-bar .btn:not([disabled]):hover.focus::before,
.dpg-ui-filters-bar .btn:not([disabled]):hover:active::before,
.dpg-ui-filters-bar .btn:not([disabled]):hover.active::before,
.dpg-ui-filters-bar .btn:not([disabled]):focus:active::before,
.dpg-ui-filters-bar .btn:not([disabled]):focus.active::before,
.dpg-ui-filters-bar .btn:not([disabled]).focus:active::before,
.dpg-ui-filters-bar .btn:not([disabled]).focus.active::before,
.ahe-ui-filters-bar .btn:not([disabled]):focus::before,
.ahe-ui-filters-bar .btn:not([disabled]).focus::before,
.ahe-ui-filters-bar .btn:not([disabled]):active::before,
.ahe-ui-filters-bar .btn:not([disabled]).active::before,
.ahe-ui-filters-bar .btn:not([disabled]):hover:focus::before,
.ahe-ui-filters-bar .btn:not([disabled]):hover.focus::before,
.ahe-ui-filters-bar .btn:not([disabled]):hover:active::before,
.ahe-ui-filters-bar .btn:not([disabled]):hover.active::before,
.ahe-ui-filters-bar .btn:not([disabled]):focus:active::before,
.ahe-ui-filters-bar .btn:not([disabled]):focus.active::before,
.ahe-ui-filters-bar .btn:not([disabled]).focus:active::before,
.ahe-ui-filters-bar .btn:not([disabled]).focus.active::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #007c91;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.dpg-ui-facets-container .btn:disabled,
.dpg-ui-facets-container .btn.disabled,
.ahe-ui-facets-container .btn:disabled,
.ahe-ui-facets-container .btn.disabled,
.dpg-ui-filters-container .btn:disabled,
.dpg-ui-filters-container .btn.disabled,
.ahe-ui-filters-container .btn:disabled,
.ahe-ui-filters-container .btn.disabled,
.dpg-ui-filters-bar .btn:disabled,
.dpg-ui-filters-bar .btn.disabled,
.ahe-ui-filters-bar .btn:disabled,
.ahe-ui-filters-bar .btn.disabled {
  background-color: #fff5cc;
  color: #007c91;
  border: 1px solid #fff5cc;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.dpg-ui-facets-container .btn:hover,
.ahe-ui-facets-container .btn:hover,
.dpg-ui-filters-container .btn:hover,
.ahe-ui-filters-container .btn:hover,
.dpg-ui-filters-bar .btn:hover,
.ahe-ui-filters-bar .btn:hover {
  border: 1px solid #007c91;
  color: #006a7c;
}
.dpg-ui-facets-container .btn:hover .close,
.ahe-ui-facets-container .btn:hover .close,
.dpg-ui-filters-container .btn:hover .close,
.ahe-ui-filters-container .btn:hover .close,
.dpg-ui-filters-bar .btn:hover .close,
.ahe-ui-filters-bar .btn:hover .close {
  color: #006a7c;
}
.dpg-ui-facets-container .btn:focus::before,
.ahe-ui-facets-container .btn:focus::before,
.dpg-ui-filters-container .btn:focus::before,
.ahe-ui-filters-container .btn:focus::before,
.dpg-ui-filters-bar .btn:focus::before,
.ahe-ui-filters-bar .btn:focus::before {
  box-shadow: 0 0 0 1px #007c91 !important;
}
.dpg-ui-facets-container .btn:active,
.dpg-ui-facets-container .btn.active,
.dpg-ui-facets-container .btn:hover:focus,
.dpg-ui-facets-container .btn:hover.focus,
.dpg-ui-facets-container .btn:hover:active,
.dpg-ui-facets-container .btn:hover.active,
.dpg-ui-facets-container .btn:focus:active,
.dpg-ui-facets-container .btn:focus.active,
.dpg-ui-facets-container .btn.focus:active,
.dpg-ui-facets-container .btn.focus.active,
.ahe-ui-facets-container .btn:active,
.ahe-ui-facets-container .btn.active,
.ahe-ui-facets-container .btn:hover:focus,
.ahe-ui-facets-container .btn:hover.focus,
.ahe-ui-facets-container .btn:hover:active,
.ahe-ui-facets-container .btn:hover.active,
.ahe-ui-facets-container .btn:focus:active,
.ahe-ui-facets-container .btn:focus.active,
.ahe-ui-facets-container .btn.focus:active,
.ahe-ui-facets-container .btn.focus.active,
.dpg-ui-filters-container .btn:active,
.dpg-ui-filters-container .btn.active,
.dpg-ui-filters-container .btn:hover:focus,
.dpg-ui-filters-container .btn:hover.focus,
.dpg-ui-filters-container .btn:hover:active,
.dpg-ui-filters-container .btn:hover.active,
.dpg-ui-filters-container .btn:focus:active,
.dpg-ui-filters-container .btn:focus.active,
.dpg-ui-filters-container .btn.focus:active,
.dpg-ui-filters-container .btn.focus.active,
.ahe-ui-filters-container .btn:active,
.ahe-ui-filters-container .btn.active,
.ahe-ui-filters-container .btn:hover:focus,
.ahe-ui-filters-container .btn:hover.focus,
.ahe-ui-filters-container .btn:hover:active,
.ahe-ui-filters-container .btn:hover.active,
.ahe-ui-filters-container .btn:focus:active,
.ahe-ui-filters-container .btn:focus.active,
.ahe-ui-filters-container .btn.focus:active,
.ahe-ui-filters-container .btn.focus.active,
.dpg-ui-filters-bar .btn:active,
.dpg-ui-filters-bar .btn.active,
.dpg-ui-filters-bar .btn:hover:focus,
.dpg-ui-filters-bar .btn:hover.focus,
.dpg-ui-filters-bar .btn:hover:active,
.dpg-ui-filters-bar .btn:hover.active,
.dpg-ui-filters-bar .btn:focus:active,
.dpg-ui-filters-bar .btn:focus.active,
.dpg-ui-filters-bar .btn.focus:active,
.dpg-ui-filters-bar .btn.focus.active,
.ahe-ui-filters-bar .btn:active,
.ahe-ui-filters-bar .btn.active,
.ahe-ui-filters-bar .btn:hover:focus,
.ahe-ui-filters-bar .btn:hover.focus,
.ahe-ui-filters-bar .btn:hover:active,
.ahe-ui-filters-bar .btn:hover.active,
.ahe-ui-filters-bar .btn:focus:active,
.ahe-ui-filters-bar .btn:focus.active,
.ahe-ui-filters-bar .btn.focus:active,
.ahe-ui-filters-bar .btn.focus.active {
  color: #007c91;
}
.dpg-ui-facets-container .btn .close,
.ahe-ui-facets-container .btn .close,
.dpg-ui-filters-container .btn .close,
.ahe-ui-filters-container .btn .close,
.dpg-ui-filters-bar .btn .close,
.ahe-ui-filters-bar .btn .close {
  color: #007c91;
  display: block;
  float: right;
  font-weight: normal;
  margin-left: 8px;
  opacity: 1;
  text-shadow: none;
}
.dpg-ui-facets-container .btn-default,
.ahe-ui-facets-container .btn-default,
.dpg-ui-filters-container .btn-default,
.ahe-ui-filters-container .btn-default,
.dpg-ui-filters-bar .btn-default,
.ahe-ui-filters-bar .btn-default {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
  margin-right: 3px;
  padding: 0 8px;
}
.dpg-ui-facets-container .btn-default .ahe-icon,
.ahe-ui-facets-container .btn-default .ahe-icon,
.dpg-ui-filters-container .btn-default .ahe-icon,
.ahe-ui-filters-container .btn-default .ahe-icon,
.dpg-ui-filters-bar .btn-default .ahe-icon,
.ahe-ui-filters-bar .btn-default .ahe-icon {
  height: 10px;
  right: 8px;
  top: 6px;
  width: 10px;
}
.dpg-ui-facets-container .close-all-filters,
.dpg-ui-facets-container .clear-all,
.ahe-ui-facets-container .close-all-filters,
.ahe-ui-facets-container .clear-all,
.dpg-ui-filters-container .close-all-filters,
.dpg-ui-filters-container .clear-all,
.ahe-ui-filters-container .close-all-filters,
.ahe-ui-filters-container .clear-all,
.dpg-ui-filters-bar .close-all-filters,
.dpg-ui-filters-bar .clear-all,
.ahe-ui-filters-bar .close-all-filters,
.ahe-ui-filters-bar .clear-all {
  position: absolute;
  right: 8px;
  top: 8px;
}
.dpg-ui-facets-container .close-all-filters .close,
.dpg-ui-facets-container .clear-all .close,
.ahe-ui-facets-container .close-all-filters .close,
.ahe-ui-facets-container .clear-all .close,
.dpg-ui-filters-container .close-all-filters .close,
.dpg-ui-filters-container .clear-all .close,
.ahe-ui-filters-container .close-all-filters .close,
.ahe-ui-filters-container .clear-all .close,
.dpg-ui-filters-bar .close-all-filters .close,
.dpg-ui-filters-bar .clear-all .close,
.ahe-ui-filters-bar .close-all-filters .close,
.ahe-ui-filters-bar .clear-all .close {
  line-height: 0.6;
}
.dpg-ui-facets-container .close-all-filters .btn-default,
.dpg-ui-facets-container .clear-all .btn-default,
.ahe-ui-facets-container .close-all-filters .btn-default,
.ahe-ui-facets-container .clear-all .btn-default,
.dpg-ui-filters-container .close-all-filters .btn-default,
.dpg-ui-filters-container .clear-all .btn-default,
.ahe-ui-filters-container .close-all-filters .btn-default,
.ahe-ui-filters-container .clear-all .btn-default,
.dpg-ui-filters-bar .close-all-filters .btn-default,
.dpg-ui-filters-bar .clear-all .btn-default,
.ahe-ui-filters-bar .close-all-filters .btn-default,
.ahe-ui-filters-bar .clear-all .btn-default {
  padding: 5px;
  width: 22px;
}
.dpg-ui-facets-container .close-all-filters .btn-default .ahe-icon,
.dpg-ui-facets-container .clear-all .btn-default .ahe-icon,
.ahe-ui-facets-container .close-all-filters .btn-default .ahe-icon,
.ahe-ui-facets-container .clear-all .btn-default .ahe-icon,
.dpg-ui-filters-container .close-all-filters .btn-default .ahe-icon,
.dpg-ui-filters-container .clear-all .btn-default .ahe-icon,
.ahe-ui-filters-container .close-all-filters .btn-default .ahe-icon,
.ahe-ui-filters-container .clear-all .btn-default .ahe-icon,
.dpg-ui-filters-bar .close-all-filters .btn-default .ahe-icon,
.dpg-ui-filters-bar .clear-all .btn-default .ahe-icon,
.ahe-ui-filters-bar .close-all-filters .btn-default .ahe-icon,
.ahe-ui-filters-bar .clear-all .btn-default .ahe-icon {
  height: 12px;
  left: 5px;
  top: 5px;
  width: 12px;
}
.dpg-ui-filters-bar,
.ahe-ui-filters-bar {
  background: #fff5cc;
  border-bottom: 2px solid #ffcd00;
  padding: 8px 30px 2px 8px;
  position: relative;
  width: 100%;
}
.dpg-ui-facets-container,
.ahe-ui-facets-container {
  background: #d1dbde;
  padding: 8px 8px 0 8px;
  position: relative;
  width: 100%;
}
.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
  font-size: 1.6rem;
  display: inline-grid;
  grid-template-columns: 1em 1fr;
  grid-auto-flow: column;
  gap: 0.5em;
  align-items: baseline;
  padding-left: 0;
}
.form-group:not(.ahe-ui) {
}
.form-group:not(.ahe-ui) .form-control:not([type=checkbox]),
.form-group:not(.ahe-ui) .form-control:not([type=radio]) {
  color: #003b4c;
  border-color: #007c91;
}
.form-group:not(.ahe-ui) .form-control:not([type=checkbox]):hover:not(:focus):not(:disabled),
.form-group:not(.ahe-ui) .form-control:not([type=radio]):hover:not(:focus):not(:disabled) {
  background-color: #e0e7e9;
}
.form-group:not(.ahe-ui) .form-control:not([type=checkbox]):focus,
.form-group:not(.ahe-ui) .form-control:not([type=radio]):focus {
  box-shadow: 0 0 0 2px rgba(0, 124, 145, 0.8);
}
.form-group:not(.ahe-ui) .form-control:not([type=checkbox]):disabled,
.form-group:not(.ahe-ui) .form-control:not([type=checkbox])[readonly],
.form-group:not(.ahe-ui) .form-control:not([type=radio]):disabled,
.form-group:not(.ahe-ui) .form-control:not([type=radio])[readonly] {
  color: #222222;
  background-color: #f0f3f4;
  border-color: rgba(0, 124, 145, 0.4);
}
.form-group:not(.ahe-ui) .form-control::placeholder {
  color: rgba(38, 88, 103, 0.8);
}
.form-group:not(.ahe-ui).has-error .form-control:not([type=checkbox]),
.form-group:not(.ahe-ui).has-error .form-control:not([type=radio]) {
  border-color: #e21f26;
}
.form-group:not(.ahe-ui).has-error .form-control:not([type=checkbox]):focus,
.form-group:not(.ahe-ui).has-error .form-control:not([type=radio]):focus {
  box-shadow: 0 0 0 2px rgba(226, 31, 38, 0.8);
}
.form-group:not(.ahe-ui).has-error .form-control:not([type=checkbox]):disabled,
.form-group:not(.ahe-ui).has-error .form-control:not([type=checkbox])[readonly],
.form-group:not(.ahe-ui).has-error .form-control:not([type=radio]):disabled,
.form-group:not(.ahe-ui).has-error .form-control:not([type=radio])[readonly] {
  border-color: rgba(226, 31, 38, 0.4);
}
.form-group:not(.ahe-ui).has-error .input-group .input-group-addon {
  color: #b0181e;
  background-color: rgba(176, 24, 30, 0.05);
  border-color: #e21f26;
}
.form-group:not(.ahe-ui).has-error .help-block {
  color: #b0181e;
}
.form-group:not(.ahe-ui).has-success .form-control:not([type=checkbox]),
.form-group:not(.ahe-ui).has-success .form-control:not([type=radio]) {
  border-color: #3da04e;
}
.form-group:not(.ahe-ui).has-success .form-control:not([type=checkbox]):focus,
.form-group:not(.ahe-ui).has-success .form-control:not([type=radio]):focus {
  box-shadow: 0 0 0 2px rgba(61, 160, 78, 0.8);
}
.form-group:not(.ahe-ui).has-success .form-control:not([type=checkbox]):disabled,
.form-group:not(.ahe-ui).has-success .form-control:not([type=checkbox])[readonly],
.form-group:not(.ahe-ui).has-success .form-control:not([type=radio]):disabled,
.form-group:not(.ahe-ui).has-success .form-control:not([type=radio])[readonly] {
  border-color: rgba(61, 160, 78, 0.4);
}
.form-group:not(.ahe-ui).has-success .input-group .input-group-addon {
  color: #238834;
  background-color: rgba(35, 136, 52, 0.05);
  border-color: #3da04e;
}
.form-group:not(.ahe-ui).has-success .help-block {
  color: #238834;
}
.checkbox {
  color: #265867;
}
.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  display: grid;
  place-content: center;
  position: relative;
  margin: 0;
}
.checkbox input[type=checkbox]::before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
}
.checkbox input[type=checkbox]:checked,
.checkbox input[type=checkbox]:indeterminate {
  background-color: currentColor;
}
.checkbox input[type=checkbox]:checked::before,
.checkbox input[type=checkbox]:indeterminate::before {
  transform: scale(1);
}
.checkbox input[type=checkbox]:focus {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
.checkbox.disabled input[type=checkbox],
.checkbox input[type=checkbox]:disabled {
  opacity: 0.5;
}
.has-error .checkbox,
.checkbox.has-error {
  color: #b0181e;
}
.has-success .checkbox,
.checkbox.has-success {
  color: #238834;
}
.checkbox-inline {
  color: #265867;
  padding-left: revert;
}
.checkbox-inline input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  display: grid;
  place-content: center;
  position: relative;
  margin: 0;
}
.checkbox-inline input[type=checkbox]::before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
}
.checkbox-inline input[type=checkbox]:checked,
.checkbox-inline input[type=checkbox]:indeterminate {
  background-color: currentColor;
}
.checkbox-inline input[type=checkbox]:checked::before,
.checkbox-inline input[type=checkbox]:indeterminate::before {
  transform: scale(1);
}
.checkbox-inline input[type=checkbox]:focus {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
.checkbox-inline.disabled input[type=checkbox],
.checkbox-inline input[type=checkbox]:disabled {
  opacity: 0.5;
}
.has-error .checkbox-inline,
.checkbox-inline.has-error {
  color: #b0181e;
}
.has-success .checkbox-inline,
.checkbox-inline.has-success {
  color: #238834;
}
input[type=checkbox] {
  transform: translateY(-0.075em);
}
input[type=checkbox]::before {
  width: 0.65em;
  height: 0.65em;
}
input[type=checkbox]:checked::before {
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type=checkbox]:indeterminate::before {
  clip-path: polygon(2% 38%, 98% 38%, 98% 62%, 2% 62%);
}
.radio {
  color: #265867;
}
.radio input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  display: grid;
  place-content: center;
  position: relative;
  margin: 0;
}
.radio input[type=radio]::before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
}
.radio input[type=radio]:checked,
.radio input[type=radio]:indeterminate {
  background-color: currentColor;
}
.radio input[type=radio]:checked::before,
.radio input[type=radio]:indeterminate::before {
  transform: scale(1);
}
.radio input[type=radio]:focus {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
.radio.disabled input[type=radio],
.radio input[type=radio]:disabled {
  opacity: 0.5;
}
.has-error .radio,
.radio.has-error {
  color: #b0181e;
}
.has-success .radio,
.radio.has-success {
  color: #238834;
}
.radio-inline {
  color: #265867;
  padding-left: revert;
}
.radio-inline input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  display: grid;
  place-content: center;
  position: relative;
  margin: 0;
}
.radio-inline input[type=radio]::before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
}
.radio-inline input[type=radio]:checked,
.radio-inline input[type=radio]:indeterminate {
  background-color: currentColor;
}
.radio-inline input[type=radio]:checked::before,
.radio-inline input[type=radio]:indeterminate::before {
  transform: scale(1);
}
.radio-inline input[type=radio]:focus {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
.radio-inline.disabled input[type=radio],
.radio-inline input[type=radio]:disabled {
  opacity: 0.5;
}
.has-error .radio-inline,
.radio-inline.has-error {
  color: #b0181e;
}
.has-success .radio-inline,
.radio-inline.has-success {
  color: #238834;
}
input[type=radio] {
  border-radius: 50%;
  transform: translateY(-0.15em);
}
input[type=radio]::before {
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
}
.input-group .input-group-addon {
  color: currentColor;
  background-color: #f0f3f4;
  border-color: #007c91;
}
.input-group .input-group-addon .dpg-icon {
  width: 1em;
  height: auto;
}
.input-group .input-group-btn .btn {
  height: 34px;
}
.input-group .input-group-btn .btn:focus {
  box-shadow: 0 0 0 2px rgba(0, 124, 145, 0.8);
}
.input-group .input-group-btn .btn:focus::before {
  content: unset;
}
.input-group .input-group-btn .btn.btn-icon {
  border: 1px solid #007c91;
}
.form-control-feedback.dpg-icon {
  width: 1.75em;
  height: 1.75em;
  line-height: 3.25;
}
.has-feedback label:not(.sr-only) ~ .form-control-feedback.dpg-icon {
  transform: translateY(2px);
}
.dpg-ui-popover,
.ahe-ui-popover {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 1px 1px #d1dbde;
  color: #222222;
  font-size: 16px;
  max-width: 300px;
  padding: 0;
  text-align: left;
}
.dpg-ui-popover .close,
.ahe-ui-popover .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  opacity: 1;
  outline: 0;
}
.dpg-ui-popover .close:active,
.dpg-ui-popover .close:focus,
.ahe-ui-popover .close:active,
.ahe-ui-popover .close:focus {
  outline: 1px solid #46707d;
}
.dpg-ui-popover .close .ahe-icon,
.ahe-ui-popover .close .ahe-icon {
  height: 24px;
  width: 24px;
  display: block;
}
.dpg-ui-popover .close .ahe-icon-close,
.ahe-ui-popover .close .ahe-icon-close {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12.707 12l4.95 4.95-.707.707-4.95-4.95-4.95 4.95-.707-.707 4.95-4.95-4.95-4.95.707-.707 4.95 4.95 4.95-4.95.707.707z'/%3E%3C/svg%3E");
}
.dpg-ui-popover .popover-content,
.ahe-ui-popover .popover-content {
  padding: 30px;
}
.dpg-ui-popover .popover-content .popover-body,
.ahe-ui-popover .popover-content .popover-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dpg-ui-popover .popover-content .popover-custom-title,
.ahe-ui-popover .popover-content .popover-custom-title {
  font-size: 16px;
  font-weight: 700;
}
.dpg-ui-popover.top,
.ahe-ui-popover.top {
  margin-top: -14px;
}
.dpg-ui-popover.top .arrow,
.ahe-ui-popover.top .arrow {
  border-top-color: #d1dbde;
  bottom: -15px;
  margin-left: -15px;
}
.dpg-ui-popover.top .arrow::after,
.ahe-ui-popover.top .arrow::after {
  margin-left: -14px;
}
.dpg-ui-popover.right,
.ahe-ui-popover.right {
  margin-left: 14px;
}
.dpg-ui-popover.right .arrow,
.ahe-ui-popover.right .arrow {
  border-right-color: #d1dbde;
  left: -15px;
  margin-top: -15px;
}
.dpg-ui-popover.right .arrow::after,
.ahe-ui-popover.right .arrow::after {
  bottom: -14px;
}
.dpg-ui-popover.bottom,
.ahe-ui-popover.bottom {
  margin-top: 14px;
}
.dpg-ui-popover.bottom .arrow,
.ahe-ui-popover.bottom .arrow {
  border-bottom-color: #d1dbde;
  margin-left: -15px;
  top: -15px;
  left: 50% !important;
}
.dpg-ui-popover.bottom .arrow::after,
.ahe-ui-popover.bottom .arrow::after {
  margin-left: -14px;
}
.dpg-ui-popover.left,
.ahe-ui-popover.left {
  margin-left: -14px;
}
.dpg-ui-popover.left .arrow,
.ahe-ui-popover.left .arrow {
  border-left-color: #d1dbde;
  margin-top: -15px;
  right: -15px;
}
.dpg-ui-popover.left .arrow::after,
.ahe-ui-popover.left .arrow::after {
  bottom: -14px;
}
.dpg-ui-popover > .arrow,
.ahe-ui-popover > .arrow {
  border-width: 15px;
}
.dpg-ui-popover > .arrow::after,
.ahe-ui-popover > .arrow::after {
  border-width: 14px;
}
.dpg-ui-popover.-modal,
.ahe-ui-popover.-modal {
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.4);
  max-width: 100%;
  padding: 0;
}
.dpg-ui-popover.-modal .popover-content,
.ahe-ui-popover.-modal .popover-content {
  padding: 0;
}
.dpg-ui-popover.-modal .popover-content .popover-header,
.ahe-ui-popover.-modal .popover-content .popover-header {
  background-color: #174d5c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-family: "proxima_novaregular";
  font-size: 16px;
  font-weight: 700;
  padding: 15px 15px 15px 30px;
}
.dpg-ui-popover.-modal .popover-content .popover-header .popover-custom-title,
.ahe-ui-popover.-modal .popover-content .popover-header .popover-custom-title {
  display: inline;
}
.dpg-ui-popover.-modal .popover-content .popover-header .close,
.ahe-ui-popover.-modal .popover-content .popover-header .close {
  opacity: 1;
}
.dpg-ui-popover.-modal .popover-content .popover-header .close .ahe-icon,
.ahe-ui-popover.-modal .popover-content .popover-header .close .ahe-icon {
  height: 14px;
  width: 14px;
}
.dpg-ui-popover.-modal .popover-content .popover-body,
.ahe-ui-popover.-modal .popover-content .popover-body {
  border-left: 1px solid #d1dbde;
  border-right: 1px solid #d1dbde;
  padding: 30px;
}
.dpg-ui-popover.-modal .popover-content .popover-footer,
.ahe-ui-popover.-modal .popover-content .popover-footer {
  background-color: #f0f3f4;
  border: 1px solid #d1dbde;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 3px solid #d1dbde;
  padding: 8px 8px 8px 30px;
}
.dpg-ui-popover.-modal.right .arrow,
.ahe-ui-popover.-modal.right .arrow {
  left: -14px;
}
.dpg-ui-popover.-modal.left .arrow,
.ahe-ui-popover.-modal.left .arrow {
  right: -14px;
}
.dpg-ui-popover.-comment .popover-content .popover-body,
.ahe-ui-popover.-comment .popover-content .popover-body {
  padding: 15px;
}
.dpg-ui-popover.-comment .popover-content .popover-body .comment-text,
.ahe-ui-popover.-comment .popover-content .popover-body .comment-text {
  background-color: #f0f3f4;
  border-radius: 5px;
  padding: 10px;
}
.dpg-ui-popover.-comment .popover-content .popover-footer,
.ahe-ui-popover.-comment .popover-content .popover-footer {
  padding: 5px;
}
.dpg-ui-popover.-comment .popover-content .popover-footer .indicators,
.ahe-ui-popover.-comment .popover-content .popover-footer .indicators {
  line-height: 15px;
  margin: 0;
}
.dpg-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon,
.ahe-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 15px;
  line-height: 16px;
  margin-right: 6px;
  text-align: center;
  width: 18px;
}
.dpg-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.LS,
.ahe-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.LS {
  background-color: #9f3c31;
}
.dpg-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.PD,
.ahe-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.PD {
  background-color: #b0181e;
}
.dpg-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.D,
.ahe-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.D {
  background-color: #265867;
}
.dpg-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.EC,
.ahe-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.EC {
  background-color: #247c61;
}
.dpg-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.EX,
.ahe-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-icon.EX {
  background-color: #756b93;
}
.dpg-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-text,
.ahe-ui-popover.-comment .popover-content .popover-footer .indicators .assignment-status-text {
  font-size: 12px;
}
.dpg-ui-tooltip {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  min-width: 14px;
  max-width: 300px;
  padding: 0;
  text-align: left;
}
.dpg-ui-tooltip.popover {
  box-shadow: none;
}
.dpg-ui-tooltip .tooltip-content {
  border: 1px solid #007c91;
  border-radius: 4px;
  padding: 0 2px;
  background: #007c91;
}
.dpg-ui-tooltip .tooltip-content .popover-body {
  color: #fff;
  font-size: 14px;
}
.dpg-ui-tooltip.top {
  margin-top: -9px;
}
.dpg-ui-tooltip.top > .arrow {
  border-top-color: #fff;
  bottom: -8px;
  margin-left: -8px;
}
.dpg-ui-tooltip.top > .arrow::after {
  margin-left: -9px;
  border-top-color: #007c91;
  bottom: 0px;
}
.dpg-ui-tooltip.right {
  margin-left: 9px;
}
.dpg-ui-tooltip.right > .arrow {
  border-right-color: #fff;
  left: -8px;
  margin-top: -8px;
}
.dpg-ui-tooltip.right > .arrow::after {
  border-right-color: #007c91;
  bottom: -9px;
  left: 2px;
}
.dpg-ui-tooltip.bottom {
  margin-top: 9px;
}
.dpg-ui-tooltip.bottom > .arrow {
  border-bottom-color: #fff;
  margin-left: -8px;
  top: -8px;
}
.dpg-ui-tooltip.bottom > .arrow::after {
  margin-left: -9px;
  border-bottom-color: #007c91;
  top: 2px;
}
.dpg-ui-tooltip.left {
  margin-left: -9px;
}
.dpg-ui-tooltip.left > .arrow {
  border-left-color: #fff;
  margin-top: -8px;
  right: -8px;
}
.dpg-ui-tooltip.left > .arrow::after {
  bottom: -9px;
  border-left-color: #007c91;
  right: 2px;
}
.dpg-ui-tooltip > .arrow {
  border-width: 8px;
}
.dpg-ui-tooltip > .arrow::after {
  border-width: 9px;
}
.dpg-ui-toggletip {
  border: 0;
  border-radius: 5px;
  box-shadow: -5px 5px 5px rgba(131, 160, 168, 0.25);
  color: #222222;
  font-size: 16px;
  max-width: 300px;
  padding: 0;
  text-align: left;
}
.dpg-ui-toggletip .toggletip-content {
  border: 2px solid #009bb5;
  border-radius: 5px;
  padding: 15px;
}
.dpg-ui-toggletip .toggletip-content .toggletip-custom-title {
  font-size: 16px;
  font-weight: 700;
}
.dpg-ui-toggletip.top {
  margin-top: -14px;
}
.dpg-ui-toggletip.top > .arrow {
  border-top-color: #009bb5;
  bottom: -15px;
  margin-left: -15px;
}
.dpg-ui-toggletip.top > .arrow::after {
  margin-left: -14px;
  bottom: 3px;
}
.dpg-ui-toggletip.right {
  margin-left: 14px;
}
.dpg-ui-toggletip.right > .arrow {
  border-right-color: #009bb5;
  left: -15px;
  margin-top: -15px;
}
.dpg-ui-toggletip.right > .arrow::after {
  bottom: -14px;
  left: 3px;
}
.dpg-ui-toggletip.bottom {
  margin-top: 14px;
}
.dpg-ui-toggletip.bottom > .arrow {
  border-bottom-color: #009bb5;
  margin-left: -15px;
  top: -15px;
}
.dpg-ui-toggletip.bottom > .arrow::after {
  margin-left: -14px;
  top: 3px;
}
.dpg-ui-toggletip.left {
  margin-left: -14px;
}
.dpg-ui-toggletip.left > .arrow {
  border-left-color: #009bb5;
  margin-top: -15px;
  right: -15px;
}
.dpg-ui-toggletip.left > .arrow::after {
  bottom: -14px;
  right: 3px;
}
.dpg-ui-toggletip > .arrow {
  border-width: 15px;
}
.dpg-ui-toggletip > .arrow::after {
  border-width: 14px;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-body {
  padding: 15px;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-body .comment-text {
  background-color: #f0f3f4;
  border-radius: 5px;
  padding: 10px;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer {
  padding: 5px;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer .indicators {
  line-height: 15px;
  margin: 0;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer .indicators .assignment-status-icon {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 15px;
  line-height: 16px;
  margin-right: 6px;
  text-align: center;
  width: 18px;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer .indicators .assignment-status-icon.LS {
  background-color: #9f3c31;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer .indicators .assignment-status-icon.PD {
  background-color: #b0181e;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer .indicators .assignment-status-icon.D {
  background-color: #265867;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer .indicators .assignment-status-icon.EC {
  background-color: #247c61;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer .indicators .assignment-status-icon.EX {
  background-color: #756b93;
}
.dpg-ui-toggletip.-comment .toggletip-content .toggletip-footer .indicators .assignment-status-text {
  font-size: 12px;
}
.dpg-icon-input-success::before,
.ahe-icon-input-success::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23238834' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-input-success::before,
.btn-secondary-light .ahe-icon-input-success::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-input-success::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-input-success::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-input-success::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-input-success::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-input-success::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-input-success::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-input-error::before,
.ahe-icon-input-error::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E21F26' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-input-error::before,
.btn-secondary-light .ahe-icon-input-error::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-input-error::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-input-error::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-input-error::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-input-error::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-input-error::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-input-error::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.ahe-ui-input-box,
.ahe-ui-input-success,
.ahe-ui-input-error {
  padding: 9px;
  position: relative;
}
.ahe-ui-input-success,
.ahe-ui-input-error {
  background-color: transparent;
  border: 0;
  display: inline-block;
  outline: 0;
  vertical-align: middle;
}
.ahe-ui-input-box {
  background-color: #e0e7e9;
  border: 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 0 0 #009bb5;
  color: #003b4c;
  font-size: 16px;
  height: 36px;
  width: 85%;
}
.ahe-ui-input-box:focus {
  box-shadow: 0 0 0 2px #007c91;
}
.ahe-ui-input-box:hover {
  background-color: #d1dbde;
}
.ahe-ui-input-box:active {
  background-color: #d1dbde;
}
.ahe-ui-input-box.incorrect {
  border: 0;
  box-shadow: 0 2px 0 0 #e21f26;
  cursor: text;
}
.ahe-ui-input-box.correct {
  border: 0;
  box-shadow: 0 2px 0 0 #3da04e;
  cursor: text;
}
.ahe-ui-input-error {
  cursor: pointer;
}
.ahe-ui-input-error::after {
  height: 20px;
  width: "input-error";
  content: "";
  display: inline-block;
}
.ahe-ui-input-error::after {
  bottom: 0;
  position: absolute;
  right: 35px;
  top: 0;
  z-index: 1;
}
.ahe-ui-input-error ~ .error-message-right {
  color: #e21f26;
  float: right;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  top: -25px;
  width: 15%;
}
.ahe-ui-input-error ~ .error-message-bottom {
  color: #e21f26;
  font-size: 14px;
  padding-top: 18px;
}
.ahe-ui-input-success::after {
  height: 20px;
  width: "input-success";
  content: "";
  display: inline-block;
}
.ahe-ui-input-success::after {
  bottom: 0;
  position: absolute;
  right: 35px;
  top: 0;
  z-index: 1;
}
.dpg-ui.form-group .form-control,
.ahe-ui.form-group .form-control {
  border: 1px solid #007c91;
  border-radius: 5px;
  padding: 5px 10px;
  color: #003b4c;
  background-color: transparent;
}
.dpg-ui.form-group .form-control:hover,
.ahe-ui.form-group .form-control:hover {
  background-color: #e0e7e9;
}
.dpg-ui.form-group .form-control:focus,
.ahe-ui.form-group .form-control:focus {
  background-color: transparent;
  border: 1px solid #007c91;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 124, 145, 0.8);
}
.dpg-ui.form-group .form-control::placeholder,
.ahe-ui.form-group .form-control::placeholder {
  color: #265867;
}
.dpg-ui.form-group .form-control:disabled,
.ahe-ui.form-group .form-control:disabled {
  background-color: #f0f3f4;
  border: 1px solid rgba(0, 124, 145, 0.4);
  color: #222222;
  cursor: not-allowed;
}
.dpg-ui.form-group .form-control::-ms-clear,
.ahe-ui.form-group .form-control::-ms-clear {
  display: none;
}
.dpg-ui.form-group .form-control.search,
.ahe-ui.form-group .form-control.search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-15.91 6.01l.707.707 4.95-4.95-.707-.707-4.95 4.95zM19.5 9h1a5.5 5.5 0 0 1-5.5 5.5v-1A4.5 4.5 0 0 0 19.5 9z'/%3E%3C/svg%3E");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 38px;
}
.dpg-ui.form-group .form-control:not(textarea),
.ahe-ui.form-group .form-control:not(textarea) {
  height: 36px;
}
.dpg-ui.form-group .has-icon,
.ahe-ui.form-group .has-icon {
  padding-left: 38px;
}
.dpg-ui.form-group .dpg-input-group,
.ahe-ui.form-group .dpg-input-group {
  display: flex;
}
.dpg-ui.form-group .dpg-input-group .form-control,
.ahe-ui.form-group .dpg-input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 1px;
  width: calc(100% - 39px);
}
.dpg-ui.form-group .dpg-input-group .dpg-input-group-btn,
.ahe-ui.form-group .dpg-input-group .dpg-input-group-btn {
  width: 36px;
}
.dpg-ui.form-group .input-icon,
.ahe-ui.form-group .input-icon {
  position: relative;
}
.dpg-ui.form-group .input-icon .form-control,
.ahe-ui.form-group .input-icon .form-control {
  padding-left: 40px;
}
.dpg-ui.form-group .input-icon .btn-icon,
.ahe-ui.form-group .input-icon .btn-icon {
  border-radius: 4px 0 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.dpg-ui.form-group.has-feedback.has-error .form-control,
.ahe-ui.form-group.has-feedback.has-error .form-control {
  border: 1px solid #b0181e;
  cursor: text;
}
.dpg-ui.form-group.has-feedback.has-error .form-control:focus,
.ahe-ui.form-group.has-feedback.has-error .form-control:focus {
  box-shadow: 0 0 0 2px rgba(176, 24, 30, 0.6);
}
.dpg-ui.form-group.has-feedback.has-error .help-block,
.ahe-ui.form-group.has-feedback.has-error .help-block {
  background-size: 14px;
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23A22A27' d='M1.21 14.135a11 11 0 1 1 21.58-4.269 11 11 0 0 1-21.58 4.269zM12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-.025-11.5l3.56-3.5L17 8.5l-3.5 3.475L17 15.5 15.536 17l-3.561-3.5L8.5 17 7 15.536l3.5-3.561L7 8.5 8.5 7l3.475 3.5z'/%3E%3C/svg%3E");
  color: #b0181e;
  margin: 8px 0 0;
  padding: 0 0 0 18px;
}
.dpg-ui.form-group.has-feedback.has-success .form-control,
.ahe-ui.form-group.has-feedback.has-success .form-control {
  border: 1px solid #238834;
  cursor: text;
}
.dpg-ui.form-group.has-feedback.has-success .form-control:focus,
.ahe-ui.form-group.has-feedback.has-success .form-control:focus {
  box-shadow: 0 0 0 2px rgba(35, 136, 52, 0.8);
}
.dpg-ui.form-group.has-feedback.has-success .help-block,
.ahe-ui.form-group.has-feedback.has-success .help-block {
  background-size: 14px;
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23238834' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11c-.007 6.072-4.928 10.993-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-6-9.5L7.5 11l3 3L17 7.5 18.5 9l-8 8L6 12.5z'/%3E%3C/svg%3E");
  color: #238834;
  margin: 8px 0 0;
  padding: 0 0 0 18px;
}
.dpg-ui.form-group.type-number,
.ahe-ui.form-group.type-number {
  width: 90px;
}
.dpg-ui.form-group.error-right.type-number,
.ahe-ui.form-group.error-right.type-number {
  width: 100%;
}
.dpg-ui.form-group.error-right.type-number .form-control,
.ahe-ui.form-group.error-right.type-number .form-control {
  width: 90px;
}
.dpg-ui.form-group.error-right .input-group,
.ahe-ui.form-group.error-right .input-group {
  float: left;
}
.dpg-ui.form-group.error-right.has-feedback.has-error .help-block,
.ahe-ui.form-group.error-right.has-feedback.has-error .help-block {
  float: left;
  margin: 10px 0 0 20px;
}
.dpg-input-group {
  display: flex;
}
mhe-datatable {
}
mhe-datatable .rowLink:hover {
  background-color: #ddd;
  cursor: pointer;
}
mhe-datatable .table-wrapper {
  overflow: auto;
  margin-bottom: 0.5rem;
}
mhe-datatable .flex-spacer {
  margin-left: auto;
}
mhe-datatable .controls {
  overflow: auto;
}
mhe-datatable .controls.header-buttons {
  display: flex;
  flex-wrap: wrap;
}
mhe-datatable .info-footer {
  display: flex;
  flex-wrap: wrap;
}
mhe-datatable .left-side-template {
  margin-left: 0.5rem;
}
mhe-datatable .right-side-template {
  margin-right: 0.5rem;
}
mhe-datatable .controls .server-refresh {
  padding-top: 0.3rem;
}
mhe-datatable .controls button {
  margin-left: 0.25rem;
}
mhe-datatable .controls button.toggle-dropdown {
  margin-left: 0;
}
mhe-datatable .table-wrapper table {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #d1dbde;
  table-layout: fixed;
}
mhe-datatable .table-wrapper table .right {
  text-align: right;
}
mhe-datatable th,
mhe-datatable td {
  padding: 8px 0 8px 10px;
  font-size: 14px;
  line-height: 25px;
}
mhe-datatable th:last-child,
mhe-datatable td:last-child {
  padding-right: 10px;
}
mhe-datatable th input,
mhe-datatable td input {
  border: 0;
  border-radius: 5px;
  padding: 5px 10px;
}
mhe-datatable th input:focus,
mhe-datatable td input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}
mhe-datatable td,
mhe-datatable th.row-header {
  text-align: left;
  border-right: 1px solid #d1dbde;
  padding-left: 16px;
  padding-right: 16px;
}
mhe-datatable th.row-header {
  font-weight: normal;
}
mhe-datatable .header-row > th {
  padding: 10px 16px;
  position: relative;
}
mhe-datatable .header-row > th.header-buttons,
mhe-datatable .header-row > th span.header-text {
  white-space: normal;
  font-weight: 500;
}
mhe-datatable .header-row > th.header-buttons.button-column {
  padding-left: 12px;
}
mhe-datatable .header-row > th.header-buttons.button-column.right button.sort-button {
  text-align: right;
}
mhe-datatable .header-row > th::before {
  content: "";
  border-right: 1px solid #d1dbde;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
mhe-datatable .header-row > th:last-child:before {
  border-right: none;
}
mhe-datatable .header-row > th:last-child,
mhe-datatable .header-row > td:last-child {
  border-right: none;
}
mhe-datatable .header-filter-row > td,
mhe-datatable .header-filter-row > th:last-child.row-header {
  text-align: center;
}
mhe-datatable .header-row {
  background: #265867;
  color: #fff;
  text-align: left;
  font-size: 14px;
}
mhe-datatable .sort-button,
mhe-datatable .header-buttons button {
  background: none;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0;
}
mhe-datatable .sort-button:focus,
mhe-datatable .header-buttons button:focus {
  outline: none;
}
mhe-datatable .sort-button:focus:after,
mhe-datatable .header-buttons button:focus:after {
  bottom: 2px;
  box-shadow: 0 0 0 2px #174d5c;
  content: "";
  left: 1px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 2px;
  border: 2px solid #fff;
}
mhe-datatable .sort-button:hover,
mhe-datatable .header-buttons button:hover {
  outline: none;
}
mhe-datatable .sort-button:hover:before,
mhe-datatable .header-buttons button:hover:before {
  background: rgba(255, 255, 255, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
mhe-datatable .sort-button:active,
mhe-datatable .header-buttons button:active {
  outline: none;
}
mhe-datatable .sort-button:active:before,
mhe-datatable .header-buttons button:active:before {
  background: rgba(255, 255, 255, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
mhe-datatable .sort-button:active,
mhe-datatable .header-buttons button:active {
  outline: none;
}
mhe-datatable .sort-button:active:after,
mhe-datatable .header-buttons button:active:after {
  bottom: 2px;
  box-shadow: 0 0 0 2px #174d5c;
  content: "";
  left: 1px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 2px;
  border: 2px solid #fff;
}
mhe-datatable .sort-button i.dpg-icon-system-sort-white::before,
mhe-datatable .sort-button i.dpg-icon-system-sort-up-white::before,
mhe-datatable .sort-button i.dpg-icon-system-sort-down-white::before,
mhe-datatable .header-buttons button i.dpg-icon-system-sort-white::before,
mhe-datatable .header-buttons button i.dpg-icon-system-sort-up-white::before,
mhe-datatable .header-buttons button i.dpg-icon-system-sort-down-white::before {
  position: relative;
  top: 5px;
}
mhe-datatable .sorting {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
mhe-datatable .data-row {
  border-bottom: 1px solid #d1dbde;
}
mhe-datatable .zebra .data-row.even > td,
mhe-datatable .zebra .data-row.even > th.row-header {
  border-right: 1px solid #f2f2f2;
}
mhe-datatable .zebra .data-row.odd > td,
mhe-datatable .zebra .data-row.odd > th.row-header {
  border-right: 1px solid #fff;
}
mhe-datatable .data-row.rowOpen > td,
mhe-datatable .data-row.rowOpen > th.row-header {
  border-right: 1px solid #e8e8e8;
}
mhe-datatable .data-row > td:last-child,
mhe-datatable .data-row > th:last-child.row-header {
  border-right: none;
}
mhe-datatable .data-row > td.button-column,
mhe-datatable .data-row > th.button-column.row-header {
  padding-left: 32px;
}
mhe-datatable .child-spacer {
  width: 1rem;
}
mhe-datatable .local-paging-size {
  margin-right: 1.5rem;
}
mhe-datatable .zebra .even {
  background-color: #f2f2f2;
}
mhe-datatable .rowOpen {
  background-color: #e8e8e8;
}
mhe-datatable .pointer {
  cursor: pointer;
}
mhe-datatable .ordering-button {
  vertical-align: middle;
}
mhe-datatable .toggle-dropdown {
  border: none;
  background-color: #fff;
  text-align: left;
}
mhe-datatable .dropdown {
  border: 1px solid #dddddd;
  background-color: #fff;
  color: black;
  font-weight: normal;
  padding: 0.5rem;
}
mhe-datatable .dropdown fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
mhe-datatable .dropdown .column-wrapper {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-flow: row wrap;
  align-content: flex-start;
}
mhe-datatable .dropdown label {
  cursor: pointer;
  display: block;
  text-align: left;
  padding: 0.25rem;
  min-width: 13rem;
}
mhe-datatable .dropdown label input {
  vertical-align: top;
}
mhe-datatable .pagination-wrapper {
  float: right;
}
mhe-datatable .pagination {
  display: inline-block;
  margin: 0;
}
mhe-datatable .pagination button:hover,
mhe-datatable .pagination button.active {
  background-color: #46707d;
  color: #fff;
}
mhe-datatable .pagination button.active {
  cursor: default;
}
mhe-datatable .pagination button {
  color: #006a7c;
  font-size: 16px;
  border: none;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  float: left;
}
mhe-datatable .pagination button:focus {
  outline: 0;
  color: #fff;
  border: 2px solid #fff;
  background-color: #007c91;
  box-shadow: 0 0 0 2px #007c91;
}
mhe-datatable .screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
mhe-datatable .screen-reader-button-label {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}
mhe-datatable button {
  float: right;
}
mhe-datatable .fa-sort {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 20l-5.657-5.657.707-.707 4.95 4.95 4.95-4.95.707.707L17 20zm0-17l5.657 5.657-.707.707L17 4.414l-4.95 4.95-.707-.707L17 3zM1 15h8v1H1v-1zm0-4h8v1H1v-1zm0-4h8v1H1V7z'/%3E%3C/svg%3E");
}
mhe-datatable .fa-sort-up {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 9l5.657 5.657-.707.707-4.95-4.95-4.95 4.95-.707-.707L17 9zM1 15h8v1H1v-1zm0-4h8v1H1v-1zm0-4h8v1H1V7z'/%3E%3C/svg%3E");
}
mhe-datatable .fa-sort-down {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 15.364l-5.657-5.657L12.05 9 17 13.95 21.95 9l.707.707L17 15.364zM1 15h8v1H1v-1zm0-4h8v1H1v-1zm0-4h8v1H1V7z'/%3E%3C/svg%3E");
}
mhe-datatable .fa-angle-right {
  padding: 2px 0 0 0;
  width: 30px;
  height: 30px;
}
mhe-datatable .fa-angle-right:before {
  width: 24px;
  height: 24px;
  display: inline-block;
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16.004 12l-5.657 5.657-.707-.707L14.59 12 9.64 7.05l.707-.707z'/%3E%3C/svg%3E");
}
mhe-datatable .fa-angle-right:focus {
  padding: 0 !important;
}
mhe-datatable .fa-angle-right:hover:before,
mhe-datatable .fa-angle-right:focus:before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M16.004 12l-5.657 5.657-.707-.707L14.59 12 9.64 7.05l.707-.707z'/%3E%3C/svg%3E");
}
mhe-datatable .fa-angle-double-right {
  width: 30px;
  height: 30px;
}
mhe-datatable .fa-angle-double-right:before {
  content: "\21e5";
}
mhe-datatable .fa-angle-left {
  padding: 2px 0 0 0;
  width: 30px;
  height: 30px;
}
mhe-datatable .fa-angle-left:before {
  width: 24px;
  height: 24px;
  display: inline-block;
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8 12l5.657-5.657.707.707L9.414 12l4.95 4.95-.707.707z'/%3E%3C/svg%3E");
}
mhe-datatable .fa-angle-left:focus {
  padding: 0 !important;
}
mhe-datatable .fa-angle-left:hover:before,
mhe-datatable .fa-angle-left:focus:before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M8 12l5.657-5.657.707.707L9.414 12l4.95 4.95-.707.707z'/%3E%3C/svg%3E");
}
mhe-datatable .fa-angle-double-left {
  width: 30px;
  height: 30px;
}
mhe-datatable .fa-angle-double-left:before {
  content: "\21e4";
}
mhe-datatable datatable-table-header-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.pill-btn {
  border-radius: 20px;
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
}
.pill-btn.btn-secondary:not([disabled]):active:before,
.pill-btn.btn-secondary:not([disabled]):focus.active:before,
.pill-btn.btn-secondary:not([disabled]):focus:before,
.pill-btn.btn-primary:not([disabled]):active:before,
.pill-btn.btn-primary:not([disabled]):focus.active:before,
.pill-btn.btn-primary:not([disabled]):focus:before {
  border-radius: 20px;
}
.tick-icon {
  position: relative;
  right: 5px;
}
mhe-chip {
  border: 1px solid #007c91 !important;
  color: #007c91 !important;
  font-weight: 500 !important;
}
mhe-chip.mhe-chip.chip-selected {
  border: 1px solid #366472 !important;
  color: white !important;
  background: #46707d !important;
}
mhe-chip.mhe-chip.chip-disabled {
  border: 1px solid #c1cfd4 !important;
  color: #c1cfd4 !important;
}
mhe-chip.mhe-chip.chip-disabled .dpg-icon.chip-remove {
  left: 0px;
  margin-right: 0px;
}
mhe-chip.mhe-chip.chip-disabled .dpg-icon.chip-remove::before {
  opacity: 0.6;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2EyYTJhMiIgZD0iTTExLjk0NCA0Ljk0MXEtLjA0NS0uMTEtLjEyNi0uMTlsLS42MDItLjU5OHEtLjA3Ni0uMDgtLjE4Ny0uMTI3LS4xMDktLjA0NS0uMjI1LS4wNDctLjExMy4wMDEtLjIxOS4wNDctLjEwNi4wNDQtLjE4Ni4xMjRMNy45NzYgNi41NzUgNS41NTQgNC4xNTNxLS4wODEtLjA4My0uMTg2LS4xMjYtLjEwNi0uMDQ2LS4yMjEtLjA0NXQtLjIyNC4wNDRxLS4xMDkuMDQ1LS4xODguMTI2bC0uNTg3LjU4NXEtLjA4MS4wODEtLjEyNi4xOTItLjA0NC4xMDgtLjA0NC4yMjMtLjAwMS4xMTIuMDQ1LjIxOS4wNDQuMTAzLjEyNi4xODVsMi40MjIgMi40MjItMi40MDggMi40MXEtLjA4My4wODEtLjEyNi4xODctLjA0NS4xMDUtLjA0Ni4yMTkuMDAxLjExNS4wNDUuMjI1LjA0Ni4xMDkuMTI2LjE5bC42MDEuNTk5cS4wOC4wODEuMTg4LjEyNi4xMDkuMDQ1LjIyNS4wNDV0LjIyMS0uMDQ1LjE4Ni0uMTI2bDIuNDA4LTIuNDEgMi40MDggMi40MXEuMDguMDguMTg1LjEyNXQuMjE4LjA0OHEuMTE3LS4wMDEuMjI2LS4wNDZ0LjE5MS0uMTI3bC41ODMtLjU4NXEuMDgyLS4wODIuMTI4LS4xOS4wNDUtLjEwOS4wNDYtLjIyNHQtLjA0NS0uMjJxLS4wNDYtLjEwMy0uMTI5LS4xODZMOS4zOTYgNy45OTVsMi40MjMtMi40MjNxLjA4MS0uMDgzLjEyNi0uMTg4LjA0Ni0uMTA2LjA0NS0uMjE5dC0uMDQ2LS4yMjR6Ii8+PC9zdmc+);
}
mhe-chip .dpg-icon.chip-remove {
  position: relative;
  top: 3px;
  left: auto;
  height: 16px;
  width: 20px;
  padding-right: 6px;
  margin-right: 0px;
}
mhe-chip .dpg-icon.chip-remove::before {
  vertical-align: middle;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzUxNTE1MSIgZD0iTTExLjk0NCA0Ljk0MXEtLjA0NS0uMTEtLjEyNi0uMTlsLS42MDItLjU5OHEtLjA3Ni0uMDgtLjE4Ny0uMTI3LS4xMDktLjA0NS0uMjI1LS4wNDctLjExMy4wMDEtLjIxOS4wNDctLjEwNi4wNDQtLjE4Ni4xMjRMNy45NzYgNi41NzUgNS41NTQgNC4xNTNxLS4wODEtLjA4My0uMTg2LS4xMjYtLjEwNi0uMDQ2LS4yMjEtLjA0NXQtLjIyNC4wNDRxLS4xMDkuMDQ1LS4xODguMTI2bC0uNTg3LjU4NXEtLjA4MS4wODEtLjEyNi4xOTItLjA0NC4xMDgtLjA0NC4yMjMtLjAwMS4xMTIuMDQ1LjIxOS4wNDQuMTAzLjEyNi4xODVsMi40MjIgMi40MjItMi40MDggMi40MXEtLjA4My4wODEtLjEyNi4xODctLjA0NS4xMDUtLjA0Ni4yMTkuMDAxLjExNS4wNDUuMjI1LjA0Ni4xMDkuMTI2LjE5bC42MDEuNTk5cS4wOC4wODEuMTg4LjEyNi4xMDkuMDQ1LjIyNS4wNDV0LjIyMS0uMDQ1LjE4Ni0uMTI2bDIuNDA4LTIuNDEgMi40MDggMi40MXEuMDguMDguMTg1LjEyNXQuMjE4LjA0OHEuMTE3LS4wMDEuMjI2LS4wNDZ0LjE5MS0uMTI3bC41ODMtLjU4NXEuMDgyLS4wODIuMTI4LS4xOS4wNDUtLjEwOS4wNDYtLjIyNHQtLjA0NS0uMjJxLS4wNDYtLjEwMy0uMTI5LS4xODZMOS4zOTYgNy45OTVsMi40MjMtMi40MjNxLjA4MS0uMDgzLjEyNi0uMTg4LjA0Ni0uMTA2LjA0NS0uMjE5dC0uMDQ2LS4yMjR6Ii8+PC9zdmc+);
}
.dpg-icon-system-search::before,
.ahe-icon-system-search::before,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-15.91 6.01l.707.707 4.95-4.95-.707-.707-4.95 4.95zM19.5 9h1a5.5 5.5 0 0 1-5.5 5.5v-1A4.5 4.5 0 0 0 19.5 9z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-system-search::before,
.btn-secondary-light .ahe-icon-system-search::before,
.btn-secondary-light .ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .btn-secondary-light .form-group::before,
.btn-secondary-light .dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .btn-secondary-light .form-group::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-15.91 6.01l.707.707 4.95-4.95-.707-.707-4.95 4.95zM19.5 9h1a5.5 5.5 0 0 1-5.5 5.5v-1A4.5 4.5 0 0 0 19.5 9z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-system-search::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-system-search::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .form-group::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .form-group::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-system-search::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-system-search::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .form-group::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .form-group::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-system-search::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-system-search::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .form-group::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .form-group::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-15.91 6.01l.707.707 4.95-4.95-.707-.707-4.95 4.95zM19.5 9h1a5.5 5.5 0 0 1-5.5 5.5v-1A4.5 4.5 0 0 0 19.5 9z'/%3E%3C/svg%3E");
}
.dpg-icon-system-search-white::before,
.ahe-icon-system-search-white::before,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group.active::before,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group.hover::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group.active::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group.hover::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-15.91 6.01l.707.707 4.95-4.95-.707-.707-4.95 4.95zM19.5 9h1a5.5 5.5 0 0 1-5.5 5.5v-1A4.5 4.5 0 0 0 19.5 9z'/%3E%3C/svg%3E");
}
.dpg-icon-dropdown-arrow-down::before,
.ahe-icon-dropdown-arrow-down::before,
select.ahe-ui-select::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M6.343 10.343L12 16l5.657-5.657-1.414-1.414L12 13.172 7.757 8.929z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-dropdown-arrow-down::before,
.btn-secondary-light .ahe-icon-dropdown-arrow-down::before,
.btn-secondary-light select.ahe-ui-select::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.343 10.343L12 16l5.657-5.657-1.414-1.414L12 13.172 7.757 8.929z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-dropdown-arrow-down::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-dropdown-arrow-down::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) select.ahe-ui-select::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-dropdown-arrow-down::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-dropdown-arrow-down::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) select.ahe-ui-select::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-dropdown-arrow-down::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-dropdown-arrow-down::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) select.ahe-ui-select::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.343 10.343L12 16l5.657-5.657-1.414-1.414L12 13.172 7.757 8.929z'/%3E%3C/svg%3E");
}
.dpg-icon-system-kebab::before,
.ahe-icon-system-kebab::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M9 19a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-1-7a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zM9 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-system-kebab::before,
.btn-secondary-light .ahe-icon-system-kebab::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 19a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-1-7a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zM9 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-system-kebab::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-system-kebab::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-system-kebab::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-system-kebab::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-system-kebab::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-system-kebab::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 19a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-1-7a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zM9 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0z'/%3E%3C/svg%3E");
}
:host {
  padding: 0;
}
.btn {
  border: 0;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
}
.btn:not([disabled]):focus,
.btn:not([disabled]).focus,
.btn:not([disabled]):active,
.btn:not([disabled]).active,
.btn:not([disabled]):hover:focus,
.btn:not([disabled]):hover.focus,
.btn:not([disabled]):hover:active,
.btn:not([disabled]):hover.active,
.btn:not([disabled]):focus:active,
.btn:not([disabled]):focus.active,
.btn:not([disabled]).focus:active,
.btn:not([disabled]).focus.active {
  box-shadow: none;
  outline: 0;
}
.btn:disabled,
.btn.disabled {
  border: 1px solid;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn-primary {
  background-color: #007c91;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #007c91;
}
.btn-primary:not([disabled]):hover {
  background-color: #006a7c;
  color: #fff;
}
.btn-primary:not([disabled]):focus,
.btn-primary:not([disabled]).focus {
  background-color: #007c91;
  color: #fff;
}
.btn-primary:not([disabled]):active,
.btn-primary:not([disabled]).active,
.btn-primary:not([disabled]):hover:focus,
.btn-primary:not([disabled]):hover.focus,
.btn-primary:not([disabled]):hover:active,
.btn-primary:not([disabled]):hover.active,
.btn-primary:not([disabled]):focus:active,
.btn-primary:not([disabled]):focus.active,
.btn-primary:not([disabled]).focus:active,
.btn-primary:not([disabled]).focus.active {
  background-color: #006a7c;
  color: #fff;
}
.btn-primary:not([disabled]):focus,
.btn-primary:not([disabled]).focus,
.btn-primary:not([disabled]):active,
.btn-primary:not([disabled]).active,
.btn-primary:not([disabled]):hover:focus,
.btn-primary:not([disabled]):hover.focus,
.btn-primary:not([disabled]):hover:active,
.btn-primary:not([disabled]):hover.active,
.btn-primary:not([disabled]):focus:active,
.btn-primary:not([disabled]):focus.active,
.btn-primary:not([disabled]).focus:active,
.btn-primary:not([disabled]).focus.active {
  position: relative;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn-primary:not([disabled]):focus::before,
.btn-primary:not([disabled]).focus::before,
.btn-primary:not([disabled]):active::before,
.btn-primary:not([disabled]).active::before,
.btn-primary:not([disabled]):hover:focus::before,
.btn-primary:not([disabled]):hover.focus::before,
.btn-primary:not([disabled]):hover:active::before,
.btn-primary:not([disabled]):hover.active::before,
.btn-primary:not([disabled]):focus:active::before,
.btn-primary:not([disabled]):focus.active::before,
.btn-primary:not([disabled]).focus:active::before,
.btn-primary:not([disabled]).focus.active::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #007c91;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #a3c4db;
  color: #fff;
  border: 1px solid #a3c4db;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #a3c4db;
  border: 1px solid #a3c4db;
}
.btn-secondary {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  color: #006a7c;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #006a7c;
}
.btn-secondary:not([disabled]):hover {
  background-color: #e0e7e9;
  color: #006a7c;
}
.btn-secondary:not([disabled]):focus,
.btn-secondary:not([disabled]).focus {
  background-color: transparent;
  color: #006a7c;
}
.btn-secondary:not([disabled]):active,
.btn-secondary:not([disabled]).active,
.btn-secondary:not([disabled]):hover:focus,
.btn-secondary:not([disabled]):hover.focus,
.btn-secondary:not([disabled]):hover:active,
.btn-secondary:not([disabled]):hover.active,
.btn-secondary:not([disabled]):focus:active,
.btn-secondary:not([disabled]):focus.active,
.btn-secondary:not([disabled]).focus:active,
.btn-secondary:not([disabled]).focus.active {
  background-color: #e0e7e9;
  color: #006a7c;
}
.btn-secondary:not([disabled]):focus,
.btn-secondary:not([disabled]).focus,
.btn-secondary:not([disabled]):active,
.btn-secondary:not([disabled]).active,
.btn-secondary:not([disabled]):hover:focus,
.btn-secondary:not([disabled]):hover.focus,
.btn-secondary:not([disabled]):hover:active,
.btn-secondary:not([disabled]):hover.active,
.btn-secondary:not([disabled]):focus:active,
.btn-secondary:not([disabled]):focus.active,
.btn-secondary:not([disabled]).focus:active,
.btn-secondary:not([disabled]).focus.active {
  position: relative;
  box-shadow: none;
  color: #006a7c;
  outline: 0;
}
.btn-secondary:not([disabled]):focus::before,
.btn-secondary:not([disabled]).focus::before,
.btn-secondary:not([disabled]):active::before,
.btn-secondary:not([disabled]).active::before,
.btn-secondary:not([disabled]):hover:focus::before,
.btn-secondary:not([disabled]):hover.focus::before,
.btn-secondary:not([disabled]):hover:active::before,
.btn-secondary:not([disabled]):hover.active::before,
.btn-secondary:not([disabled]):focus:active::before,
.btn-secondary:not([disabled]):focus.active::before,
.btn-secondary:not([disabled]).focus:active::before,
.btn-secondary:not([disabled]).focus.active::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #006a7c;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  background-color: transparent;
  color: #83a0a8;
  border: 1px solid transparent;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  background-color: transparent;
  color: #83a0a8;
  border: 1px solid #006a7c;
}
.btn-tertiary {
  padding: 0 16px;
}
.btn-icon {
  padding: 0 8px;
}
.btn-tertiary,
.btn-icon {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  color: #006a7c;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid transparent;
}
.btn-tertiary.dpg-input-group-btn:not([disabled]),
.btn-icon.dpg-input-group-btn:not([disabled]) {
  color: #006a7c;
  border: 1px solid #006a7c;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 36px;
}
.btn-tertiary.dpg-input-group-btn:not([disabled]):focus::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]).focus::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]):active::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]).active::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]):focus:active::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]):focus.active::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]).focus:active::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]).focus.active .btn-tertiary.dpg-input-group-btn:not([disabled]):hover:focus::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]):hover.focus::before,
.btn-icon.dpg-input-group-btn:not([disabled]):focus::before,
.btn-icon.dpg-input-group-btn:not([disabled]).focus::before,
.btn-icon.dpg-input-group-btn:not([disabled]):active::before,
.btn-icon.dpg-input-group-btn:not([disabled]).active::before,
.btn-icon.dpg-input-group-btn:not([disabled]):focus:active::before,
.btn-icon.dpg-input-group-btn:not([disabled]):focus.active::before,
.btn-icon.dpg-input-group-btn:not([disabled]).focus:active::before,
.btn-tertiary.dpg-input-group-btn:not([disabled]).focus.active .btn-icon.dpg-input-group-btn:not([disabled]):hover:focus::before,
.btn-icon.dpg-input-group-btn:not([disabled]):hover.focus::before,
.btn-icon.dpg-input-group-btn:not([disabled]).focus.active .btn-tertiary.dpg-input-group-btn:not([disabled]):hover:focus::before,
.btn-icon.dpg-input-group-btn:not([disabled]).focus.active .btn-icon.dpg-input-group-btn:not([disabled]):hover:focus::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-tertiary.dpg-input-group-btn:not([disabled]) .dpg-icon,
.btn-icon.dpg-input-group-btn:not([disabled]) .dpg-icon {
  padding-top: 0;
}
.btn-tertiary .icon,
.btn-icon .icon {
  padding: 8px;
}
.btn-tertiary:not([disabled]):hover,
.btn-icon:not([disabled]):hover {
  color: #006a7c;
  border: 1px solid #006a7c;
}
.btn-tertiary:not([disabled]):focus,
.btn-tertiary:not([disabled]).focus,
.btn-icon:not([disabled]):focus,
.btn-icon:not([disabled]).focus {
  color: #006a7c;
}
.btn-tertiary:not([disabled]):active,
.btn-tertiary:not([disabled]).active,
.btn-tertiary:not([disabled]):hover:focus,
.btn-tertiary:not([disabled]):hover.focus,
.btn-tertiary:not([disabled]):hover:active,
.btn-tertiary:not([disabled]):hover.active,
.btn-tertiary:not([disabled]):focus:active,
.btn-tertiary:not([disabled]):focus.active,
.btn-tertiary:not([disabled]).focus:active,
.btn-tertiary:not([disabled]).focus.active,
.btn-icon:not([disabled]):active,
.btn-icon:not([disabled]).active,
.btn-icon:not([disabled]):hover:focus,
.btn-icon:not([disabled]):hover.focus,
.btn-icon:not([disabled]):hover:active,
.btn-icon:not([disabled]):hover.active,
.btn-icon:not([disabled]):focus:active,
.btn-icon:not([disabled]):focus.active,
.btn-icon:not([disabled]).focus:active,
.btn-icon:not([disabled]).focus.active {
  border: 1px solid #006a7c;
}
.btn-tertiary:not([disabled]):focus,
.btn-tertiary:not([disabled]).focus,
.btn-tertiary:not([disabled]):active,
.btn-tertiary:not([disabled]).active,
.btn-tertiary:not([disabled]):focus:active,
.btn-tertiary:not([disabled]):focus.active,
.btn-tertiary:not([disabled]).focus:active,
.btn-tertiary:not([disabled]).focus.active .btn-tertiary:not([disabled]):hover:focus,
.btn-tertiary:not([disabled]):hover.focus,
.btn-icon:not([disabled]):focus,
.btn-icon:not([disabled]).focus,
.btn-icon:not([disabled]):active,
.btn-icon:not([disabled]).active,
.btn-icon:not([disabled]):focus:active,
.btn-icon:not([disabled]):focus.active,
.btn-icon:not([disabled]).focus:active,
.btn-tertiary:not([disabled]).focus.active .btn-icon:not([disabled]):hover:focus,
.btn-icon:not([disabled]):hover.focus,
.btn-icon:not([disabled]).focus.active .btn-tertiary:not([disabled]):hover:focus,
.btn-icon:not([disabled]).focus.active .btn-icon:not([disabled]):hover:focus {
  position: relative;
  border: 1px solid #006a7c;
  box-shadow: none;
  color: #006a7c;
  outline: 0;
}
.btn-tertiary:not([disabled]):focus::before,
.btn-tertiary:not([disabled]).focus::before,
.btn-tertiary:not([disabled]):active::before,
.btn-tertiary:not([disabled]).active::before,
.btn-tertiary:not([disabled]):focus:active::before,
.btn-tertiary:not([disabled]):focus.active::before,
.btn-tertiary:not([disabled]).focus:active::before,
.btn-tertiary:not([disabled]).focus.active .btn-tertiary:not([disabled]):hover:focus::before,
.btn-tertiary:not([disabled]):hover.focus::before,
.btn-icon:not([disabled]):focus::before,
.btn-icon:not([disabled]).focus::before,
.btn-icon:not([disabled]):active::before,
.btn-icon:not([disabled]).active::before,
.btn-icon:not([disabled]):focus:active::before,
.btn-icon:not([disabled]):focus.active::before,
.btn-icon:not([disabled]).focus:active::before,
.btn-tertiary:not([disabled]).focus.active .btn-icon:not([disabled]):hover:focus::before,
.btn-icon:not([disabled]):hover.focus::before,
.btn-icon:not([disabled]).focus.active .btn-tertiary:not([disabled]):hover:focus::before,
.btn-icon:not([disabled]).focus.active .btn-icon:not([disabled]):hover:focus::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #006a7c;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.btn-tertiary:not([disabled]):hover:active,
.btn-tertiary:not([disabled]):hover.active,
.btn-tertiary:not([disabled]):focus:active,
.btn-tertiary:not([disabled]):focus.active,
.btn-tertiary:not([disabled]).focus:active,
.btn-tertiary:not([disabled]).focus.active,
.btn-icon:not([disabled]):hover:active,
.btn-icon:not([disabled]):hover.active,
.btn-icon:not([disabled]):focus:active,
.btn-icon:not([disabled]):focus.active,
.btn-icon:not([disabled]).focus:active,
.btn-icon:not([disabled]).focus.active {
  background: #e0e7e9;
}
.btn-tertiary:disabled,
.btn-tertiary.disabled,
.btn-icon:disabled,
.btn-icon.disabled {
  color: #83a0a8;
  border: 0;
}
.btn-tertiary .dpg-icon,
.btn-icon .dpg-icon {
  margin: 0;
  padding-top: 3px;
}
.btn-tertiary.btn-secondary-light,
.btn-icon.btn-secondary-light {
  padding: 0 8px;
  border: 1px solid transparent;
}
.btn-tertiary.btn-secondary-light:disabled,
.btn-tertiary.btn-secondary-light.disabled,
.btn-icon.btn-secondary-light:disabled,
.btn-icon.btn-secondary-light.disabled {
  border: 0;
}
.btn-tertiary.btn-secondary-light:not([disabled]):hover,
.btn-icon.btn-secondary-light:not([disabled]):hover {
  border: 1px solid white;
}
.btn-tertiary.btn-secondary-light:not([disabled]):active,
.btn-tertiary.btn-secondary-light:not([disabled]).active,
.btn-tertiary.btn-secondary-light:not([disabled]):focus,
.btn-tertiary.btn-secondary-light:not([disabled]).focus,
.btn-tertiary.btn-secondary-light:not([disabled]):hover:focus,
.btn-tertiary.btn-secondary-light:not([disabled]):hover.focus,
.btn-tertiary.btn-secondary-light:not([disabled]):hover:active,
.btn-tertiary.btn-secondary-light:not([disabled]):hover.active,
.btn-tertiary.btn-secondary-light:not([disabled]):focus:active,
.btn-tertiary.btn-secondary-light:not([disabled]):focus.active,
.btn-tertiary.btn-secondary-light:not([disabled]).focus:active,
.btn-tertiary.btn-secondary-light:not([disabled]).focus.active,
.btn-icon.btn-secondary-light:not([disabled]):active,
.btn-icon.btn-secondary-light:not([disabled]).active,
.btn-icon.btn-secondary-light:not([disabled]):focus,
.btn-icon.btn-secondary-light:not([disabled]).focus,
.btn-icon.btn-secondary-light:not([disabled]):hover:focus,
.btn-icon.btn-secondary-light:not([disabled]):hover.focus,
.btn-icon.btn-secondary-light:not([disabled]):hover:active,
.btn-icon.btn-secondary-light:not([disabled]):hover.active,
.btn-icon.btn-secondary-light:not([disabled]):focus:active,
.btn-icon.btn-secondary-light:not([disabled]):focus.active,
.btn-icon.btn-secondary-light:not([disabled]).focus:active,
.btn-icon.btn-secondary-light:not([disabled]).focus.active {
  border: 1px solid white;
}
.btn-secondary-light {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #fff;
}
.btn-secondary-light:not([disabled]):hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn-secondary-light:not([disabled]):focus,
.btn-secondary-light:not([disabled]).focus {
  background-color: transparent;
  color: #fff;
}
.btn-secondary-light:not([disabled]):active,
.btn-secondary-light:not([disabled]).active,
.btn-secondary-light:not([disabled]):hover:focus,
.btn-secondary-light:not([disabled]):hover.focus,
.btn-secondary-light:not([disabled]):hover:active,
.btn-secondary-light:not([disabled]):hover.active,
.btn-secondary-light:not([disabled]):focus:active,
.btn-secondary-light:not([disabled]):focus.active,
.btn-secondary-light:not([disabled]).focus:active,
.btn-secondary-light:not([disabled]).focus.active {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn-secondary-light:not([disabled]):focus,
.btn-secondary-light:not([disabled]).focus,
.btn-secondary-light:not([disabled]):active,
.btn-secondary-light:not([disabled]).active,
.btn-secondary-light:not([disabled]):hover:focus,
.btn-secondary-light:not([disabled]):hover.focus,
.btn-secondary-light:not([disabled]):hover:active,
.btn-secondary-light:not([disabled]):hover.active,
.btn-secondary-light:not([disabled]):focus:active,
.btn-secondary-light:not([disabled]):focus.active,
.btn-secondary-light:not([disabled]).focus:active,
.btn-secondary-light:not([disabled]).focus.active {
  position: relative;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn-secondary-light:not([disabled]):focus::before,
.btn-secondary-light:not([disabled]).focus::before,
.btn-secondary-light:not([disabled]):active::before,
.btn-secondary-light:not([disabled]).active::before,
.btn-secondary-light:not([disabled]):hover:focus::before,
.btn-secondary-light:not([disabled]):hover.focus::before,
.btn-secondary-light:not([disabled]):hover:active::before,
.btn-secondary-light:not([disabled]):hover.active::before,
.btn-secondary-light:not([disabled]):focus:active::before,
.btn-secondary-light:not([disabled]):focus.active::before,
.btn-secondary-light:not([disabled]).focus:active::before,
.btn-secondary-light:not([disabled]).focus.active::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.btn-secondary-light:disabled,
.btn-secondary-light.disabled {
  background-color: transparent;
  color: #83a0a8;
  border: 1px solid transparent;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.btn-secondary-light:disabled,
.btn-secondary-light.disabled {
  border: 1px solid #fff;
}
.btn-success {
  background-color: #238834;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #238834;
}
.btn-success:not([disabled]):hover {
  background-color: #0c6b1d;
  color: #fff;
}
.btn-success:not([disabled]):focus,
.btn-success:not([disabled]).focus {
  background-color: #238834;
  color: #fff;
}
.btn-success:not([disabled]):active,
.btn-success:not([disabled]).active,
.btn-success:not([disabled]):hover:focus,
.btn-success:not([disabled]):hover.focus,
.btn-success:not([disabled]):hover:active,
.btn-success:not([disabled]):hover.active,
.btn-success:not([disabled]):focus:active,
.btn-success:not([disabled]):focus.active,
.btn-success:not([disabled]).focus:active,
.btn-success:not([disabled]).focus.active {
  background-color: #0c6b1d;
  color: #fff;
}
.btn-success:not([disabled]):focus,
.btn-success:not([disabled]).focus,
.btn-success:not([disabled]):active,
.btn-success:not([disabled]).active,
.btn-success:not([disabled]):hover:focus,
.btn-success:not([disabled]):hover.focus,
.btn-success:not([disabled]):hover:active,
.btn-success:not([disabled]):hover.active,
.btn-success:not([disabled]):focus:active,
.btn-success:not([disabled]):focus.active,
.btn-success:not([disabled]).focus:active,
.btn-success:not([disabled]).focus.active {
  position: relative;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn-success:not([disabled]):focus::before,
.btn-success:not([disabled]).focus::before,
.btn-success:not([disabled]):active::before,
.btn-success:not([disabled]).active::before,
.btn-success:not([disabled]):hover:focus::before,
.btn-success:not([disabled]):hover.focus::before,
.btn-success:not([disabled]):hover:active::before,
.btn-success:not([disabled]):hover.active::before,
.btn-success:not([disabled]):focus:active::before,
.btn-success:not([disabled]):focus.active::before,
.btn-success:not([disabled]).focus:active::before,
.btn-success:not([disabled]).focus.active::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #238834;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.btn-success:disabled,
.btn-success.disabled {
  background-color: #96d7a1;
  color: #fff;
  border: 1px solid #96d7a1;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.btn-success:disabled,
.btn-success.disabled {
  background-color: #96d7a1 !important;
  border: 1px solid #96d7a1 !important;
}
.btn-danger {
  background-color: #e21f26;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #e21f26;
}
.btn-danger:not([disabled]):hover {
  background-color: #b0181e;
  color: #fff;
}
.btn-danger:not([disabled]):focus,
.btn-danger:not([disabled]).focus {
  background-color: #e21f26;
  color: #fff;
}
.btn-danger:not([disabled]):active,
.btn-danger:not([disabled]).active,
.btn-danger:not([disabled]):hover:focus,
.btn-danger:not([disabled]):hover.focus,
.btn-danger:not([disabled]):hover:active,
.btn-danger:not([disabled]):hover.active,
.btn-danger:not([disabled]):focus:active,
.btn-danger:not([disabled]):focus.active,
.btn-danger:not([disabled]).focus:active,
.btn-danger:not([disabled]).focus.active {
  background-color: #b0181e;
  color: #fff;
}
.btn-danger:not([disabled]):focus,
.btn-danger:not([disabled]).focus,
.btn-danger:not([disabled]):active,
.btn-danger:not([disabled]).active,
.btn-danger:not([disabled]):hover:focus,
.btn-danger:not([disabled]):hover.focus,
.btn-danger:not([disabled]):hover:active,
.btn-danger:not([disabled]):hover.active,
.btn-danger:not([disabled]):focus:active,
.btn-danger:not([disabled]):focus.active,
.btn-danger:not([disabled]).focus:active,
.btn-danger:not([disabled]).focus.active {
  position: relative;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn-danger:not([disabled]):focus::before,
.btn-danger:not([disabled]).focus::before,
.btn-danger:not([disabled]):active::before,
.btn-danger:not([disabled]).active::before,
.btn-danger:not([disabled]):hover:focus::before,
.btn-danger:not([disabled]):hover.focus::before,
.btn-danger:not([disabled]):hover:active::before,
.btn-danger:not([disabled]):hover.active::before,
.btn-danger:not([disabled]):focus:active::before,
.btn-danger:not([disabled]):focus.active::before,
.btn-danger:not([disabled]).focus:active::before,
.btn-danger:not([disabled]).focus.active::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #b0181e;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.btn-danger:disabled,
.btn-danger.disabled {
  background-color: #f9b9b2;
  color: #fff;
  border: 1px solid #f9b9b2;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.btn-danger:disabled,
.btn-danger.disabled {
  background-color: #f9b9b2 !important;
  border: 1px solid #f9b9b2 !important;
}
.btn-sm {
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  min-width: 30px;
  padding: 0 8px;
}
.btn-lg {
  font-size: 20px;
  font-weight: normal;
  height: 45px;
  padding: 0 14px;
}
.btn-xs {
  font-size: 10px;
  font-weight: normal;
  height: 20px;
  padding: 0 4px;
}
.btn-block {
  display: block;
  width: 100%;
  margin: 0;
}
.btn-block + .btn-block {
  margin-top: 10px;
}
.btn-group button {
  margin-right: 3px;
}
.btn-group button:disabled {
  background: transparent;
  border-color: #006a7c;
}
.btn-group button:first-child:active::before,
.btn-group button:first-child:focus::before {
  border-radius: 6px 0 0 6px !important;
}
.btn-group button:not(:first-child):not(:last-child):active::before,
.btn-group button:not(:first-child):not(:last-child):focus::before,
.btn-group button:not(:first-child):not(:last-child).active::before,
.btn-group button:not(:first-child):not(:last-child).focus::before {
  border-radius: 0 !important;
}
.btn-group button:last-child:active::before,
.btn-group button:last-child:focus::before {
  border-radius: 0 6px 6px 0 !important;
}
.ahe-ui-dropdown,
.dpg-ui-dropdown {
  display: inline-block;
}
.ahe-ui-dropdown.multi-select-dropdown .optgroup,
.dpg-ui-dropdown.multi-select-dropdown .optgroup {
  background-color: #f0f3f4;
  border-bottom: 1px solid #d1dbde;
  color: #45707d;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}
.ahe-ui-dropdown .btn-icon,
.dpg-ui-dropdown .btn-icon {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  padding: 6px 8px 8px;
}
.ahe-ui-dropdown .btn-icon icon,
.dpg-ui-dropdown .btn-icon icon {
  margin: 0;
}
.ahe-ui-dropdown .dropdown-btn,
.dpg-ui-dropdown .dropdown-btn {
  max-width: 100%;
  padding: 0 35px 0 16px;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.ahe-ui-dropdown .dropdown-btn span,
.dpg-ui-dropdown .dropdown-btn span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  width: 100%;
}
.ahe-ui-dropdown .dropdown-btn .dpg-icon,
.dpg-ui-dropdown .dropdown-btn .dpg-icon {
  height: 24px;
  width: 24px;
  transition: transform 0.2s ease-in-out;
  right: 10px;
  position: absolute;
}
.ahe-ui-dropdown .split-button.open,
.ahe-ui-dropdown .split-button:focus,
.ahe-ui-dropdown .split-button:focus:hover,
.dpg-ui-dropdown .split-button.open,
.dpg-ui-dropdown .split-button:focus,
.dpg-ui-dropdown .split-button:focus:hover {
  box-shadow: 0 0 0 2px rgba(0, 124, 145, 0.8);
}
.ahe-ui-dropdown .split-button.open:before,
.ahe-ui-dropdown .split-button:focus:before,
.ahe-ui-dropdown .split-button:focus:hover:before,
.dpg-ui-dropdown .split-button.open:before,
.dpg-ui-dropdown .split-button:focus:before,
.dpg-ui-dropdown .split-button:focus:hover:before {
  display: none;
}
.ahe-ui-dropdown .dropdown-toggle,
.dpg-ui-dropdown .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  max-width: 250px;
  overflow: hidden;
  padding: 0 8px 0 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ahe-ui-dropdown .dropdown-toggle::after,
.dpg-ui-dropdown .dropdown-toggle::after {
  height: 24px;
  width: 24px;
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 16l-5.657-5.657.707-.707 4.95 4.95 4.95-4.95.707.707z'/%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}
.ahe-ui-dropdown.open .dropdown-toggle::after,
.dpg-ui-dropdown.open .dropdown-toggle::after {
  transform: rotate(180deg);
}
.ahe-ui-dropdown.open > .btn.btn-secondary,
.dpg-ui-dropdown.open > .btn.btn-secondary {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007c91;
}
.ahe-ui-dropdown .dropdown-menu,
.dpg-ui-dropdown .dropdown-menu {
  background: #ffffff;
  border: 1px solid #265867;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 0;
  border-radius: 0;
}
.ahe-ui-dropdown .dropdown-menu.list-items-container,
.dpg-ui-dropdown .dropdown-menu.list-items-container {
  max-height: 100%;
  max-width: 450px;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.ahe-ui-dropdown .dropdown-menu.searchable,
.dpg-ui-dropdown .dropdown-menu.searchable {
  border-radius: 5px 5px 0 0;
}
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group {
  margin-bottom: 0;
  min-width: 100px;
  width: 100%;
}
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group::before {
  border-radius: 3px 0 0;
  height: 36px;
  padding: 8px;
  position: absolute;
  transition: background-color ease-in-out 0.15s;
  width: 36px;
  z-index: 2;
}
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group.active::before,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group.hover::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group.active::before,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group.hover::before {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group.active .clear,
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group.hover .clear,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group.active .clear,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group.hover .clear {
  display: block;
}
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group input,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group input {
  display: block;
  min-width: 130px;
  padding-left: 30px;
}
.ahe-ui-dropdown .dropdown-menu.searchable .search-field .form-group .clear,
.dpg-ui-dropdown .dropdown-menu.searchable .search-field .form-group .clear {
  cursor: pointer;
  display: none;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
}
.ahe-ui-dropdown .dropdown-menu li,
.dpg-ui-dropdown .dropdown-menu li {
  background-color: #fff;
  border-top: 1px solid #d1dbde !important;
  border-bottom: 1px solid transparent !important;
  margin-top: 1px !important;
  border: 0;
}
.ahe-ui-dropdown .dropdown-menu li.checkmark,
.dpg-ui-dropdown .dropdown-menu li.checkmark {
  box-shadow: none;
  position: relative;
}
.ahe-ui-dropdown .dropdown-menu li.checkmark:before,
.dpg-ui-dropdown .dropdown-menu li.checkmark:before {
  position: absolute;
  left: 8px;
  top: 18px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .dropdown-menu li.option-group-options,
.dpg-ui-dropdown .dropdown-menu li.option-group-options {
  list-style-type: none;
}
.ahe-ui-dropdown .dropdown-menu li.option-group-options .dropdown-item,
.dpg-ui-dropdown .dropdown-menu li.option-group-options .dropdown-item {
  padding-left: 52px;
}
.ahe-ui-dropdown .dropdown-menu li.option-group-title,
.dpg-ui-dropdown .dropdown-menu li.option-group-title {
  background-color: white;
  padding: 0;
}
.ahe-ui-dropdown .dropdown-menu li.option-group-title .dropdown-item,
.dpg-ui-dropdown .dropdown-menu li.option-group-title .dropdown-item {
  font-weight: 500;
}
.ahe-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) a.dropdown-item,
.ahe-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) span.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) a.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) span.dropdown-item {
  border-color: #265867;
  background-color: #e0e7e9;
  outline: 0;
}
.ahe-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) + li > .dropdown-item:focus,
.dpg-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) + li > .dropdown-item:focus {
  border-top-color: transparent;
}
.ahe-ui-dropdown .dropdown-menu li.focused + li:hover:not([aria-disabled=true]) a.dropdown-item,
.ahe-ui-dropdown .dropdown-menu li.focused + li:hover:not([aria-disabled=true]) span.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li.focused + li:hover:not([aria-disabled=true]) a.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li.focused + li:hover:not([aria-disabled=true]) span.dropdown-item {
  border-top-color: transparent;
}
.ahe-ui-dropdown .dropdown-menu li:not([aria-disabled=true]) a.dropdown-item:focus,
.ahe-ui-dropdown .dropdown-menu li:not([aria-disabled=true]) span.dropdown-item:focus,
.dpg-ui-dropdown .dropdown-menu li:not([aria-disabled=true]) a.dropdown-item:focus,
.dpg-ui-dropdown .dropdown-menu li:not([aria-disabled=true]) span.dropdown-item:focus {
  border-color: #265867;
  border-width: 2px;
  background-color: #e0e7e9;
  outline: 0;
}
.ahe-ui-dropdown .dropdown-menu li[aria-disabled=true] a.dropdown-item,
.ahe-ui-dropdown .dropdown-menu li[aria-disabled=true] span.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li[aria-disabled=true] a.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li[aria-disabled=true] span.dropdown-item {
  opacity: 0.65;
  cursor: not-allowed;
}
.ahe-ui-dropdown .dropdown-menu li:not(.option-group-title) a.dropdown-item,
.ahe-ui-dropdown .dropdown-menu li:not(.option-group-title) span.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li:not(.option-group-title) a.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li:not(.option-group-title) span.dropdown-item {
  cursor: pointer;
}
.ahe-ui-dropdown .dropdown-menu li a.dropdown-item,
.ahe-ui-dropdown .dropdown-menu li span.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li a.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li span.dropdown-item {
  color: #265867;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  outline: 0;
  padding: 8px 10px 8px 36px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  border: 1px solid transparent;
}
.ahe-ui-dropdown .dropdown-menu li a.dropdown-item > span,
.ahe-ui-dropdown .dropdown-menu li span.dropdown-item > span,
.dpg-ui-dropdown .dropdown-menu li a.dropdown-item > span,
.dpg-ui-dropdown .dropdown-menu li span.dropdown-item > span {
  word-break: break-word;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: normal;
}
.ahe-ui-dropdown .dropdown-menu li a.dropdown-item > span strong,
.ahe-ui-dropdown .dropdown-menu li span.dropdown-item > span strong,
.dpg-ui-dropdown .dropdown-menu li a.dropdown-item > span strong,
.dpg-ui-dropdown .dropdown-menu li span.dropdown-item > span strong {
  margin-right: 5px;
  overflow: hidden;
  overflow-wrap: break-word;
}
.ahe-ui-dropdown .dropdown-menu li a.dropdown-item > p,
.ahe-ui-dropdown .dropdown-menu li span.dropdown-item > p,
.dpg-ui-dropdown .dropdown-menu li a.dropdown-item > p,
.dpg-ui-dropdown .dropdown-menu li span.dropdown-item > p {
  white-space: normal;
}
.ahe-ui-dropdown .dropdown-menu li a.dropdown-item.ahe-ui-checkbox,
.ahe-ui-dropdown .dropdown-menu li a.dropdown-item.ahe-ui-radio,
.ahe-ui-dropdown .dropdown-menu li span.dropdown-item.ahe-ui-checkbox,
.ahe-ui-dropdown .dropdown-menu li span.dropdown-item.ahe-ui-radio,
.dpg-ui-dropdown .dropdown-menu li a.dropdown-item.ahe-ui-checkbox,
.dpg-ui-dropdown .dropdown-menu li a.dropdown-item.ahe-ui-radio,
.dpg-ui-dropdown .dropdown-menu li span.dropdown-item.ahe-ui-checkbox,
.dpg-ui-dropdown .dropdown-menu li span.dropdown-item.ahe-ui-radio {
  padding-bottom: 24px;
}
.ahe-ui-dropdown .dropdown-menu li a.dropdown-item[aria-disabled=true],
.ahe-ui-dropdown .dropdown-menu li span.dropdown-item[aria-disabled=true],
.dpg-ui-dropdown .dropdown-menu li a.dropdown-item[aria-disabled=true],
.dpg-ui-dropdown .dropdown-menu li span.dropdown-item[aria-disabled=true] {
  opacity: 0.65;
  cursor: not-allowed;
}
.ahe-ui-dropdown .dropdown-menu li .view-title,
.dpg-ui-dropdown .dropdown-menu li .view-title {
  font-weight: bold;
}
.ahe-ui-dropdown .dropdown-menu li .view-description,
.dpg-ui-dropdown .dropdown-menu li .view-description {
  font-size: 14px;
}
.ahe-ui-dropdown .dropdown-menu li .view-icons,
.dpg-ui-dropdown .dropdown-menu li .view-icons {
  margin-left: 10px;
  display: flex;
}
.ahe-ui-dropdown .dropdown-menu label.dropdown-item,
.dpg-ui-dropdown .dropdown-menu label.dropdown-item {
  display: inline-block;
  padding-bottom: 0 !important;
}
.ahe-ui-dropdown .dropdown-menu label.dropdown-item > span,
.dpg-ui-dropdown .dropdown-menu label.dropdown-item > span {
  width: 100%;
  float: right;
  padding-left: 26px;
}
.ahe-ui-dropdown .dropdown-menu label.dropdown-item > p,
.dpg-ui-dropdown .dropdown-menu label.dropdown-item > p {
  white-space: normal;
  margin-bottom: -20px;
  padding-left: 26px;
}
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary {
  background-color: #174d5c;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
}
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover {
  background-color: #46707d;
  color: #fff;
}
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus {
  background-color: #174d5c;
  color: #fff;
}
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:focus,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.focus,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus:active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus.active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus:active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus.active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:focus,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.focus,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus:active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus.active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus:active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus.active {
  background-color: #46707d;
  color: #fff;
}
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:focus,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.focus,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus:active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus.active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus:active,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus.active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:focus,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.focus,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus:active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus.active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus:active,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus.active {
  position: relative;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):active::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).active::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:focus::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.focus::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:active::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.active::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus:active::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus.active::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus:active::before,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus.active::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):active::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).active::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:focus::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.focus::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover:active::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):hover.active::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus:active::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]):focus.active::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus:active::before,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:not([disabled]).focus.active::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #007c91;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:disabled,
.ahe-ui-dropdown.ahe-ui-dropdown-white .btn-secondary.disabled,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary:disabled,
.dpg-ui-dropdown.ahe-ui-dropdown-white .btn-secondary.disabled {
  background-color: #46707d;
  color: #fff;
  border: 1px solid #46707d;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
select.ahe-ui-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f0f3f4;
  background-position: right -34px center;
  background-size: 24px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  color: #265867;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 44px;
  padding-top: 0;
}
select.ahe-ui-select::-ms-expand {
  display: none;
}
select.ahe-ui-select:focus,
select.ahe-ui-select:active {
  background-color: #f0f3f4;
  border: 0;
  box-shadow: none;
  outline: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 44px;
  padding-top: 0;
}
select.ahe-ui-select:hover {
  background-color: #e0e7e9;
}
select.ahe-ui-select:focus {
  box-shadow: 0 0 0 2px #009bb5;
}
select.ahe-ui-select option {
  background-color: #fff;
  color: #265867;
}
.dropdown-dark-container {
  background-color: #003b4c;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary {
  background-color: #174d5c;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 1px;
  padding: 0 16px;
  transition: background-color 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  margin: 8px;
  padding: 0 8px 0 16px;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover {
  background-color: #46707d;
  color: #fff;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus {
  background-color: #174d5c;
  color: #fff;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover:focus,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover.focus,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover:active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover.active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus:active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus.active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus:active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus.active {
  background-color: #46707d;
  color: #fff;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover:focus,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover.focus,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover:active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover.active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus:active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus.active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus:active,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus.active {
  position: relative;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):active::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).active::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover:focus::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover.focus::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover:active::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):hover.active::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus:active::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]):focus.active::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus:active::before,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:not([disabled]).focus.active::before {
  border-radius: 6px;
  bottom: -3px;
  box-shadow: 0 0 0 2px #b2c3c9;
  content: "";
  left: -3px;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:disabled,
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary.disabled {
  background-color: #46707d;
  color: #fff;
  border: 1px solid #46707d;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:hover {
  background-color: #46707d;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:focus {
  background-color: #174d5c;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:focus:focus {
  box-shadow: 0 0 0 2px #003b4c, 0 0 0 4px #d1dbde;
}
.dropdown-dark-container .ahe-ui-dropdown .btn-secondary:active {
  background-color: #46707d;
}
.ahe-ui-dropdown {
  width: 100%;
}
.ahe-ui-dropdown .dropdown {
  width: 100%;
}
.ahe-ui-dropdown .dropdown button {
  width: 100%;
}
.ahe-ui-dropdown .dropdown-menu.show {
  display: block;
}
.ahe-ui-dropdown .list-items-container p {
  margin: 0;
}
.ahe-ui-dropdown .list-items-container label > span {
  pointer-events: none;
}
.ahe-ui-dropdown .list-items-container label > span p {
  margin: 0;
}
.ahe-ui-dropdown .list-items-container label {
  pointer-events: none;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox {
  border: 0;
  color: #222222;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 8px;
  padding-left: 36px;
  position: relative;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted {
  color: #fff;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox] + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox] + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:focus + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:active + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:disabled + div::before {
  opacity: 0.4;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:focus + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:active + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:checked:disabled + div::before {
  opacity: 0.4;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:focus + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:active + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled + div::before {
  opacity: 0.4;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox] + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox] + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:focus + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:active + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled + div::before {
  opacity: 0.4;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:focus + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:active + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled + div::before {
  opacity: 0.4;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:focus + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:active + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled + span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled + div::before {
  opacity: 0.4;
}
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > span::before,
.ahe-ui-dropdown .list-items-container li .ahe-ui-checkbox > div::before {
  left: 8px;
  position: absolute;
}
.ahe-ui-dropdown .dropdown-menu {
  position: inherit;
  width: 100%;
}
.ahe-ui-dropdown .dropdown-menu .dropdown-menu-search {
  margin-bottom: 0;
}
.ahe-ui-dropdown .dropdown-menu .dropdown-menu-search .search {
  border-radius: 0;
}
.ahe-ui-dropdown button.btn.split-button {
  width: auto;
}
.ahe-ui-dropdown button.btn.split-button:last-of-type {
  padding-left: 0;
  margin-left: -2px;
}
.dpg-ui-dropdown .dropdown-menu li a.is-header:hover,
.dpg-ui-dropdown .dropdown-menu li a.is-header:focus,
.ahe-ui-dropdown .dropdown-menu li a.is-header:hover,
.ahe-ui-dropdown .dropdown-menu li a.is-header:focus {
  background-color: transparent;
}
.cdk-overlay-container {
  overflow-y: unset !important;
}
.cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane {
  overflow-y: auto !important;
}
.modal-dialog {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-dialog .modal-content {
  border-radius: 5px;
  overflow: hidden;
}
.modal-dialog .modal-content .modal-header {
  background-color: #174d5c;
  color: #fff;
  height: 45px;
  padding: 15px 18px 12px 30px;
}
.modal-dialog .modal-content .modal-header .close {
  height: 24px;
  opacity: 1;
  outline: 0;
  width: 24px;
  margin-top: -6px;
}
.modal-dialog .modal-content .modal-header .close:active,
.modal-dialog .modal-content .modal-header .close:focus {
  outline: 1px solid white;
}
.modal-dialog .modal-content .modal-header .close .ahe-icon {
  height: 24px;
  width: 24px;
  display: block;
}
.modal-dialog .modal-content .modal-header .close .ahe-icon-close-white {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12.707 12l4.95 4.95-.707.707-4.95-4.95-4.95 4.95-.707-.707 4.95-4.95-4.95-4.95.707-.707 4.95 4.95 4.95-4.95.707.707z'/%3E%3C/svg%3E");
}
.modal-dialog .modal-content .modal-header .close .ahe-icon-close-white::before {
  background: none;
}
.modal-dialog .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-shadow: none;
}
.modal-dialog .modal-content .modal-body {
  font-size: 16px;
  padding: 30px;
}
.modal-dialog .modal-content .modal-footer {
  background-color: #f0f3f4;
  border-top: 3px solid #d1dbde;
  padding: 8px 0 8px 30px;
  text-align: left;
}
.modal-dialog .modal-content .modal-footer .footer-msg {
  float: right;
  padding: 8px 20px 5px 0;
}
.modal-dialog::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.modal-backdrop.in {
  background-color: #00212b;
  opacity: 0.6;
}
.ahe-ui-alert-modal .modal-dialog {
  width: 500px;
}
.ahe-ui-alert-modal .modal-dialog.modal-sm {
  width: 300px;
}
.ahe-ui-alert-modal .modal-dialog .modal-content {
  border: 1px solid #d1dbde;
  padding: 30px;
}
.ahe-ui-alert-modal .modal-dialog .modal-content .modal-body {
  color: #222222;
  padding: 0;
}
.ahe-ui-alert-modal .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  line-height: 1.2em;
}
.ahe-ui-alert-modal .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
  border-top: 0;
  margin-top: 20px;
  padding: 0;
}
.dpg-icon-system-close::before,
.ahe-icon-system-close::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M16.243 6.343L12 10.586 7.757 6.343 6.343 7.757 10.586 12l-4.243 4.243 1.414 1.414L12 13.414l4.243 4.243 1.414-1.414L13.414 12l4.243-4.243z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-system-close::before,
.btn-secondary-light .ahe-icon-system-close::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.243 6.343L12 10.586 7.757 6.343 6.343 7.757 10.586 12l-4.243 4.243 1.414 1.414L12 13.414l4.243 4.243 1.414-1.414L13.414 12l4.243-4.243z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-system-close::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-system-close::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-system-close::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-system-close::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-system-close::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-system-close::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.243 6.343L12 10.586 7.757 6.343 6.343 7.757 10.586 12l-4.243 4.243 1.414 1.414L12 13.414l4.243 4.243 1.414-1.414L13.414 12l4.243-4.243z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-success::before,
.alert.alert-small.alert-success::before,
.ahe-icon-system-alert-success::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-system-alert-success::before,
.btn-secondary-light .alert.alert-small.alert-success::before,
.btn-secondary-light .ahe-icon-system-alert-success::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-system-alert-success::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .alert.alert-small.alert-success::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-system-alert-success::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-system-alert-success::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .alert.alert-small.alert-success::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-system-alert-success::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-system-alert-success::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .alert.alert-small.alert-success::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-system-alert-success::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-success-white::before,
.alert.alert-success::before,
.ahe-icon-system-alert-success-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-warning::before,
.alert.alert-warning::before,
.alert.alert-small.alert-warning::before,
.ahe-icon-system-alert-warning::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 3v10h-2V5h2zm-2 14v-2h2v2h-2z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-system-alert-warning::before,
.btn-secondary-light .alert.alert-warning::before,
.btn-secondary-light .ahe-icon-system-alert-warning::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 3v10h-2V5h2zm-2 14v-2h2v2h-2z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-system-alert-warning::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .alert.alert-warning::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-system-alert-warning::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-system-alert-warning::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .alert.alert-warning::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-system-alert-warning::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-system-alert-warning::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .alert.alert-warning::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-system-alert-warning::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 3v10h-2V5h2zm-2 14v-2h2v2h-2z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-error::before,
.alert.alert-small.alert-error::before,
.ahe-icon-system-alert-error::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-system-alert-error::before,
.btn-secondary-light .alert.alert-small.alert-error::before,
.btn-secondary-light .ahe-icon-system-alert-error::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-system-alert-error::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .alert.alert-small.alert-error::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-system-alert-error::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-system-alert-error::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .alert.alert-small.alert-error::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-system-alert-error::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-system-alert-error::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .alert.alert-small.alert-error::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-system-alert-error::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.dpg-icon-incorrect-white::before,
.alert.alert-error::before,
.ahe-icon-incorrect-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.536 5.05l1.414 1.414L13.414 12l3.536 3.536-1.414 1.414L12 13.414 8.464 16.95 7.05 15.536 10.586 12 7.05 8.464 8.464 7.05 12 10.586l3.536-3.536z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-info-white::before,
.alert.alert-info::before,
.ahe-icon-system-alert-info-white::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-2-6h1v-4h-1v-2h3v6h1v2h-4v-2zm1-10h2v2h-2V6z'/%3E%3C/svg%3E");
}
.dpg-icon-system-alert-info::before,
.alert.alert-small.alert-info::before,
.ahe-icon-system-alert-info::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-2-6h1v-4h-1v-2h3v6h1v2h-4v-2zm1-10h2v2h-2V6z'/%3E%3C/svg%3E");
}
.btn-secondary-light .dpg-icon-system-alert-info::before,
.btn-secondary-light .alert.alert-small.alert-info::before,
.btn-secondary-light .ahe-icon-system-alert-info::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-2-6h1v-4h-1v-2h3v6h1v2h-4v-2zm1-10h2v2h-2V6z'/%3E%3C/svg%3E");
}
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .dpg-icon-system-alert-info::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .alert.alert-small.alert-info::before,
.btn-icon:not(.ngx-shared):hover:not(:disabled, .disabled) .ahe-icon-system-alert-info::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .dpg-icon-system-alert-info::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .alert.alert-small.alert-info::before,
.btn-icon:not(.ngx-shared):active:not(:disabled, .disabled) .ahe-icon-system-alert-info::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .dpg-icon-system-alert-info::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .alert.alert-small.alert-info::before,
.btn-icon:not(.ngx-shared).active:not(:disabled, .disabled) .ahe-icon-system-alert-info::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-2-6h1v-4h-1v-2h3v6h1v2h-4v-2zm1-10h2v2h-2V6z'/%3E%3C/svg%3E");
}
.alert {
  background-color: #f0f3f4;
  background-repeat: no-repeat;
  border-radius: 4px 0 4px 4px;
  border-style: none;
  color: #222222;
  font-size: 14px;
  line-height: 1.25;
  padding: 16px 36px 16px 60px;
  position: relative;
}
.alert.alert-success {
  box-shadow: 0 -1px 0 0 #489a81;
}
.alert.alert-success::before {
  height: auto;
  width: auto;
  display: inline-block;
}
.alert.alert-success::before {
  background-color: #489a81;
  border-radius: 4px 0 0 4px;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 44px;
}
.alert.alert-warning {
  box-shadow: 0 -1px 0 0 #ffcd00;
}
.alert.alert-warning::before {
  height: auto;
  width: auto;
  display: inline-block;
}
.alert.alert-warning::before {
  background-color: #ffcd00;
  border-radius: 4px 0 0 4px;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 44px;
}
.alert.alert-error {
  box-shadow: 0 -1px 0 0 #f15a4a;
}
.alert.alert-error::before {
  height: auto;
  width: auto;
  display: inline-block;
}
.alert.alert-error::before {
  background-color: #f15a4a;
  border-radius: 4px 0 0 4px;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 44px;
}
.alert.alert-info {
  box-shadow: 0 -1px 0 0 #3f7aa3;
}
.alert.alert-info::before {
  height: auto;
  width: auto;
  display: inline-block;
}
.alert.alert-info::before {
  background-color: #3f7aa3;
  border-radius: 4px 0 0 4px;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 44px;
}
.alert .close {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  line-height: 0;
  opacity: 1;
}
.alert .close icon,
.alert .close .dpg-icon,
.alert .close .ahe-icon {
  margin: 0;
  width: 20px;
  height: 20px;
}
.alert.alert-small {
  border-radius: 18px;
  padding: 8px 8px 8px 40px;
}
.alert.alert-small.alert-success {
  background-color: #c9e5dc;
  box-shadow: none;
}
.alert.alert-small.alert-success::before {
  height: auto;
  width: auto;
  display: inline-block;
}
.alert.alert-small.alert-success::before {
  background-color: transparent;
  border-radius: 0;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 36px;
}
.alert.alert-small.alert-warning {
  background-color: #ffeb99;
  box-shadow: none;
}
.alert.alert-small.alert-warning::before {
  height: auto;
  width: auto;
  display: inline-block;
}
.alert.alert-small.alert-warning::before {
  background-color: transparent;
  border-radius: 0;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 36px;
}
.alert.alert-small.alert-error {
  background-color: #fcdcd9;
  box-shadow: none;
}
.alert.alert-small.alert-error::before {
  height: auto;
  width: auto;
  display: inline-block;
}
.alert.alert-small.alert-error::before {
  background-color: transparent;
  border-radius: 0;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 36px;
}
.alert.alert-small.alert-info {
  background-color: #dae7f1;
  box-shadow: none;
}
.alert.alert-small.alert-info::before {
  height: auto;
  width: auto;
  display: inline-block;
}
.alert.alert-small.alert-info::before {
  background-color: transparent;
  border-radius: 0;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 36px;
}
app-checkbox .ahe-ui-checkbox {
  border: 0;
  color: #222222;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 8px;
  padding-left: 36px;
  position: relative;
}
app-checkbox .ahe-ui-checkbox_inverted {
  color: #fff;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox] + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox] + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:focus + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:active + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:disabled + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:disabled + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:disabled + div::before {
  opacity: 0.4;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:focus + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:active + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:disabled + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:disabled + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:checked:disabled + div::before {
  opacity: 0.4;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:focus + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:active + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled + span::before,
app-checkbox .ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled + div::before {
  opacity: 0.4;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox] + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox] + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:focus + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:active + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:disabled + div::before {
  opacity: 0.4;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:focus + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:active + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled + div::before {
  opacity: 0.4;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:focus + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:focus + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:active + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:active + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled + div::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled + span::before,
app-checkbox .ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled + div::before {
  opacity: 0.4;
}
app-checkbox .ahe-ui-checkbox > span::before,
app-checkbox .ahe-ui-checkbox > div::before {
  left: 8px;
  position: absolute;
}
app-checkbox .ahe-ui-checkbox-list {
  overflow-x: hidden;
  overflow-y: auto;
}
app-checkbox .ahe-ui-checkbox-list .ahe-ui-checkbox {
  display: block;
}
app-checkbox .ahe-ui-checkbox-list .ahe-ui-checkbox:not(:last-child) {
  box-shadow: inset 0 -1px 0 0 #d1dbde;
}
app-checkbox .ahe-ui-checkbox-list .ahe-ui-checkbox:hover {
  box-shadow: inset 0 0 0 2px #009bb5;
}
app-checkbox .custom-checkbox-label,
app-checkbox input[type=checkbox].custom-checkbox {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
app-checkbox input[type=checkbox].custom-checkbox {
  height: 20px;
  opacity: 0;
  position: absolute;
  width: 20px;
  z-index: 100;
}
app-checkbox .custom-checkbox-label {
  position: relative;
}
app-checkbox .custom-checkbox-label-text {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}
app-checkbox .custom-checkbox + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:focus + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:active + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:disabled + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 5v10h10V5H5z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:disabled + span::before {
  opacity: 0.4;
}
app-checkbox .custom-checkbox:checked + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:checked:focus + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:checked:active + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:checked:disabled + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM4.343 9.914l4.243 4.243 7.07-7.071-1.413-1.414-5.657 5.656L5.757 8.5 4.343 9.914z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:checked:disabled + span::before {
  opacity: 0.4;
}
app-checkbox .custom-checkbox:indeterminate + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:indeterminate:focus + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:indeterminate:active + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M0 0h20v20H0V0zm1 1v18h18V1H1zm16 2v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:indeterminate:disabled + .custom-checkbox-label::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M17 3v14H3V3h14zM5 11h10V9H5v2z'/%3E%3C/svg%3E") left center no-repeat;
  background-size: 20px;
  content: "";
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
app-checkbox .custom-checkbox:indeterminate:disabled + span::before {
  opacity: 0.4;
}
mhe-collapse .dpg-ui-collapse-container {
  position: relative;
  margin-top: 16px;
  padding: 2px 8px;
}
mhe-collapse .dpg-ui-collapse-container button {
  border: 2px solid transparent;
  border-radius: 16px;
  background-color: transparent;
  vertical-align: middle;
  padding: 1px;
}
mhe-collapse .dpg-ui-collapse-container button i.ahe-icon {
  margin-top: 0;
}
mhe-collapse .dpg-ui-collapse-container button:focus {
  outline: none;
  border-color: #46707d;
}
mhe-collapse .dpg-ui-collapse-container button.dpg-ui-row-button {
  width: 100%;
  border-radius: 0;
  text-align: left;
  padding: 15px 16px;
}
mhe-collapse .dpg-ui-collapse-header {
  color: #265867;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 24px;
  margin-left: 4px;
  vertical-align: middle;
}
mhe-collapse .dpg-ui-collapse-content {
  margin: 16px;
  margin-left: 32px;
}
mhe-collapse i.ahe-icon {
  background-position: left top 3px;
  height: 24px;
  margin-top: -5px;
  vertical-align: middle;
  width: 24px;
}
app-pager .pager-left,
app-pager .pager-right,
app-pager .btn-pager,
app-pager .ellipsis {
  display: inline-block;
  text-align: center;
  font-family:
    "proxima_novaregular",
    Arial,
    sans-serif;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  padding: 0 8px;
  margin: 0 8px 0 0;
  min-width: 30px;
  outline: 0;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
}
app-pager .pager-left:last-child,
app-pager .pager-right:last-child,
app-pager .btn-pager:last-child,
app-pager .ellipsis:last-child {
  margin: 0;
}
app-pager .btn-icon i[class^=dpg-icon] {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
app-pager .btn-icon i[class^=dpg-icon]::before {
  display: block;
  width: 20px;
  height: 20px;
}
app-pager .pager-left,
app-pager .pager-right {
  width: 30px;
  padding: 0;
}
app-pager .button-action-label {
  text-transform: lowercase;
}
app-pager .pager-left[aria-disabled=true],
app-pager .pager-right[aria-disabled=true] {
  opacity: 0.5;
}
mhe-toggle .pill-wrapper {
  display: inline-block;
  border-radius: 11px;
  border: 1px solid #265867;
  color: #265867;
  height: 22px;
  position: relative;
}
mhe-toggle .focus .pill-wrapper {
  border: 1px solid white;
  box-shadow: 0 0 0 2px rgba(0, 124, 145, 0.8);
}
mhe-toggle .checked .pill-wrapper {
  background-color: #007c91;
}
mhe-toggle .disabled label {
  opacity: 0.5;
}
mhe-toggle .dpg-ui-toggle {
  display: none;
}
mhe-toggle .dpg-ui-toggle.error + label {
  background-image: -webkit-linear-gradient(left, #cd4d3f 0%, #9f3c31 100%);
  background-image: -o-linear-gradient(left, #cd4d3f 0%, #9f3c31 100%);
  background-image:
    linear-gradient(
      to right,
      #cd4d3f 0%,
      #9f3c31 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFCD4D3F", endColorstr="#FF9F3C31", GradientType=1);
}
mhe-toggle .dpg-ui-toggle + label .dpg-ui-toggle-graphic {
  border-radius: 11px;
  border: 1px solid #265867;
  color: #265867;
  height: 22px;
  width: 41px;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12.707 12l4.95 4.95-.707.707-4.95-4.95-4.95 4.95-.707-.707 4.95-4.95-4.95-4.95.707-.707 4.95 4.95 4.95-4.95.707.707z'/%3E%3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
}
mhe-toggle .dpg-ui-toggle + label .dpg-ui-toggle-graphic span {
  width: max-content;
  position: absolute;
  left: 60px;
}
mhe-toggle .dpg-ui-toggle + label .dpg-ui-toggle-graphic::after {
  display: block;
  width: 18px;
  height: 18px;
  margin: 1px 0 0 1px;
  overflow: hidden;
  content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Ccircle%20r%3D%228%22%20cy%3D%229%22%20cx%3D%229%22%20stroke-width%3D%221%22%20stroke%3D%22%23265867%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3C%2Fsvg%3E%0A);
  transition: all 0.2s ease;
  width: 20px;
}
mhe-toggle .dpg-ui-toggle + label:focus {
  outline: 0;
}
mhe-toggle .dpg-ui-toggle + label:focus .dpg-ui-toggle-graphic {
  outline: none;
}
mhe-toggle .dpg-ui-toggle + label:focus .dpg-ui-toggle-graphic::before {
  border-radius: 11px;
  box-shadow: 0 0 0 2px rgba(0, 124, 145, 0.8);
  content: "";
  left: -2px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: -2px;
  bottom: -2px;
}
mhe-toggle .dpg-ui-toggle.checked.error + label {
  background-image: -webkit-linear-gradient(left, #cd4d3f 0%, #9f3c31 100%);
  background-image: -o-linear-gradient(left, #cd4d3f 0%, #9f3c31 100%);
  background-image:
    linear-gradient(
      to right,
      #cd4d3f 0%,
      #9f3c31 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFCD4D3F", endColorstr="#FF9F3C31", GradientType=1);
}
app-tabs .nav-steps {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
}
app-tabs .nav-steps::before {
  background-color: #d1dbde;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 20px;
  width: 100%;
  box-shadow: inset 0px 0px 0px 1px #007c91;
}
app-tabs .nav-steps li {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
@media (max-width: 768px) {
  app-tabs .nav-steps li {
    padding: 0;
  }
}
app-tabs .nav-steps li.nav-item {
  cursor: pointer;
  position: relative;
}
app-tabs .nav-steps li.nav-item .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #265867;
  display: inline-block;
  line-height: normal;
  padding: 0;
}
app-tabs .nav-steps li.nav-item .nav-link .step-number {
  background-color: #fff;
  border: 2px solid #007c91;
  border-radius: 5px;
  color: #265867;
  display: block;
  height: 30px;
  line-height: 26px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  width: 30px;
  z-index: 1;
}
app-tabs .nav-steps li.nav-item .nav-link .step-label {
  display: block;
  font-weight: 500;
  margin-top: 5px;
  padding: 5px;
  text-align: center;
}
app-tabs .nav-steps li.nav-item .nav-link:focus {
  box-shadow: 0 0 0 5px #fff;
  outline-color: #000;
  outline-offset: 4px;
  text-decoration: none;
  z-index: 1;
}
app-tabs .nav-steps li.nav-item .nav-link:focus .step-number {
  background-color: #fff;
  border: 2px solid #007c91;
  border-radius: 5px;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 26px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  width: 30px;
  z-index: 1;
  border: 1px solid #007c91;
  line-height: 28px;
}
app-tabs .nav-steps li.nav-item .nav-link:focus .step-number::before {
  background-color: #007c91;
  border-radius: 3px;
  content: "";
  display: block;
  height: 26px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 26px;
  z-index: -1;
}
app-tabs .nav-steps li.nav-item .nav-link:focus:hover {
  text-decoration: none;
}
app-tabs .nav-steps li.nav-item .nav-link:focus:hover .step-number {
  background-color: #006a7c;
  border: 2px solid #006a7c;
  color: #fff;
  line-height: 26px;
}
app-tabs .nav-steps li.nav-item .nav-link:focus:hover .step-number::before {
  display: none;
}
app-tabs .nav-steps li.nav-item .nav-link:hover {
  text-decoration: none;
}
app-tabs .nav-steps li.nav-item .nav-link:hover .step-number {
  background-color: #006a7c;
  border: 2px solid #006a7c;
  color: #fff;
  line-height: 26px;
}
app-tabs .nav-steps li.nav-item .nav-link:hover .step-number::before {
  display: none;
}
app-tabs .nav-steps li.nav-item.active .nav-link .step-number {
  background-color: #007c91;
  border: 2px solid #007c91;
  border-radius: 5px;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 26px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  width: 30px;
  z-index: 1;
}
app-tabs .nav-steps li.nav-item.active:hover {
  text-decoration: none;
}
app-tabs .nav-steps li.nav-item.active:hover .step-number {
  background-color: #006a7c;
  border: 2px solid #006a7c;
  color: #fff;
  line-height: 26px;
}
app-tabs .nav-steps li.nav-item.active:hover .step-number::before {
  display: none;
}
app-tabs .nav-steps li.nav-item.disabled {
  background-color: transparent;
  cursor: not-allowed;
}
app-tabs .nav-steps li.nav-item.disabled .nav-link {
  color: #d1dbde;
  pointer-events: none;
}
app-tabs .nav-steps li.nav-item.disabled .nav-link .step-number {
  background-color: #d1dbde;
  border: 2px solid #d1dbde;
  border-radius: 5px;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 26px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  width: 30px;
  z-index: 1;
}
app-tabs .nav-steps li.nav-item.disabled .nav-link .step-label {
  color: #60c1d1;
}
app-tabs .nav-steps li.nav-item.disabled::after {
  background-color: #d1dbde;
  z-index: -1;
}
app-tabs .nav-steps li.nav-item::after {
  background-color: #007c91;
  content: "";
  display: block;
  height: 5px;
  left: -150%;
  position: absolute;
  top: 15px;
  width: 200%;
  z-index: 0;
}
.w-95 {
  width: 95% !important;
}
app-spinner .ahe-ui-loading-spinner {
  margin: 0 auto;
}
app-spinner .ahe-ui-loading-spinner.overlay {
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
app-spinner .ahe-ui-loading-spinner.overlay .loader {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
app-spinner .ahe-ui-loading-spinner .loader {
  position: relative;
  top: 100%;
  transform: translateY(-100%);
  width: 100%;
}
app-spinner .ahe-ui-loading-spinner .loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}
app-spinner .ahe-ui-loading-spinner .loader .circular {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  width: 100%;
}
app-spinner .ahe-ui-loading-spinner .loader .circular .path {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: dash;
  animation-timing-function: ease-in-out;
  stroke: #e21f26;
  stroke-dasharray: 89px, 200px;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89px, 200px;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89px, 200px;
    stroke-dashoffset: -124px;
  }
}
mhe-radio-button .ahe-ui-radio {
  border: 0;
  color: #222222;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 8px;
  padding-left: 36px;
  position: relative;
}
mhe-radio-button .ahe-ui-radio > input[type=radio] + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio] + div::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 17a7 7 0 110-14 7 7 0 010 14zm0-2a5 5 0 100-10 5 5 0 000 10z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio]:focus + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio]:focus + div::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-1a9 9 0 100-18 9 9 0 000 18zm0-2a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio]:disabled + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio]:disabled + div::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 17a7 7 0 110-14 7 7 0 010 14zm0-2a5 5 0 100-10 5 5 0 000 10z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio]:disabled + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio]:disabled + div::before {
  opacity: 0.4;
}
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked + div::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 17a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked:focus + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked:focus + div::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-1a9 9 0 100-18 9 9 0 000 18zm0-2a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked:disabled + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked:disabled + div::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 17a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked:disabled + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio]:checked:disabled + div::before {
  opacity: 0.4;
}
mhe-radio-button .ahe-ui-radio > input[type=radio].error + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio].error + div::before {
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABMCAYAAAAlS0pSAAAACXBIWXMAACmFAAAphQGPVf7hAAAEJElEQVR42u2cQXabQAyGf+d1TZITmBvYNwhdsyh7FqEniG9Q+wb0BMUL1nUWrItPEHwD+wR1uEC6sPKS55d6JGYGhrzRe17BM6MPSaOZkZi8vLzAC0+uPAIPy8PysDwsD8vD8gj48mWoB7dpfANgDiACENLvf7KnXw2gCcrqOMSYJ30mpW0azwFkBGim8Vc7AlcEZdV8GlhkQRmABYCphUccAOQE7jhKWARpQb/rHl78M0HLbUGzAqtN44QGPh0gtBwALIKy2jgNi6ypAPDNgcnrEUBm0sqMwaLgXffkchLXjExNAleGQGUAnhwDBRrPE41veMuigfzScJXmUv50lo/NNVz8e1BWxWCwOoLaUfDfdIknBC+hWXbWJ7DOsDqA2tEsVRucUCICP+sDWCdYwmD+DGAZlFVuMfFdAFgKxtMp6IthkRs0zBxqR9O39SUJvcCCaWUHAHNpGOgyGy6ZoB5NTtsqoedE9FyVTEkPe5ZFMeIP49Z1UFYZBpI2jQsA94xbv0piqNSyOHFnOyQosrIMwNaQPnJYNPvNGLEgcSQhTWg8l2QmSVgllsXx8WSojbkPrOvIfHFLo7BoF0EV1Fd9bsQJgv5KFexJP2OWlTHcL4ebkjPckeWKytmQ8qq/ttddlmdHzmrjVhVCOJalMtFnl0GROxaUuevoyYIVKa47DUowzsjDMgjrYsxixKtDUFbhSGChTeO9Yla/GLdUljVXXG8wLml09PWwDMK6UVyvRwar1tHXF4bYWEh7UcMKPSI+rL1H5N1wEFhjc9PQJiytvMRB0cobdWPWZ4O177w2pPWU6vjn1pWtZIUeyn25oKwmujFLdUqSjMSqEk09WbBUS4RsJLAyTT1ZsFTlhndtGoeOu2AI4E5TTzUsOiFRbfgvHbcq1fgOnJMpbp5VKK7f09G+i1YVQX2UX3D+yxQswO2jMPQGKyirPYC14rZZm8a5Y1bFKXRbk35GlzucuPRgqtjVAKgMwIMhvWSwiP6KY/ZUWDYkqDnT/VZcq+qykOYchV8DqIcCJijhFJcciGDRsobjZkbrz4Wux63HF3dfdC3AzZnxADQxLGyuH2ndl4NX7QcAP4OyWkifo1PaXTOy4vcmb6X5qENT1TYoq045oU4na0KxgVMdPAXwu03jLU4tbhtDkBaCFwacqqc7L/x1OyxuBMDOLW0DYSfqu07YBPL2vB1O1dPHQWBpAjvfHmkAvCpyxNuB52vvzp3G/2uDMgLrHbACbvQZnouxvkPTzZlLAD8cArUKysrYjojxtl9hW4gtsdIGY7OhXNJ8ZEqsNlVZ/VRBjx341jvvrcP6YCmSGJ4EHnFq8iz60GHS92fsyNoivLXxSlKC1xSjBlD3fQQ3ceGbf3SgEF64ZS/ZSvnUsMYivorGw/KwPCwPy8Py8g8bIttMqwzKfwAAAABJRU5ErkJggg==);
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio].error:focus + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:focus + div::before {
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAACeLAAAniwFxfeRIAAAHx0lEQVR42u2cP3bbOBDGv/AAkmo1VqFezAnMrVWsUrMwcwJzTxDmBCufIHSheuVCdegTLNW7EBvXpC6QLTSMaXgADP9IpJPFe3qb55VI8IdvBjMgMB9+/PiBPtrm6XkCwKXPBMCMPmrLAaT07wTAwZ9PD+ipfbgUsM3T8wyAB2BFkK5aXK4geAmA7SUBnhUYqSigz+KMz5EBWF8C3lmAkZoiADc1VZMyf3cBjGtc5wHA2p9Pk8EDqwHqkcwpJZ+UCq9dmrUH4Fpwj6hrcJ0AI9OLANwavnYPYAsg8efTvKMBWpFPXBlU+AAg7MpUWwOjTseaDmcEctsVJEM/AgChxlcWpLZ1b8Asqsqog3EP4YpH/brWqC1oM3iNgJE/2TKj2dlIdqS4NaP8DMBK4jc7AbZ5enbJYY/b+IqjvywdePlfaFSxrwSvKYB0tNmlLa2goL7GZwVmgPWXRFVHf+lSTLZqGbhm1I94tNklgn7r/OznutDEwDSwCgCeTd5Hf2lyyF0FrfFos8sbuJFa0ETANLD2BCu3gIpaqqlO4BuNNru1xUSTNtCswJrAIv8UC4LLc7Q9gNBkqpun55gJrj9KJgJH4DTjmrBCcs59wAKp5/vRX0a6L/jzaUCZQLUl9LzNgZFvWDA+SwcrBvB3zdzvXO3L0V8mR3+pg7CiwS/bmCypmUnSzPKPxMFTp5IWTn0P4KBJvssc8rrFtT1uQiBFHZQB/urPp1EtYJoLsY6xBayfuaVpdlPuJckddROCx8VvlBl8l/ozHTDVKT748+mqA1gFmflaCkkDbkLQ6szAJqVFAL5UVzr8+dQTAWOIFwBmnN8inyVd87qjab/TJJyc+xcptNFm52pcUKoMPGtRnNNX7TfUwAqFsDIAf4w2u7BrWAAw2uwiAB8VB66dQY/+UhenhRYObxXGqIuVJqU4/7Yxg64bmelaOIifRpvdVuCK3qjMaUKZYjNbe7gULFJaPtrsAppMbC3WhBuR7fkdJdf6U1FXojHFhUBZwaVgKeAk0MYcDFppqf72iqyOVVhoUxGNSiTwWV4fsBRoNp92SykcF6xXW6ADVg0bCk0yGgjin1WfsJTnKSzf4VSWKrBvqimTU0mwrwQ+KrR04Kt0ce8CKjsI+rvS+LI1A/+VwlYCc7Qt+mXMjfqGFjNJturLAubv6gzqqcA8xRxTjcSN8h6IKVrNzuSjyCxzxSzfKOzaQFcCrKDRHFyjdbG9JZidWVQ2pigCjjptcisGR3/pWZz9IGHV6B+XNybcdxyc9i4YgWku+KsDS5llJjg47c2q2i+3iOZazDEdMi3yrSazdDV+LOMU5ikzHddmhpuleB8tMfkxzd8PttWKQ80L2joypGZ7FTixALvWLe/Ubfk7AXaw/H9XqrBZy4d/LybZSXOU6P23evimwKpt8j8SO7BHYfiga5PfWWFNmvtOntU2sLnkN1KTNK0rzd4JMNcS3KaW3+xLYKkg3kp/AYWZ+pkJVJmXwF5JsczKawDTZftDa16DGG2hfsdhInW3QTTvDZkULX6O62QrtAr9RjQOQ9drACwcuLpsi59bgQmfgNGrpcwETJDtL2jNbIjqmsH8cle32rJSVi+S6ixZVdBC48diS9+igaoraKAuVTiPaliRCMzSBux6aCojddk2qqwZ/6X6vK0KbGvzSWSWtjfKsWHHXx/NNsiPEnOsCsoh+8xx2gthM0ub2V1hIK/aaEvDdV2g9NK2CmxffYvmGH4cMSo7CFR2Q9vN+4Tl4bTX1qauWOPzxjouTmUW2Cqz5Y1BZbZX8N/6gkZbsbaCr0aCEKnQAtM4QJ3KJDPixaGRshLY93/ccfv4N0/PIV6vD745tugwNl3YVEanLR6F0NYX9FnfBbAybsArB7mMgnGU4CxnVBYboudC8Cy3R3+ZkqmcJXQ4+sutwGeVJqbbXRQpsO+5k3m6XdQHRZqfyMdx/kJiAj9NAR3twaDwJaSP9P6fOUdfZyO0Dhh3AZcjTn7qW83nvcdp63naAFR5hDBAvb36OlgTyhOrAtEeZzSdBNni9RbOvT+fupqHaAKt9CcJfQ44HR7NGUc+o2S46TnLz7rNMsxzavfo24Bx5O/pYBM6MM9LNROsSEmdtJakmyXVCUBNEW7oJmBmzpRUsB8IqAzARwOsgMkzrUewJeclOXMzHsikUOK2R1gPMOzi1jzTnT+fWtf1pCdyY2ZNyXjOm0x0jcuem8wIVFJTAOxZqsbADNC0Pq0CrjxEde5iRZFtFyRF8mq8Zj2K3QiYAdojTnUgckHaEqD+0T2b6cXcMRhmAuOO1dSCVRuYAVpB0BJhLLXCaZHSrWmye5q5xecs6WVGzCi8UZWUppVRQk0qcg/N6TdbeoOXF8LVGCjF6TVgXjfIJVWF4Fdcra6kU2DUIV3xjN7LyZBjj5ggt3FFlNbAKqO41ZjVzwIc567sJABVmnPQtOZOJ8AUE400zrwgqOu2nTX4KFNuWdC9oy7u11mFOmHRtTJ3bFx4je7j4aUA5ZUlyY+6rIvYeQ3EmvUPM7yUX8jxugQp8FKytJwMZsLku3NQZwPGzFIBLlN7J6uY/uFcN7lIHdeKn/E6jvizinlvLzAolyt8q5hsWSHYI5Nb1DDfcu0s6aNi8Ie+SisbYM4qf8rPMbO2af8BT84gTbRUOEMAAAAASUVORK5CYII=);
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio].error:active + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:active + div::before {
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAACeLAAAniwFxfeRIAAAHzklEQVR42u2cPXLbOBTH/9EFpFqNlBn10rr3mDlBlFrFwicIc4LQJwhzgtCF6qVPsNSoV6heBdWolk6QLfTogWE8APxmvHkzGs/YNAX+8D7BB7z79esXupT14TQCsACQ/+QkAYDVbJx0Od53bQNbH04egPyzADAscZsjgJQgJqvZOH1TwNaH0xJA/hk28BVHADGAqGl4jQEjU/MBCACTFpV4DyBczcbRbwFMAuVbtOkimVUK4AwgXc3GZ809pwDkjwfgzjKUC4ELegtsfTgFFlB7AFFdfof8YW7qE4O5+qvZOO4NMBp4CGDOzHREs501HEwEgL+ZSzYARNUxVAZGWvWVMwkCdW4xCk8BBAy4C2lb1Dow8lUx40se2gbFgAsBfNT8+XE1G4vWgK0PpwXBmmh8lCjin6LbmwXlY7JTVyWjTwogFdtdVtBUI2asXtFJLQyMYCUax/7gEpGi25uR5Ki9knnZhSYsFttd7GgNkUbbCkMrBIyBdQGwtJUs0e2NzSmXlRxeYNO89eHkA/imiaKeazBwBsbAspoggQoc8qY65NEGjkw01jyHk6Y5ASMHmhb5EjK9iHG6TcsDgFBsd+eCk2+FNigQDYvAWpKT7gIWKM1JKaC8ErIIj8w5lzlNMCoB0ySkFwusEMA/DRXZRWQC4Gd0eyMs0GT5SH6unEmuDycB4IcGVsqYYFzRV+2pplRlWrGAfxTbnXB8RgD4i/PLLDDGb93rsmSClTClkQ1QDCAR213ikJK41I5loIUAPsvjWs3Gi6LAYsUHPa1m42VNsB7JKZcuwEtGXxO0VHkGbV6pBUah91/FFKc6vxXd3kQFcqsnAH6RTN0RXFhgwr6I7S5kIudP5ZkXan7GOX2VrGBg+Y6wLgA+ie1uWScsABDbXSK2uwWlEi7yjSDrgoB8j6GGw2sN0zjBzWo29pga8Kejn6odlKEuTRwi9AXAVM3TKIXKlP9/L2uZTsOERduex+cIy2sDFmlbnirsLZcOdeMnK/JNz/9CwzR2zGkXtwamg9X6Ek90e6OL8Dr5oIvO68Mpk6LwC/+taphv0y6Kir5lIMeuYJGmZZpMnkvKbdYzpDRGa5Jy2nBkViB8h5lbdgVLMU/bxM6ZSiDkFGkgqaH6zjAsqV0PVfKrmqFFlMoYL2N82aMMlhL5FxqmJqW6hTnbi9ij2O4C9Et8i2neMUV6rLM+GZinlAaZy2w4RtQutSwz+CrTc6nuyHsGRuo2MVycm+OdRbsi9FNs41oyZrnRAsPrrpnE5aaOEacvWmbyZRNKRUxaNlwfTtMiwDzLuGL0W2xa5jmY5WKgufjCLA5OTUlqW9l8BUlKAEs5YKaLnqNJhcH0wSxVn2RVCI3iPJukDCNjHL5JUvweYhon1/240QGDCRjMrZTc//RRzpaC3CoD/L+ksiUMavIPyRvQMPzRsAakFmC6Jd+eyuiPhhWTRV3ALpabpk0PpCUxJd9HF60caICMmKTvLQBblEiN5Nd36UATPVwSuKJ1ZveF5DX5nhdJOfJFQznK6jRsqLnQZpYTrlOmR2JbbUkdNDIZcEVmiXpR/ObAEgdgGQfMe0vAaK3L1KvGrbaoL4WuwGg5+miaDXL8pkW4IdeL1QMJbEw1/kv1eYmah8kLgBN6qauKbZEwdFjZaFu7FrD3f8QOJvwKWGIzMVqzP1oq/qBn2mVbOn9yMMdnqM/AaPPSxcFJRpYBfO5LqUQtDXdFgVKWoPbGaVsFIsUsBfMFR5uKd51m0KTZ+j82zEqL4Ex2YKEtGOdvM7shgKgrf0aT5fJSxmecvfz7i9ym+gIYRUs5o7+jbkSdL9tYBjMHkLQNrUCP2HempUHtHQltqxWBo9MUsHfHzAFkbZknpTUusPY6K9FplxUYdezI2jPX9a5TZPEdnmOIa7980CCoEfXa/oBb96FgFhRCVbvUN0dcU7BTgywNVm3Zts2sX+eSNmlVAPc29HtdS4NrI7Sp7VwFoe1GpEFHKLZLbQMgKtuLIW0hLALKBGtE5aF8L+2eBBMw3U3YPZEloOWzGJPfSUxvz8kPevQps4fpnpsgzZ4EVjlsW2dUNQWAT9wO/ZLQdGYrm8EU1c+9MMFS91Cy7scKjDFNdr+R5FN+9KQsuuDaPpowz6Yb671pE73rfslEKTFs0Lg94W3KhqJhVgDW99VsXH43m+LPEui3AaaWWu5rB1rlmwIKA0u7l0oVp9dsFFrVRHUIIGGWgfJcLQDwHi8bbJsE9YDrDo+isPZwXACtY5O81e5J26Y0KFGzqR4p4Yxsb7c0/jiH5XyyQNljGHT+6QnMJi5mJSE/hmFe0j8luB7DkDqMeUpjnleBVQqYwaflsy2KniJHAKcwv2hNAZyLVgmUNgQaqyh1OkrVo2RCJu96wvWMm6yrEGk5QOnLajYu1cRcx2FFQlO0Ps8igKBNcAQqgH6ltZQF1ApM8hER+OXgJ1yP24sbgpTXlr7BJ36nyavUI1b3gWtL0raJpXaMcT107VxxkvLg8dESIIK6Tuds5AxEMlOXlYQ9pFObpBoyW83GGUXkkVRTTnF9G71wuHetoBoFpoATaOfcHdn8w6bOe23rWNIpmY4omXe55GX5saSN7tPs4uDb3PfkplVU+9TTOZM2T8J71/XRylKUk2tSj36eITXKdH2sMgD8B1mJKAeo7PFLAAAAAElFTkSuQmCC);
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked + div::before {
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABMCAYAAAAlS0pSAAAACXBIWXMAACmFAAAphQGPVf7hAAAE5ElEQVR42u2cPXabQBDH/8pLjXQDkxOYnMC4prB6CisnMEfgCOgEQQW9UlCbGwROYOkGhgs4BaP3iJ/Nzn5iJzvvqdNbZn/M7szszrB6eXmBF5588Qg8LA/Lw/KwPCwPyyPgy9clHz6kSQQgAhBOfq/lNPm1QVW3S+m7chmUDmkSAtgCiOm3VhimB9DQ7xhU9emfgjWkyRbADsCdheF/ASiDqj5+alhDmuwA5ACuHLz4M4A8qOryU8Ea0iQGUAC4XmBr6QBkQVU3H94bDmlSAHhcCBTouY+kx8e0LNq8jwtCes/KtqacgBFYFAI0it7NtvQAYhMhhzYs2sR/amzKRwDtJI56noy9mcRhEYUdqs7ih+7mrwVLEVQPoARQqCwPWu4ZhSJrl8CUYSksvZ68lDHXTi+rkNRBeUl+UVQylAS1BxCajoFovJDG58gaQEP6u7GsIU1aptfryRsZj3neie2OzBfYBVUdWbesIU1yJqiOrMk6KLKyhqys48RiNA97lkX71G8mqHjq2Rwm6xvaIjgv9LvM/iV7RFPYAEVLKH7jmOZyNNNwLTSo6mcajwOsoOeatSxS4JGxR4UcUAohgFTIQRZ2Yox9y30RMnsWZ41vmaByAE8AHiQ86pr+/8TZb0iPraF58S2LaVX7oKozh/kjK++jhPrBhHVxLWvHWCI5wzm0MJdoXwNoaVyR5fSa8+PBorUvMudibvlNPJTpRPsSZG4Ey1HkmLZzY8hYViyYZM9QxuaJxJrGF3m9XjBGbAKWyKqOAqvKYf+MazbIJP2OmvNkW5ZS7EWmnTmKRzPBUio05zkPix4+d37UCyLgDO4OBNdzL4b0nFuKV6J9S2RZEWMv0vYyBmWnqW9kE1YriKmuHMO6Ehy/tDZhbVRhyeRchiXWgKW1DEUyl9qEC8EKFfU1mhv+9+JheVge1qeHpeOmbUlry+mIYJ00YDULwWo0YJ1swooFyWvnGFQnOKmNrcFinB7eqCbZlqTQ0Vc0X86e1QmS7e3Mw0uMxR8u5Dx34z2nJ2eeXFi6ybKzIxrLSTYLlujQ7G4ueaXC2INlUIe5AlzS705znmJYtI5FSykXjLGzuNl3NL6yfrSEjVgWh/o9ozIltgCsE3k40ute16pkYHG8WimwrmeqXNkbArUPqjpiXOqWhubHg0UXmaJ952ZIk4wxVgbgVsNLnjFeigqfRfqIwpsDtwJRptYhxHjlLhJ2ZYpk54VUJ4VExc8347BIgZKx/pVKEalEIMQbVTSyNV4SJZwHhnNQhsWtTDFWTi0rEqDYFT9Kpw40MOdNXK7VY8egYvBvv3eyxXbSRzQSQeYaY1tI7ghUjrHShwPqoNJFplqAK1OKeImHrDQfKTRVKZdw6tTBbzAetMncDR4wVty0hvamjOFwXocdkWqtq26HhWrPTkfW0Mh0WVD4EhMk2WITbadjoncnonRB9fa5w6R3B3/f7b3u3VGtxjljrBLUsmhTXWGye5hLMVZmbrSTlVm/6VL2nLRoEViTFKbEsr2HPcVRRpvMjd8bkoKhwdMFaWuiyNx4N77t7vsQ48HbvQNIB4zd9ydbD3D1XYcNpUkZzNZsnSkEKV30Ca1cf8aOQo0Yal8NmX4tpHGdqK+W/uYfLdUQjG/RuPyUyoeE9ZnEV9F4WB6Wh+VheVhe/gBsEWTnOcTsPQAAAABJRU5ErkJggg==);
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked:focus + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked:focus + div::before {
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAACeLAAAniwFxfeRIAAAIhElEQVR42u2cPZLaSBTH/8MBGGKSYarIwSdAjglGjhWMfALjE1g+weITmAkULwTEK06wIqfKIiEGLuAN/GT39PTrfi0kMd5yV02VPQNS90/vW6/75vv377jGSHeHAMAYQA9AoPxpDOCW/r1Rfp8DOALIAOTRsH+8xrxv2gJGgEKCM6rhkluCl0XD/vJ/ASzdHcYAZgTqtsF1nAAsASyiYT/77YClu0NIoCbCr+wBFPTvI6nfgH5AajvyuFYSDfuLVw+M1G4B4M6xoEyxRbmnxJY/oeA+tYOrBVi6OwwI1MQy+VJl8hof0IDAxRYJ3AKI67rvxcDS3WEGIGFs1AbAvA2jTNIdA3hkPvIlGvZnVwOW7g49kpoJAypp2gBbpC5hwF0sbZWAkS3JDFK1pwm1DoqRuLlBVU80x2UrwNLdIaaJ6LC+kFSJAspzNA0oJgsEXrD0ohl50Kybro/C+SYAPhn+9L6KQ/ACRrC+Gp5YKJGqczSNyUg/1CBEKzIJSxc80oilwat62zUxMAbWlmAVFkg9islmDQWvZdCadNN1UcHmPkXDflwrMAusgFPBFkAZPSGBO1rWsjA4BLF6OoExBt76VMg+uQLYJtOkuJuul01AswIjMS40WNto2B9bYM0BfMD1x4rAHYXQTqQx1pCj47jpUoellWKeqeA5muavBBbIsWTnaGp8uKQhK+VXtwAWJCT+EkYR/F/aExibDPw5mg4IbpWyzZ5ChZykWb1+mYCX+eNdRRUNuuk6ZzQo0+Zt9ZxGYBQt55p0vTWFDgQr9zTsP3NL00Is6l7mjjNPeDZoJhv9lguTOGCZ5n6N1MkTZr6ll266vriCQI4l8Sgh2aDp2rSPhv2BCBilFP9oixybwgeyWSPhZJNuup7XbajO0TQkjyyR8C1BOwqE5GM07M8lRl9/+jEDay6EtQUwbgIWAFD4MNAMODdGhvX9XKf2/8TkADoaZb0ot2HsViD0hk/ddD22ReA1QTt203VIgavTe56j6czgNQsAT5rXnLkkTP9AwtithRBWjBZHN13PALwXfDQhBwLHemPWhpG3+FeTrsAAjMv+K8MiOzRmYrycHIu4QiEMno1zNAS0zzIAFZj+wXd6zYikq3AY2G03XY8Fi/LNNUVJtnL9paAqcq9fi0Kqb2rGEA37oUklQ82tmnIx1+JO2nW4xcwI/CeP+O2WHug3knLXiMnDW1WTsWXqC+QH1fh3lFDiVkuJwACzTsD29Cl9WlDMc0kF49M5muYkpawjMNkgbTwytky30S8kLHR8oSz+2Ra5t4UOSpD7WJONH1GuaIOWadIiCSdMAvMCWKCpoyldCX3FWxvSuM0b2oXzig1qedRABzowdSGZJfu3SdfCYbMe0cwYkVesKmV3jFqqHG4pikCH7BdswChQdZWBbKqYoNnxgSvjcCZGoD06h3EpYWND3KMPFzDbhNoqUSdVHqgKQ1NLHdigBNbTPugLbO8o0czQznhgVKv0mBsfYErh4RmDjm7wmS/aqpC5I4Jv6wWIyzFlDudhGoUrlyw8L2gFZnlyTQ2bJhSOYHrg+M6EK+/4jqLiApoYg6rAmO8aJUyVgmPNwNoeo6Zv0NFsTI4/wwnsJBTpP4OA5RcCe02Q920Aa9LQtq3iNnvaq/DdngtYr8KTG1eMfZoYy6ohDlOWUr+zNankqMKTcwE7vRJgQQVV7ukRREcPJcqs3ENS7hwpSVu7NDaO0vWkgukY6Z/pcFm5py0KKybFrSTflKLBx3QYqjiFSSU5YC5bNHPYhs8Nw1pR3YsbsS8wMFWcDlUXtzZpIdVaOdQysEBLtHvUHUrEjhzRVfx0VmjKck/HQPiOXjX5GFSJ6gUNQDsBCB3vK13z4talQl7pYUUmsElLh8eb2GwFLapOaHsw3TiKdAVwl8bnBvsVcirbIXHTYcQVPd7C9eqLXvJ+udRm4UeDS+4LQ+hZY04KO4xojgxeQiLetxD0XVAPxBvIOm6eLRDA2266dqmhtLsoMUiXbvO2atelCmzh8iz0NFzS8WB7i6NcK6eOm3sAHwne1qB2G/r7fTddBw5vWMKK4e6t2DDXim1S+qyhLt0dCjxvd7rXe1qF/RUA8L6OTkPfQbC+Cj5q6qvQ13YCMFD74zoOEU0YWxYLJvRVImlXgvWZsV36G6653kxoatnUpYxrBpZ0x5QGOpa2Kl0AS7o/wNhdZGiEfiFdXHknEXqaWBgiPADIBS+Dq4IKPPYH2LqL5i7pMkoY0dabfT9Hw35imCy3b9Lm5RKJ4RaAGoDfSMrB4rqoQwB/a85m7ANM70YEgDeml7wVoJXgFhBs3WMS6Rj+WwiNTojZHvSO24Bq2wmi2wRb+3kVaCq8DC93gag1qbKdc1JRIFmPbdCmZx2HYmDMxYx9rwq0BVp41eWZa7LpE7NBa2DbVeyq6cdayjShmxgDUZKC1SuBtbWlT7S1Wbd/oWsLtmS/pG4QAfd+SdvRDG2Mz1RS4tZkiteMOz+8gVlu4ILm68XqGBuK+QrLWhK8bJsXb2P22fO9MCx+BWZrTcvgROEKs4b693w7big6PIPAxfRTx9bmcgvh3NW3z+yL9IblDcyinif8OLNClDsq+x7LjaMjISB1V0gunC+3280bViVgCjTTYR8bkraiYuQ+MPypqLK5i3LDORPgfpQ+3FqAKdkAF3c9kcQVaHmQ+nFbcsSHktQOTJlcYkl8WwNHEhWDb0J2OqjGgSmTDWA/p+Jn7lj3YY9ko2y55R7ArK4jueo+oU4SsJa5Y1ZFNZTTOQNHAn4iGzav8yHVfgaiYkOk4cNeSbxtybf0HMRGQDUGzOBN6zrNSZI7zptQ+9aAaVIX4tc5rnXlmBsKXpdteeSba5wUrJyWOcCvHoaJQ3rK40oL/DidM8MVxs21jlb+Xcd/FQmcCqzlsccAAAAASUVORK5CYII=);
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked:active + span::before,
mhe-radio-button .ahe-ui-radio > input[type=radio].error:checked:active + div::before {
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAACeLAAAniwFxfeRIAAAIqElEQVR42u2cPXIaSxDH/6Kcw0tJhKvItY+cYm8Ajgk0PoHxCbw6wVufwEtAbHQCL0XOW3KqHiTEcAK/gF5rNeqZnll2V3KVp0qlj0L78Zvuf/f0fNz8/PkTf5p7e/daN17sjiGAAECPvncA3Fn+ZUXfUwB7ANm0382afu6bpixssTv2AEzoa1TRZc8EcAlgOe13T781sMXu2CFAM8F6qmqPAJJpv7v8rYARqBl9tR3+ZQvgBCCj73rrFb5uHa53ABATvNObBeYIKnejFEBaRodI//KvkeCys2m/m7w5YIvdcQIgsYCak84sa3J7ZYG3JXDpqwOjB14aHvZMrhE3IcgUWCIA94aPfAUQXfMsVwEj11gyVtUoKE9wWwCqbEpSGthid5wB+McQqVQZUMlwkAu73vZqvdmXeMaAOm7EdKgqIw+lgC12x4TpPa+HSIaDoCDcgWP021IkzQAsXSFaOvejb0DwBmaAtQIwkayKLGhGIn1bgfdtKdCI8Mjalsx9P0/73bgWYAZY82m/qwRQIWnKqEbpmgOIbOAsAcoZmjMwAyyrSZPbxTWD4sDN1HpzqvJd8tby0ABfWBGAfxuGBXrOfTIczEwfII+Ya3/+RrnkdRZGqcMPV1ikU8uGxo4uY0tlsjbG0s4Agmm/uy9lYQWf1zUrsWhV9kZgAcAYQErSYLK0beFPbeZ93S1ssTummkutpv1uaIClAHwr+WIrGltKg++wpIufAYRqvckMRpFp0fNh2u9GXsAWu6MO4Aygx6UOJWE9AkjUeuOVPCbDgcvY0RdaQHpbbH9zowEWGFHfa0OeD1xSSm74o8rw7wHPN105Awi4ey92xwjAF8mbTMD0f36c9rsTg8BnHjUvxfVwBeCkSon+HCEXCBa7o66/L4JbyzBwnelDHsPNl44P+VWtN0EdsACA3LpHbi61O8oNuaanIpFLlNSLf7FBtyLHaPhRrTezusOhWm9Oar2ZMPkVm6uRVepRM9Wg35KW88BIuxRTpuEy+C+OsBI02NR6owB8dvFkCiCSlT37XZ9mm7hYl8WkS8EiLcxnlHpaiN9SAEpdKxRqvYmpU+8tH2sTjEizsv1id3ykHA4A7ha7Y5BHzGeiz4jeXzowx6j41cUNSw7KnaNsMhykDtd+r1+LGd38KjC0NLG/0z7EWVckRSEJVjIcdJLhYEkP5ZuI3gP4LxkOXKx8QrJiazODlh2067zQsAkTATntkl5QKvUElIqMr5SrT8lwkBl06Fcg4IDoHzNco9gh7XxgbgJ2NlROleQuttSBYKUVFQ/zFCEVoCV4WmZg0jKuSpFqv4c6sJHlw67AImFI45q3+UKThlexg+vqbplpbvkEjETORje3jrZgXTYhTiq0LL2NKC+0JbYHoaoBwcruihYWSMAMZmvVPC0ajlFvm1F6YuswKWJb3XKxO4YsMMOcXWgb1ApVhwj1t7ZwH8ltuffTOQStQr2pmCjCUJOCg+mWiaxVtYnFLTPBLUODjhVbhwNmmjyw6U9W5iXqsDJujOj4nKZI+0z4WwwMk+CjjIUJrlxHC0oCMxUS9lK1wof+tS9QR7N10NXrPFoVPeReEOO30rI3AayKcvPv0ioBJuQ/f4B5phyHht/pVKeethwFXhLLTp26UaFOdaoCtrX1gsPkRVAy5aijlU1xVg7vdmoxFtQp4VrhFUOSKttZrTdpyY49OUT5rMWY8V0JUx+ZalIUQVcNAYuFIVrbx5WZKs6+xeVRzAddXGvyyoPvM+x1L1XClQMTsMzBdCVgypKnpbgs+a6zRbZFdEKHmlxZr+KkrfwHSZMcRvsjIR+LLJWQa9tcrTc2d1RC8WDpAHmlpxXFGd8xTer6CnhssbITdUTV0LY0eYsrJGHJ6JeueakOLHUwYak2PjZULuuCNlfrTSCMQiLBug6G4qfioLYslCeGiCct+EikqS96yYcrBf6zZFkUGaVptsTBHQ95MbFVEDQ9/I9pctfXym4dPgO13kQA3sNt8UgR1AOAnk2zCFYH8hIoNrLSHOQtZ0zvGNrFcvJM7yG13qTJcDCHfd3CfTIc7AmKVOVQtOI5xNOuEC5CZ56rFWPIq4tiQ2SdmYzkxYK6xe54KvQKu0zTYyFd46t36PkSoUNz7eoZktXiuopnKxFbgsu1OQ0gy3BJRr/Z5gtrANVxhGXLGyPb75yFcetb33Nr1x1Xx+QpixISy2thBSQpLov8Hji5IO36brIu1sLI/WKPSOJS7xrjsjtjUhOsGemcC6yVAVaHee/IpR4GWqNeBDGi7TNcXuWypCh37+/JcJDacjVPUCoZDva4bO1zXRA8sbhiMTI+cluebev0dfE7Awi5WfHCqhyfCY985//SZ06A7qXgv4XQtnpad0XjFhppJ0gM4JN+U8Mi4TLQivBS0s69Vj3p4en0lLDk9W2wuIhv3A4oAeO2lbBr9ksIb1NtBWBigNVhtM/4fiKwwiBUtxzjptJChj1+A7CMa20NsA7kiqfSwOjiCi/3Ell34lJJJcbrTOQeKI1JPWAZNdobGN0kwsu1+RK0PFTfNwTqTMOdSJAZLgX54LLBv4o93+KxCzSUivByH0CloCxjw6LAc5tfnU8XqOpUAafDM67YumcbQSxdxquWo268jmIoe26F6RwI5935BC8spAs9Ia/Kd4RkAFJhOk13wUhLj3Kr9D7s45qTUUyivsLlYKDGT48zWFXMdMQBl3M2vJ/x2rN3bHnXHJeDgfavACqEeUuO06EktQATTL4ILm7C4siiZjCfNBX5nIJSCzCtV21Vzl/HvlRpdWTl0thyRXp19X0rP9KPtC1yEPA0Hz/6WB8BKh50dCsMi6IqDlqrDZgnOB1iriv5ADw/rhRwP/+wFlC1A9NcVdWYtBY1KsHloMja9PKmyZOCSZQnDq7kU7ZJSRfTJt7h5rWOVqbommtR/nPeRgWrKVpLSm6bNQVIb/8D1lCOYotlwNAAAAAASUVORK5CYII=);
  display: inline-block;
  height: 20px;
  width: 20px;
}
mhe-radio-button .ahe-ui-radio > span::before,
mhe-radio-button .ahe-ui-radio > div::before {
  left: 8px;
  position: absolute;
}
mhe-radio-button .ahe-ui-radio-list {
  overflow-x: hidden;
  overflow-y: auto;
}
mhe-radio-button .ahe-ui-radio-list .ahe-ui-radio {
  display: block;
}
mhe-radio-button .ahe-ui-radio-list .ahe-ui-radio:not(:last-child) {
  box-shadow: inset 0 -1px 0 0 #d1dbde;
}
mhe-radio-button .ahe-ui-radio-list .ahe-ui-radio:hover {
  box-shadow: inset 0 0 0 2px #009bb5;
}
mhe-radio-button .custom-radio-label,
mhe-radio-button input[type=radio].custom-radio {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
mhe-radio-button input[type=radio].custom-radio {
  height: 20px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 20px;
  z-index: 100;
}
mhe-radio-button .custom-radio-label {
  position: relative;
}
mhe-radio-button .custom-radio-label-text {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}
mhe-radio-button .custom-radio + .custom-radio-label::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 17a7 7 0 110-14 7 7 0 010 14zm0-2a5 5 0 100-10 5 5 0 000 10z'/%3E%3C/svg%3E");
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio:focus + .custom-radio-label::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-1a9 9 0 100-18 9 9 0 000 18zm0-2a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio:disabled + .custom-radio-label::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 17a7 7 0 110-14 7 7 0 010 14zm0-2a5 5 0 100-10 5 5 0 000 10z'/%3E%3C/svg%3E");
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio:disabled + span::before {
  opacity: 0.4;
}
mhe-radio-button .custom-radio:checked + .custom-radio-label::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 17a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio:checked:focus + .custom-radio-label::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-1a9 9 0 100-18 9 9 0 000 18zm0-2a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio:checked:active + .custom-radio-label::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-1a9 9 0 100-18 9 9 0 000 18zm0-2a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio:checked:disabled + .custom-radio-label::before {
  background-size: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23265867' d='M10 17a7 7 0 110-14 7 7 0 010 14zm0-5a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio:checked:disabled + span::before {
  opacity: 0.4;
}
mhe-radio-button .custom-radio.error + .custom-radio-label::before {
  background-size: 20px;
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABMCAYAAAAlS0pSAAAACXBIWXMAACmFAAAphQGPVf7hAAAEJElEQVR42u2cQXabQAyGf+d1TZITmBvYNwhdsyh7FqEniG9Q+wb0BMUL1nUWrItPEHwD+wR1uEC6sPKS55d6JGYGhrzRe17BM6MPSaOZkZi8vLzAC0+uPAIPy8PysDwsD8vD8gj48mWoB7dpfANgDiACENLvf7KnXw2gCcrqOMSYJ30mpW0azwFkBGim8Vc7AlcEZdV8GlhkQRmABYCphUccAOQE7jhKWARpQb/rHl78M0HLbUGzAqtN44QGPh0gtBwALIKy2jgNi6ypAPDNgcnrEUBm0sqMwaLgXffkchLXjExNAleGQGUAnhwDBRrPE41veMuigfzScJXmUv50lo/NNVz8e1BWxWCwOoLaUfDfdIknBC+hWXbWJ7DOsDqA2tEsVRucUCICP+sDWCdYwmD+DGAZlFVuMfFdAFgKxtMp6IthkRs0zBxqR9O39SUJvcCCaWUHAHNpGOgyGy6ZoB5NTtsqoedE9FyVTEkPe5ZFMeIP49Z1UFYZBpI2jQsA94xbv0piqNSyOHFnOyQosrIMwNaQPnJYNPvNGLEgcSQhTWg8l2QmSVgllsXx8WSojbkPrOvIfHFLo7BoF0EV1Fd9bsQJgv5KFexJP2OWlTHcL4ebkjPckeWKytmQ8qq/ttddlmdHzmrjVhVCOJalMtFnl0GROxaUuevoyYIVKa47DUowzsjDMgjrYsxixKtDUFbhSGChTeO9Yla/GLdUljVXXG8wLml09PWwDMK6UVyvRwar1tHXF4bYWEh7UcMKPSI+rL1H5N1wEFhjc9PQJiytvMRB0cobdWPWZ4O177w2pPWU6vjn1pWtZIUeyn25oKwmujFLdUqSjMSqEk09WbBUS4RsJLAyTT1ZsFTlhndtGoeOu2AI4E5TTzUsOiFRbfgvHbcq1fgOnJMpbp5VKK7f09G+i1YVQX2UX3D+yxQswO2jMPQGKyirPYC14rZZm8a5Y1bFKXRbk35GlzucuPRgqtjVAKgMwIMhvWSwiP6KY/ZUWDYkqDnT/VZcq+qykOYchV8DqIcCJijhFJcciGDRsobjZkbrz4Wux63HF3dfdC3AzZnxADQxLGyuH2ndl4NX7QcAP4OyWkifo1PaXTOy4vcmb6X5qENT1TYoq045oU4na0KxgVMdPAXwu03jLU4tbhtDkBaCFwacqqc7L/x1OyxuBMDOLW0DYSfqu07YBPL2vB1O1dPHQWBpAjvfHmkAvCpyxNuB52vvzp3G/2uDMgLrHbACbvQZnouxvkPTzZlLAD8cArUKysrYjojxtl9hW4gtsdIGY7OhXNJ8ZEqsNlVZ/VRBjx341jvvrcP6YCmSGJ4EHnFq8iz60GHS92fsyNoivLXxSlKC1xSjBlD3fQQ3ceGbf3SgEF64ZS/ZSvnUsMYivorGw/KwPCwPy8Py8g8bIttMqwzKfwAAAABJRU5ErkJggg==);
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio.error:focus + .custom-radio-label::before {
  background-size: 20px;
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAACeLAAAniwFxfeRIAAAHx0lEQVR42u2cP3bbOBDGv/AAkmo1VqFezAnMrVWsUrMwcwJzTxDmBCufIHSheuVCdegTLNW7EBvXpC6QLTSMaXgADP9IpJPFe3qb55VI8IdvBjMgMB9+/PiBPtrm6XkCwKXPBMCMPmrLAaT07wTAwZ9PD+ipfbgUsM3T8wyAB2BFkK5aXK4geAmA7SUBnhUYqSigz+KMz5EBWF8C3lmAkZoiADc1VZMyf3cBjGtc5wHA2p9Pk8EDqwHqkcwpJZ+UCq9dmrUH4Fpwj6hrcJ0AI9OLANwavnYPYAsg8efTvKMBWpFPXBlU+AAg7MpUWwOjTseaDmcEctsVJEM/AgChxlcWpLZ1b8Asqsqog3EP4YpH/brWqC1oM3iNgJE/2TKj2dlIdqS4NaP8DMBK4jc7AbZ5enbJYY/b+IqjvywdePlfaFSxrwSvKYB0tNmlLa2goL7GZwVmgPWXRFVHf+lSTLZqGbhm1I94tNklgn7r/OznutDEwDSwCgCeTd5Hf2lyyF0FrfFos8sbuJFa0ETANLD2BCu3gIpaqqlO4BuNNru1xUSTNtCswJrAIv8UC4LLc7Q9gNBkqpun55gJrj9KJgJH4DTjmrBCcs59wAKp5/vRX0a6L/jzaUCZQLUl9LzNgZFvWDA+SwcrBvB3zdzvXO3L0V8mR3+pg7CiwS/bmCypmUnSzPKPxMFTp5IWTn0P4KBJvssc8rrFtT1uQiBFHZQB/urPp1EtYJoLsY6xBayfuaVpdlPuJckddROCx8VvlBl8l/ozHTDVKT748+mqA1gFmflaCkkDbkLQ6szAJqVFAL5UVzr8+dQTAWOIFwBmnN8inyVd87qjab/TJJyc+xcptNFm52pcUKoMPGtRnNNX7TfUwAqFsDIAf4w2u7BrWAAw2uwiAB8VB66dQY/+UhenhRYObxXGqIuVJqU4/7Yxg64bmelaOIifRpvdVuCK3qjMaUKZYjNbe7gULFJaPtrsAppMbC3WhBuR7fkdJdf6U1FXojHFhUBZwaVgKeAk0MYcDFppqf72iqyOVVhoUxGNSiTwWV4fsBRoNp92SykcF6xXW6ADVg0bCk0yGgjin1WfsJTnKSzf4VSWKrBvqimTU0mwrwQ+KrR04Kt0ce8CKjsI+rvS+LI1A/+VwlYCc7Qt+mXMjfqGFjNJturLAubv6gzqqcA8xRxTjcSN8h6IKVrNzuSjyCxzxSzfKOzaQFcCrKDRHFyjdbG9JZidWVQ2pigCjjptcisGR3/pWZz9IGHV6B+XNybcdxyc9i4YgWku+KsDS5llJjg47c2q2i+3iOZazDEdMi3yrSazdDV+LOMU5ikzHddmhpuleB8tMfkxzd8PttWKQ80L2joypGZ7FTixALvWLe/Ubfk7AXaw/H9XqrBZy4d/LybZSXOU6P23evimwKpt8j8SO7BHYfiga5PfWWFNmvtOntU2sLnkN1KTNK0rzd4JMNcS3KaW3+xLYKkg3kp/AYWZ+pkJVJmXwF5JsczKawDTZftDa16DGG2hfsdhInW3QTTvDZkULX6O62QrtAr9RjQOQ9drACwcuLpsi59bgQmfgNGrpcwETJDtL2jNbIjqmsH8cle32rJSVi+S6ixZVdBC48diS9+igaoraKAuVTiPaliRCMzSBux6aCojddk2qqwZ/6X6vK0KbGvzSWSWtjfKsWHHXx/NNsiPEnOsCsoh+8xx2gthM0ub2V1hIK/aaEvDdV2g9NK2CmxffYvmGH4cMSo7CFR2Q9vN+4Tl4bTX1qauWOPzxjouTmUW2Cqz5Y1BZbZX8N/6gkZbsbaCr0aCEKnQAtM4QJ3KJDPixaGRshLY93/ccfv4N0/PIV6vD745tugwNl3YVEanLR6F0NYX9FnfBbAybsArB7mMgnGU4CxnVBYboudC8Cy3R3+ZkqmcJXQ4+sutwGeVJqbbXRQpsO+5k3m6XdQHRZqfyMdx/kJiAj9NAR3twaDwJaSP9P6fOUdfZyO0Dhh3AZcjTn7qW83nvcdp63naAFR5hDBAvb36OlgTyhOrAtEeZzSdBNni9RbOvT+fupqHaAKt9CcJfQ44HR7NGUc+o2S46TnLz7rNMsxzavfo24Bx5O/pYBM6MM9LNROsSEmdtJakmyXVCUBNEW7oJmBmzpRUsB8IqAzARwOsgMkzrUewJeclOXMzHsikUOK2R1gPMOzi1jzTnT+fWtf1pCdyY2ZNyXjOm0x0jcuem8wIVFJTAOxZqsbADNC0Pq0CrjxEde5iRZFtFyRF8mq8Zj2K3QiYAdojTnUgckHaEqD+0T2b6cXcMRhmAuOO1dSCVRuYAVpB0BJhLLXCaZHSrWmye5q5xecs6WVGzCi8UZWUppVRQk0qcg/N6TdbeoOXF8LVGCjF6TVgXjfIJVWF4Fdcra6kU2DUIV3xjN7LyZBjj5ggt3FFlNbAKqO41ZjVzwIc567sJABVmnPQtOZOJ8AUE400zrwgqOu2nTX4KFNuWdC9oy7u11mFOmHRtTJ3bFx4je7j4aUA5ZUlyY+6rIvYeQ3EmvUPM7yUX8jxugQp8FKytJwMZsLku3NQZwPGzFIBLlN7J6uY/uFcN7lIHdeKn/E6jvizinlvLzAolyt8q5hsWSHYI5Nb1DDfcu0s6aNi8Ie+SisbYM4qf8rPMbO2af8BT84gTbRUOEMAAAAASUVORK5CYII=);
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio.error:active + .custom-radio-label::before {
  background-size: 20px;
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAACeLAAAniwFxfeRIAAAHzklEQVR42u2cPXLbOBTH/9EFpFqNlBn10rr3mDlBlFrFwicIc4LQJwhzgtCF6qVPsNSoV6heBdWolk6QLfTogWE8APxmvHkzGs/YNAX+8D7BB7z79esXupT14TQCsACQ/+QkAYDVbJx0Od53bQNbH04egPyzADAscZsjgJQgJqvZOH1TwNaH0xJA/hk28BVHADGAqGl4jQEjU/MBCACTFpV4DyBczcbRbwFMAuVbtOkimVUK4AwgXc3GZ809pwDkjwfgzjKUC4ELegtsfTgFFlB7AFFdfof8YW7qE4O5+qvZOO4NMBp4CGDOzHREs501HEwEgL+ZSzYARNUxVAZGWvWVMwkCdW4xCk8BBAy4C2lb1Dow8lUx40se2gbFgAsBfNT8+XE1G4vWgK0PpwXBmmh8lCjin6LbmwXlY7JTVyWjTwogFdtdVtBUI2asXtFJLQyMYCUax/7gEpGi25uR5Ki9knnZhSYsFttd7GgNkUbbCkMrBIyBdQGwtJUs0e2NzSmXlRxeYNO89eHkA/imiaKeazBwBsbAspoggQoc8qY65NEGjkw01jyHk6Y5ASMHmhb5EjK9iHG6TcsDgFBsd+eCk2+FNigQDYvAWpKT7gIWKM1JKaC8ErIIj8w5lzlNMCoB0ySkFwusEMA/DRXZRWQC4Gd0eyMs0GT5SH6unEmuDycB4IcGVsqYYFzRV+2pplRlWrGAfxTbnXB8RgD4i/PLLDDGb93rsmSClTClkQ1QDCAR213ikJK41I5loIUAPsvjWs3Gi6LAYsUHPa1m42VNsB7JKZcuwEtGXxO0VHkGbV6pBUah91/FFKc6vxXd3kQFcqsnAH6RTN0RXFhgwr6I7S5kIudP5ZkXan7GOX2VrGBg+Y6wLgA+ie1uWScsABDbXSK2uwWlEi7yjSDrgoB8j6GGw2sN0zjBzWo29pga8Kejn6odlKEuTRwi9AXAVM3TKIXKlP9/L2uZTsOERduex+cIy2sDFmlbnirsLZcOdeMnK/JNz/9CwzR2zGkXtwamg9X6Ek90e6OL8Dr5oIvO68Mpk6LwC/+taphv0y6Kir5lIMeuYJGmZZpMnkvKbdYzpDRGa5Jy2nBkViB8h5lbdgVLMU/bxM6ZSiDkFGkgqaH6zjAsqV0PVfKrmqFFlMoYL2N82aMMlhL5FxqmJqW6hTnbi9ij2O4C9Et8i2neMUV6rLM+GZinlAaZy2w4RtQutSwz+CrTc6nuyHsGRuo2MVycm+OdRbsi9FNs41oyZrnRAsPrrpnE5aaOEacvWmbyZRNKRUxaNlwfTtMiwDzLuGL0W2xa5jmY5WKgufjCLA5OTUlqW9l8BUlKAEs5YKaLnqNJhcH0wSxVn2RVCI3iPJukDCNjHL5JUvweYhon1/240QGDCRjMrZTc//RRzpaC3CoD/L+ksiUMavIPyRvQMPzRsAakFmC6Jd+eyuiPhhWTRV3ALpabpk0PpCUxJd9HF60caICMmKTvLQBblEiN5Nd36UATPVwSuKJ1ZveF5DX5nhdJOfJFQznK6jRsqLnQZpYTrlOmR2JbbUkdNDIZcEVmiXpR/ObAEgdgGQfMe0vAaK3L1KvGrbaoL4WuwGg5+miaDXL8pkW4IdeL1QMJbEw1/kv1eYmah8kLgBN6qauKbZEwdFjZaFu7FrD3f8QOJvwKWGIzMVqzP1oq/qBn2mVbOn9yMMdnqM/AaPPSxcFJRpYBfO5LqUQtDXdFgVKWoPbGaVsFIsUsBfMFR5uKd51m0KTZ+j82zEqL4Ex2YKEtGOdvM7shgKgrf0aT5fJSxmecvfz7i9ym+gIYRUs5o7+jbkSdL9tYBjMHkLQNrUCP2HempUHtHQltqxWBo9MUsHfHzAFkbZknpTUusPY6K9FplxUYdezI2jPX9a5TZPEdnmOIa7980CCoEfXa/oBb96FgFhRCVbvUN0dcU7BTgywNVm3Zts2sX+eSNmlVAPc29HtdS4NrI7Sp7VwFoe1GpEFHKLZLbQMgKtuLIW0hLALKBGtE5aF8L+2eBBMw3U3YPZEloOWzGJPfSUxvz8kPevQps4fpnpsgzZ4EVjlsW2dUNQWAT9wO/ZLQdGYrm8EU1c+9MMFS91Cy7scKjDFNdr+R5FN+9KQsuuDaPpowz6Yb671pE73rfslEKTFs0Lg94W3KhqJhVgDW99VsXH43m+LPEui3AaaWWu5rB1rlmwIKA0u7l0oVp9dsFFrVRHUIIGGWgfJcLQDwHi8bbJsE9YDrDo+isPZwXACtY5O81e5J26Y0KFGzqR4p4Yxsb7c0/jiH5XyyQNljGHT+6QnMJi5mJSE/hmFe0j8luB7DkDqMeUpjnleBVQqYwaflsy2KniJHAKcwv2hNAZyLVgmUNgQaqyh1OkrVo2RCJu96wvWMm6yrEGk5QOnLajYu1cRcx2FFQlO0Ps8igKBNcAQqgH6ltZQF1ApM8hER+OXgJ1yP24sbgpTXlr7BJ36nyavUI1b3gWtL0raJpXaMcT107VxxkvLg8dESIIK6Tuds5AxEMlOXlYQ9pFObpBoyW83GGUXkkVRTTnF9G71wuHetoBoFpoATaOfcHdn8w6bOe23rWNIpmY4omXe55GX5saSN7tPs4uDb3PfkplVU+9TTOZM2T8J71/XRylKUk2tSj36eITXKdH2sMgD8B1mJKAeo7PFLAAAAAElFTkSuQmCC);
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio.error:checked + .custom-radio-label::before {
  background-size: 20px;
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABMCAYAAAAlS0pSAAAACXBIWXMAACmFAAAphQGPVf7hAAAE5ElEQVR42u2cPXabQBDH/8pLjXQDkxOYnMC4prB6CisnMEfgCOgEQQW9UlCbGwROYOkGhgs4BaP3iJ/Nzn5iJzvvqdNbZn/M7szszrB6eXmBF5588Qg8LA/Lw/KwPCwPyyPgy9clHz6kSQQgAhBOfq/lNPm1QVW3S+m7chmUDmkSAtgCiOm3VhimB9DQ7xhU9emfgjWkyRbADsCdheF/ASiDqj5+alhDmuwA5ACuHLz4M4A8qOryU8Ea0iQGUAC4XmBr6QBkQVU3H94bDmlSAHhcCBTouY+kx8e0LNq8jwtCes/KtqacgBFYFAI0it7NtvQAYhMhhzYs2sR/amzKRwDtJI56noy9mcRhEYUdqs7ih+7mrwVLEVQPoARQqCwPWu4ZhSJrl8CUYSksvZ68lDHXTi+rkNRBeUl+UVQylAS1BxCajoFovJDG58gaQEP6u7GsIU1aptfryRsZj3neie2OzBfYBVUdWbesIU1yJqiOrMk6KLKyhqys48RiNA97lkX71G8mqHjq2Rwm6xvaIjgv9LvM/iV7RFPYAEVLKH7jmOZyNNNwLTSo6mcajwOsoOeatSxS4JGxR4UcUAohgFTIQRZ2Yox9y30RMnsWZ41vmaByAE8AHiQ86pr+/8TZb0iPraF58S2LaVX7oKozh/kjK++jhPrBhHVxLWvHWCI5wzm0MJdoXwNoaVyR5fSa8+PBorUvMudibvlNPJTpRPsSZG4Ey1HkmLZzY8hYViyYZM9QxuaJxJrGF3m9XjBGbAKWyKqOAqvKYf+MazbIJP2OmvNkW5ZS7EWmnTmKRzPBUio05zkPix4+d37UCyLgDO4OBNdzL4b0nFuKV6J9S2RZEWMv0vYyBmWnqW9kE1YriKmuHMO6Ehy/tDZhbVRhyeRchiXWgKW1DEUyl9qEC8EKFfU1mhv+9+JheVge1qeHpeOmbUlry+mIYJ00YDULwWo0YJ1swooFyWvnGFQnOKmNrcFinB7eqCbZlqTQ0Vc0X86e1QmS7e3Mw0uMxR8u5Dx34z2nJ2eeXFi6ybKzIxrLSTYLlujQ7G4ueaXC2INlUIe5AlzS705znmJYtI5FSykXjLGzuNl3NL6yfrSEjVgWh/o9ozIltgCsE3k40ute16pkYHG8WimwrmeqXNkbArUPqjpiXOqWhubHg0UXmaJ952ZIk4wxVgbgVsNLnjFeigqfRfqIwpsDtwJRptYhxHjlLhJ2ZYpk54VUJ4VExc8347BIgZKx/pVKEalEIMQbVTSyNV4SJZwHhnNQhsWtTDFWTi0rEqDYFT9Kpw40MOdNXK7VY8egYvBvv3eyxXbSRzQSQeYaY1tI7ghUjrHShwPqoNJFplqAK1OKeImHrDQfKTRVKZdw6tTBbzAetMncDR4wVty0hvamjOFwXocdkWqtq26HhWrPTkfW0Mh0WVD4EhMk2WITbadjoncnonRB9fa5w6R3B3/f7b3u3VGtxjljrBLUsmhTXWGye5hLMVZmbrSTlVm/6VL2nLRoEViTFKbEsr2HPcVRRpvMjd8bkoKhwdMFaWuiyNx4N77t7vsQ48HbvQNIB4zd9ydbD3D1XYcNpUkZzNZsnSkEKV30Ca1cf8aOQo0Yal8NmX4tpHGdqK+W/uYfLdUQjG/RuPyUyoeE9ZnEV9F4WB6Wh+VheVhe/gBsEWTnOcTsPQAAAABJRU5ErkJggg==);
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio.error:checked:focus + .custom-radio-label::before {
  background-size: 20px;
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAACeLAAAniwFxfeRIAAAIhElEQVR42u2cPZLaSBTH/8MBGGKSYarIwSdAjglGjhWMfALjE1g+weITmAkULwTEK06wIqfKIiEGLuAN/GT39PTrfi0kMd5yV02VPQNS90/vW6/75vv377jGSHeHAMAYQA9AoPxpDOCW/r1Rfp8DOALIAOTRsH+8xrxv2gJGgEKCM6rhkluCl0XD/vJ/ASzdHcYAZgTqtsF1nAAsASyiYT/77YClu0NIoCbCr+wBFPTvI6nfgH5AajvyuFYSDfuLVw+M1G4B4M6xoEyxRbmnxJY/oeA+tYOrBVi6OwwI1MQy+VJl8hof0IDAxRYJ3AKI67rvxcDS3WEGIGFs1AbAvA2jTNIdA3hkPvIlGvZnVwOW7g49kpoJAypp2gBbpC5hwF0sbZWAkS3JDFK1pwm1DoqRuLlBVU80x2UrwNLdIaaJ6LC+kFSJAspzNA0oJgsEXrD0ohl50Kybro/C+SYAPhn+9L6KQ/ACRrC+Gp5YKJGqczSNyUg/1CBEKzIJSxc80oilwat62zUxMAbWlmAVFkg9islmDQWvZdCadNN1UcHmPkXDflwrMAusgFPBFkAZPSGBO1rWsjA4BLF6OoExBt76VMg+uQLYJtOkuJuul01AswIjMS40WNto2B9bYM0BfMD1x4rAHYXQTqQx1pCj47jpUoellWKeqeA5muavBBbIsWTnaGp8uKQhK+VXtwAWJCT+EkYR/F/aExibDPw5mg4IbpWyzZ5ChZykWb1+mYCX+eNdRRUNuuk6ZzQo0+Zt9ZxGYBQt55p0vTWFDgQr9zTsP3NL00Is6l7mjjNPeDZoJhv9lguTOGCZ5n6N1MkTZr6ll266vriCQI4l8Sgh2aDp2rSPhv2BCBilFP9oixybwgeyWSPhZJNuup7XbajO0TQkjyyR8C1BOwqE5GM07M8lRl9/+jEDay6EtQUwbgIWAFD4MNAMODdGhvX9XKf2/8TkADoaZb0ot2HsViD0hk/ddD22ReA1QTt203VIgavTe56j6czgNQsAT5rXnLkkTP9AwtithRBWjBZHN13PALwXfDQhBwLHemPWhpG3+FeTrsAAjMv+K8MiOzRmYrycHIu4QiEMno1zNAS0zzIAFZj+wXd6zYikq3AY2G03XY8Fi/LNNUVJtnL9paAqcq9fi0Kqb2rGEA37oUklQ82tmnIx1+JO2nW4xcwI/CeP+O2WHug3knLXiMnDW1WTsWXqC+QH1fh3lFDiVkuJwACzTsD29Cl9WlDMc0kF49M5muYkpawjMNkgbTwytky30S8kLHR8oSz+2Ra5t4UOSpD7WJONH1GuaIOWadIiCSdMAvMCWKCpoyldCX3FWxvSuM0b2oXzig1qedRABzowdSGZJfu3SdfCYbMe0cwYkVesKmV3jFqqHG4pikCH7BdswChQdZWBbKqYoNnxgSvjcCZGoD06h3EpYWND3KMPFzDbhNoqUSdVHqgKQ1NLHdigBNbTPugLbO8o0czQznhgVKv0mBsfYErh4RmDjm7wmS/aqpC5I4Jv6wWIyzFlDudhGoUrlyw8L2gFZnlyTQ2bJhSOYHrg+M6EK+/4jqLiApoYg6rAmO8aJUyVgmPNwNoeo6Zv0NFsTI4/wwnsJBTpP4OA5RcCe02Q920Aa9LQtq3iNnvaq/DdngtYr8KTG1eMfZoYy6ohDlOWUr+zNankqMKTcwE7vRJgQQVV7ukRREcPJcqs3ENS7hwpSVu7NDaO0vWkgukY6Z/pcFm5py0KKybFrSTflKLBx3QYqjiFSSU5YC5bNHPYhs8Nw1pR3YsbsS8wMFWcDlUXtzZpIdVaOdQysEBLtHvUHUrEjhzRVfx0VmjKck/HQPiOXjX5GFSJ6gUNQDsBCB3vK13z4talQl7pYUUmsElLh8eb2GwFLapOaHsw3TiKdAVwl8bnBvsVcirbIXHTYcQVPd7C9eqLXvJ+udRm4UeDS+4LQ+hZY04KO4xojgxeQiLetxD0XVAPxBvIOm6eLRDA2266dqmhtLsoMUiXbvO2atelCmzh8iz0NFzS8WB7i6NcK6eOm3sAHwne1qB2G/r7fTddBw5vWMKK4e6t2DDXim1S+qyhLt0dCjxvd7rXe1qF/RUA8L6OTkPfQbC+Cj5q6qvQ13YCMFD74zoOEU0YWxYLJvRVImlXgvWZsV36G6653kxoatnUpYxrBpZ0x5QGOpa2Kl0AS7o/wNhdZGiEfiFdXHknEXqaWBgiPADIBS+Dq4IKPPYH2LqL5i7pMkoY0dabfT9Hw35imCy3b9Lm5RKJ4RaAGoDfSMrB4rqoQwB/a85m7ANM70YEgDeml7wVoJXgFhBs3WMS6Rj+WwiNTojZHvSO24Bq2wmi2wRb+3kVaCq8DC93gag1qbKdc1JRIFmPbdCmZx2HYmDMxYx9rwq0BVp41eWZa7LpE7NBa2DbVeyq6cdayjShmxgDUZKC1SuBtbWlT7S1Wbd/oWsLtmS/pG4QAfd+SdvRDG2Mz1RS4tZkiteMOz+8gVlu4ILm68XqGBuK+QrLWhK8bJsXb2P22fO9MCx+BWZrTcvgROEKs4b693w7big6PIPAxfRTx9bmcgvh3NW3z+yL9IblDcyinif8OLNClDsq+x7LjaMjISB1V0gunC+3280bViVgCjTTYR8bkraiYuQ+MPypqLK5i3LDORPgfpQ+3FqAKdkAF3c9kcQVaHmQ+nFbcsSHktQOTJlcYkl8WwNHEhWDb0J2OqjGgSmTDWA/p+Jn7lj3YY9ko2y55R7ArK4jueo+oU4SsJa5Y1ZFNZTTOQNHAn4iGzav8yHVfgaiYkOk4cNeSbxtybf0HMRGQDUGzOBN6zrNSZI7zptQ+9aAaVIX4tc5rnXlmBsKXpdteeSba5wUrJyWOcCvHoaJQ3rK40oL/DidM8MVxs21jlb+Xcd/FQmcCqzlsccAAAAASUVORK5CYII=);
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-radio-button .custom-radio.error:checked:active + .custom-radio-label::before {
  background-size: 20px;
  content: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAACeLAAAniwFxfeRIAAAIqElEQVR42u2cPXIaSxDH/6Kcw0tJhKvItY+cYm8Ajgk0PoHxCbw6wVufwEtAbHQCL0XOW3KqHiTEcAK/gF5rNeqZnll2V3KVp0qlj0L78Zvuf/f0fNz8/PkTf5p7e/daN17sjiGAAECPvncA3Fn+ZUXfUwB7ANm0382afu6bpixssTv2AEzoa1TRZc8EcAlgOe13T781sMXu2CFAM8F6qmqPAJJpv7v8rYARqBl9tR3+ZQvgBCCj73rrFb5uHa53ABATvNObBeYIKnejFEBaRodI//KvkeCys2m/m7w5YIvdcQIgsYCak84sa3J7ZYG3JXDpqwOjB14aHvZMrhE3IcgUWCIA94aPfAUQXfMsVwEj11gyVtUoKE9wWwCqbEpSGthid5wB+McQqVQZUMlwkAu73vZqvdmXeMaAOm7EdKgqIw+lgC12x4TpPa+HSIaDoCDcgWP021IkzQAsXSFaOvejb0DwBmaAtQIwkayKLGhGIn1bgfdtKdCI8Mjalsx9P0/73bgWYAZY82m/qwRQIWnKqEbpmgOIbOAsAcoZmjMwAyyrSZPbxTWD4sDN1HpzqvJd8tby0ABfWBGAfxuGBXrOfTIczEwfII+Ya3/+RrnkdRZGqcMPV1ikU8uGxo4uY0tlsjbG0s4Agmm/uy9lYQWf1zUrsWhV9kZgAcAYQErSYLK0beFPbeZ93S1ssTummkutpv1uaIClAHwr+WIrGltKg++wpIufAYRqvckMRpFp0fNh2u9GXsAWu6MO4Aygx6UOJWE9AkjUeuOVPCbDgcvY0RdaQHpbbH9zowEWGFHfa0OeD1xSSm74o8rw7wHPN105Awi4ey92xwjAF8mbTMD0f36c9rsTg8BnHjUvxfVwBeCkSon+HCEXCBa7o66/L4JbyzBwnelDHsPNl44P+VWtN0EdsACA3LpHbi61O8oNuaanIpFLlNSLf7FBtyLHaPhRrTezusOhWm9Oar2ZMPkVm6uRVepRM9Wg35KW88BIuxRTpuEy+C+OsBI02NR6owB8dvFkCiCSlT37XZ9mm7hYl8WkS8EiLcxnlHpaiN9SAEpdKxRqvYmpU+8tH2sTjEizsv1id3ykHA4A7ha7Y5BHzGeiz4jeXzowx6j41cUNSw7KnaNsMhykDtd+r1+LGd38KjC0NLG/0z7EWVckRSEJVjIcdJLhYEkP5ZuI3gP4LxkOXKx8QrJiazODlh2067zQsAkTATntkl5QKvUElIqMr5SrT8lwkBl06Fcg4IDoHzNco9gh7XxgbgJ2NlROleQuttSBYKUVFQ/zFCEVoCV4WmZg0jKuSpFqv4c6sJHlw67AImFI45q3+UKThlexg+vqbplpbvkEjETORje3jrZgXTYhTiq0LL2NKC+0JbYHoaoBwcruihYWSMAMZmvVPC0ajlFvm1F6YuswKWJb3XKxO4YsMMOcXWgb1ApVhwj1t7ZwH8ltuffTOQStQr2pmCjCUJOCg+mWiaxVtYnFLTPBLUODjhVbhwNmmjyw6U9W5iXqsDJujOj4nKZI+0z4WwwMk+CjjIUJrlxHC0oCMxUS9lK1wof+tS9QR7N10NXrPFoVPeReEOO30rI3AayKcvPv0ioBJuQ/f4B5phyHht/pVKeethwFXhLLTp26UaFOdaoCtrX1gsPkRVAy5aijlU1xVg7vdmoxFtQp4VrhFUOSKttZrTdpyY49OUT5rMWY8V0JUx+ZalIUQVcNAYuFIVrbx5WZKs6+xeVRzAddXGvyyoPvM+x1L1XClQMTsMzBdCVgypKnpbgs+a6zRbZFdEKHmlxZr+KkrfwHSZMcRvsjIR+LLJWQa9tcrTc2d1RC8WDpAHmlpxXFGd8xTer6CnhssbITdUTV0LY0eYsrJGHJ6JeueakOLHUwYak2PjZULuuCNlfrTSCMQiLBug6G4qfioLYslCeGiCct+EikqS96yYcrBf6zZFkUGaVptsTBHQ95MbFVEDQ9/I9pctfXym4dPgO13kQA3sNt8UgR1AOAnk2zCFYH8hIoNrLSHOQtZ0zvGNrFcvJM7yG13qTJcDCHfd3CfTIc7AmKVOVQtOI5xNOuEC5CZ56rFWPIq4tiQ2SdmYzkxYK6xe54KvQKu0zTYyFd46t36PkSoUNz7eoZktXiuopnKxFbgsu1OQ0gy3BJRr/Z5gtrANVxhGXLGyPb75yFcetb33Nr1x1Xx+QpixISy2thBSQpLov8Hji5IO36brIu1sLI/WKPSOJS7xrjsjtjUhOsGemcC6yVAVaHee/IpR4GWqNeBDGi7TNcXuWypCh37+/JcJDacjVPUCoZDva4bO1zXRA8sbhiMTI+cluebev0dfE7Awi5WfHCqhyfCY985//SZ06A7qXgv4XQtnpad0XjFhppJ0gM4JN+U8Mi4TLQivBS0s69Vj3p4en0lLDk9W2wuIhv3A4oAeO2lbBr9ksIb1NtBWBigNVhtM/4fiKwwiBUtxzjptJChj1+A7CMa20NsA7kiqfSwOjiCi/3Ell34lJJJcbrTOQeKI1JPWAZNdobGN0kwsu1+RK0PFTfNwTqTMOdSJAZLgX54LLBv4o93+KxCzSUivByH0CloCxjw6LAc5tfnU8XqOpUAafDM67YumcbQSxdxquWo268jmIoe26F6RwI5935BC8spAs9Ia/Kd4RkAFJhOk13wUhLj3Kr9D7s45qTUUyivsLlYKDGT48zWFXMdMQBl3M2vJ/x2rN3bHnXHJeDgfavACqEeUuO06EktQATTL4ILm7C4siiZjCfNBX5nIJSCzCtV21Vzl/HvlRpdWTl0thyRXp19X0rP9KPtC1yEPA0Hz/6WB8BKh50dCsMi6IqDlqrDZgnOB1iriv5ADw/rhRwP/+wFlC1A9NcVdWYtBY1KsHloMja9PKmyZOCSZQnDq7kU7ZJSRfTJt7h5rWOVqbommtR/nPeRgWrKVpLSm6bNQVIb/8D1lCOYotlwNAAAAAASUVORK5CYII=);
  cursor: default;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
mhe-datepicker-calendar :host .form-group {
  margin-bottom: unset;
  margin-top: 10px;
}
mhe-datepicker-calendar :host .dpg-input-group .form-control {
  width: 190px;
}
mhe-datepicker-calendar :host .input-container-disabled {
  cursor: not-allowed;
}
mhe-datepicker-calendar :host .input-container-disabled .form-control {
  background: #e0e7e9;
}
mhe-datepicker-calendar :host .input-disabled {
  pointer-events: none;
}
mhe-datepicker-calendar :host button {
  border-radius: 4px;
  margin: 0;
}
mhe-datepicker-calendar :host button:disabled {
  cursor: not-allowed;
  background: #f0f3f4;
  border: 1px solid rgba(0, 124, 145, 0.4);
  pointer-events: none;
}
mhe-datepicker-calendar :host button.toggle {
  height: 36px;
  width: 40px;
}
mhe-datepicker-calendar :host button.toggle:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 124, 145, 0.8);
}
mhe-datepicker-calendar .ngx-datepicker-position-bottom:after,
mhe-datepicker-calendar .ngx-datepicker-position-bottom:before,
mhe-datepicker-calendar .ngx-datepicker-position-top:after,
mhe-datepicker-calendar .ngx-datepicker-position-top:before {
  position: absolute;
  left: 162px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
}
mhe-datepicker-calendar .ngx-datepicker-position-bottom .ngx-datepicker-calendar-container {
  top: 8px;
  left: 0;
}
mhe-datepicker-calendar .ngx-datepicker-position-bottom:after,
mhe-datepicker-calendar .ngx-datepicker-position-bottom:before {
  bottom: -9px;
}
mhe-datepicker-calendar .ngx-datepicker-position-bottom:after {
  border-color: rgba(38, 88, 103, 0);
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
mhe-datepicker-calendar .ngx-datepicker-position-bottom:before {
  border-color: rgba(38, 88, 103, 0);
  border-bottom-color: #265867;
  border-width: 16px;
  margin-left: -16px;
}
mhe-datepicker-calendar .ngx-datepicker-position-top .ngx-datepicker-calendar-container {
  bottom: 44px;
  left: 0;
}
mhe-datepicker-calendar .ngx-datepicker-position-top:after,
mhe-datepicker-calendar .ngx-datepicker-position-top:before {
  top: -45px;
}
mhe-datepicker-calendar .ngx-datepicker-position-top:after {
  border-color: rgba(38, 88, 103, 0);
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
mhe-datepicker-calendar .ngx-datepicker-position-top:before {
  border-color: rgba(38, 88, 103, 0);
  border-top-color: #265867;
  border-width: 16px;
  margin-left: -16px;
}
mhe-datepicker-calendar .ngx-datepicker-container {
  position: relative;
  z-index: 1000;
  clear: both;
}
mhe-datepicker-calendar .ngx-datepicker-container .sr-only {
  display: none;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-input {
  padding: 5px 10px;
  font-size: 14px;
  width: 200px;
  outline: none;
  border: 1px solid #265867;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container {
  position: absolute;
  padding: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #265867, 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container thead {
  box-shadow: inset 0 -1px 0 0 rgba(38, 88, 103, 0.5);
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container thead th {
  text-align: center;
  vertical-align: middle;
  height: 36px;
  font-weight: normal;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container tbody::before {
  display: block;
  content: "";
  height: 8px;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .bottombar-container,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container {
  margin-bottom: 8px;
  font-weight: bold;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container button {
  position: relative;
  width: 36px;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container button .icon-right,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container button .icon-left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  display: inline-block;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container button .icon-right::before,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container button .icon-left::before {
  width: 20px;
  height: 20px;
  display: inline-block;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container button .icon-right::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.1 21.9L18 12 8.1 2.1 6.687 3.516 15.172 12l-8.486 8.485z'/%3E%3C/svg%3E");
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container button .icon-left::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M15.9 2.1L6 12l9.9 9.9 1.414-1.415L8.828 12l8.486-8.485z'/%3E%3C/svg%3E");
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .bottombar-container {
  margin-top: 8px;
  padding-top: 8px;
  box-shadow: inset 0 1px 0 0 rgba(38, 88, 103, 0.5);
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container {
  width: 100%;
  height: 100%;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .day-name-unit {
  display: block;
  text-align: center;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years {
  width: 100%;
  display: inline-block;
  max-height: 275px;
  overflow: hidden;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-days button.day-unit,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years button.day-unit {
  padding: 0;
  margin: 4px;
  width: 36px;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-days .year-unit,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years .year-unit {
  display: inline-flex;
  float: left;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  background: #fff;
  color: #265867;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-days .year-unit.is-prev-month,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years .year-unit.is-prev-month {
  color: #265867;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-days .year-unit:hover,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-days .year-unit.is-today,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years .year-unit:hover,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years .year-unit.is-today {
  background: #007c91;
  color: #fff;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-days .year-unit:focus,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years .year-unit:focus {
  outline: 0;
  border: 1px solid #007c91;
  background: #e0e7e9;
  color: #265867;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-days .year-unit.is-disabled,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years .year-unit.is-disabled {
  cursor: not-allowed;
  color: rgba(38, 88, 103, 0.5);
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-days .year-unit.is-disabled:hover,
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years .year-unit.is-disabled:hover {
  background: transparent;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years {
  height: 210px;
  width: 300px;
  display: block;
  padding: 0;
  overflow-y: scroll;
}
mhe-datepicker-calendar .ngx-datepicker-container .ngx-datepicker-calendar-container .main-calendar-container .main-calendar-years .year-unit {
  width: 80px;
  margin: 0 10px;
  border-radius: 10px;
}
app-input .form-group {
  position: relative;
}
app-input .form-group > i {
  position: absolute;
  left: 10px;
  bottom: 7px;
  width: 20px;
}
app-input .help-block {
  display: flex;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
app-input .help-block i {
  height: 14px;
  width: 14px;
  line-height: 26px;
  margin: 0 5px 0 0;
}
app-input input.form-control.has-icon {
  padding-left: 38px;
}
app-input .required {
  color: #e21f26;
  font-weight: bold;
}
app-input .input-instruction {
  display: block;
  font-size: 12px;
  color: #2A2C2E;
  margin-top: 4px;
}
.copywrite-panel .ahe-ui-popover .popover-content,
.copywrite-panel .dpg-ui-popover .popover-content {
  padding: 0 10px;
}
.ahe-ui.slide-menu {
  background: #fff;
  height: 100%;
  left: -380px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  transition: left 0.25s ease, right 0.25s ease;
  width: 380px;
  z-index: 1;
}
.ahe-ui.slide-menu.right {
  left: auto;
  right: -380px;
}
.ahe-ui.slide-menu.open {
  border-right: 2px solid #f0f3f4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 999;
}
.ahe-ui.slide-menu.open.right {
  border-left: 2px solid #f0f3f4;
  border-right: 0;
  left: auto;
  right: 0;
}
.ahe-ui.slide-menu .slide-header {
  background: #f0f3f4;
  height: 45px;
  padding: 15px 18px 15px 30px;
}
.ahe-ui.slide-menu .slide-header .menu-title {
  color: #265867;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.ahe-ui.slide-menu .slide-header .close-btn {
  background: none;
  border: 0;
  cursor: pointer;
  float: right;
  height: 18px;
  margin-top: -2px;
  opacity: 1;
  outline: 0;
  padding: 0;
  width: 18px;
}
.ahe-ui.slide-menu .slide-header .close-btn .ahe-icon {
  height: 14px;
  padding: 0;
  width: 14px;
}
.ahe-ui.slide-menu .slide-body {
  padding: 20px;
}
.ahe-ui.slide-menu .slide-body .slide-content {
  background: #f0f3f4;
  bottom: 20px;
  height: auto;
  left: 20px;
  overflow: auto;
  padding: 15px;
  position: absolute;
  top: 100px;
  transition: left 0.5s ease, right 0.5s ease;
  width: 340px;
}
.ahe-ui.slide-menu .slide-body .slide-content.closed {
  left: -380px;
}
.ahe-ui.slide-menu .slide-body .slide-content.right {
  left: auto;
  right: 20px;
}
.ahe-ui.slide-menu .slide-body .slide-content.right.closed {
  right: -380px;
}
.dropzone {
  width: 450px;
  height: 200px;
  padding: 2rem;
  border: dashed 2px #009bb5;
  background-color: #f0f3f4;
  position: relative;
  display: flex;
  justify-content: center;
}
.dropzone .dropzone-text {
  align-self: end;
}
.file-preview {
  background-color: #f0f3f4;
  margin-top: 1.5rem;
  padding: 12px;
  border: 2px solid #c1cfd4;
}
.file-preview .file-details-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-preview .file-details-wrapper .file-details {
  display: flex;
  align-items: center;
}
.file-preview .file-details-wrapper .file-details h4 {
  font-size: 14px;
}
.file-preview .file-details-wrapper .preview-option-wrap {
  display: flex;
  align-items: center;
}
.file-preview .file-details-wrapper .preview-option-wrap a {
  cursor: pointer;
}
.file-preview .file-details-wrapper .preview-option-wrap .delete-btn {
  margin-left: 10px;
}
.file-preview .file-details-wrapper .preview-option-wrap .delete-btn button {
  padding: 6px 8px 8px;
}
.progress-bar-main {
  display: flex;
  margin-top: 6px;
  align-items: center;
}
.progress-bar-main .progress-main {
  flex: 1;
  margin: 0 16px;
  margin-bottom: 0 !important;
}
html {
  font-family:
    Verdana,
    Arial,
    "sans-serif";
  scroll-padding-bottom: 60px;
}
body {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #46707d !important;
  font-family: "proxima_novaregular" !important;
  text-align: left !important;
}
.app-header {
  margin-bottom: 0px;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
}
.header-wrapper {
  max-width: 1200px;
  margin: auto;
  float: left;
  position: absolute;
}
.header-wrapper img {
  width: 38px;
}
.header-row {
  background: #f0f3f4;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-top: 3px solid #d1dbde;
}
.question-list-header {
  background: #007c91;
  height: 33px;
  color: white;
}
.icon-container-title .dpg-icon-edit {
  position: relative;
  top: -27px;
}
.icon-container-title .dpg-icon-edit.type {
  left: 44px;
}
.icon-container-title .dpg-icon-edit.question {
  left: 74px;
}
.icon-container-title .dpg-icon-edit.selected {
  top: -22px;
  left: 47px;
}
.align-center {
  text-align: center;
}
.no-margin {
  margin: 0px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.p-w-20 {
  width: 20%;
}
.p-w-30 {
  width: 30%;
}
.p-w-7 {
  width: 7%;
}
.p-all-0 {
  padding: 0px;
}
.p-ex-left {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-bottom-20 {
  padding-bottom: 20px;
}
.p-top-5 {
  padding-top: 5px;
}
.p-left-0 {
  padding-left: 0px;
}
.p-left-10 {
  padding-left: 10px;
}
.p-right-0 {
  padding-right: 0px;
}
.p-right-3 {
  padding-right: 3px;
}
.p-right-10 {
  padding-right: 10px;
}
.m-left-10 {
  margin-left: 10px;
}
.m-right-0 {
  margin-right: 0px;
}
.m-right-10 {
  margin-right: 10px;
}
.accordion {
  cursor: pointer;
  position: center;
  border-radius: 25px;
  border-bottom: 5px;
}
.w-100 {
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.button-pecos {
  color: white;
  background-color: #afafaf;
  text-align: center;
  border-radius: 4px;
  height: 3em;
  cursor: pointer;
}
.button-pecos:hover {
  background-color: #565555;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.icon-position {
  vertical-align: top;
  margin-top: 3px;
}
.page-link {
  color: #4e4e4e;
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.page-item.active .page-link {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}
.header-row .ahe-ui #searchfilter {
  border-left: 8px solid #e0e7e9;
  box-shadow: none;
}
.header-row .form-group {
  margin-bottom: 0;
}
.modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal-header {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-shadow: none;
}
.modal-footer {
  background-color: #f0f3f4;
  border-top: 3px solid #d1dbde;
  padding: 8px 0 8px 30px;
  text-align: left;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  transform: rotate(45deg);
}
.assessment-breadcrumb {
  list-style: none;
  overflow: hidden;
  font: 18px Sans-Serif;
  padding-left: 16px;
}
.assessment-breadcrumb li {
  float: left;
}
.assessment-breadcrumb li a {
  color: black;
  text-decoration: none;
  padding: 10px 0 10px 65px;
  background: #fff;
  border: 1px solid rgb(29, 16, 4);
  position: relative;
  display: block;
  float: left;
}
.assessment-breadcrumb li a:hover {
  color: white;
  background: #000;
}
.assessment-breadcrumb li a::after,
.assessment-breadcrumb li a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 23px solid transparent;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 2;
}
.assessment-breadcrumb li a::after {
  border-left: 20px solid #fff;
}
.assessment-breadcrumb li a::before {
  left: calc(100% + 0.05em);
  border-left: 20px solid #000000;
}
.assessment-breadcrumb li.active a {
  color: white;
  background: hsl(34, 1%, 28%);
}
.assessment-breadcrumb li.active a::after {
  border-left: 20px solid hsl(34, 1%, 28%);
}
.assessment-breadcrumb li a:hover {
  background: hsl(34, 1%, 18%);
}
.assessment-breadcrumb li a:hover:after {
  border-left-color: hsl(34, 1%, 18%) !important;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  pointer-events: none;
}
.gu-hide {
  left: -9999px !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.count-box {
  border: 1px solid #aba6a6;
  border-radius: 8px;
  width: 17px;
  display: block;
  float: right;
  text-align: center;
  height: 17px;
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 35px;
  background-color: #ddd9d9;
}
#mainPanel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #615e5e;
  padding: 5px;
  width: 300px;
  height: auto;
  z-index: 999;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#mainPanel .filter-container {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 1px;
}
#mainPanel .filter-container .menu-icon {
  float: right;
}
#mainPanel .filter-container .accordion-content {
  display: inline-flex;
  flex-direction: column;
}
.filter-header {
  font-weight: bold;
  font-size: 16px;
}
.omenu,
#ques {
  padding: 10px;
  position: absolute;
  right: -82%;
  top: 24px;
  width: 200px;
  height: auto;
  z-index: 999;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-left: none;
}
#mainPanel .select-all {
  cursor: pointer;
  color: #615e5e;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
  border: none;
  background: none;
}
.count-show {
  position: absolute;
  color: #fff;
  left: 54px;
  bottom: 10px;
  font-size: 14px;
  background: #b0181e;
  text-align: center;
  height: 20px;
  font-weight: bold;
  width: 20px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .count-show {
    left: 28px;
  }
}
.hide {
  display: none;
}
.show {
  display: block;
}
.pointer-cursor {
  cursor: pointer;
}
#mainPanel1 :after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e5e5e5;
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 35%;
}
.cq-box {
  margin-bottom: 5px;
  min-height: 35px;
  height: 35px;
  max-height: 35px;
  background-color: #eaeaea;
  padding: 5px;
}
.cq-box-white {
  background-color: #fff;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.refresh-spinner-color {
  color: #46707d;
}
.refresh-spinner-color:hover {
  color: white;
}
.pager-left:hover:not(:disabled) path,
.pager-right:hover:not(:disabled) path {
  fill: #007c91 !important;
}
.pager-right,
.pager-left {
  line-height: 28px !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.ahe-ui-dropdown .dropdown-menu li:hover,
.dpg-ui-dropdown .dropdown-menu li:hover {
  background-color: #fff;
}
.ahe-icon-system-search::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M8.742 13.137a7.5 7.5 0 1 1 2.121 2.121l-6.116 6.116a.5.5 0 0 1-.707 0L2.626 19.96a.5.5 0 0 1 0-.707l6.116-6.116zm10.854.46a6.5 6.5 0 1 0-9.192-9.193 6.5 6.5 0 0 0 9.192 9.192zm-15.91 6.01l.707.707 4.95-4.95-.707-.707-4.95 4.95zM19.5 9h1a5.5 5.5 0 0 1-5.5 5.5v-1A4.5 4.5 0 0 0 19.5 9z'/%3E%3C/svg%3E") !important;
}
.ahe-ui-dropdown .dropdown-menu,
.dpg-ui-dropdown .dropdown-menu {
  border-color: #d1dbde;
  padding-top: 1px;
  margin-top: 5px;
}
.ahe-ui-dropdown .dropdown-menu .dropdown-item {
  color: #265867;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
}
.ahe-ui-dropdown .dropdown-menu .dropdown-item .dropdown-item:hover {
  background-color: #f5f5f5 !important;
}
.ahe-ui-dropdown .dropdown-menu .dropdown-item .dropdown-item:focus {
  border-color: #265867 !important;
  background-color: #f5f5f5 !important;
}
.ahe-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) a.dropdown-item,
.ahe-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) span.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) a.dropdown-item,
.dpg-ui-dropdown .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) span.dropdown-item {
  border-color: #fff !important;
  background-color: #fff !important;
  outline: 0;
}
.ahe-ui-dropdown .dropdown-menu li:last-child a:hover,
.dpg-ui-dropdown .dropdown-menu li:last-child a:hover {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  background-color: #f5f5f5 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f5f5f5 !important;
}
.dpg-icon-system-filter::before,
.ahe-icon-system-filter::before,
.dpg-icon-filter::before,
.ahe-icon-filter::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M22 3v2.414l-7 7v4l-6 6v-10l-7-7V3a1 1 0 0 1 1-1h18c.55 0 1 .45 1 1zm-1 0H3v2l7 7v8l4-4v-4l7-7V3z'/%3E%3C/svg%3E") !important;
}
.dpg-icon-dropdown-arrow-left::before,
.ahe-icon-dropdown-arrow-left::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M13.657 17.657L8 12l5.657-5.657 1.414 1.414L10.828 12l4.243 4.243z'/%3E%3C/svg%3E") !important;
}
.assesment-modal .modal-header,
.assesment-modal .modal-footer {
  display: block;
}
.assesment-modal .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.assesment-modal .modal-footer {
  padding-left: 19px !important;
}
.assesment-modal h2 {
  margin-left: -10px !important;
}
.assesment-modal .modal-content {
  top: 150px;
  position: relative;
  width: 629px !important;
}
.assesment-dropdown ul {
  left: 4px !important;
}
.checkbox-span {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 1a6 6 0 1 0 0 12 6 6 0 0 0 0-12z'/%3E%3C/svg%3E") no-repeat;
  display: inline-block;
  width: 21px;
  height: 22px;
}
.arrow-color {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23238834' d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 1C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 5.5L18.5 9l-8 8L6 12.5 7.5 11l3 3L17 7.5z'/%3E%3C/svg%3E") no-repeat;
  display: inline-block;
  position: relative;
}
.arrow-color-radio {
  width: 15px;
  height: 20px;
  top: 1px;
  left: 4px;
  margin-right: 7px;
}
.arrow-color-checkbox {
  width: 22px;
  height: 18px;
  top: 4px;
  left: 10px;
}
.checkbox-color {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M18 19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12zM6 18V6h12v12H6z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 22px;
  width: 22px;
}
table.table-padding-0 tbody tr,
table.table-padding-0 tbody td,
table.table-padding-1 tbody tr,
table.table-padding-1 tbody td,
table.table-padding-2 tbody tr,
table.table-padding-2 tbody td {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
table.table-padding-2 {
  max-width: 480px;
}
.no-answer {
  margin-left: 22px;
}
.mcCell {
  vertical-align: top;
}
.fontData,
.whiteSpace,
.display-answer-div .refrenceDivData,
.display-answer-div .refrencesDiv,
.display-answer-div div p,
.display-answer-div table > tbody > tr > td.mcCell,
.display-answer-div table > tbody > tr > td,
.display-answer-div,
.head-question-fullWidth .table-display-div,
.table-display-div table > thead > tr > th,
.table-display-div table > tbody > tr > td,
.table-display-div table > tbody > tr > th,
.table-display-div,
.head-question-default .table-display-div table > thead > tr > th,
.head-question-default .table-display-div table > tbody > tr > td,
.head-question-default .table-display-div table > tbody > tr > th,
.head-question-default .table-display-div,
.p-text p {
  font-family: "proxima_novaregular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #222222;
}
.display-answer-div .rowRefrencediv,
.display-answer-div .rspStyle {
  background: #ffffff;
  border: 1px solid #e0e7e9;
  border-radius: 5px;
}
.head-question-default .table-display-div {
  position: relative;
  overflow-y: hidden;
  padding: 5px;
  padding-left: 0;
}
.head-question-default .table-display-div table > thead > tr > th,
.head-question-default .table-display-div table > tbody > tr > th {
  background-color: #007c91;
  color: #fff !important;
}
.table-display-div table > thead > tr > th,
.table-display-div table > tbody > tr > th {
  background-color: #007c91;
  color: #fff !important;
}
.head-question-fullWidth .table-display-div {
  position: relative;
  overflow-y: hidden;
  padding: 5px;
  padding-left: 0;
}
.display-answer-div {
  font-size: 14px !important;
  font-weight: 300;
}
.display-answer-div table > tbody > tr > td.mcCell {
  position: relative;
  left: 10px;
  line-height: 20px !important;
}
.display-answer-div .refrencesDiv {
  margin-bottom: 15px;
}
.display-answer-div .rspStyle {
  overflow-wrap: break-word;
}
.display-answer-div .answer-head {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #007c91;
  padding-left: 5px;
  margin: 10px 0;
  font-family: "proxima_novaregular_bold";
}
.display-answer-div .panel-left {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #003b4c;
}
.display-answer-div .panel-right {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #003b4c;
}
.display-answer-div .rowRefrencediv {
  margin-bottom: 15px;
}
.display-answer-div .headingRefrence {
  margin: 10px 0 10px -16px;
  font-family: "proxima_novaregular_bold";
}
.display-answer-div .left-align-icon {
  position: relative;
  left: 20px;
}
.question-edit .btn-icon {
  top: -8px;
  position: relative;
}
.whiteSpace {
  white-space: nowrap;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.fontData {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.table-display-div,
.HeadElement > div {
  overflow-y: hidden;
  overflow-x: auto;
}
.multipart {
  border: 1px solid #e0e7e9;
  margin: 10px 0 10px 0;
  border-radius: 5px;
}
.assesment-updatepoints-modal .modal-header,
.assesment-updatepoints-modal .modal-footer {
  display: block;
}
.assesment-updatepoints-modal .modal-dialog {
  margin: 0;
  top: 50%;
  position: absolute;
  left: 40%;
  transform: translate(-50%, -50%);
}
.assesment-updatepoints-modal .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.assesment-updatepoints-modal .modal-content {
  width: 750px;
  height: 280px;
}
.full-panel #mainPanel {
  right: 24% !important;
}
@media only screen and (max-width: 1370px) {
  .add-button-min {
    max-width: 40% !important;
    position: relative;
    left: 11px;
  }
}
.btn-change .btn-secondary {
  height: 32px;
  top: -3px;
  position: relative;
}
.assesment-examstatstic-modal .modal-footer {
  padding-left: 13px !important;
  display: block;
}
.assesment-examstatstic-modal .modal-header {
  display: block;
  padding-left: 15px !important;
}
.assesment-examstatstic-modal .modal-dialog {
  margin: 0;
  height: calc(100% - 50px);
  top: 50%;
  position: absolute;
  left: 40%;
  transform: translate(-50%, -50%);
}
.assesment-examstatstic-modal .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.assesment-examstatstic-modal .modal-body {
  color: #222222;
  height: 200px;
  overflow: auto;
}
.assesment-examstatstic-modal .modal-body p {
  color: #222222 !important;
}
.assesment-examstatstic-modal .modal-content {
  width: 700px;
  height: 100%;
}
.assesment-examstatstic-modal .bottom-20 {
  margin-bottom: 20px;
}
.assesment-examstatstic-modal .question-count-span {
  position: relative;
  left: 10px;
  font-weight: bold;
}
.row-head-right {
  background: #e0e7e9;
  border-bottom: 1px solid #e0e7e9;
  padding: 7px 0;
}
.left-padding {
  padding-left: 10px !important;
}
.position-top-5 {
  position: relative;
  top: -5px;
}
.border-question-pager {
  padding-top: 5px;
  height: auto;
  border-top: 1px solid #dee2e6 !important;
}
.border-question-pager span:nth-child(1) {
  padding-left: 10px;
}
.adjusted-width {
  width: 48.9% !important;
}
.panel-adjust {
  margin-left: 14px;
  padding-right: 0 !important;
}
.top-13 {
  margin-top: 13px !important;
}
.top-3 {
  margin-top: 3px !important;
}
.right-side-question .top-3 {
  margin-top: 13px !important;
}
.left-side-question .top-3 {
  margin-top: 8px !important;
}
.adjust-padding-left {
  padding: 11px 20px 11px 0 !important;
}
.display-result {
  padding: 10px 20px 8px 29px;
  color: black;
}
.line-divider {
  border-top: 1px solid #e0e7e9;
}
.cancel-modal .modal-content {
  width: 548px;
  top: 150px;
}
.cancel-modal .container-fluid {
  padding-left: 0;
}
.cancel-modal .modal-body {
  padding-left: 20px !important;
  padding-right: 0 !important;
  text-align: left;
}
.cancel-modal .modal-body p {
  color: #222222;
}
.cancel-modal h2 {
  position: absolute;
  left: 20px;
}
.cancel-modal .close {
  margin-top: -8px;
  right: 18px;
  position: absolute;
}
.cancel-modal .close span {
  top: -6px;
  left: -10px;
  position: relative;
}
.cancel-modal .modal-footer {
  border-top: 1px solid #d1dbde !important;
  padding: 8px 0 8px 19px !important;
  justify-content: flex-start !important;
}
.remove-modal span.remove-text {
  left: -15px;
  position: relative;
}
.remove-modal #selectAll > label {
  top: -7px;
  left: -10px;
}
.assesment-error .alert-error {
  position: relative;
  top: 20px;
  width: 100%;
}
.dpg-icon-system-kebab::before,
.ahe-icon-system-kebab::before {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23265867' d='M9 19a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-1-7a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zM9 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm1 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0z'/%3E%3C/svg%3E") !important;
}
.ahe-ui-radio > input[type=radio] + span::before,
.ahe-ui-radio > input[type=radio] + div::before {
  background-image: url(/assets/img/radio-unchecked.svg);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-radio > span::before,
.ahe-ui-radio > div::before {
  left: 8px;
  position: absolute;
}
.ahe-ui-radio {
  border: 0;
  color: #46707d;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 8px;
  padding-left: 36px;
  position: relative;
}
.ahe-ui-radio[_ngcontent-gle-c130] > input[type=radio][_ngcontent-gle-c130] + span[_ngcontent-gle-c130]::before {
  margin-top: 1px;
}
.ahe-ui-radio > input[type=radio]:checked + span::before,
.ahe-ui-radio > input[type=radio]:checked + div::before {
  background-image: url(/assets/img/radio-checked.svg);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.sr-only,
.visuallyhidden,
.ahe-ui-radio > input[type=radio],
.ahe-ui-radio > input[type=radio]:focus,
.ahe-ui-radio > input[type=radio]:disabled,
.ahe-ui-radio > input[type=radio]:checked,
.ahe-ui-radio > input[type=radio]:checked:focus,
.ahe-ui-radio > input[type=radio]:checked:disabled,
.ahe-ui-radio > input[type=radio].error,
.ahe-ui-radio > input[type=radio].error:focus,
.ahe-ui-radio > input[type=radio].error:active,
.ahe-ui-radio > input[type=radio].error:checked,
.ahe-ui-radio > input[type=radio].error:checked:focus,
.ahe-ui-radio > input[type=radio].error:checked:active,
.ahe-ui-checkbox > input[type=checkbox],
.ahe-ui-checkbox > input[type=checkbox]:focus,
.ahe-ui-checkbox > input[type=checkbox]:active,
.ahe-ui-checkbox > input[type=checkbox]:disabled,
.ahe-ui-checkbox > input[type=checkbox]:checked,
.ahe-ui-checkbox > input[type=checkbox]:checked:focus,
.ahe-ui-checkbox > input[type=checkbox]:checked:active,
.ahe-ui-checkbox > input[type=checkbox]:checked:disabled,
.ahe-ui-checkbox > input[type=checkbox]:indeterminate,
.ahe-ui-checkbox > input[type=checkbox]:indeterminate:focus,
.ahe-ui-checkbox > input[type=checkbox]:indeterminate:active,
.ahe-ui-checkbox > input[type=checkbox]:indeterminate:disabled,
.ahe-ui-checkbox_inverted > input[type=checkbox],
.ahe-ui-checkbox_inverted > input[type=checkbox]:focus,
.ahe-ui-checkbox_inverted > input[type=checkbox]:active,
.ahe-ui-checkbox_inverted > input[type=checkbox]:disabled,
.ahe-ui-checkbox_inverted > input[type=checkbox]:checked,
.ahe-ui-checkbox_inverted > input[type=checkbox]:checked:focus,
.ahe-ui-checkbox_inverted > input[type=checkbox]:checked:active,
.ahe-ui-checkbox_inverted > input[type=checkbox]:checked:disabled,
.ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate,
.ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:focus,
.ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:active,
.ahe-ui-checkbox_inverted > input[type=checkbox]:indeterminate:disabled,
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ahe-ui-checkbox > input[type=checkbox]:checked + span::before,
.ahe-ui-checkbox > input[type=checkbox]:checked + div::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(/assets/img/checkbox-checked.svg);
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-checkbox > span::before,
.ahe-ui-checkbox > div::before {
  left: 8px;
  position: absolute;
}
.ahe-ui-checkbox > input[type=checkbox]:disabled + span::before,
.ahe-ui-checkbox > input[type=checkbox]:disabled + div::before {
  opacity: 0.4;
}
.ahe-ui-checkbox > input[type=checkbox]:disabled + span::before,
.ahe-ui-checkbox > input[type=checkbox]:disabled + div::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(/assets/img/checkbox-unchecked.svg);
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ahe-ui-checkbox {
  border: 0;
  color: #46707d;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 8px;
  padding-left: 36px;
  position: relative;
}
.ahe-ui-checkbox > input[type=checkbox] + span::before,
.ahe-ui-checkbox > input[type=checkbox] + div::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(/assets/img/checkbox-unchecked.svg);
  display: inline-block;
  height: 20px;
  width: 20px;
}
.create-question-dropdown-container app-dropdown .dropdown .dropdown-btn {
  gap: 0.5rem;
  top: 0;
  height: 34px;
  font-weight: 600;
  padding-left: 12px;
  color: #2A2C2E;
  align-items: center;
  display: inline-flex;
  border-radius: 6px;
  min-width: 180px;
  border: 1px solid #8E9295;
  background-color: #fff;
}
.create-question-dropdown-container app-dropdown .dropdown .dropdown-btn:hover {
  background-color: #CCEEF8;
  color: #2A2C2E;
  border: 2px solid #fff;
}
.create-question-dropdown-container app-dropdown .dropdown .dropdown-btn:focus::before {
  box-shadow: 0 0 0 2px #fff;
}
.create-question-dropdown-container app-dropdown .dropdown .dropdown-btn .dpg-icon-dropdown-arrow-down::before {
  position: relative;
  top: 4px;
  right: -7px;
  transition: transform 0.2s ease;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.24701 11.14L2.45101 5.658C1.88501 5.013 2.34501 4 3.20401 4H12.796C12.9883 3.99984 13.1765 4.05509 13.3381 4.15914C13.4998 4.26319 13.628 4.41164 13.7075 4.58669C13.7869 4.76175 13.8142 4.956 13.7861 5.14618C13.758 5.33636 13.6757 5.51441 13.549 5.659L8.75301 11.139C8.65915 11.2464 8.5434 11.3325 8.41352 11.3915C8.28364 11.4505 8.14265 11.481 8.00001 11.481C7.85737 11.481 7.71638 11.4505 7.5865 11.3915C7.45663 11.3325 7.34087 11.2464 7.24701 11.139V11.14Z' fill='%232A2C2E'/%3E%3C/svg%3E%0A");
}
.create-question-dropdown-container app-dropdown .dropdown .dpg-icon-dropdown-arrow-down {
  transition: transform 0.2s ease;
}
.create-question-dropdown-container app-dropdown .dropdown .dropdown-btn.open .dpg-icon-dropdown-arrow-down::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.24701 4.86002L2.45101 10.341C1.88501 10.988 2.34501 12 3.20401 12H12.796C12.9883 12.0002 13.1765 11.9449 13.3381 11.8409C13.4998 11.7368 13.628 11.5884 13.7075 11.4133C13.7869 11.2383 13.8142 11.044 13.7861 10.8538C13.758 10.6637 13.6757 10.4856 13.549 10.341L8.75301 4.86102C8.65915 4.75361 8.5434 4.66753 8.41352 4.60854C8.28364 4.54956 8.14265 4.51904 8.00001 4.51904C7.85737 4.51904 7.71638 4.54956 7.5865 4.60854C7.45663 4.66753 7.34087 4.75361 7.24701 4.86102V4.86002Z' fill='%232A2C2E'/%3E%3C/svg%3E%0A");
}
.create-question-menu-list-container .list-items-container {
  border-radius: 4px;
}
.create-question-menu-list-container .list-items-container li {
  margin-top: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid #D9DBDC !important;
}
.create-question-menu-list-container .list-items-container li > a:focus {
  border: 2px solid #007c91 !important;
  background-color: #fff !important;
}
.create-question-menu-list-container .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) {
  background-color: rgba(0, 124, 145, 0.05) !important;
  border: solid 1px #007c91 !important;
}
.create-question-menu-list-container .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) a.dropdown-item,
.create-question-menu-list-container .dropdown-menu li:hover:not([aria-disabled=true]):not(.option-group-title) span.dropdown-item {
  background-color: inherit !important;
  border: none;
}
.create-question-menu-list-container .dropdown-item {
  color: #2A2C2E !important;
  padding: 4px 4px 4px 12px !important;
}
.create-question-menu-list-container .dropdown-item > span {
  font-size: 16px;
  font-weight: 400;
  padding: 2px 0px;
}
.link-style {
  text-decoration: underline;
  color: #017890;
}
.no-focus-outline {
  outline: none;
}
.opacity-0 {
  opacity: 0;
}
app-input .valid-update-points-input {
  box-shadow: 0 2px 0 0 #007c91;
}
app-input .invalid-update-points-input {
  box-shadow: 0 2px 0 0 red !important;
}
@media (max-width: 767px) {
  html {
    scroll-padding-bottom: 60px;
  }
  .keyboard-shortcuts-modal .modal-header {
    min-height: 48px;
    padding-top: 8px !important;
  }
  .keyboard-shortcuts-modal .modal-header .modal-title {
    margin-right: 50px;
  }
  .keyboard-shortcuts-modal .modal-header .close {
    margin-top: 3px !important;
  }
  .keyboard-shortcuts-modal .modal-footer {
    justify-content: start !important;
  }
}
@media (max-width: 430px) {
  .change-source-div .btn-secondary {
    margin: 0;
    position: static;
  }
  .change-source-div .change-source-button {
    padding-right: 0;
  }
  .change-source-div .change-source-button .btn-secondary {
    height: auto;
    padding: 8px 10px;
  }
  .footer-button .btn {
    padding: 0 8px;
  }
}
.question-bank-header .form-group {
  margin-bottom: 0;
}
.selected-questions-list .question-row .points-div .select-point input {
  width: 70px;
}
@media (max-width: 640px) {
  .selected-questions-list .question-row .question-main-content .right-side-question .show-answers-button {
    margin-bottom: 8px !important;
  }
}
source-question .table-display-div table {
  min-width: auto !important;
}
source-question .table-display-div table .whiteSpace {
  white-space: normal;
}
.input-hint {
  font-size: 12px;
  color: #2A2C2E;
}
@media (max-width: 575px) {
  print-preference common-modal-component .modal-container-new {
    max-width: 95dvw !important;
  }
}
.cdk-overlay-container:has(.fit-overlay) {
  height: 100dvh !important;
  overflow: auto;
}
.ahe-ui-radio > input[type=radio]:disabled + span::before {
  opacity: 0.4;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
