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

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/primeflex/primeflex.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
.p-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5em;
  margin-left: -0.5em;
  margin-top: -0.5em; }

.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0; }

.p-nogutter > .p-col,
.p-nogutter > [class*="p-col-"] {
  padding: 0; }

.p-dir-rev {
  flex-direction: row-reverse; }

.p-dir-col {
  flex-direction: column; }

.p-dir-col-rev {
  flex-direction: column-reverse; }

.p-justify-start {
  justify-content: flex-start; }

.p-justify-end {
  justify-content: flex-end; }

.p-justify-center {
  justify-content: center; }

.p-justify-between {
  justify-content: space-between; }

.p-justify-around {
  justify-content: space-around; }

.p-justify-even {
  justify-content: space-evenly; }

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

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

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

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

.p-align-stretch {
  align-items: stretch; }

.p-col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em; }

.p-col-fixed {
  flex: 0 0 auto;
  padding: 0.5em; }

.p-col-align-start {
  align-self: flex-start; }

.p-col-align-end {
  align-self: flex-end; }

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

.p-col-align-baseline {
  align-self: baseline; }

.p-col-align-stretch {
  align-self: stretch; }

.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  flex: 0 0 auto;
  padding: 0.5em; }

.p-col-1 {
  width: 8.3333%; }

.p-col-2 {
  width: 16.6667%; }

.p-col-3 {
  width: 25%; }

.p-col-4 {
  width: 33.3333%; }

.p-col-5 {
  width: 41.6667%; }

.p-col-6 {
  width: 50%; }

.p-col-7 {
  width: 58.3333%; }

.p-col-8 {
  width: 66.6667%; }

.p-col-9 {
  width: 75%; }

.p-col-10 {
  width: 83.3333%; }

.p-col-11 {
  width: 91.6667%; }

.p-col-12 {
  width: 100%; }

.p-offset-12 {
  margin-left: 100%; }

.p-offset-11 {
  margin-left: 91.66666667%; }

.p-offset-10 {
  margin-left: 83.33333333%; }

.p-offset-9 {
  margin-left: 75%; }

.p-offset-8 {
  margin-left: 66.66666667%; }

.p-offset-7 {
  margin-left: 58.33333333%; }

.p-offset-6 {
  margin-left: 50%; }

.p-offset-5 {
  margin-left: 41.66666667%; }

.p-offset-4 {
  margin-left: 33.33333333%; }

.p-offset-3 {
  margin-left: 25%; }

.p-offset-2 {
  margin-left: 16.66666667%; }

.p-offset-1 {
  margin-left: 8.33333333%; }

.p-offset-0 {
  margin-left: 0%; }

.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
  padding: 0.5em; }

.p-col-nogutter {
  padding: 0; }

@media screen and (min-width: 576px) {
  .p-sm-1,
  .p-sm-2,
  .p-sm-3,
  .p-sm-4,
  .p-sm-5,
  .p-sm-6,
  .p-sm-7,
  .p-sm-8,
  .p-sm-9,
  .p-sm-10,
  .p-sm-11,
  .p-sm-12 {
    flex: 0 0 auto; }

  .p-sm-1 {
    width: 8.3333%; }

  .p-sm-2 {
    width: 16.6667%; }

  .p-sm-3 {
    width: 25%; }

  .p-sm-4 {
    width: 33.3333%; }

  .p-sm-5 {
    width: 41.6667%; }

  .p-sm-6 {
    width: 50%; }

  .p-sm-7 {
    width: 58.3333%; }

  .p-sm-8 {
    width: 66.6667%; }

  .p-sm-9 {
    width: 75%; }

  .p-sm-10 {
    width: 83.3333%; }

  .p-sm-11 {
    width: 91.6667%; }

  .p-sm-12 {
    width: 100%; }

  .p-sm-offset-12 {
    margin-left: 100%; }

  .p-sm-offset-11 {
    margin-left: 91.66666667%; }

  .p-sm-offset-10 {
    margin-left: 83.33333333%; }

  .p-sm-offset-9 {
    margin-left: 75%; }

  .p-sm-offset-8 {
    margin-left: 66.66666667%; }

  .p-sm-offset-7 {
    margin-left: 58.33333333%; }

  .p-sm-offset-6 {
    margin-left: 50%; }

  .p-sm-offset-5 {
    margin-left: 41.66666667%; }

  .p-sm-offset-4 {
    margin-left: 33.33333333%; }

  .p-sm-offset-3 {
    margin-left: 25%; }

  .p-sm-offset-2 {
    margin-left: 16.66666667%; }

  .p-sm-offset-1 {
    margin-left: 8.33333333%; }

  .p-sm-offset-0 {
    margin-left: 0%; } }
@media screen and (min-width: 768px) {
  .p-md-1,
  .p-md-2,
  .p-md-3,
  .p-md-4,
  .p-md-5,
  .p-md-6,
  .p-md-7,
  .p-md-8,
  .p-md-9,
  .p-md-10,
  .p-md-11,
  .p-md-12 {
    flex: 0 0 auto; }

  .p-md-1 {
    width: 8.3333%; }

  .p-md-2 {
    width: 16.6667%; }

  .p-md-3 {
    width: 25%; }

  .p-md-4 {
    width: 33.3333%; }

  .p-md-5 {
    width: 41.6667%; }

  .p-md-6 {
    width: 50%; }

  .p-md-7 {
    width: 58.3333%; }

  .p-md-8 {
    width: 66.6667%; }

  .p-md-9 {
    width: 75%; }

  .p-md-10 {
    width: 83.3333%; }

  .p-md-11 {
    width: 91.6667%; }

  .p-md-12 {
    width: 100%; }

  .p-md-offset-12 {
    margin-left: 100%; }

  .p-md-offset-11 {
    margin-left: 91.66666667%; }

  .p-md-offset-10 {
    margin-left: 83.33333333%; }

  .p-md-offset-9 {
    margin-left: 75%; }

  .p-md-offset-8 {
    margin-left: 66.66666667%; }

  .p-md-offset-7 {
    margin-left: 58.33333333%; }

  .p-md-offset-6 {
    margin-left: 50%; }

  .p-md-offset-5 {
    margin-left: 41.66666667%; }

  .p-md-offset-4 {
    margin-left: 33.33333333%; }

  .p-md-offset-3 {
    margin-left: 25%; }

  .p-md-offset-2 {
    margin-left: 16.66666667%; }

  .p-md-offset-1 {
    margin-left: 8.33333333%; }

  .p-md-offset-0 {
    margin-left: 0%; } }
@media screen and (min-width: 992px) {
  .p-lg-1,
  .p-lg-2,
  .p-lg-3,
  .p-lg-4,
  .p-lg-5,
  .p-lg-6,
  .p-lg-7,
  .p-lg-8,
  .p-lg-9,
  .p-lg-10,
  .p-lg-11,
  .p-lg-12 {
    flex: 0 0 auto; }

  .p-lg-1 {
    width: 8.3333%; }

  .p-lg-2 {
    width: 16.6667%; }

  .p-lg-3 {
    width: 25%; }

  .p-lg-4 {
    width: 33.3333%; }

  .p-lg-5 {
    width: 41.6667%; }

  .p-lg-6 {
    width: 50%; }

  .p-lg-7 {
    width: 58.3333%; }

  .p-lg-8 {
    width: 66.6667%; }

  .p-lg-9 {
    width: 75%; }

  .p-lg-10 {
    width: 83.3333%; }

  .p-lg-11 {
    width: 91.6667%; }

  .p-lg-12 {
    width: 100%; }

  .p-lg-offset-12 {
    margin-left: 100%; }

  .p-lg-offset-11 {
    margin-left: 91.66666667%; }

  .p-lg-offset-10 {
    margin-left: 83.33333333%; }

  .p-lg-offset-9 {
    margin-left: 75%; }

  .p-lg-offset-8 {
    margin-left: 66.66666667%; }

  .p-lg-offset-7 {
    margin-left: 58.33333333%; }

  .p-lg-offset-6 {
    margin-left: 50%; }

  .p-lg-offset-5 {
    margin-left: 41.66666667%; }

  .p-lg-offset-4 {
    margin-left: 33.33333333%; }

  .p-lg-offset-3 {
    margin-left: 25%; }

  .p-lg-offset-2 {
    margin-left: 16.66666667%; }

  .p-lg-offset-1 {
    margin-left: 8.33333333%; }

  .p-lg-offset-0 {
    margin-left: 0%; } }
@media screen and (min-width: 1200px) {
  .p-xl-1,
  .p-xl-2,
  .p-xl-3,
  .p-xl-4,
  .p-xl-5,
  .p-xl-6,
  .p-xl-7,
  .p-xl-8,
  .p-xl-9,
  .p-xl-10,
  .p-xl-11,
  .p-xl-12 {
    flex: 0 0 auto; }

  .p-xl-1 {
    width: 8.3333%; }

  .p-xl-2 {
    width: 16.6667%; }

  .p-xl-3 {
    width: 25%; }

  .p-xl-4 {
    width: 33.3333%; }

  .p-xl-5 {
    width: 41.6667%; }

  .p-xl-6 {
    width: 50%; }

  .p-xl-7 {
    width: 58.3333%; }

  .p-xl-8 {
    width: 66.6667%; }

  .p-xl-9 {
    width: 75%; }

  .p-xl-10 {
    width: 83.3333%; }

  .p-xl-11 {
    width: 91.6667%; }

  .p-xl-12 {
    width: 100%; }

  .p-xl-offset-12 {
    margin-left: 100%; }

  .p-xl-offset-11 {
    margin-left: 91.66666667%; }

  .p-xl-offset-10 {
    margin-left: 83.33333333%; }

  .p-xl-offset-9 {
    margin-left: 75%; }

  .p-xl-offset-8 {
    margin-left: 66.66666667%; }

  .p-xl-offset-7 {
    margin-left: 58.33333333%; }

  .p-xl-offset-6 {
    margin-left: 50%; }

  .p-xl-offset-5 {
    margin-left: 41.66666667%; }

  .p-xl-offset-4 {
    margin-left: 33.33333333%; }

  .p-xl-offset-3 {
    margin-left: 25%; }

  .p-xl-offset-2 {
    margin-left: 16.66666667%; }

  .p-xl-offset-1 {
    margin-left: 8.33333333%; }

  .p-xl-offset-0 {
    margin-left: 0%; } }

/*# sourceMappingURL=primeflex.css.map */

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/theme/theme-dark-green.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/* Common */
.globalBtnMain {
    gap: 10px;
}

.registrationDiv .genderDiv label {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.registrationDiv .genderDiv label.p-radiobutton-label-active {
    font-weight: bold;
}

.registrationDiv .apiResponceMessage .p-inline-message {
    border-radius: 4px !important;
    justify-content: flex-start;
}

.enquiryBody .genderDiv label {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.enquiryBody .genderDiv label.p-radiobutton-label-active {
    font-weight: bold;
}

.enquiryBody .apiResponceMessage .p-inline-message {
    border-radius: 4px !important;
    justify-content: flex-start;
}

.enquiryMain .genderDiv label {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.enquiryMain .genderDiv label.p-radiobutton-label-active {
    font-weight: bold;
}

.enquiryMain .apiResponceMessage .p-inline-message {
    border-radius: 4px !important;
    justify-content: flex-start;
    width: 100% !important;
}

/* Compact */


/* Add your variable customizations of theme here */

.pi.pi-arrow-circle-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-arrow-circle-right:before {
    content: "play_circle_outline";
}


/* .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5em !important;
    display: flex !important;
    flex-direction: column !important;
} */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .dialogPop .p-button.p-state-default.p-button-success,
    body .p-buttonset.p-button-success>.p-button.p-state-default {
        top: 23px !important;
        margin-left: 84px !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .dialogPop .p-button.p-state-default.p-button-success,
    body .p-buttonset.p-button-success>.p-button.p-state-default {
        top: 23px !important;
        margin-left: 62px !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 61px;

    }
}



/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .dialogPop .p-button.p-state-default.p-button-success,
    body .p-buttonset.p-button-success>.p-button.p-state-default {
        top: 23px !important;
        margin-left: 85px !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* ----------- iPhone X ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .dialogPop .p-button.p-state-default.p-button-success,
    body .p-buttonset.p-button-success>.p-button.p-state-default {
        top: 23px !important;
        margin-left: 86px !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .dialogPop .p-dialog.p-shadow {
        z-index: 1002 !important;
        left: 23px !important;
        top: 221px !important;
        width: 89% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .p-table .p-datatable-header {
        border-bottom: 0 none;
        display: flex !important;
        flex-direction: column !important;
    }

    body .layout-wrapper.layout-compact {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .card h1:first-child {
        margin-top: -18px;
    }

    .card h1 {
        font-size: 1.0em !important;
        font-weight: 400 !important;
        margin: 1em 0;
    }

    .fc-toolbar h2 {
        font-size: 1.2em !important;
        margin: 0 !important;
    }

    .memberDetailsButton button span {
        padding-left: 90px;

    }
}

.pi.pi-arrow-circle-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(180deg);
}

.pi.pi-arrow-circle-left:before {
    content: "play_circle_outline";
}

.pi.pi-arrow-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-arrow-down:before {
    content: "arrow_downward";
}

.pi.pi-arrow-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-arrow-up:before {
    content: "arrow_upward";
}

.pi.pi-angle-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(-90deg);
}

.pi.pi-angle-up:before {
    content: "play_arrow";
}

.pi.pi-angle-double-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(-90deg);
}

.pi.pi-angle-double-up:before {
    content: "skip_next";
}

.pi.pi-angle-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(90deg);
}

.pi.pi-angle-down:before {
    content: "play_arrow";
}

.pi.pi-angle-double-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(-90deg);
}

.pi.pi-angle-double-down:before {
    content: "skip_previous";
}

.pi.pi-angle-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-angle-right:before {
    content: "play_arrow";
}

.pi.pi-angle-double-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-angle-double-right:before {
    content: "fast_forward";
}

.pi.pi-angle-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(180deg);
}

.pi.pi-angle-left:before {
    content: "play_arrow";
}

.pi.pi-angle-double-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-angle-double-left:before {
    content: "fast_rewind";
}

.pi.pi-bars {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-bars:before {
    content: "view_list";
}

.pi.pi-calendar {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-calendar:before {
    content: "date_range";
}

.pi.pi-caret-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-caret-up:before {
    content: "keyboard_arrow_up";
}

.pi.pi-caret-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-caret-down:before {
    content: "keyboard_arrow_down";
}

.pi.pi-caret-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-caret-right:before {
    content: "keyboard_arrow_right";
}

.pi.pi-caret-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-caret-left:before {
    content: "keyboard_arrow_left";
}

.pi.pi-check {
    border: 2px solid white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-check:before {
    content: "check";
    font-size: 17px;
}

.pi.pi-chevron-circle-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-chevron-circle-left:before {
    content: "keyboard_arrow_left";
}

.pi.pi-chevron-circle-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-chevron-circle-right:before {
    content: "keyboard_arrow_right";
}

.pi.pi-chevron-circle-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-chevron-circle-down:before {
    content: "keyboard_arrow_down";
}

.pi.pi-chevron-circle-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-chevron-circle-up:before {
    content: "keyboard_arrow_up";
}

.pi.pi-chevron-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-chevron-right:before {
    content: "chevron_right";
}

.pi.pi-chevron-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-chevron-left:before {
    content: "chevron_left";
}

.pi.pi-chevron-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-chevron-down:before {
    content: "keyboard_arrow_down";
}

.pi.pi-chevron-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-chevron-up:before {
    content: "keyboard_arrow_up";
}

.pi.pi-circle-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-circle-off:before {
    content: "radio_button_unchecked";
}

.pi.pi-circle-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-circle-on:before {
    content: "radio_button_checked";
}

.pi.pi-minus {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-minus:before {
    content: "remove";
}

.pi.pi-plus {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-plus:before {
    content: "add";
}

.pi.pi-info-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-info-circle:before {
    content: "info";
}

.pi.pi-upload {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-upload:before {
    content: "file_upload";
}

.pi.pi-home {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-home:before {
    content: "home";
}

.pi.pi-times {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-times:before {
    content: "close";
}

.pi.pi-th-large {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-th-large:before {
    content: "view_module";
}

.pi.pi-search {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-search:before {
    content: "search";
}

.pi.pi-sort {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-sort:before {
    content: "sort";
}

.pi.pi-sort-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-sort-up:before {
    content: "keyboard_arrow_up";
}

.pi.pi-sort-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.pi.pi-sort-down:before {
    content: "keyboard_arrow_down";
}

.p-icon-carat-2-n-s {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-carat-2-n-s:before {
    content: "sort";
}

.p-icon-triangle-1-n {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-triangle-1-n:before {
    content: "keyboard_arrow_up";
}

.p-icon-triangle-1-e {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-triangle-1-e:before {
    content: "keyboard_arrow_right";
}

.p-icon-triangle-1-s {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-triangle-1-s:before {
    content: "keyboard_arrow_down";
}

.p-icon-triangle-1-w {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-triangle-1-w:before {
    content: "keyboard_arrow_left";
}

.p-icon-carat-1-n {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-carat-1-n:before {
    content: "keyboard_arrow_up";
}

.p-icon-carat-1-e {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-carat-1-e:before {
    content: "keyboard_arrow_right";
}

.p-icon-carat-1-s {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-carat-1-s:before {
    content: "keyboard_arrow_down";
}

.p-icon-carat-1-w {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-carat-1-w:before {
    content: "keyboard_arrow_left";
}

.p-icon-arrow-1-n {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(-90deg);
}

.p-icon-arrow-1-n:before {
    content: "play_arrow";
}

.p-icon-arrowstop-1-n {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(-90deg);
}

.p-icon-arrowstop-1-n:before {
    content: "skip_next";
}

.p-icon-arrow-1-s {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(90deg);
}

.p-icon-arrow-1-s:before {
    content: "play_arrow";
}

.p-icon-arrowstop-1-s {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(-90deg);
}

.p-icon-arrowstop-1-s:before {
    content: "skip_previous";
}

.p-icon-arrow-1-w {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(180deg);
}

.p-icon-arrow-1-w:before {
    content: "play_arrow";
}

.p-icon-arrowstop-1-w {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrowstop-1-w:before {
    content: "fast_rewind";
}

.p-icon-arrow-1-e {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrow-1-e:before {
    content: "play_arrow";
}

.p-icon-arrowstop-1-e {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrowstop-1-e:before {
    content: "fast_forward";
}

.p-icon-arrowthick-1-s {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(90deg);
}

.p-icon-arrowthick-1-s:before {
    content: "play_arrow";
}

.p-icon-arrowthick-1-n {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(-90deg);
}

.p-icon-arrowthick-1-n:before {
    content: "play_arrow";
}

.p-icon-circle-triangle-e {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-circle-triangle-e:before {
    content: "play_circle_outline";
}

.p-icon-circle-triangle-w {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(180deg);
}

.p-icon-circle-triangle-w:before {
    content: "play_circle_outline";
}

.p-icon-circle-triangle-s {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(90deg);
}

.p-icon-circle-triangle-s:before {
    content: "play_circle_outline";
}

.p-icon-radio-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-radio-off:before {
    content: "radio_button_unchecked";
}

.p-icon-radio-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-radio-on:before {
    content: "radio_button_checked";
}

.p-icon-folder-collapsed {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-folder-collapsed:before {
    content: "folder";
}

.p-icon-document {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-document:before {
    content: "content_paste";
}

.p-icon-video {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-video:before {
    content: "movie";
}

.p-icon-music {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-music:before {
    content: "music_note";
}

.p-icon-plus {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-plus:before {
    content: "add";
}

.p-icon-minus {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-minus:before {
    content: "remove";
}

.p-icon-plusthick {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-plusthick:before {
    content: "add";
}

.p-icon-minusthick {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-minusthick:before {
    content: "remove";
}

.p-icon-pencil {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pencil:before {
    content: "edit";
}

.p-icon-closethick {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-closethick:before {
    content: "close";
}

.p-icon-circle-close {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-circle-close:before {
    content: "cancel";
}

.p-icon-gear {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gear:before {
    content: "settings";
}

.p-icon-calendar {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-calendar:before {
    content: "date_range";
}

.p-icon-trash {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-trash:before {
    content: "delete_forever";
}

.p-icon-notice {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-notice:before {
    content: "error_outline";
}

.p-icon-alert {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-alert:before {
    content: "warning";
}

.p-icon-circle-zoomin {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-circle-zoomin:before {
    content: "zoom_in";
}

.p-icon-circle-zoomout {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-circle-zoomout:before {
    content: "zoom_out";
}

.p-icon-circle-arrow-e {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-circle-arrow-e:before {
    content: "play_circle_outline";
}

.p-icon-circle-arrow-w {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(180deg);
}

.p-icon-circle-arrow-w:before {
    content: "play_circle_outline";
}

.p-icon-3d-rotation {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-3d-rotation:before {
    content: "3d_rotation";
}

.p-icon-ac-unit {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-ac-unit:before {
    content: "ac_unit";
}

.p-icon-access-alarm {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-access-alarm:before {
    content: "access_alarm";
}

.p-icon-access-alarms {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-access-alarms:before {
    content: "access_alarms";
}

.p-icon-access-time {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-access-time:before {
    content: "access_time";
}

.p-icon-accessibility {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-accessibility:before {
    content: "accessibility";
}

.p-icon-accessible {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-accessible:before {
    content: "accessible";
}

.p-icon-account-balance {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-account-balance:before {
    content: "account_balance";
}

.p-icon-account-balance-wallet {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-account-balance-wallet:before {
    content: "account_balance_wallet";
}

.p-icon-account-box {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-account-box:before {
    content: "account_box";
}

.p-icon-account-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-account-circle:before {
    content: "account_circle";
}

.p-icon-add {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add:before {
    content: "add";
}

.p-icon-add-a-photo {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-a-photo:before {
    content: "add_a_photo";
}

.p-icon-add-alarm {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-alarm:before {
    content: "add_alarm";
}

.p-icon-add-alert {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-alert:before {
    content: "add_alert";
}

.p-icon-add-box {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-box:before {
    content: "add_box";
}

.p-icon-add-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-circle:before {
    content: "add_circle";
}

.p-icon-add-circle-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-circle-outline:before {
    content: "add_circle_outline";
}

.p-icon-add-location {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-location:before {
    content: "add_location";
}

.p-icon-add-shopping-cart {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-shopping-cart:before {
    content: "add_shopping_cart";
}

.p-icon-add-to-photos {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-to-photos:before {
    content: "add_to_photos";
}

.p-icon-add-to-queue {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-add-to-queue:before {
    content: "add_to_queue";
}

.p-icon-adjust {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-adjust:before {
    content: "adjust";
}

.p-icon-airline-seat-flat {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airline-seat-flat:before {
    content: "airline_seat_flat";
}

.p-icon-airline-seat-flat-angled {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airline-seat-flat-angled:before {
    content: "airline_seat_flat_angled";
}

.p-icon-airline-seat-individual-suite {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airline-seat-individual-suite:before {
    content: "airline_seat_individual_suite";
}

.p-icon-airline-seat-legroom-extra {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airline-seat-legroom-extra:before {
    content: "airline_seat_legroom_extra";
}

.p-icon-airline-seat-legroom-normal {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airline-seat-legroom-normal:before {
    content: "airline_seat_legroom_normal";
}

.p-icon-airline-seat-legroom-reduced {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airline-seat-legroom-reduced:before {
    content: "airline_seat_legroom_reduced";
}

.p-icon-airline-seat-recline-extra {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airline-seat-recline-extra:before {
    content: "airline_seat_recline_extra";
}

.p-icon-airline-seat-recline-normal {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airline-seat-recline-normal:before {
    content: "airline_seat_recline_normal";
}

.p-icon-airplanemode-active {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airplanemode-active:before {
    content: "airplanemode_active";
}

.p-icon-airplanemode-inactive {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airplanemode-inactive:before {
    content: "airplanemode_inactive";
}

.p-icon-airplay {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airplay:before {
    content: "airplay";
}

.p-icon-airport-shuttle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-airport-shuttle:before {
    content: "airport_shuttle";
}

.p-icon-alarm {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-alarm:before {
    content: "alarm";
}

.p-icon-alarm-add {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-alarm-add:before {
    content: "alarm_add";
}

.p-icon-alarm-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-alarm-off:before {
    content: "alarm_off";
}

.p-icon-alarm-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-alarm-on:before {
    content: "alarm_on";
}

.p-icon-album {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-album:before {
    content: "album";
}

.p-icon-all-inclusive {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-all-inclusive:before {
    content: "all_inclusive";
}

.p-icon-all-out {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-all-out:before {
    content: "all_out";
}

.p-icon-android {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-android:before {
    content: "android";
}

.p-icon-announcement {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-announcement:before {
    content: "announcement";
}

.p-icon-apps {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-apps:before {
    content: "apps";
}

.p-icon-archive {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-archive:before {
    content: "archive";
}

.p-icon-arrow-back {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrow-back:before {
    content: "arrow_back";
}

.p-icon-arrow-downward {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrow-downward:before {
    content: "arrow_downward";
}

.p-icon-arrow-drop-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrow-drop-down:before {
    content: "arrow_drop_down";
}

.p-icon-arrow-drop-down-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrow-drop-down-circle:before {
    content: "arrow_drop_down_circle";
}

.p-icon-arrow-drop-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrow-drop-up:before {
    content: "arrow_drop_up";
}

.p-icon-arrow-forward {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrow-forward:before {
    content: "arrow_forward";
}

.p-icon-arrow-upward {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-arrow-upward:before {
    content: "arrow_upward";
}

.p-icon-art-track {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-art-track:before {
    content: "art_track";
}

.p-icon-aspect-ratio {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-aspect-ratio:before {
    content: "aspect_ratio";
}

.p-icon-assessment {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assessment:before {
    content: "assessment";
}

.p-icon-assignment {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assignment:before {
    content: "assignment";
}

.p-icon-assignment-ind {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assignment-ind:before {
    content: "assignment_ind";
}

.p-icon-assignment-late {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assignment-late:before {
    content: "assignment_late";
}

.p-icon-assignment-return {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assignment-return:before {
    content: "assignment_return";
}

.p-icon-assignment-returned {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assignment-returned:before {
    content: "assignment_returned";
}

.p-icon-assignment-turned-in {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assignment-turned-in:before {
    content: "assignment_turned_in";
}

.p-icon-assistant {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assistant:before {
    content: "assistant";
}

.p-icon-assistant-photo {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-assistant-photo:before {
    content: "assistant_photo";
}

.p-icon-attach-file {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-attach-file:before {
    content: "attach_file";
}

.p-icon-attach-money {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-attach-money:before {
    content: "attach_money";
}

.p-icon-attachment {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-attachment:before {
    content: "attachment";
}

.p-icon-audiotrack {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-audiotrack:before {
    content: "audiotrack";
}

.p-icon-autorenew {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-autorenew:before {
    content: "autorenew";
}

.p-icon-av-timer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-av-timer:before {
    content: "av_timer";
}

.p-icon-backspace {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-backspace:before {
    content: "backspace";
}

.p-icon-backup {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-backup:before {
    content: "backup";
}

.p-icon-battery-alert {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-battery-alert:before {
    content: "battery_alert";
}

.p-icon-battery-charging-full {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-battery-charging-full:before {
    content: "battery_charging_full";
}

.p-icon-battery-full {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-battery-full:before {
    content: "battery_full";
}

.p-icon-battery-std {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-battery-std:before {
    content: "battery_std";
}

.p-icon-battery-unknown {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-battery-unknown:before {
    content: "battery_unknown";
}

.p-icon-beach-access {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-beach-access:before {
    content: "beach_access";
}

.p-icon-beenhere {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-beenhere:before {
    content: "beenhere";
}

.p-icon-block {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-block:before {
    content: "block";
}

.p-icon-bluetooth {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bluetooth:before {
    content: "bluetooth";
}

.p-icon-bluetooth-audio {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bluetooth-audio:before {
    content: "bluetooth_audio";
}

.p-icon-bluetooth-connected {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bluetooth-connected:before {
    content: "bluetooth_connected";
}

.p-icon-bluetooth-disabled {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bluetooth-disabled:before {
    content: "bluetooth_disabled";
}

.p-icon-bluetooth-searching {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bluetooth-searching:before {
    content: "bluetooth_searching";
}

.p-icon-blur-circular {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-blur-circular:before {
    content: "blur_circular";
}

.p-icon-blur-linear {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-blur-linear:before {
    content: "blur_linear";
}

.p-icon-blur-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-blur-off:before {
    content: "blur_off";
}

.p-icon-blur-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-blur-on:before {
    content: "blur_on";
}

.p-icon-book {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-book:before {
    content: "book";
}

.p-icon-bookmark {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bookmark:before {
    content: "bookmark";
}

.p-icon-bookmark-border {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bookmark-border:before {
    content: "bookmark_border";
}

.p-icon-border-all {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-all:before {
    content: "border_all";
}

.p-icon-border-bottom {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-bottom:before {
    content: "border_bottom";
}

.p-icon-border-clear {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-clear:before {
    content: "border_clear";
}

.p-icon-border-color {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-color:before {
    content: "border_color";
}

.p-icon-border-horizontal {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-horizontal:before {
    content: "border_horizontal";
}

.p-icon-border-inner {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-inner:before {
    content: "border_inner";
}

.p-icon-border-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-left:before {
    content: "border_left";
}

.p-icon-border-outer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-outer:before {
    content: "border_outer";
}

.p-icon-border-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-right:before {
    content: "border_right";
}

.p-icon-border-style {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-style:before {
    content: "border_style";
}

.p-icon-border-top {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-top:before {
    content: "border_top";
}

.p-icon-border-vertical {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-border-vertical:before {
    content: "border_vertical";
}

.p-icon-branding-watermark {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-branding-watermark:before {
    content: "branding_watermark";
}

.p-icon-brightness-1 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-1:before {
    content: "brightness_1";
}

.p-icon-brightness-2 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-2:before {
    content: "brightness_2";
}

.p-icon-brightness-3 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-3:before {
    content: "brightness_3";
}

.p-icon-brightness-4 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-4:before {
    content: "brightness_4";
}

.p-icon-brightness-5 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-5:before {
    content: "brightness_5";
}

.p-icon-brightness-6 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-6:before {
    content: "brightness_6";
}

.p-icon-brightness-7 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-7:before {
    content: "brightness_7";
}

.p-icon-brightness-auto {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-auto:before {
    content: "brightness_auto";
}

.p-icon-brightness-high {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-high:before {
    content: "brightness_high";
}

.p-icon-brightness-low {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-low:before {
    content: "brightness_low";
}

.p-icon-brightness-medium {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brightness-medium:before {
    content: "brightness_medium";
}

.p-icon-broken-image {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-broken-image:before {
    content: "broken_image";
}

.p-icon-brush {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-brush:before {
    content: "brush";
}

.p-icon-bubble-chart {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bubble-chart:before {
    content: "bubble_chart";
}

.p-icon-bug-report {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-bug-report:before {
    content: "bug_report";
}

.p-icon-build {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-build:before {
    content: "build";
}

.p-icon-burst-mode {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-burst-mode:before {
    content: "burst_mode";
}

.p-icon-business {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-business:before {
    content: "business";
}

.p-icon-business-center {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-business-center:before {
    content: "business_center";
}

.p-icon-cached {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cached:before {
    content: "cached";
}

.p-icon-cake {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cake:before {
    content: "cake";
}

.p-icon-call {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call:before {
    content: "call";
}

.p-icon-call-end {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call-end:before {
    content: "call_end";
}

.p-icon-call-made {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call-made:before {
    content: "call_made";
}

.p-icon-call-merge {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call-merge:before {
    content: "call_merge";
}

.p-icon-call-missed {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call-missed:before {
    content: "call_missed";
}

.p-icon-call-missed-outgoing {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call-missed-outgoing:before {
    content: "call_missed_outgoing";
}

.p-icon-call-received {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call-received:before {
    content: "call_received";
}

.p-icon-call-split {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call-split:before {
    content: "call_split";
}

.p-icon-call-to-action {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-call-to-action:before {
    content: "call_to_action";
}

.p-icon-camera {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-camera:before {
    content: "camera";
}

.p-icon-camera-alt {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-camera-alt:before {
    content: "camera_alt";
}

.p-icon-camera-enhance {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-camera-enhance:before {
    content: "camera_enhance";
}

.p-icon-camera-front {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-camera-front:before {
    content: "camera_front";
}

.p-icon-camera-rear {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-camera-rear:before {
    content: "camera_rear";
}

.p-icon-camera-roll {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-camera-roll:before {
    content: "camera_roll";
}

.p-icon-cancel {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cancel:before {
    content: "cancel";
}

.p-icon-card-giftcard {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-card-giftcard:before {
    content: "card_giftcard";
}

.p-icon-card-membership {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-card-membership:before {
    content: "card_membership";
}

.p-icon-card-travel {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-card-travel:before {
    content: "card_travel";
}

.p-icon-casino {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-casino:before {
    content: "casino";
}

.p-icon-cast {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cast:before {
    content: "cast";
}

.p-icon-cast-connected {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cast-connected:before {
    content: "cast_connected";
}

.p-icon-center-focus-strong {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-center-focus-strong:before {
    content: "center_focus_strong";
}

.p-icon-center-focus-weak {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-center-focus-weak:before {
    content: "center_focus_weak";
}

.p-icon-change-history {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-change-history:before {
    content: "change_history";
}

.p-icon-chat {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-chat:before {
    content: "chat";
}

.p-icon-chat-bubble {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-chat-bubble:before {
    content: "chat_bubble";
}

.p-icon-chat-bubble-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-chat-bubble-outline:before {
    content: "chat_bubble_outline";
}

.p-icon-check {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-check:before {
    content: "check";
}

.p-icon-check-box {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-check-box:before {
    content: "check_box";
}

.p-icon-check-box-outline-blank {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-check-box-outline-blank:before {
    content: "check_box_outline_blank";
}

.p-icon-check-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-check-circle:before {
    content: "check_circle";
}

.p-icon-chevron-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-chevron-left:before {
    content: "chevron_left";
}

.p-icon-chevron-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-chevron-right:before {
    content: "chevron_right";
}

.p-icon-child-care {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-child-care:before {
    content: "child_care";
}

.p-icon-child-friendly {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-child-friendly:before {
    content: "child_friendly";
}

.p-icon-chrome-reader-mode {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-chrome-reader-mode:before {
    content: "chrome_reader_mode";
}

.p-icon-class {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-class:before {
    content: "class";
}

.p-icon-clear {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-clear:before {
    content: "clear";
}

.p-icon-clear-all {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-clear-all:before {
    content: "clear_all";
}

.p-icon-close {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-close:before {
    content: "close";
}

.p-icon-closed-caption {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-closed-caption:before {
    content: "closed_caption";
}

.p-icon-cloud {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cloud:before {
    content: "cloud";
}

.p-icon-cloud-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cloud-circle:before {
    content: "cloud_circle";
}

.p-icon-cloud-done {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cloud-done:before {
    content: "cloud_done";
}

.p-icon-cloud-download {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cloud-download:before {
    content: "cloud_download";
}

.p-icon-cloud-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cloud-off:before {
    content: "cloud_off";
}

.p-icon-cloud-queue {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cloud-queue:before {
    content: "cloud_queue";
}

.p-icon-cloud-upload {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-cloud-upload:before {
    content: "cloud_upload";
}

.p-icon-code {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-code:before {
    content: "code";
}

.p-icon-collections {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-collections:before {
    content: "collections";
}

.p-icon-collections-bookmark {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-collections-bookmark:before {
    content: "collections_bookmark";
}

.p-icon-color-lens {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-color-lens:before {
    content: "color_lens";
}

.p-icon-colorize {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-colorize:before {
    content: "colorize";
}

.p-icon-comment {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-comment:before {
    content: "comment";
}

.p-icon-compare {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-compare:before {
    content: "compare";
}

.p-icon-compare-arrows {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-compare-arrows:before {
    content: "compare_arrows";
}

.p-icon-computer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-computer:before {
    content: "computer";
}

.p-icon-confirmation-number {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-confirmation-number:before {
    content: "confirmation_number";
}

.p-icon-contact-mail {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-contact-mail:before {
    content: "contact_mail";
}

.p-icon-contact-phone {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-contact-phone:before {
    content: "contact_phone";
}

.p-icon-contacts {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-contacts:before {
    content: "contacts";
}

.p-icon-content-copy {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-content-copy:before {
    content: "content_copy";
}

.p-icon-content-cut {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-content-cut:before {
    content: "content_cut";
}

.p-icon-content-paste {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-content-paste:before {
    content: "content_paste";
}

.p-icon-control-point {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-control-point:before {
    content: "control_point";
}

.p-icon-control-point-duplicate {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-control-point-duplicate:before {
    content: "control_point_duplicate";
}

.p-icon-copyright {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-copyright:before {
    content: "copyright";
}

.p-icon-create {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-create:before {
    content: "create";
}

.p-icon-create-new-folder {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-create-new-folder:before {
    content: "create_new_folder";
}

.p-icon-credit-card {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-credit-card:before {
    content: "credit_card";
}

.p-icon-crop {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop:before {
    content: "crop";
}

.p-icon-crop-16-9 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-16-9:before {
    content: "crop_16_9";
}

.p-icon-crop-3-2 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-3-2:before {
    content: "crop_3_2";
}

.p-icon-crop-5-4 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-5-4:before {
    content: "crop_5_4";
}

.p-icon-crop-7-5 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-7-5:before {
    content: "crop_7_5";
}

.p-icon-crop-din {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-din:before {
    content: "crop_din";
}

.p-icon-crop-free {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-free:before {
    content: "crop_free";
}

.p-icon-crop-landscape {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-landscape:before {
    content: "crop_landscape";
}

.p-icon-crop-original {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-original:before {
    content: "crop_original";
}

.p-icon-crop-portrait {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-portrait:before {
    content: "crop_portrait";
}

.p-icon-crop-rotate {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-rotate:before {
    content: "crop_rotate";
}

.p-icon-crop-square {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-crop-square:before {
    content: "crop_square";
}

.p-icon-dashboard {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-dashboard:before {
    content: "dashboard";
}

.p-icon-data-usage {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-data-usage:before {
    content: "data_usage";
}

.p-icon-date-range {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-date-range:before {
    content: "date_range";
}

.p-icon-dehaze {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-dehaze:before {
    content: "dehaze";
}

.p-icon-delete {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-delete:before {
    content: "delete";
}

.p-icon-delete-forever {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-delete-forever:before {
    content: "delete_forever";
}

.p-icon-delete-sweep {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-delete-sweep:before {
    content: "delete_sweep";
}

.p-icon-description {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-description:before {
    content: "description";
}

.p-icon-desktop-mac {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-desktop-mac:before {
    content: "desktop_mac";
}

.p-icon-desktop-windows {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-desktop-windows:before {
    content: "desktop_windows";
}

.p-icon-details {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-details:before {
    content: "details";
}

.p-icon-developer-board {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-developer-board:before {
    content: "developer_board";
}

.p-icon-developer-mode {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-developer-mode:before {
    content: "developer_mode";
}

.p-icon-device-hub {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-device-hub:before {
    content: "device_hub";
}

.p-icon-devices {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-devices:before {
    content: "devices";
}

.p-icon-devices-other {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-devices-other:before {
    content: "devices_other";
}

.p-icon-dialer-sip {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-dialer-sip:before {
    content: "dialer_sip";
}

.p-icon-dialpad {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-dialpad:before {
    content: "dialpad";
}

.p-icon-directions {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions:before {
    content: "directions";
}

.p-icon-directions-bike {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-bike:before {
    content: "directions_bike";
}

.p-icon-directions-boat {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-boat:before {
    content: "directions_boat";
}

.p-icon-directions-bus {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-bus:before {
    content: "directions_bus";
}

.p-icon-directions-car {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-car:before {
    content: "directions_car";
}

.p-icon-directions-railway {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-railway:before {
    content: "directions_railway";
}

.p-icon-directions-run {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-run:before {
    content: "directions_run";
}

.p-icon-directions-subway {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-subway:before {
    content: "directions_subway";
}

.p-icon-directions-transit {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-transit:before {
    content: "directions_transit";
}

.p-icon-directions-walk {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-directions-walk:before {
    content: "directions_walk";
}

.p-icon-disc-full {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-disc-full:before {
    content: "disc_full";
}

.p-icon-dns {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-dns:before {
    content: "dns";
}

.p-icon-do-not-disturb {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-do-not-disturb:before {
    content: "do_not_disturb";
}

.p-icon-do-not-disturb-alt {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-do-not-disturb-alt:before {
    content: "do_not_disturb_alt";
}

.p-icon-do-not-disturb-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-do-not-disturb-off:before {
    content: "do_not_disturb_off";
}

.p-icon-do-not-disturb-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-do-not-disturb-on:before {
    content: "do_not_disturb_on";
}

.p-icon-dock {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-dock:before {
    content: "dock";
}

.p-icon-domain {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-domain:before {
    content: "domain";
}

.p-icon-done {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-done:before {
    content: "done";
}

.p-icon-done-all {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-done-all:before {
    content: "done_all";
}

.p-icon-donut-large {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-donut-large:before {
    content: "donut_large";
}

.p-icon-donut-small {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-donut-small:before {
    content: "donut_small";
}

.p-icon-drafts {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-drafts:before {
    content: "drafts";
}

.p-icon-drag-handle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-drag-handle:before {
    content: "drag_handle";
}

.p-icon-drive-eta {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-drive-eta:before {
    content: "drive_eta";
}

.p-icon-dvr {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-dvr:before {
    content: "dvr";
}

.p-icon-edit {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-edit:before {
    content: "edit";
}

.p-icon-edit-location {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-edit-location:before {
    content: "edit_location";
}

.p-icon-eject {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-eject:before {
    content: "eject";
}

.p-icon-email {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-email:before {
    content: "email";
}

.p-icon-enhanced-encryption {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-enhanced-encryption:before {
    content: "enhanced_encryption";
}

.p-icon-equalizer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-equalizer:before {
    content: "equalizer";
}

.p-icon-error {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-error:before {
    content: "error";
}

.p-icon-error-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-error-outline:before {
    content: "error_outline";
}

.p-icon-euro-symbol {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-euro-symbol:before {
    content: "euro_symbol";
}

.p-icon-ev-station {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-ev-station:before {
    content: "ev_station";
}

.p-icon-event {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-event:before {
    content: "event";
}

.p-icon-event-available {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-event-available:before {
    content: "event_available";
}

.p-icon-event-busy {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-event-busy:before {
    content: "event_busy";
}

.p-icon-event-note {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-event-note:before {
    content: "event_note";
}

.p-icon-event-seat {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-event-seat:before {
    content: "event_seat";
}

.p-icon-exit-to-app {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-exit-to-app:before {
    content: "exit_to_app";
}

.p-icon-expand-less {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-expand-less:before {
    content: "expand_less";
}

.p-icon-expand-more {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-expand-more:before {
    content: "expand_more";
}

.p-icon-explicit {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-explicit:before {
    content: "explicit";
}

.p-icon-explore {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-explore:before {
    content: "explore";
}

.p-icon-exposure {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-exposure:before {
    content: "exposure";
}

.p-icon-exposure-neg-1 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-exposure-neg-1:before {
    content: "exposure_neg_1";
}

.p-icon-exposure-neg-2 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-exposure-neg-2:before {
    content: "exposure_neg_2";
}

.p-icon-exposure-plus-1 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-exposure-plus-1:before {
    content: "exposure_plus_1";
}

.p-icon-exposure-plus-2 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-exposure-plus-2:before {
    content: "exposure_plus_2";
}

.p-icon-exposure-zero {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-exposure-zero:before {
    content: "exposure_zero";
}

.p-icon-extension {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-extension:before {
    content: "extension";
}

.p-icon-face {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-face:before {
    content: "face";
}

.p-icon-fast-forward {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fast-forward:before {
    content: "fast_forward";
}

.p-icon-fast-rewind {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fast-rewind:before {
    content: "fast_rewind";
}

.p-icon-favorite {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-favorite:before {
    content: "favorite";
}

.p-icon-favorite-border {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-favorite-border:before {
    content: "favorite_border";
}

.p-icon-featured-play-list {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-featured-play-list:before {
    content: "featured_play_list";
}

.p-icon-featured-video {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-featured-video:before {
    content: "featured_video";
}

.p-icon-feedback {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-feedback:before {
    content: "feedback";
}

.p-icon-fiber-dvr {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fiber-dvr:before {
    content: "fiber_dvr";
}

.p-icon-fiber-manual-record {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fiber-manual-record:before {
    content: "fiber_manual_record";
}

.p-icon-fiber-new {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fiber-new:before {
    content: "fiber_new";
}

.p-icon-fibern {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fibern:before {
    content: "fiber_pin";
}

.p-icon-fiber-smart-record {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fiber-smart-record:before {
    content: "fiber_smart_record";
}

.p-icon-file-download {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-file-download:before {
    content: "file_download";
}

.p-icon-file-upload {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-file-upload:before {
    content: "file_upload";
}

.p-icon-filter {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter:before {
    content: "filter";
}

.p-icon-filter-1 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-1:before {
    content: "filter_1";
}

.p-icon-filter-2 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-2:before {
    content: "filter_2";
}

.p-icon-filter-3 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-3:before {
    content: "filter_3";
}

.p-icon-filter-4 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-4:before {
    content: "filter_4";
}

.p-icon-filter-5 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-5:before {
    content: "filter_5";
}

.p-icon-filter-6 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-6:before {
    content: "filter_6";
}

.p-icon-filter-7 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-7:before {
    content: "filter_7";
}

.p-icon-filter-8 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-8:before {
    content: "filter_8";
}

.p-icon-filter-9 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-9:before {
    content: "filter_9";
}

.p-icon-filter-9-plus {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-9-plus:before {
    content: "filter_9_plus";
}

.p-icon-filter-b-and-w {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-b-and-w:before {
    content: "filter_b_and_w";
}

.p-icon-filter-center-focus {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-center-focus:before {
    content: "filter_center_focus";
}

.p-icon-filter-drama {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-drama:before {
    content: "filter_drama";
}

.p-icon-filter-frames {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-frames:before {
    content: "filter_frames";
}

.p-icon-filter-hdr {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-hdr:before {
    content: "filter_hdr";
}

.p-icon-filter-list {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-list:before {
    content: "filter_list";
}

.p-icon-filter-none {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-none:before {
    content: "filter_none";
}

.p-icon-filter-tilt-shift {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-tilt-shift:before {
    content: "filter_tilt_shift";
}

.p-icon-filter-vintage {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-filter-vintage:before {
    content: "filter_vintage";
}

.p-icon-find-in-page {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-find-in-page:before {
    content: "find_in_page";
}

.p-icon-find-replace {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-find-replace:before {
    content: "find_replace";
}

.p-icon-fingerprint {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fingerprint:before {
    content: "fingerprint";
}

.p-icon-first-page {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-first-page:before {
    content: "first_page";
}

.p-icon-fitness-center {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fitness-center:before {
    content: "fitness_center";
}

.p-icon-flag {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flag:before {
    content: "flag";
}

.p-icon-flare {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flare:before {
    content: "flare";
}

.p-icon-flash-auto {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flash-auto:before {
    content: "flash_auto";
}

.p-icon-flash-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flash-off:before {
    content: "flash_off";
}

.p-icon-flash-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flash-on:before {
    content: "flash_on";
}

.p-icon-flight {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flight:before {
    content: "flight";
}

.p-icon-flight-land {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flight-land:before {
    content: "flight_land";
}

.p-icon-flight-takeoff {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flight-takeoff:before {
    content: "flight_takeoff";
}

.p-icon-flip {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flip:before {
    content: "flip";
}

.p-icon-flip-to-back {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flip-to-back:before {
    content: "flip_to_back";
}

.p-icon-flip-to-front {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-flip-to-front:before {
    content: "flip_to_front";
}

.p-icon-folder {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-folder:before {
    content: "folder";
}

.p-icon-folder-open {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-folder-open:before {
    content: "folder_open";
}

.p-icon-folder-shared {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-folder-shared:before {
    content: "folder_shared";
}

.p-icon-folder-special {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-folder-special:before {
    content: "folder_special";
}

.p-icon-font-download {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-font-download:before {
    content: "font_download";
}

.p-icon-format-align-center {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-align-center:before {
    content: "format_align_center";
}

.p-icon-format-align-justify {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-align-justify:before {
    content: "format_align_justify";
}

.p-icon-format-align-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-align-left:before {
    content: "format_align_left";
}

.p-icon-format-align-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-align-right:before {
    content: "format_align_right";
}

.p-icon-format-bold {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-bold:before {
    content: "format_bold";
}

.p-icon-format-clear {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-clear:before {
    content: "format_clear";
}

.p-icon-format-color-fill {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-color-fill:before {
    content: "format_color_fill";
}

.p-icon-format-color-reset {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-color-reset:before {
    content: "format_color_reset";
}

.p-icon-format-color-text {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-color-text:before {
    content: "format_color_text";
}

.p-icon-format-indent-decrease {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-indent-decrease:before {
    content: "format_indent_decrease";
}

.p-icon-format-indent-increase {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-indent-increase:before {
    content: "format_indent_increase";
}

.p-icon-format-italic {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-italic:before {
    content: "format_italic";
}

.p-icon-format-line-spacing {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-line-spacing:before {
    content: "format_line_spacing";
}

.p-icon-format-list-bulleted {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-list-bulleted:before {
    content: "format_list_bulleted";
}

.p-icon-format-list-numbered {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-list-numbered:before {
    content: "format_list_numbered";
}

.p-icon-format-paint {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-paint:before {
    content: "format_paint";
}

.p-icon-format-quote {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-quote:before {
    content: "format_quote";
}

.p-icon-format-shapes {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-shapes:before {
    content: "format_shapes";
}

.p-icon-format-size {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-size:before {
    content: "format_size";
}

.p-icon-format-strikethrough {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-strikethrough:before {
    content: "format_strikethrough";
}

.p-icon-format-textdirection-l-to-r {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-textdirection-l-to-r:before {
    content: "format_textdirection_l_to_r";
}

.p-icon-format-textdirection-r-to-l {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-textdirection-r-to-l:before {
    content: "format_textdirection_r_to_l";
}

.p-icon-format-underlined {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-format-underlined:before {
    content: "format_underlined";
}

.p-icon-forum {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-forum:before {
    content: "forum";
}

.p-icon-forward {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-forward:before {
    content: "forward";
}

.p-icon-forward-10 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-forward-10:before {
    content: "forward_10";
}

.p-icon-forward-30 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-forward-30:before {
    content: "forward_30";
}

.p-icon-forward-5 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-forward-5:before {
    content: "forward_5";
}

.p-icon-free-breakfast {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-free-breakfast:before {
    content: "free_breakfast";
}

.p-icon-fullscreen {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fullscreen:before {
    content: "fullscreen";
}

.p-icon-fullscreen-exit {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-fullscreen-exit:before {
    content: "fullscreen_exit";
}

.p-icon-functions {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-functions:before {
    content: "functions";
}

.p-icon-g-translate {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-g-translate:before {
    content: "g_translate";
}

.p-icon-gamepad {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gamepad:before {
    content: "gamepad";
}

.p-icon-games {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-games:before {
    content: "games";
}

.p-icon-gavel {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gavel:before {
    content: "gavel";
}

.p-icon-gesture {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gesture:before {
    content: "gesture";
}

.p-icon-get-app {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-get-app:before {
    content: "get_app";
}

.p-icon-gif {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gif:before {
    content: "gif";
}

.p-icon-golf-course {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-golf-course:before {
    content: "golf_course";
}

.p-icon-gps-fixed {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gps-fixed:before {
    content: "gps_fixed";
}

.p-icon-gps-not-fixed {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gps-not-fixed:before {
    content: "gps_not_fixed";
}

.p-icon-gps-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gps-off:before {
    content: "gps_off";
}

.p-icon-grade {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-grade:before {
    content: "grade";
}

.p-icon-gradient {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-gradient:before {
    content: "gradient";
}

.p-icon-grain {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-grain:before {
    content: "grain";
}

.p-icon-graphic-eq {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-graphic-eq:before {
    content: "graphic_eq";
}

.p-icon-grid-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-grid-off:before {
    content: "grid_off";
}

.p-icon-grid-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-grid-on:before {
    content: "grid_on";
}

.p-icon-group {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-group:before {
    content: "group";
}

.p-icon-group-add {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-group-add:before {
    content: "group_add";
}

.p-icon-group-work {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-group-work:before {
    content: "group_work";
}

.p-icon-hd {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hd:before {
    content: "hd";
}

.p-icon-hdr-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hdr-off:before {
    content: "hdr_off";
}

.p-icon-hdr-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hdr-on:before {
    content: "hdr_on";
}

.p-icon-hdr-strong {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hdr-strong:before {
    content: "hdr_strong";
}

.p-icon-hdr-weak {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hdr-weak:before {
    content: "hdr_weak";
}

.p-icon-headset {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-headset:before {
    content: "headset";
}

.p-icon-headset-mic {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-headset-mic:before {
    content: "headset_mic";
}

.p-icon-healing {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-healing:before {
    content: "healing";
}

.p-icon-hearing {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hearing:before {
    content: "hearing";
}

.p-icon-help {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-help:before {
    content: "help";
}

.p-icon-help-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-help-outline:before {
    content: "help_outline";
}

.p-icon-high-quality {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-high-quality:before {
    content: "high_quality";
}

.p-icon-highlight {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-highlight:before {
    content: "highlight";
}

.p-icon-highlight-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-highlight-off:before {
    content: "highlight_off";
}

.p-icon-history {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-history:before {
    content: "history";
}

.p-icon-home {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-home:before {
    content: "home";
}

.p-icon-hot-tub {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hot-tub:before {
    content: "hot_tub";
}

.p-icon-hotel {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hotel:before {
    content: "hotel";
}

.p-icon-hourglass-empty {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hourglass-empty:before {
    content: "hourglass_empty";
}

.p-icon-hourglass-full {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-hourglass-full:before {
    content: "hourglass_full";
}

.p-icon-http {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-http:before {
    content: "http";
}

.p-icon-https {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-https:before {
    content: "https";
}

.p-icon-image {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-image:before {
    content: "image";
}

.p-icon-image-aspect-ratio {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-image-aspect-ratio:before {
    content: "image_aspect_ratio";
}

.p-icon-import-contacts {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-import-contacts:before {
    content: "import_contacts";
}

.p-icon-import-export {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-import-export:before {
    content: "import_export";
}

.p-icon-important-devices {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-important-devices:before {
    content: "important_devices";
}

.p-icon-inbox {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-inbox:before {
    content: "inbox";
}

.p-icon-indeterminate-check-box {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-indeterminate-check-box:before {
    content: "indeterminate_check_box";
}

.p-icon-info {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-info:before {
    content: "info";
}

.p-icon-info-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-info-outline:before {
    content: "info_outline";
}

.p-icon-input {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-input:before {
    content: "input";
}

.p-icon-insert-chart {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-insert-chart:before {
    content: "insert_chart";
}

.p-icon-insert-comment {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-insert-comment:before {
    content: "insert_comment";
}

.p-icon-insert-drive-file {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-insert-drive-file:before {
    content: "insert_drive_file";
}

.p-icon-insert-emoticon {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-insert-emoticon:before {
    content: "insert_emoticon";
}

.p-icon-insert-invitation {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-insert-invitation:before {
    content: "insert_invitation";
}

.p-icon-insert-link {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-insert-link:before {
    content: "insert_link";
}

.p-icon-insert-photo {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-insert-photo:before {
    content: "insert_photo";
}

.p-icon-invert-colors {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-invert-colors:before {
    content: "invert_colors";
}

.p-icon-invert-colors-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-invert-colors-off:before {
    content: "invert_colors_off";
}

.p-icon-iso {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-iso:before {
    content: "iso";
}

.p-icon-keyboard {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard:before {
    content: "keyboard";
}

.p-icon-keyboard-arrow-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-arrow-down:before {
    content: "keyboard_arrow_down";
}

.p-icon-keyboard-arrow-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-arrow-left:before {
    content: "keyboard_arrow_left";
}

.p-icon-keyboard-arrow-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-arrow-right:before {
    content: "keyboard_arrow_right";
}

.p-icon-keyboard-arrow-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-arrow-up:before {
    content: "keyboard_arrow_up";
}

.p-icon-keyboard-backspace {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-backspace:before {
    content: "keyboard_backspace";
}

.p-icon-keyboard-capslock {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-capslock:before {
    content: "keyboard_capslock";
}

.p-icon-keyboard-hide {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-hide:before {
    content: "keyboard_hide";
}

.p-icon-keyboard-return {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-return:before {
    content: "keyboard_return";
}

.p-icon-keyboard-tab {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-tab:before {
    content: "keyboard_tab";
}

.p-icon-keyboard-voice {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-keyboard-voice:before {
    content: "keyboard_voice";
}

.p-icon-kitchen {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-kitchen:before {
    content: "kitchen";
}

.p-icon-label {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-label:before {
    content: "label";
}

.p-icon-label-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-label-outline:before {
    content: "label_outline";
}

.p-icon-landscape {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-landscape:before {
    content: "landscape";
}

.p-icon-language {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-language:before {
    content: "language";
}

.p-icon-laptop {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-laptop:before {
    content: "laptop";
}

.p-icon-laptop-chromebook {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-laptop-chromebook:before {
    content: "laptop_chromebook";
}

.p-icon-laptop-mac {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-laptop-mac:before {
    content: "laptop_mac";
}

.p-icon-laptop-windows {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-laptop-windows:before {
    content: "laptop_windows";
}

.p-icon-last-page {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-last-page:before {
    content: "last_page";
}

.p-icon-launch {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-launch:before {
    content: "launch";
}

.p-icon-layers {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-layers:before {
    content: "layers";
}

.p-icon-layers-clear {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-layers-clear:before {
    content: "layers_clear";
}

.p-icon-leak-add {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-leak-add:before {
    content: "leak_add";
}

.p-icon-leak-remove {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-leak-remove:before {
    content: "leak_remove";
}

.p-icon-lens {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-lens:before {
    content: "lens";
}

.p-icon-library-add {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-library-add:before {
    content: "library_add";
}

.p-icon-library-books {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-library-books:before {
    content: "library_books";
}

.p-icon-library-music {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-library-music:before {
    content: "library_music";
}

.p-icon-lightbulb-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-lightbulb-outline:before {
    content: "lightbulb_outline";
}

.p-icon-line-style {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-line-style:before {
    content: "line_style";
}

.p-icon-line-weight {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-line-weight:before {
    content: "line_weight";
}

.p-icon-linear-scale {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-linear-scale:before {
    content: "linear_scale";
}

.p-icon-link {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-link:before {
    content: "link";
}

.p-icon-linked-camera {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-linked-camera:before {
    content: "linked_camera";
}

.p-icon-list {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-list:before {
    content: "list";
}

.p-icon-live-help {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-live-help:before {
    content: "live_help";
}

.p-icon-live-tv {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-live-tv:before {
    content: "live_tv";
}

.p-icon-local-activity {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-activity:before {
    content: "local_activity";
}

.p-icon-local-airport {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-airport:before {
    content: "local_airport";
}

.p-icon-local-atm {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-atm:before {
    content: "local_atm";
}

.p-icon-local-bar {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-bar:before {
    content: "local_bar";
}

.p-icon-local-cafe {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-cafe:before {
    content: "local_cafe";
}

.p-icon-local-car-wash {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-car-wash:before {
    content: "local_car_wash";
}

.p-icon-local-convenience-store {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-convenience-store:before {
    content: "local_convenience_store";
}

.p-icon-local-dining {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-dining:before {
    content: "local_dining";
}

.p-icon-local-drink {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-drink:before {
    content: "local_drink";
}

.p-icon-local-florist {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-florist:before {
    content: "local_florist";
}

.p-icon-local-gas-station {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-gas-station:before {
    content: "local_gas_station";
}

.p-icon-local-grocery-store {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-grocery-store:before {
    content: "local_grocery_store";
}

.p-icon-local-hospital {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-hospital:before {
    content: "local_hospital";
}

.p-icon-local-hotel {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-hotel:before {
    content: "local_hotel";
}

.p-icon-local-laundry-service {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-laundry-service:before {
    content: "local_laundry_service";
}

.p-icon-local-library {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-library:before {
    content: "local_library";
}

.p-icon-local-mall {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-mall:before {
    content: "local_mall";
}

.p-icon-local-movies {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-movies:before {
    content: "local_movies";
}

.p-icon-local-offer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-offer:before {
    content: "local_offer";
}

.p-icon-local-parking {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-parking:before {
    content: "local_parking";
}

.p-icon-local-pharmacy {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-pharmacy:before {
    content: "local_pharmacy";
}

.p-icon-local-phone {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-phone:before {
    content: "local_phone";
}

.p-icon-local-pizza {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-pizza:before {
    content: "local_pizza";
}

.p-icon-local-play {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-play:before {
    content: "local_play";
}

.p-icon-local-post-office {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-post-office:before {
    content: "local_post_office";
}

.p-icon-local-printshop {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-printshop:before {
    content: "local_printshop";
}

.p-icon-local-see {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-see:before {
    content: "local_see";
}

.p-icon-local-shipping {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-shipping:before {
    content: "local_shipping";
}

.p-icon-local-taxi {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-local-taxi:before {
    content: "local_taxi";
}

.p-icon-location-city {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-location-city:before {
    content: "location_city";
}

.p-icon-location-disabled {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-location-disabled:before {
    content: "location_disabled";
}

.p-icon-location-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-location-off:before {
    content: "location_off";
}

.p-icon-location-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-location-on:before {
    content: "location_on";
}

.p-icon-location-searching {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-location-searching:before {
    content: "location_searching";
}

.p-icon-lock {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-lock:before {
    content: "lock";
}

.p-icon-lock-open {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-lock-open:before {
    content: "lock_open";
}

.p-icon-lock-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-lock-outline:before {
    content: "lock_outline";
}

.p-icon-looks {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-looks:before {
    content: "looks";
}

.p-icon-looks-3 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-looks-3:before {
    content: "looks_3";
}

.p-icon-looks-4 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-looks-4:before {
    content: "looks_4";
}

.p-icon-looks-5 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-looks-5:before {
    content: "looks_5";
}

.p-icon-looks-6 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-looks-6:before {
    content: "looks_6";
}

.p-icon-looks-one {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-looks-one:before {
    content: "looks_one";
}

.p-icon-looks-two {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-looks-two:before {
    content: "looks_two";
}

.p-icon-loop {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-loop:before {
    content: "loop";
}

.p-icon-loupe {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-loupe:before {
    content: "loupe";
}

.p-icon-low-priority {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-low-priority:before {
    content: "low_priority";
}

.p-icon-loyalty {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-loyalty:before {
    content: "loyalty";
}

.p-icon-mail {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mail:before {
    content: "mail";
}

.p-icon-mail-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mail-outline:before {
    content: "mail_outline";
}

.p-icon-map {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-map:before {
    content: "map";
}

.p-icon-markunread {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-markunread:before {
    content: "markunread";
}

.p-icon-markunread-mailbox {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-markunread-mailbox:before {
    content: "markunread_mailbox";
}

.p-icon-memory {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-memory:before {
    content: "memory";
}

.p-icon-menu {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-menu:before {
    content: "menu";
}

.p-icon-merge-type {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-merge-type:before {
    content: "merge_type";
}

.p-icon-message {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-message:before {
    content: "message";
}

.p-icon-mic {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mic:before {
    content: "mic";
}

.p-icon-mic-none {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mic-none:before {
    content: "mic_none";
}

.p-icon-mic-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mic-off:before {
    content: "mic_off";
}

.p-icon-mms {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mms:before {
    content: "mms";
}

.p-icon-mode-comment {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mode-comment:before {
    content: "mode_comment";
}

.p-icon-mode-edit {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mode-edit:before {
    content: "mode_edit";
}

.p-icon-monetization-on {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-monetization-on:before {
    content: "monetization_on";
}

.p-icon-money-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-money-off:before {
    content: "money_off";
}

.p-icon-monochrome-photos {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-monochrome-photos:before {
    content: "monochrome_photos";
}

.p-icon-mood {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mood:before {
    content: "mood";
}

.p-icon-mood-bad {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mood-bad:before {
    content: "mood_bad";
}

.p-icon-more {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-more:before {
    content: "more";
}

.p-icon-more-horiz {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-more-horiz:before {
    content: "more_horiz";
}

.p-icon-more-vert {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-more-vert:before {
    content: "more_vert";
}

.p-icon-motorcycle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-motorcycle:before {
    content: "motorcycle";
}

.p-icon-mouse {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-mouse:before {
    content: "mouse";
}

.p-icon-move-to-inbox {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-move-to-inbox:before {
    content: "move_to_inbox";
}

.p-icon-movie {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-movie:before {
    content: "movie";
}

.p-icon-movie-creation {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-movie-creation:before {
    content: "movie_creation";
}

.p-icon-movie-filter {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-movie-filter:before {
    content: "movie_filter";
}

.p-icon-multiline-chart {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-multiline-chart:before {
    content: "multiline_chart";
}

.p-icon-music-note {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-music-note:before {
    content: "music_note";
}

.p-icon-music-video {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-music-video:before {
    content: "music_video";
}

.p-icon-my-location {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-my-location:before {
    content: "my_location";
}

.p-icon-nature {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-nature:before {
    content: "nature";
}

.p-icon-nature-people {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-nature-people:before {
    content: "nature_people";
}

.p-icon-navigate-before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-navigate-before:before {
    content: "navigate_before";
}

.p-icon-navigate-next {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-navigate-next:before {
    content: "navigate_next";
}

.p-icon-navigation {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-navigation:before {
    content: "navigation";
}

.p-icon-near-me {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-near-me:before {
    content: "near_me";
}

.p-icon-network-cell {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-network-cell:before {
    content: "network_cell";
}

.p-icon-network-check {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-network-check:before {
    content: "network_check";
}

.p-icon-network-locked {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-network-locked:before {
    content: "network_locked";
}

.p-icon-network-wifi {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-network-wifi:before {
    content: "network_wifi";
}

.p-icon-new-releases {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-new-releases:before {
    content: "new_releases";
}

.p-icon-next-week {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-next-week:before {
    content: "next_week";
}

.p-icon-nfc {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-nfc:before {
    content: "nfc";
}

.p-icon-no-encryption {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-no-encryption:before {
    content: "no_encryption";
}

.p-icon-no-sim {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-no-sim:before {
    content: "no_sim";
}

.p-icon-not-interested {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-not-interested:before {
    content: "not_interested";
}

.p-icon-note {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-note:before {
    content: "note";
}

.p-icon-note-add {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-note-add:before {
    content: "note_add";
}

.p-icon-notifications {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-notifications:before {
    content: "notifications";
}

.p-icon-notifications-active {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-notifications-active:before {
    content: "notifications_active";
}

.p-icon-notifications-none {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-notifications-none:before {
    content: "notifications_none";
}

.p-icon-notifications-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-notifications-off:before {
    content: "notifications_off";
}

.p-icon-notifications-paused {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-notifications-paused:before {
    content: "notifications_paused";
}

.p-icon-offline-pin {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-offline-pin:before {
    content: "offline_pin";
}

.p-icon-ondemand-video {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-ondemand-video:before {
    content: "ondemand_video";
}

.p-icon-opacity {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-opacity:before {
    content: "opacity";
}

.p-icon-open-in-browser {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-open-in-browser:before {
    content: "open_in_browser";
}

.p-icon-open-in-new {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-open-in-new:before {
    content: "open_in_new";
}

.p-icon-open-with {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-open-with:before {
    content: "open_with";
}

.p-icon-pages {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pages:before {
    content: "pages";
}

.p-icon-pageview {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pageview:before {
    content: "pageview";
}

.p-icon-palette {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-palette:before {
    content: "palette";
}

.p-icon-pan-tool {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pan-tool:before {
    content: "pan_tool";
}

.p-icon-panorama {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-panorama:before {
    content: "panorama";
}

.p-icon-panorama-fish-eye {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-panorama-fish-eye:before {
    content: "panorama_fish_eye";
}

.p-icon-panorama-horizontal {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-panorama-horizontal:before {
    content: "panorama_horizontal";
}

.p-icon-panorama-vertical {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-panorama-vertical:before {
    content: "panorama_vertical";
}

.p-icon-panorama-wide-angle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-panorama-wide-angle:before {
    content: "panorama_wide_angle";
}

.p-icon-party-mode {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-party-mode:before {
    content: "party_mode";
}

.p-icon-pause {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pause:before {
    content: "pause";
}

.p-icon-pause-circle-filled {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pause-circle-filled:before {
    content: "pause_circle_filled";
}

.p-icon-pause-circle-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pause-circle-outline:before {
    content: "pause_circle_outline";
}

.p-icon-payment {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-payment:before {
    content: "payment";
}

.p-icon-people {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-people:before {
    content: "people";
}

.p-icon-people-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-people-outline:before {
    content: "people_outline";
}

.p-icon-perm-camera-mic {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-perm-camera-mic:before {
    content: "perm_camera_mic";
}

.p-icon-perm-contact-calendar {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-perm-contact-calendar:before {
    content: "perm_contact_calendar";
}

.p-icon-perm-data-setting {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-perm-data-setting:before {
    content: "perm_data_setting";
}

.p-icon-perm-device-information {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-perm-device-information:before {
    content: "perm_device_information";
}

.p-icon-perm-identity {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-perm-identity:before {
    content: "perm_identity";
}

.p-icon-perm-media {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-perm-media:before {
    content: "perm_media";
}

.p-icon-perm-phone-msg {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-perm-phone-msg:before {
    content: "perm_phone_msg";
}

.p-icon-perm-scan-wifi {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-perm-scan-wifi:before {
    content: "perm_scan_wifi";
}

.p-icon-person {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-person:before {
    content: "person";
}

.p-icon-person-add {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-person-add:before {
    content: "person_add";
}

.p-icon-person-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-person-outline:before {
    content: "person_outline";
}

.p-icon-person-pin {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-person-pin:before {
    content: "person_pin";
}

.p-icon-person-pin-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-person-pin-circle:before {
    content: "person_pin_circle";
}

.p-icon-personal-video {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-personal-video:before {
    content: "personal_video";
}

.p-icon-pets {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pets:before {
    content: "pets";
}

.p-icon-phone {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone:before {
    content: "phone";
}

.p-icon-phone-android {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone-android:before {
    content: "phone_android";
}

.p-icon-phone-bluetooth-speaker {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone-bluetooth-speaker:before {
    content: "phone_bluetooth_speaker";
}

.p-icon-phone-forwarded {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone-forwarded:before {
    content: "phone_forwarded";
}

.p-icon-phone-in-talk {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone-in-talk:before {
    content: "phone_in_talk";
}

.p-icon-phone-iphone {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone-iphone:before {
    content: "phone_iphone";
}

.p-icon-phone-locked {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone-locked:before {
    content: "phone_locked";
}

.p-icon-phone-missed {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone-missed:before {
    content: "phone_missed";
}

.p-icon-phone-paused {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phone-paused:before {
    content: "phone_paused";
}

.p-icon-phonelink {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phonelink:before {
    content: "phonelink";
}

.p-icon-phonelink-erase {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phonelink-erase:before {
    content: "phonelink_erase";
}

.p-icon-phonelink-lock {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phonelink-lock:before {
    content: "phonelink_lock";
}

.p-icon-phonelink-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phonelink-off:before {
    content: "phonelink_off";
}

.p-icon-phonelink-ring {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phonelink-ring:before {
    content: "phonelink_ring";
}

.p-icon-phonelink-setup {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-phonelink-setup:before {
    content: "phonelink_setup";
}

.p-icon-photo {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-photo:before {
    content: "photo";
}

.p-icon-photo-album {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-photo-album:before {
    content: "photo_album";
}

.p-icon-photo-camera {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-photo-camera:before {
    content: "photo_camera";
}

.p-icon-photo-filter {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-photo-filter:before {
    content: "photo_filter";
}

.p-icon-photo-library {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-photo-library:before {
    content: "photo_library";
}

.p-icon-photo-size-select-actual {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-photo-size-select-actual:before {
    content: "photo_size_select_actual";
}

.p-icon-photo-size-select-large {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-photo-size-select-large:before {
    content: "photo_size_select_large";
}

.p-icon-photo-size-select-small {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-photo-size-select-small:before {
    content: "photo_size_select_small";
}

.p-icon-picture-as-pdf {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-picture-as-pdf:before {
    content: "picture_as_pdf";
}

.p-icon-picture-in-picture {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-picture-in-picture:before {
    content: "picture_in_picture";
}

.p-icon-picture-in-picture-alt {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-picture-in-picture-alt:before {
    content: "picture_in_picture_alt";
}

.p-icon-pie-chart {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pie-chart:before {
    content: "pie_chart";
}

.p-icon-pie-chart-outlined {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pie-chart-outlined:before {
    content: "pie_chart_outlined";
}

.p-icon-pin-drop {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pin-drop:before {
    content: "pin_drop";
}

.p-icon-place {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-place:before {
    content: "place";
}

.p-icon-play-arrow {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-play-arrow:before {
    content: "play_arrow";
}

.p-icon-play-circle-filled {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-play-circle-filled:before {
    content: "play_circle_filled";
}

.p-icon-play-circle-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-play-circle-outline:before {
    content: "play_circle_outline";
}

.p-icon-play-for-work {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-play-for-work:before {
    content: "play_for_work";
}

.p-icon-playlist-add {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-playlist-add:before {
    content: "playlist_add";
}

.p-icon-playlist-add-check {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-playlist-add-check:before {
    content: "playlist_add_check";
}

.p-icon-playlist-play {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-playlist-play:before {
    content: "playlist_play";
}

.p-icon-plus-one {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-plus-one:before {
    content: "plus_one";
}

.p-icon-poll {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-poll:before {
    content: "poll";
}

.p-icon-polymer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-polymer:before {
    content: "polymer";
}

.p-icon-pool {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pool:before {
    content: "pool";
}

.p-icon-portable-wifi-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-portable-wifi-off:before {
    content: "portable_wifi_off";
}

.p-icon-portrait {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-portrait:before {
    content: "portrait";
}

.p-icon-power {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-power:before {
    content: "power";
}

.p-icon-power-input {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-power-input:before {
    content: "power_input";
}

.p-icon-power-settings-new {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-power-settings-new:before {
    content: "power_settings_new";
}

.p-icon-pregnant-woman {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-pregnant-woman:before {
    content: "pregnant_woman";
}

.p-icon-present-to-all {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-present-to-all:before {
    content: "present_to_all";
}

.p-icon-print {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-print:before {
    content: "print";
}

.p-icon-priority-high {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-priority-high:before {
    content: "priority_high";
}

.p-icon-public {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-public:before {
    content: "public";
}

.p-icon-publish {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-publish:before {
    content: "publish";
}

.p-icon-query-builder {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-query-builder:before {
    content: "query_builder";
}

.p-icon-question-answer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-question-answer:before {
    content: "question_answer";
}

.p-icon-queue {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-queue:before {
    content: "queue";
}

.p-icon-queue-music {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-queue-music:before {
    content: "queue_music";
}

.p-icon-queue-play-next {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-queue-play-next:before {
    content: "queue_play_next";
}

.p-icon-radio {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-radio:before {
    content: "radio";
}

.p-icon-radio-button-checked {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-radio-button-checked:before {
    content: "radio_button_checked";
}

.p-icon-radio-button-unchecked {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-radio-button-unchecked:before {
    content: "radio_button_unchecked";
}

.p-icon-rate-review {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-rate-review:before {
    content: "rate_review";
}

.p-icon-receipt {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-receipt:before {
    content: "receipt";
}

.p-icon-recent-actors {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-recent-actors:before {
    content: "recent_actors";
}

.p-icon-record-voice-over {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-record-voice-over:before {
    content: "record_voice_over";
}

.p-icon-redeem {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-redeem:before {
    content: "redeem";
}

.p-icon-redo {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-redo:before {
    content: "redo";
}

.p-icon-refresh {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-refresh:before {
    content: "refresh";
}

.p-icon-remove {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-remove:before {
    content: "remove";
}

.p-icon-remove-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-remove-circle:before {
    content: "remove_circle";
}

.p-icon-remove-circle-outline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-remove-circle-outline:before {
    content: "remove_circle_outline";
}

.p-icon-remove-from-queue {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-remove-from-queue:before {
    content: "remove_from_queue";
}

.p-icon-remove-red-eye {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-remove-red-eye:before {
    content: "remove_red_eye";
}

.p-icon-remove-shopping-cart {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-remove-shopping-cart:before {
    content: "remove_shopping_cart";
}

.p-icon-reorder {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-reorder:before {
    content: "reorder";
}

.p-icon-repeat {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-repeat:before {
    content: "repeat";
}

.p-icon-repeat-one {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-repeat-one:before {
    content: "repeat_one";
}

.p-icon-replay {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-replay:before {
    content: "replay";
}

.p-icon-replay-10 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-replay-10:before {
    content: "replay_10";
}

.p-icon-replay-30 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-replay-30:before {
    content: "replay_30";
}

.p-icon-replay-5 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-replay-5:before {
    content: "replay_5";
}

.p-icon-reply {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-reply:before {
    content: "reply";
}

.p-icon-reply-all {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-reply-all:before {
    content: "reply_all";
}

.p-icon-report {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-report:before {
    content: "report";
}

.p-icon-report-problem {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-report-problem:before {
    content: "report_problem";
}

.p-icon-restaurant {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-restaurant:before {
    content: "restaurant";
}

.p-icon-restaurant-menu {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-restaurant-menu:before {
    content: "restaurant_menu";
}

.p-icon-restore {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-restore:before {
    content: "restore";
}

.p-icon-restore-page {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-restore-page:before {
    content: "restore_page";
}

.p-icon-ring-volume {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-ring-volume:before {
    content: "ring_volume";
}

.p-icon-room {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-room:before {
    content: "room";
}

.p-icon-room-service {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-room-service:before {
    content: "room_service";
}

.p-icon-rotate-90-degrees-ccw {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-rotate-90-degrees-ccw:before {
    content: "rotate_90_degrees_ccw";
}

.p-icon-rotate-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-rotate-left:before {
    content: "rotate_left";
}

.p-icon-rotate-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-rotate-right:before {
    content: "rotate_right";
}

.p-icon-rounded-corner {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-rounded-corner:before {
    content: "rounded_corner";
}

.p-icon-router {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-router:before {
    content: "router";
}

.p-icon-rowing {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-rowing:before {
    content: "rowing";
}

.p-icon-rss-feed {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-rss-feed:before {
    content: "rss_feed";
}

.p-icon-rv-hookup {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-rv-hookup:before {
    content: "rv_hookup";
}

.p-icon-satellite {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-satellite:before {
    content: "satellite";
}

.p-icon-save {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-save:before {
    content: "save";
}

.p-icon-scanner {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-scanner:before {
    content: "scanner";
}

.p-icon-schedule {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-schedule:before {
    content: "schedule";
}

.p-icon-school {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-school:before {
    content: "school";
}

.p-icon-screen-lock-landscape {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-screen-lock-landscape:before {
    content: "screen_lock_landscape";
}

.p-icon-screen-lock-portrait {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-screen-lock-portrait:before {
    content: "screen_lock_portrait";
}

.p-icon-screen-lock-rotation {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-screen-lock-rotation:before {
    content: "screen_lock_rotation";
}

.p-icon-screen-rotation {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-screen-rotation:before {
    content: "screen_rotation";
}

.p-icon-screen-share {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-screen-share:before {
    content: "screen_share";
}

.p-icon-sd-card {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sd-card:before {
    content: "sd_card";
}

.p-icon-sd-storage {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sd-storage:before {
    content: "sd_storage";
}

.p-icon-search {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-search:before {
    content: "search";
}

.p-icon-security {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-security:before {
    content: "security";
}

.p-icon-select-all {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-select-all:before {
    content: "select_all";
}

.p-icon-send {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-send:before {
    content: "send";
}

.p-icon-sentiment-dissatisfied {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sentiment-dissatisfied:before {
    content: "sentiment_dissatisfied";
}

.p-icon-sentiment-neutral {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sentiment-neutral:before {
    content: "sentiment_neutral";
}

.p-icon-sentiment-satisfied {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sentiment-satisfied:before {
    content: "sentiment_satisfied";
}

.p-icon-sentiment-very-dissatisfied {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sentiment-very-dissatisfied:before {
    content: "sentiment_very_dissatisfied";
}

.p-icon-sentiment-very-satisfied {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sentiment-very-satisfied:before {
    content: "sentiment_very_satisfied";
}

.p-icon-settings {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings:before {
    content: "settings";
}

.p-icon-settings-applications {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-applications:before {
    content: "settings_applications";
}

.p-icon-settings-backup-restore {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-backup-restore:before {
    content: "settings_backup_restore";
}

.p-icon-settings-bluetooth {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-bluetooth:before {
    content: "settings_bluetooth";
}

.p-icon-settings-brightness {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-brightness:before {
    content: "settings_brightness";
}

.p-icon-settings-cell {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-cell:before {
    content: "settings_cell";
}

.p-icon-settings-ethernet {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-ethernet:before {
    content: "settings_ethernet";
}

.p-icon-settings-input-antenna {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-input-antenna:before {
    content: "settings_input_antenna";
}

.p-icon-settings-input-component {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-input-component:before {
    content: "settings_input_component";
}

.p-icon-settings-input-composite {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-input-composite:before {
    content: "settings_input_composite";
}

.p-icon-settings-input-hdmi {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-input-hdmi:before {
    content: "settings_input_hdmi";
}

.p-icon-settings-input-svideo {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-input-svideo:before {
    content: "settings_input_svideo";
}

.p-icon-settings-overscan {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-overscan:before {
    content: "settings_overscan";
}

.p-icon-settings-phone {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-phone:before {
    content: "settings_phone";
}

.p-icon-settings-power {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-power:before {
    content: "settings_power";
}

.p-icon-settings-remote {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-remote:before {
    content: "settings_remote";
}

.p-icon-settings-system-daydream {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-system-daydream:before {
    content: "settings_system_daydream";
}

.p-icon-settings-voice {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-settings-voice:before {
    content: "settings_voice";
}

.p-icon-share {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-share:before {
    content: "share";
}

.p-icon-shop {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-shop:before {
    content: "shop";
}

.p-icon-shop-two {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-shop-two:before {
    content: "shop_two";
}

.p-icon-shopping-basket {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-shopping-basket:before {
    content: "shopping_basket";
}

.p-icon-shopping-cart {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-shopping-cart:before {
    content: "shopping_cart";
}

.p-icon-short-text {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-short-text:before {
    content: "short_text";
}

.p-icon-show-chart {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-show-chart:before {
    content: "show_chart";
}

.p-icon-shuffle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-shuffle:before {
    content: "shuffle";
}

.p-icon-signal-cellular-4-bar {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-signal-cellular-4-bar:before {
    content: "signal_cellular_4_bar";
}

.p-icon-signal-cellular-connected-no-internet-4-bar {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-signal-cellular-connected-no-internet-4-bar:before {
    content: "signal_cellular_connected_no_internet_4_bar";
}

.p-icon-signal-cellular-no-sim {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-signal-cellular-no-sim:before {
    content: "signal_cellular_no_sim";
}

.p-icon-signal-cellular-null {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-signal-cellular-null:before {
    content: "signal_cellular_null";
}

.p-icon-signal-cellular-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-signal-cellular-off:before {
    content: "signal_cellular_off";
}

.p-icon-signal-wifi-4-bar {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-signal-wifi-4-bar:before {
    content: "signal_wifi_4_bar";
}

.p-icon-signal-wifi-4-bar-lock {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-signal-wifi-4-bar-lock:before {
    content: "signal_wifi_4_bar_lock";
}

.p-icon-signal-wifi-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-signal-wifi-off:before {
    content: "signal_wifi_off";
}

.p-icon-sim-card {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sim-card:before {
    content: "sim_card";
}

.p-icon-sim-card-alert {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sim-card-alert:before {
    content: "sim_card_alert";
}

.p-icon-skip-next {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-skip-next:before {
    content: "skip_next";
}

.p-icon-skip-previous {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-skip-previous:before {
    content: "skip_previous";
}

.p-icon-slideshow {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-slideshow:before {
    content: "slideshow";
}

.p-icon-slow-motion-video {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-slow-motion-video:before {
    content: "slow_motion_video";
}

.p-icon-smartphone {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-smartphone:before {
    content: "smartphone";
}

.p-icon-smoke-free {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-smoke-free:before {
    content: "smoke_free";
}

.p-icon-smoking-rooms {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-smoking-rooms:before {
    content: "smoking_rooms";
}

.p-icon-sms {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sms:before {
    content: "sms";
}

.p-icon-sms-failed {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sms-failed:before {
    content: "sms_failed";
}

.p-icon-snooze {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-snooze:before {
    content: "snooze";
}

.p-icon-sort {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sort:before {
    content: "sort";
}

.p-icon-sort-by-alpha {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sort-by-alpha:before {
    content: "sort_by_alpha";
}

.p-icon-spa {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-spa:before {
    content: "spa";
}

.p-icon-space-bar {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-space-bar:before {
    content: "space_bar";
}

.p-icon-speaker {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-speaker:before {
    content: "speaker";
}

.p-icon-speaker-group {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-speaker-group:before {
    content: "speaker_group";
}

.p-icon-speaker-notes {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-speaker-notes:before {
    content: "speaker_notes";
}

.p-icon-speaker-notes-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-speaker-notes-off:before {
    content: "speaker_notes_off";
}

.p-icon-speaker-phone {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-speaker-phone:before {
    content: "speaker_phone";
}

.p-icon-spellcheck {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-spellcheck:before {
    content: "spellcheck";
}

.p-icon-star {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-star:before {
    content: "star";
}

.p-icon-star-border {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-star-border:before {
    content: "star_border";
}

.p-icon-star-half {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-star-half:before {
    content: "star_half";
}

.p-icon-stars {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-stars:before {
    content: "stars";
}

.p-icon-stay-current-landscape {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-stay-current-landscape:before {
    content: "stay_current_landscape";
}

.p-icon-stay-current-portrait {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-stay-current-portrait:before {
    content: "stay_current_portrait";
}

.p-icon-stay-primary-landscape {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-stay-primary-landscape:before {
    content: "stay_primary_landscape";
}

.p-icon-stay-primary-portrait {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-stay-primary-portrait:before {
    content: "stay_primary_portrait";
}

.p-icon-stop {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-stop:before {
    content: "stop";
}

.p-icon-stop-screen-share {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-stop-screen-share:before {
    content: "stop_screen_share";
}

.p-icon-storage {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-storage:before {
    content: "storage";
}

.p-icon-store {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-store:before {
    content: "store";
}

.p-icon-store-mall-directory {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-store-mall-directory:before {
    content: "store_mall_directory";
}

.p-icon-straighten {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-straighten:before {
    content: "straighten";
}

.p-icon-streetview {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-streetview:before {
    content: "streetview";
}

.p-icon-strikethrough-s {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-strikethrough-s:before {
    content: "strikethrough_s";
}

.p-icon-style {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-style:before {
    content: "style";
}

.p-icon-subdirectory-arrow-left {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-subdirectory-arrow-left:before {
    content: "subdirectory_arrow_left";
}

.p-icon-subdirectory-arrow-right {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-subdirectory-arrow-right:before {
    content: "subdirectory_arrow_right";
}

.p-icon-subject {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-subject:before {
    content: "subject";
}

.p-icon-subscriptions {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-subscriptions:before {
    content: "subscriptions";
}

.p-icon-subtitles {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-subtitles:before {
    content: "subtitles";
}

.p-icon-subway {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-subway:before {
    content: "subway";
}

.p-icon-supervisor-account {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-supervisor-account:before {
    content: "supervisor_account";
}

.p-icon-surround-sound {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-surround-sound:before {
    content: "surround_sound";
}

.p-icon-swap-calls {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-swap-calls:before {
    content: "swap_calls";
}

.p-icon-swap-horiz {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-swap-horiz:before {
    content: "swap_horiz";
}

.p-icon-swap-vert {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-swap-vert:before {
    content: "swap_vert";
}

.p-icon-swap-vertical-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-swap-vertical-circle:before {
    content: "swap_vertical_circle";
}

.p-icon-switch-camera {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-switch-camera:before {
    content: "switch_camera";
}

.p-icon-switch-video {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-switch-video:before {
    content: "switch_video";
}

.p-icon-sync {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sync:before {
    content: "sync";
}

.p-icon-sync-disabled {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sync-disabled:before {
    content: "sync_disabled";
}

.p-icon-sync-problem {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-sync-problem:before {
    content: "sync_problem";
}

.p-icon-system-update {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-system-update:before {
    content: "system_update";
}

.p-icon-system-update-alt {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-system-update-alt:before {
    content: "system_update_alt";
}

.p-icon-tab {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tab:before {
    content: "tab";
}

.p-icon-tab-unselected {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tab-unselected:before {
    content: "tab_unselected";
}

.p-icon-tablet {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tablet:before {
    content: "tablet";
}

.p-icon-tablet-android {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tablet-android:before {
    content: "tablet_android";
}

.p-icon-tablet-mac {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tablet-mac:before {
    content: "tablet_mac";
}

.p-icon-tag-faces {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tag-faces:before {
    content: "tag_faces";
}

.p-icon-tap-and-play {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tap-and-play:before {
    content: "tap_and_play";
}

.p-icon-terrain {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-terrain:before {
    content: "terrain";
}

.p-icon-text-fields {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-text-fields:before {
    content: "text_fields";
}

.p-icon-text-format {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-text-format:before {
    content: "text_format";
}

.p-icon-textsms {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-textsms:before {
    content: "textsms";
}

.p-icon-texture {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-texture:before {
    content: "texture";
}

.p-icon-theaters {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-theaters:before {
    content: "theaters";
}

.p-icon-thumb-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-thumb-down:before {
    content: "thumb_down";
}

.p-icon-thumb-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-thumb-up:before {
    content: "thumb_up";
}

.p-icon-thumbs-up-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-thumbs-up-down:before {
    content: "thumbs_up_down";
}

.p-icon-time-to-leave {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-time-to-leave:before {
    content: "time_to_leave";
}

.p-icon-timelapse {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-timelapse:before {
    content: "timelapse";
}

.p-icon-timeline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-timeline:before {
    content: "timeline";
}

.p-icon-timer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-timer:before {
    content: "timer";
}

.p-icon-timer-10 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-timer-10:before {
    content: "timer_10";
}

.p-icon-timer-3 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-timer-3:before {
    content: "timer_3";
}

.p-icon-timer-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-timer-off:before {
    content: "timer_off";
}

.p-icon-title {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-title:before {
    content: "title";
}

.p-icon-toc {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-toc:before {
    content: "toc";
}

.p-icon-today {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-today:before {
    content: "today";
}

.p-icon-toll {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-toll:before {
    content: "toll";
}

.p-icon-tonality {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tonality:before {
    content: "tonality";
}

.p-icon-touch-app {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-touch-app:before {
    content: "touch_app";
}

.p-icon-toys {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-toys:before {
    content: "toys";
}

.p-icon-track-changes {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-track-changes:before {
    content: "track_changes";
}

.p-icon-traffic {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-traffic:before {
    content: "traffic";
}

.p-icon-train {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-train:before {
    content: "train";
}

.p-icon-tram {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tram:before {
    content: "tram";
}

.p-icon-transfer-within-a-station {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-transfer-within-a-station:before {
    content: "transfer_within_a_station";
}

.p-icon-transform {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-transform:before {
    content: "transform";
}

.p-icon-translate {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-translate:before {
    content: "translate";
}

.p-icon-trending-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-trending-down:before {
    content: "trending_down";
}

.p-icon-trending-flat {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-trending-flat:before {
    content: "trending_flat";
}

.p-icon-trending-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-trending-up:before {
    content: "trending_up";
}

.p-icon-tune {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tune:before {
    content: "tune";
}

.p-icon-turned-in {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-turned-in:before {
    content: "turned_in";
}

.p-icon-turned-in-not {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-turned-in-not:before {
    content: "turned_in_not";
}

.p-icon-tv {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-tv:before {
    content: "tv";
}

.p-icon-unarchive {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-unarchive:before {
    content: "unarchive";
}

.p-icon-undo {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-undo:before {
    content: "undo";
}

.p-icon-unfold-less {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-unfold-less:before {
    content: "unfold_less";
}

.p-icon-unfold-more {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-unfold-more:before {
    content: "unfold_more";
}

.p-icon-update {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-update:before {
    content: "update";
}

.p-icon-usb {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-usb:before {
    content: "usb";
}

.p-icon-verified-user {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-verified-user:before {
    content: "verified_user";
}

.p-icon-vertical-align-bottom {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-vertical-align-bottom:before {
    content: "vertical_align_bottom";
}

.p-icon-vertical-align-center {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-vertical-align-center:before {
    content: "vertical_align_center";
}

.p-icon-vertical-align-top {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-vertical-align-top:before {
    content: "vertical_align_top";
}

.p-icon-vibration {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-vibration:before {
    content: "vibration";
}

.p-icon-video-call {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-video-call:before {
    content: "video_call";
}

.p-icon-video-label {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-video-label:before {
    content: "video_label";
}

.p-icon-video-library {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-video-library:before {
    content: "video_library";
}

.p-icon-videocam {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-videocam:before {
    content: "videocam";
}

.p-icon-videocam-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-videocam-off:before {
    content: "videocam_off";
}

.p-icon-videogame-asset {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-videogame-asset:before {
    content: "videogame_asset";
}

.p-icon-view-agenda {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-agenda:before {
    content: "view_agenda";
}

.p-icon-view-array {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-array:before {
    content: "view_array";
}

.p-icon-view-carousel {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-carousel:before {
    content: "view_carousel";
}

.p-icon-view-column {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-column:before {
    content: "view_column";
}

.p-icon-view-comfy {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-comfy:before {
    content: "view_comfy";
}

.p-icon-view-compact {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-compact:before {
    content: "view_compact";
}

.p-icon-view-day {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-day:before {
    content: "view_day";
}

.p-icon-view-headline {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-headline:before {
    content: "view_headline";
}

.p-icon-view-list {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-list:before {
    content: "view_list";
}

.p-icon-view-module {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-module:before {
    content: "view_module";
}

.p-icon-view-quilt {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-quilt:before {
    content: "view_quilt";
}

.p-icon-view-stream {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-stream:before {
    content: "view_stream";
}

.p-icon-view-week {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-view-week:before {
    content: "view_week";
}

.p-icon-vignette {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-vignette:before {
    content: "vignette";
}

.p-icon-visibility {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-visibility:before {
    content: "visibility";
}

.p-icon-visibility-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-visibility-off:before {
    content: "visibility_off";
}

.p-icon-voice-chat {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-voice-chat:before {
    content: "voice_chat";
}

.p-icon-voicemail {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-voicemail:before {
    content: "voicemail";
}

.p-icon-volume-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-volume-down:before {
    content: "volume_down";
}

.p-icon-volume-mute {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-volume-mute:before {
    content: "volume_mute";
}

.p-icon-volume-off {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-volume-off:before {
    content: "volume_off";
}

.p-icon-volume-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-volume-up:before {
    content: "volume_up";
}

.p-icon-vpn-key {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-vpn-key:before {
    content: "vpn_key";
}

.p-icon-vpn-lock {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-vpn-lock:before {
    content: "vpn_lock";
}

.p-icon-wallpaper {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wallpaper:before {
    content: "wallpaper";
}

.p-icon-warning {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-warning:before {
    content: "warning";
}

.p-icon-watch {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-watch:before {
    content: "watch";
}

.p-icon-watch-later {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-watch-later:before {
    content: "watch_later";
}

.p-icon-wb-auto {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wb-auto:before {
    content: "wb_auto";
}

.p-icon-wb-cloudy {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wb-cloudy:before {
    content: "wb_cloudy";
}

.p-icon-wb-incandescent {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wb-incandescent:before {
    content: "wb_incandescent";
}

.p-icon-wb-iridescent {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wb-iridescent:before {
    content: "wb_iridescent";
}

.p-icon-wb-sunny {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wb-sunny:before {
    content: "wb_sunny";
}

.p-icon-wc {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wc:before {
    content: "wc";
}

.p-icon-web {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-web:before {
    content: "web";
}

.p-icon-web-asset {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-web-asset:before {
    content: "web_asset";
}

.p-icon-weekend {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-weekend:before {
    content: "weekend";
}

.p-icon-whatshot {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-whatshot:before {
    content: "whatshot";
}

.p-icon-widgets {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-widgets:before {
    content: "widgets";
}

.p-icon-wifi {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wifi:before {
    content: "wifi";
}

.p-icon-wifi-lock {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wifi-lock:before {
    content: "wifi_lock";
}

.p-icon-wifi-tethering {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wifi-tethering:before {
    content: "wifi_tethering";
}

.p-icon-work {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-work:before {
    content: "work";
}

.p-icon-wrap-text {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-wrap-text:before {
    content: "wrap_text";
}

.p-icon-youtube-searched-for {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-youtube-searched-for:before {
    content: "youtube_searched_for";
}

.p-icon-zoom-in {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-zoom-in:before {
    content: "zoom_in";
}

.p-icon-zoom-out {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-zoom-out:before {
    content: "zoom_out";
}

.p-icon-zoom-out-map {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.p-icon-zoom-out-map:before {
    content: "zoom_out_map";
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

* {
    box-sizing: border-box;
}

body {
    letter-spacing: 0.25px;
}

body .p-widget,
body .p-widget .p-widget {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    text-decoration: none;
}

body .p-widget-content {
    background-color: #ffffff;
    font-size: 1em;
    border: 1px solid #bdbdbd;
}

body .p-widget-content .pi {
    color: #757575;
}

body .p-widget-header {
    background-color: #2f4050;
    color: #ffffff;
    font-size: 1em;
    border: 1px solid #2f4050;
}

body .p-widget-header .pi {
    color: #ffffff;
}

/* body .p-highlight,
body .p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
} */

body .p-highlight .pi,
body .p-state-highlight .pi {
    color: #ffffff;
}

body .p-widget:disabled,
body .p-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
    cursor: auto !important;
}

body .p-corner-all {
    border-radius: 3px;
}

body .p-corner-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body .p-corner-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .p-corner-left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

body .p-corner-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .p-widget-overlay {
    background-color: #58575c;
    opacity: 0.8;
}

body .material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body a {
    color: #2f4050;
    text-decoration: none;
}

body .p-inputtext {
    background: transparent no-repeat;
    background-image: linear-gradient(to bottom, #2f4050, #2f4050), linear-gradient(to bottom, #bdbdbd, #bdbdbd);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-width: 0;
    font-size: 1em;
    padding: 2px;
    border-radius: 0px;
}

body .p-inputtext:focus,
body .p-inputtext.p-state-focus {
    border-width: 0;
    background-size: 100% 2px, 100% 1px;
    outline: none;
    padding-bottom: 2px;
}

body .p-inputtext:disabled,
body .p-inputtext.p-state-disabled {
    border-bottom: 1px dotted;
}

body .p-inputtext.p-widget-content {
    border-width: 1px;
    background: transparent;
    background-image: none;
}

body .p-inputtext.p-state-error {
    border-color: #e62a10;
    background-image: linear-gradient(to bottom, #e62a10, #e62a10), linear-gradient(to bottom, #e62a10, #e62a10);
}

body .p-widget-header:not(.p-dataview-header) .p-inputtext,
body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
    padding-bottom: 2px;
    /* width: 181px !important; */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        /* width: 264px !important; */
    }

    body body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        /* width: 264px !important; */
    }

    body body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 264px !important;
    }

    body body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .MemberSearchField {
        display: flex;
        flex-direction: column;
    }

    .p-g-3 {
        width: 88%;
    }

    .MemberToolbarButton {
        display: grid;
        align-items: center;
    }

    .memberForm {
        text-align: left !important;
        flex-direction: row !important;
        width: 100% !important;
    }

    .memberContentForm {
        flex-direction: row !important;
        width: 100% !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        /* width: 264px !important; */
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 264px !important;
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .MemberSearchField {
        display: flex;
        flex-direction: column;
    }

    .p-g-3 {
        width: 88%;
    }

    .MemberToolbarButton {
        display: grid;
        align-items: center;
    }

    .memberForm {
        text-align: left !important;
        flex-direction: row !important;
        width: 100% !important;
    }

    .memberContentForm {
        flex-direction: row !important;
        width: 100% !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        /* width: 264px !important; */
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .p-widget-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 264px !important;
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 264px !important;
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 264px !important;
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 264px !important;
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* ----------- iPhone X ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        /* width: 264px !important; */
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        /* width: 264px !important; */
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

    body .p-widget-header:not(.p-dataview-header) .p-inputtext,
    body .p-datatable-header:not(.p-dataview-header) .p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 264px !important;
    }

    body .feeDropdown label.p-dropdown-label.p-inputtext {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #7e7f81, #7e7f81);
        padding-bottom: 2px;
        width: 100% !important;
    }
}

body .md-inputfield {
    display: block;
    position: relative;
}

body .md-inputfield>label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 1px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

body .md-inputfield.md-inputfield-fill input {
    background-color: #f7f7f7;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

body .md-inputfield.md-inputfield-fill label {
    top: 2px;
}

body .md-inputfield.md-inputfield-box input {
    background-color: #f7f7f7;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 24px;
}

body .md-inputfield.md-inputfield-box label {
    top: 23px;
}

body .md-inputfield.md-inputfield-box input:focus~label,
body .md-inputfield.md-inputfield-box input.p-filled~label,
body .md-inputfield.md-inputfield-box .p-inputwrapper-focus~label,
body .md-inputfield.md-inputfield-box .p-inputwrapper-filled~label {
    top: 1px;
}

body .md-inputfield.md-inputfield-box .input:-webkit-autofill~label {
    top: 1px;
}

body .md-inputfield input:focus~label,
body .md-inputfield input.p-filled~label,
body .md-inputfield .p-inputwrapper-focus~label,
body .md-inputfield .p-inputwrapper-filled~label {
    top: -20px;
    font-size: 12px;
    color: #2f4050;
}

body .md-inputfield .input:-webkit-autofill~label {
    top: -20px;
    font-size: 12px;
    color: #2f4050;
}

body .md-inputfield input.ng-dirty.ng-invalid~label {
    color: #e62a10;
}

body .md-inputfield .p-message.p-messages-error {
    background-color: transparent;
    border: 0 none;
    margin: 0px;
    color: #e62a10;
    font-size: 11px;
}

body .md-inputfield-noAnimation {
    display: block;
    position: relative;
}

body .md-inputfield-noAnimation>label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 1px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

body .md-inputfield-noAnimation.md-inputfield-fill input {
    background-color: #f7f7f7;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

body .md-inputfield-noAnimation.md-inputfield-fill label {
    top: 2px;
}

body .md-inputfield-noAnimation.md-inputfield-box input {
    background-color: #f7f7f7;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 24px;
}

body .md-inputfield-noAnimation.md-inputfield-box label {
    top: 23px;
}

body .md-inputfield-noAnimation.md-inputfield-box input:focus~label,
body .md-inputfield-noAnimation.md-inputfield-box input.p-filled~label,
body .md-inputfield-noAnimation.md-inputfield-box .p-inputwrapper-focus~label,
body .md-inputfield-noAnimation.md-inputfield-box .p-inputwrapper-filled~label {
    top: 1px;
}

body .md-inputfield-noAnimation.md-inputfield-box .input:-webkit-autofill~label {
    top: 1px;
}

body .md-inputfield-noAnimation input:focus~label,
body .md-inputfield-noAnimation input.p-filled~label,
body .md-inputfield-noAnimation .p-inputwrapper-focus~label,
body .md-inputfield-noAnimation .p-inputwrapper-filled~label {
    /* top: -20px;
    font-size: 12px; */
    color: #2f4050;
}

body .md-inputfield-noAnimation .input:-webkit-autofill~label {
    top: -20px;
    font-size: 12px;
    color: #2f4050;
}

body .md-inputfield-noAnimation input.ng-dirty.ng-invalid~label {
    color: #e62a10;
}

body .md-inputfield-noAnimation .p-message.p-messages-error {
    background-color: transparent;
    border: 0 none;
    margin: 0px;
    color: #e62a10;
    font-size: 11px;
}

body .p-material-message.p-message.p-messages-error {
    background-color: transparent;
    border: 0 none;
    margin: 0px;
    color: #e62a10;
    font-size: 0.75em;
}

body .p-listbox {
    min-width: 12.5em;
    background-color: transparent;
    border: 0 none;
    border-radius: 3px;
}

body .p-listbox.p-inputtext {
    padding: 0;
}

body .p-listbox .p-listbox-list {
    padding: 0.5em 0;
    border: 1px solid #bdbdbd;
}

body .p-listbox .p-listbox-item {
    overflow: hidden;
    padding: 0.571em 0.857em;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

body .p-listbox .p-listbox-item.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-listbox:not(.p-state-disabled) .p-listbox-item:not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-listbox .p-listbox-header {
    margin-bottom: 0;
    padding: 0.714em 1em;
    background-color: #2f4050;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body .p-listbox .p-listbox-header .p-checkbox .p-checkbox-box {
    border-color: #d9d9d9;
}

body .p-listbox .p-listbox-header .p-listbox-filter-container .p-inputtext {
    border-color: #d9d9d9;
    color: #ffffff;
    width: 100%;
    padding: 2px;
    padding-left: 1.5em;
    box-sizing: border-box;
}

body .p-listbox .p-listbox-header .p-listbox-filter-container .p-inputtext.p-state-focus {
    border-color: #ffffff;
}

body .p-listbox .p-listbox-header .p-listbox-filter-container .pi {
    top: -2px;
    left: 0;
}

body .p-button,
body .p-datepicker-buttonpane>button {
    overflow: hidden;
    background-color: #2f4050;
    color: #ffffff;
    font-size: 1em;
    height: 2.143em;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    padding: 0 1em;
    border: 0 none;
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    transition: background-color 0.3s;
}

body .p-button:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button:enabled:not(:focus):hover {
    background-color: #0e2031;
}

body .p-button:enabled:focus,
body .p-datepicker-buttonpane>button:enabled:focus {
    outline: 0 none;
    background-color: #425a70;
}

body .p-button .p-button-label,
body .p-datepicker-buttonpane>button .p-button-label {
    padding: 0;
    line-height: 2.143em;
}

body .p-button .pi,
body .p-datepicker-buttonpane>button .pi {
    color: #ffffff;
}

body .p-button.p-button-icon-only,
body .p-datepicker-buttonpane>button.p-button-icon-only {
    border-radius: 50%;
    width: 2.143em;
    height: 2.143em;
}

body .p-button.p-button-label-icon-left,
body .p-datepicker-buttonpane>button.p-button-label-icon-left {
    padding-left: 2.571em;
}

body .p-button.p-button-label-icon-right,
body .p-datepicker-buttonpane>button.p-button-label-icon-right {
    padding-right: 2.571em;
}

body .p-button.secondary-btn,
body .p-datepicker-buttonpane>button.secondary-btn {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-button.secondary-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.secondary-btn:enabled:not(:focus):hover {
    background-color: #197865;
}

body .p-button.secondary-btn:focus,
body .p-datepicker-buttonpane>button.secondary-btn:focus {
    outline: 0 none;
    background-color: #21dfb8;
}

body .p-button.blue-grey-btn,
body .p-datepicker-buttonpane>button.blue-grey-btn {
    background-color: #607D8B;
}

body .p-button.blue-grey-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.blue-grey-btn:enabled:not(:focus):hover {
    background-color: #37474F;
}

body .p-button.blue-grey-btn:focus,
body .p-datepicker-buttonpane>button.blue-grey-btn:focus {
    outline: 0 none;
    background-color: #7b96a3;
}

body .p-button.cyan-btn,
body .p-datepicker-buttonpane>button.cyan-btn {
    background-color: #00BCD4;
}

body .p-button.cyan-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.cyan-btn:enabled:not(:focus):hover {
    background-color: #00838F;
}

body .p-button.cyan-btn:focus,
body .p-datepicker-buttonpane>button.cyan-btn:focus {
    outline: 0 none;
    background-color: #08e3ff;
}

body .p-button.teal-btn,
body .p-datepicker-buttonpane>button.teal-btn {
    background-color: #009688;
}

body .p-button.teal-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.teal-btn:enabled:not(:focus):hover {
    background-color: #00695C;
}

body .p-button.teal-btn:focus,
body .p-datepicker-buttonpane>button.teal-btn:focus {
    outline: 0 none;
    background-color: #00c9b6;
}

body .p-button.red-btn,
body .p-datepicker-buttonpane>button.red-btn {
    background-color: #F44336;
}

body .p-button.red-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.red-btn:enabled:not(:focus):hover {
    background-color: #C62828;
}

body .p-button.red-btn:focus,
body .p-datepicker-buttonpane>button.red-btn:focus {
    outline: 0 none;
    background-color: #f77066;
}

body .p-button.green-btn,
body .p-datepicker-buttonpane>button.green-btn {
    background-color: #4CAF50;
}

body .p-button.green-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.green-btn:enabled:not(:focus):hover {
    background-color: #2E7D32;
}

body .p-button.green-btn:focus,
body .p-datepicker-buttonpane>button.green-btn:focus {
    outline: 0 none;
    background-color: #6ec071;
}

body .p-button.deep-orange-btn,
body .p-datepicker-buttonpane>button.deep-orange-btn {
    background-color: #FF5722;
}

body .p-button.deep-orange-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.deep-orange-btn:enabled:not(:focus):hover {
    background-color: #D84315;
}

body .p-button.deep-orange-btn:focus,
body .p-datepicker-buttonpane>button.deep-orange-btn:focus {
    outline: 0 none;
    background-color: #ff7e55;
}

body .p-button.purple-btn,
body .p-datepicker-buttonpane>button.purple-btn {
    background-color: #673AB7;
}

body .p-button.purple-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.purple-btn:enabled:not(:focus):hover {
    background-color: #4527A0;
}

body .p-button.purple-btn:focus,
body .p-datepicker-buttonpane>button.purple-btn:focus {
    outline: 0 none;
    background-color: #8259cb;
}

body .p-button.pink-btn,
body .p-datepicker-buttonpane>button.pink-btn {
    background-color: #E91E63;
}

body .p-button.pink-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.pink-btn:enabled:not(:focus):hover {
    background-color: #AD1457;
}

body .p-button.pink-btn:focus,
body .p-datepicker-buttonpane>button.pink-btn:focus {
    outline: 0 none;
    background-color: #ee4c83;
}

body .p-button.amber-btn,
body .p-datepicker-buttonpane>button.amber-btn {
    background-color: #FFC107;
    color: #212121;
}

body .p-button.amber-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.amber-btn:enabled:not(:focus):hover {
    background-color: #FF8F00;
}

body .p-button.amber-btn:focus,
body .p-datepicker-buttonpane>button.amber-btn:focus {
    outline: 0 none;
    background-color: #ffce3a;
}

body .p-button.orange-btn,
body .p-datepicker-buttonpane>button.orange-btn {
    background-color: #FF9800;
}

body .p-button.orange-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.orange-btn:enabled:not(:focus):hover {
    background-color: #EF6C00;
}

body .p-button.orange-btn:focus,
body .p-datepicker-buttonpane>button.orange-btn:focus {
    outline: 0 none;
    background-color: #ffad33;
}

body .p-button.brown-btn,
body .p-datepicker-buttonpane>button.brown-btn {
    background-color: #795548;
}

body .p-button.brown-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.brown-btn:enabled:not(:focus):hover {
    background-color: #4E342E;
}

body .p-button.brown-btn:focus,
body .p-datepicker-buttonpane>button.brown-btn:focus {
    outline: 0 none;
    background-color: #996b5b;
}

body .p-button.indigo-btn,
body .p-datepicker-buttonpane>button.indigo-btn {
    background-color: #3F51B5;
}

body .p-button.indigo-btn:enabled:not(:focus):hover,
body .p-datepicker-buttonpane>button.indigo-btn:enabled:not(:focus):hover {
    background-color: #283593;
}

body .p-button.indigo-btn:focus,
body .p-datepicker-buttonpane>button.indigo-btn:focus {
    outline: 0 none;
    background-color: #606fc7;
}

body .p-button.flat,
body .p-datepicker-buttonpane>button.flat {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

body .p-button.p-button-secondary,
body .p-buttonset.p-button-secondary>.p-button {
    color: #212121;
    background-color: #ffffff;
}

body .p-button.p-button-secondary .p-button-icon-left,
body .p-buttonset.p-button-secondary>.p-button .p-button-icon-left {
    color: #757575;
}

body .p-button.p-button-secondary .p-button-icon-right,
body .p-buttonset.p-button-secondary>.p-button .p-button-icon-right {
    color: #757575;
}

body .p-button.p-button-secondary:enabled:hover,
body .p-buttonset.p-button-secondary>.p-button:enabled:hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-button.p-button-secondary:enabled:focus,
body .p-buttonset.p-button-secondary>.p-button:enabled:focus {
    background-color: #e6e6e6;
}

body .p-button.p-button-info,
body .p-buttonset.p-button-info>.p-button {
    color: #ffffff;
    background-color: #03A9F4;
}

body .p-button.p-button-info:enabled:hover,
body .p-buttonset.p-button-info>.p-button:enabled:hover {
    background-color: #0277BD;
}

body .p-button.p-button-info:enabled:focus,
body .p-buttonset.p-button-info>.p-button:enabled:focus {
    outline: 0 none;
    background-color: #2ebcfc;
}

body .p-button.p-button-success,
body .p-buttonset.p-button-success>.p-button {
    color: #ffffff;
    background-color: #4CAF50;
}

body .p-button.p-button-success:enabled:hover,
body .p-buttonset.p-button-success>.p-button:enabled:hover {
    background-color: #2E7D32;
}

body .p-button.p-button-success:enabled:focus,
body .p-buttonset.p-button-success>.p-button:enabled:focus {
    outline: 0 none;
    background-color: #6ec071;
}

body .p-button.p-button-warning,
body .p-buttonset.p-button-warning>.p-button {
    color: #212121;
    background-color: #FFC107;
}

body .p-button.p-button-warning:enabled:hover,
body .p-buttonset.p-button-warning>.p-button:enabled:hover {
    background-color: #FF8F00;
}

body .p-button.p-button-warning:enabled:focus,
body .p-buttonset.p-button-warning>.p-button:enabled:focus {
    outline: 0 none;
    background-color: #ffce3a;
}

body .p-button.p-button-danger,
body .p-buttonset.p-button-danger>.p-button {
    color: #ffffff;
    background-color: #F44336;
}

body .p-button.p-button-danger:enabled:hover,
body .p-buttonset.p-button-danger>.p-button:enabled:hover {
    background-color: #C62828;
}

body .p-button.p-button-danger:enabled:focus,
body .p-buttonset.p-button-danger>.p-button:enabled:focus {
    outline: 0 none;
    background-color: #f77066;
}

body .p-buttonset:not(.p-dataview-layout-options) .p-button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

body .p-buttonset:not(.p-dataview-layout-options) .p-button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .p-buttonset .p-button:not(.p-state-disabled):not(.p-highlight):hover {
    background-color: #0e2031;
}

body .p-buttonset .p-button.p-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-togglebutton:not(.p-highlight):not(.p-state-disabled):hover {
    background-color: #0e2031;
}

body .p-togglebutton.p-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-splitbutton {
    border-radius: 4px;
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}

body .p-splitbutton>.p-button {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    vertical-align: top;
}

body .p-splitbutton>.p-button:active {
    background-color: #425a70;
}

body .p-splitbutton .p-splitbutton-menubutton {
    height: 2.143em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .p-splitbutton .p-menu {
    width: 100%;
    min-width: 12.5em;
}

body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-highlight):hover {
    background-color: #0e2031;
}

body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-highlight):focus {
    outline: 0 none;
    background-color: #425a70;
}

body .p-fluid .p-splitbutton .p-button:first-child {
    width: calc(100% - 2em);
}

body .p-checkbox {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.429em;
    width: 1.429em;
    height: 1.429em;
    cursor: default;
    margin: 0 0.5em 0 0;
}

/* body .p-checkbox .p-checkbox-box {
    border: 2px solid #757575;
    width: 1.429em;
    height: 1.429em;
    position: relative;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
} */

body .p-checkbox .p-checkbox-box:before {
    position: absolute;
    left: 6px;
    top: 6px;
    content: "";
    background-color: #5b6976;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}

body .p-checkbox .p-checkbox-box .p-checkbox-icon {
    font-size: 1.25em;
    margin-left: -1px;
    margin-top: -1px;
}

/* body .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #2f4050;
    background-color: #2f4050;
} */

body .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon {
    color: #ffffff;
}

body .p-checkbox .p-checkbox-box.p-highlight:before {
    animation: rippleOn 400ms forwards ease-out;
}

body .p-checkbox .p-checkbox-box.p-state-focus {
    border-color: #2f4050;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s, background-color 0.3s;
}

body .p-radiobutton {
    position: relative;
    margin: 0 0.5em 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 1.429em;
    height: 1.429em;
}

body .p-radiobutton .p-radiobutton-box {
    border: 2px solid #757575;
    width: 1.5em;
    height: 1.5em;
    transition: box-shadow 0.3s;
    border-radius: 50%;
}

body .p-radiobutton .p-radiobutton-box:before {
    position: absolute;
    left: 8px;
    top: 8px;
    content: "";
    background-color: #5b6976;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}

body .p-radiobutton .p-radiobutton-box.p-state-focus {
    border-color: #2f4050;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s, background-color 0.3s;
}

body .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #2f4050;
    background-color: transparent;
}

body .p-radiobutton .p-radiobutton-box.p-highlight:before {
    animation: rippleOn 400ms forwards ease-out;
}

body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 1em;
    transition: transform ease 0.28s;
    transform: scale(0);
    margin: 0;
}

body .p-radiobutton .p-radiobutton-box .pi-circle-on {
    background-color: #2f4050;
    transform: scale(0.6);
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
}

body .p-radiobutton .p-radiobutton-box .pi-circle-on.pi:before {
    content: "circle";
}

body .p-autocomplete-panel {
    padding: 0;
    border: 0 none;
    border-radius: 0;
}

body .p-autocomplete-panel.p-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body .p-autocomplete-panel .p-autocomplete-list {
    padding: 0.5em 0;
}

body .p-autocomplete-panel .p-autocomplete-list .p-autocomplete-list-item {
    padding: 0.571em 0.857em;
    margin: 0;
    border-radius: 0;
}

body .p-autocomplete-panel .p-autocomplete-list .p-autocomplete-list-item .p-autocomplete-query {
    font-weight: 700;
}

body .p-autocomplete-panel .p-autocomplete-list .p-autocomplete-list-item.p-state-highlight {
    color: #ffffff;
}

body .p-autocomplete-panel .p-autocomplete-list .p-autocomplete-group {
    padding: 0.571em 0.857em;
}

body .p-autocomplete .p-autocomplete-dropdown.p-button.p-button-icon-only {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 1.429em;
    width: 1.429em;
    padding: 0;
    right: 0;
    bottom: 0;
    margin-right: 0;
    position: absolute;
}

body .p-autocomplete .p-autocomplete-dropdown.p-button.p-button-icon-only .p-button-label {
    display: none;
}

body .p-autocomplete .p-autocomplete-dropdown.p-button.p-button-icon-only .pi {
    font-size: 1.5em;
    color: #757575;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container.p-inputtext {
    box-sizing: border-box;
    padding: 2px 2px 1px 2px;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container.p-state-disabled {
    border-bottom: 1px dotted;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-input-token {
    float: none;
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-input-token>input {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-token {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 1em;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-token .p-autocomplete-token-label {
    display: inline-block;
    vertical-align: middle;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-dropdown.p-button.p-button-icon-only {
    bottom: 3px;
}

body .p-fluid .p-autocomplete.p-autocomplete-dd>.p-inputtext {
    width: 100%;
}

body .p-dropdown {
    border-width: 0;
    background: transparent no-repeat;
    background-image: linear-gradient(to bottom, #2f4050, #2f4050), linear-gradient(to bottom, #bdbdbd, #bdbdbd);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    padding-bottom: 2px;
    box-sizing: border-box;
    border-radius: 0;
}

body .p-dropdown .p-dropdown-trigger {
    height: 1.5em;
    width: 1.5em;
    margin-top: 0;
    padding: 0;
    top: 2px;
    margin-right: 0;
}

body .p-dropdown .p-dropdown-trigger .pi {
    font-size: 1.5em;
    color: #757575;
}

body .p-dropdown .p-dropdown-label {
    background: none;
}

body .p-dropdown .p-dropdown-label.p-inputtext {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
}

body .p-dropdown:not(.p-state-disabled).p-state-focus {
    border-width: 0;
    background-size: 100% 2px, 100% 1px;
    padding-bottom: 2px;
    outline: none;
}

body .p-dropdown:not(.p-state-disabled).p-state-focus .p-dropdown-label {
    padding-bottom: 2px;
}

body .p-dropdown-panel {
    padding: 0;
    border-radius: 0;
}

body .p-dropdown-panel .p-dropdown-list {
    padding: 0.5em 0;
}

body .p-dropdown-panel .p-dropdown-item {
    margin: 0;
    padding: 0.571em 0.857em;
    color: #212121;
    border-radius: 0;
}

body .p-dropdown-panel .p-dropdown-item:not(.p-state-highlight):not(.p-state-disabled):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-dropdown-panel .p-dropdown-item.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-dropdown-panel.p-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body .p-dropdown-panel .p-dropdown-filter-container {
    display: block;
    border-bottom: 1px solid #bdbdbd;
    background-color: #2f4050;
    padding: 0.714em 1em;
}

body .p-dropdown-panel .p-dropdown-filter-container input {
    color: #ffffff;
}

body .p-dropdown-panel .p-dropdown-filter-container input:focus {
    border-bottom-color: #ffffff;
}

body .p-dropdown-panel .p-dropdown-filter-container .pi {
    top: 0.325em;
    right: 0.75em;
    color: #ffffff;
}

body .p-multiselect {
    border-bottom: 1px solid #bdbdbd;
    min-width: 98%;
    box-sizing: border-box;
    border-radius: 0;
    transition: border-color 0.3s;
}

body .p-multiselect .p-multiselect-label-container {
    padding-right: 1.5em;
}

body .p-multiselect .p-multiselect-label-container .p-multiselect-label {
    padding: 2px;
}

body .p-multiselect .p-multiselect-trigger {
    height: 1.5em;
    width: 1.5em;
    margin-top: 0;
    padding: 0;
    top: -2px;
}

body .p-multiselect .p-multiselect-trigger .pi {
    font-size: 1.5em;
    color: #757575;
}

body .p-multiselect:not(.p-state-disabled).p-state-focus {
    border-bottom: 2px solid #2f4050;
}

body .p-multiselect-panel {
    padding: 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body .p-multiselect-panel .p-multiselect-header {
    border-radius: 0;
    margin: 0;
    border: 0 none;
    padding: 0.714em 1em;
    position: relative;
}

body .p-multiselect-panel .p-multiselect-header .p-checkbox {
    float: none;
    margin: 0 8px 0 1px;
    position: static;
}

body .p-multiselect-panel .p-multiselect-header .p-checkbox .p-checkbox-box {
    border-color: #ffffff;
}

body .p-multiselect-panel .p-multiselect-header .p-checkbox .p-checkbox-box .p-checkbox-icon {
    border-color: #ffffff;
}

body .p-multiselect-panel .p-multiselect-header .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon {
    border-color: #ffffff;
}

body .p-multiselect-panel .p-multiselect-header .p-checkbox .p-checkbox-box.p-highlight:before {
    animation: none;
}

body .p-multiselect-panel .p-multiselect-header .p-checkbox .p-checkbox-box.p-state-focus {
    background-color: #5b6976;
    transition: background-color 0.3s;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .pi {
    top: -2px;
    left: 0;
    color: #ffffff;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    color: #ffffff;
    padding: 2px;
    padding-left: 1.5em;
    width: 100%;
    box-sizing: border-box;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext:focus {
    border-bottom-color: #ffffff;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    position: absolute;
    right: 0.5em;
    top: 0.625em;
    height: 1.5em;
    width: 1.5em;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    color: #ffffff;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
    background-color: #5b6976;
    border-radius: 50%;
    transition: background-color 0.3s;
}

body .p-multiselect-panel .p-multiselect-list {
    padding: 0.5em 0;
    background-color: #ffffff;
}

body .p-multiselect-panel .p-multiselect-item {
    padding: 0.571em 1em;
    margin: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

body .p-multiselect-panel .p-multiselect-item .p-checkbox .p-checkbox-box.p-highlight:before {
    animation: none;
}

body .p-multiselect-panel .p-multiselect-item:not(.p-state-highlight):not(.p-state-disabled):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-multiselect-panel .p-multiselect-item.p-state-highlight {
    color: #ffffff;
}

body .p-spinner .p-spinner-button {
    width: 1.286em;
    height: 0.714em;
    padding: 0;
    margin-right: 0.25em;
    background-color: transparent;
    color: #212121;
    z-index: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

body .p-spinner .p-spinner-button .pi-triangle-1-n {
    color: #212121;
}

body .p-spinner .p-spinner-button .pi-triangle-1-s {
    color: #212121;
}

body .p-spinner .p-spinner-button .pi {
    top: 0px;
    font-size: 1.5em;
    height: 0.5em;
    color: #757575;
}

body .p-spinner .p-spinner-button:enabled:hover,
body .p-spinner .p-spinner-button:active {
    background-color: transparent;
}

body .p-spinner .p-spinner-up .pi {
    top: 0.25em;
}

body .p-spinner .p-spinner-down .pi {
    top: 0.167em;
}

body .p-spinner .p-spinner-input {
    padding-right: 30px;
}

body .p-fluid .p-spinner .p-spinner-button {
    width: 1.786em;
    height: 0.714em;
}

body .p-fluid .p-spinner .p-spinner-button .pi {
    left: auto;
}

body .p-inputswitch {
    height: 14px;
    width: 34px !important;
}

body .p-inputswitch .p-inputswitch-slider {
    background-color: #9e9e9e;
    border-radius: 8px;
}

body .p-inputswitch .p-inputswitch-slider:before {
    background-color: #ffffff;
    height: 1.429em;
    width: 1.429em;
    left: 0;
    bottom: -0.214em;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px, rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25em);
}

body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
    background-color: #9e9e9e;
}

body .p-inputswitch:not(.p-state-disabled):hover .p-inputswitch-slider {
    background-color: #9e9e9e;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background-color: #6be7ce;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background-color: #1ab394;
}

body .p-inputswitch.p-inputswitch-checked:not(.p-state-disabled):hover .p-inputswitch-slider {
    background-color: #6be7ce;
}

body .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus .p-inputswitch-slider {
    background: #6be7ce;
}

body .p-slider {
    padding: 0;
}

body .p-slider .p-slider-handle {
    background-color: #1ab394;
    color: #ffffff;
    border-radius: 50%;
    width: 1.429em;
    height: 1.429em;
    transform: scale(0.7);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body .p-slider .p-slider-handle.p-state-hover,
body .p-slider .p-slider-handle.p-state-focus {
    transform: scale(1);
}

body .p-slider .p-slider-handle:focus {
    outline: 0 none;
}

body .p-slider.p-slider-horizontal {
    height: 2px;
    border: 0 none;
    background-color: #bdbdbd;
}

body .p-slider.p-slider-horizontal .p-slider-handle {
    top: -0.65em;
}

body .p-slider.p-slider-vertical {
    width: 2px;
    border: 0 none;
    background-color: #bdbdbd;
}

body .p-slider.p-slider-vertical .p-slider-handle {
    left: -0.643em;
}

body .p-slider .p-slider-range {
    padding: 0;
    background-color: #1ab394;
    color: #ffffff;
}

body .p-slider:not(.p-state-disabled) .p-slider-handle:hover {
    transform: scale(1);
}

body .p-calendar .p-datepicker {
    min-width: auto;
    left: -93px !important;
}

body .p-calendar .p-datepicker-trigger {
    position: absolute;
    bottom: 2px;
    right: 0;
    background-color: transparent;
    color: #212121;
    height: 1.5em;
    width: 1.5em;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
}

body .p-calendar .p-datepicker-trigger .pi {
    color: #757575;
    top: 22px;
}

body .p-calendar .p-datepicker-trigger:enabled:focus {
    background-color: transparent;
}

body .p-calendar .p-datepicker-trigger:enabled:hover {
    background-color: transparent;
}

body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext {
    width: 100%;
}

body .p-datepicker {
    padding: 0;
    width: 24em;
}

body .p-datepicker.p-shadow {
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body .p-datepicker .p-datepicker-group {
    padding: 0;
}

body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-prev:hover,
body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-next:hover {
    background-color: #2f4050;
}

body .p-datepicker:not(.p-state-disabled) table td a:not(.p-highlight):not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-datepicker:not(.p-state-disabled) .p-monthpicker a.p-monthpicker-month:not(.p-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-datepicker .p-datepicker-header {
    padding: 0.714em 1em;
    background: #0e2031;
    border-color: #0e2031;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body .p-datepicker .p-datepicker-header .p-datepicker-prev {
    cursor: pointer;
    top: 12px;
    left: 0.5em;
    font-size: 1.5em;
    border-radius: 50%;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    color: #ffffff;
}

body .p-datepicker .p-datepicker-header .p-datepicker-prev:before {
    content: "";
}

body .p-datepicker .p-datepicker-header .p-datepicker-prev .pi {
    display: none;
}

body .p-datepicker .p-datepicker-header .p-datepicker-next {
    cursor: pointer;
    top: 12px;
    font-size: 1.5em;
    right: 0.5em;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    border-radius: 50%;
    color: #ffffff;
}

body .p-datepicker .p-datepicker-header .p-datepicker-next:before {
    content: "";
}

body .p-datepicker .p-datepicker-header .p-datepicker-next .pi {
    display: none;
}

body .p-datepicker .p-datepicker-header select.p-datepicker-month,
body .p-datepicker .p-datepicker-header select.p-datepicker-year {
    font-size: 14px;
}

body .p-datepicker table {
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
}

body .p-datepicker thead tr {
    color: #ffffff;
    background: #2f4050;
}

body .p-datepicker tbody td {
    padding: 0.25em;
    box-sizing: border-box;
}

body .p-datepicker tbody td.p-datepicker-today a {
    color: #212121;
    background-color: #ffffff;
    border: 1px solid #1ab394;
}

body .p-datepicker tbody td.p-datepicker-today a.p-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-datepicker tbody td a {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #212121;
    display: inline-block;
    height: 3em;
    width: 3em;
    line-height: 3em;
    border-radius: 50%;
}

body .p-datepicker tbody td a.p-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-datepicker tbody td a span {
    display: inline;
    padding: 0;
    text-align: center;
}

body .p-datepicker .p-timepicker {
    border-radius: 0;
}

body .p-datepicker .p-timepicker>div a {
    height: 1.5em;
}

body .p-datepicker .p-timepicker>div a>span {
    display: inline-block;
    margin-bottom: 0.25em;
}

body .p-datepicker .p-timepicker>div a .pi.pi-angle-up {
    transform: rotate(0);
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-datepicker .p-timepicker>div a .pi.pi-angle-up:before {
    content: "keyboard_arrow_up";
}

body .p-datepicker .p-timepicker>div a .pi.pi-angle-down {
    transform: rotate(0);
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-datepicker .p-timepicker>div a .pi.pi-angle-down:before {
    content: "keyboard_arrow_down";
}

body .p-datepicker .p-monthpicker .p-monthpicker-month {
    color: #212121;
}

body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #ffffff;
    background-color: #1ab394;
}

body .p-datepicker.p-datepicker-multiple-month {
    width: auto;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-right: 1px solid #bdbdbd;
    padding-top: 0;
    padding-bottom: 0;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group .p-datepicker-calendar-container tbody {
    padding-right: 0.25em;
    padding-left: 0.25em;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
    border-right: 0 none;
}

body #ui-datepicker-div {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body .p-rating {
    font-size: inherit;
    min-height: 1.5em;
}

body .p-rating .pi-ban {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    color: #757575;
    font-size: 1.5em;
}

body .p-rating .pi-ban:before {
    content: "";
}

body .p-rating .pi-star {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    color: #1ab394;
    font-size: 1.5em;
}

body .p-rating .pi-star:before {
    content: "";
}

body .p-rating .pi-star-o {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    color: #757575;
    font-size: 1.5em;
}

body .p-rating .pi-star-o:before {
    content: "";
}

body .p-chips>ul.p-inputtext {
    padding: 2px;
}

body .p-chips>ul.p-inputtext .p-chips-input-token {
    padding-bottom: 2px;
}

body .p-chips>ul.p-inputtext .p-chips-input-token>input {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

body .p-chips>ul.p-inputtext .p-chips-input-token input.p-state-disabled {
    width: 0;
}

body .p-chips>ul.p-inputtext .p-chips-token {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 1em;
}

body .p-chips>ul.p-inputtext .p-chips-token .p-chips-token-label {
    display: inline-block;
    vertical-align: middle;
}

body .p-chips>ul.p-inputtext.p-state-disabled {
    border-bottom: 1px dotted;
}

body .p-password-panel.p-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body .p-inputgroup .p-inputgroup-addon {
    padding: 2px 2px 1px 2px;
    border-color: #bdbdbd;
    background-color: transparent;
    color: #757575;
    min-width: 32px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

body .p-inputgroup .p-inputgroup-addon:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body .p-inputgroup .p-inputgroup-addon:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .p-inputgroup .p-inputgroup-addon>i {
    display: flex;
    align-self: flex-end;
}

body .p-inputgroup .p-inputtext {
    align-self: flex-end;
}

body .p-inputgroup .md-inputfield {
    flex: 1 1 auto;
    width: 1%;
    display: inherit;
}

body .p-inputgroup .md-inputfield label {
    top: 5px;
}

body .p-inputgroup .p-checkbox,
body .p-inputgroup .p-radiobutton {
    margin-bottom: 0.125em;
}

body .p-fluid .p-inputgroup .p-button-icon-only {
    width: 2.143em;
    height: 2.143em;
    padding: 0;
}

body .p-fluid .p-inputgroup .p-button-icon-only .p-button-icon-left {
    margin-left: -0.45em;
}

body .p-fileupload .p-fileupload-buttonbar {
    padding: 0.714em 1em;
}

body .p-fileupload .p-fileupload-buttonbar .pi-arrowreturnthick-1-n {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-fileupload .p-fileupload-buttonbar .pi-arrowreturnthick-1-n:before {
    content: "file_upload";
}

body .p-fileupload .p-fileupload-buttonbar .p-button {
    background-color: #1ab394;
    color: #ffffff;
    margin-right: 6px;
}

body .p-fileupload .p-fileupload-buttonbar .p-button .pi {
    color: #ffffff;
}

body .p-fileupload .p-fileupload-buttonbar .p-button:enabled:hover {
    background-color: #197865;
}

body .p-fileupload .p-fileupload-content .p-messages-error .pi {
    color: #ffffff;
}

body .p-fileupload-choose:not(.p-state-disabled):hover.p-button,
body .p-fileupload-choose.p-state-focus.p-button {
    background-color: #179d82;
}

body .p-fileupload-choose:not(.p-state-disabled):active.p-button {
    background-color: #14866f;
}

body .p-editor-container .p-editor-toolbar {
    background-color: #e8e8e8;
}

body .p-editor-container .ql-picker.ql-expanded .ql-picker-label {
    color: #444444;
}

body .p-inputtext.ng-dirty.ng-invalid,
body p-dropdown.ng-dirty.ng-invalid>.p-dropdown,
body p-autocomplete.ng-dirty.ng-invalid>.p-autocomplete>.p-inputtext,
body p-calendar.ng-dirty.ng-invalid>.p-calendar>.p-inputtext,
body p-chips.ng-dirty.ng-invalid>.p-inputtext,
body p-inputmask.ng-dirty.ng-invalid>.p-inputtext,
body p-checkbox.ng-dirty.ng-invalid .p-checkbox-box,
body p-radiobutton.ng-dirty.ng-invalid .p-radiobutton-box,
body p-inputswitch.ng-dirty.ng-invalid .p-inputswitch,
body p-listbox.ng-dirty.ng-invalid .p-inputtext,
body p-multiselect.ng-dirty.ng-invalid>.p-multiselect,
body p-spinner.ng-dirty.ng-invalid>.p-inputtext,
body p-selectbutton.ng-dirty.ng-invalid .p-button,
body p-togglebutton.ng-dirty.ng-invalid .p-button {
    background-image: linear-gradient(to bottom, #e62a10, #e62a10), linear-gradient(to bottom, #e62a10, #e62a10);
}

body .p-fluid .p-colorpicker-preview {
    width: 2em;
}

@media (max-width: 640px) {
    body .p-buttonset>.p-button {
        display: block;
        border-radius: 0;
    }

    body .p-buttonset>.p-button:first-child {
        border-radius: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    body .p-buttonset>.p-button:last-child {
        border-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    body .p-splitbutton>.p-button {
        display: inline-block;
    }

    body .p-splitbutton>.p-button:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    body .p-splitbutton>.p-button:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

body .p-panel {
    padding: 0;
}

body .p-panel .p-panel-header {
    border: 0 none;
    padding: 0.714em 1em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body .p-panel .p-panel-header .p-panel-title {
    margin: 0;
    line-height: 1.5;
}

body .p-panel .p-panel-header .p-panel-header-icon {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: #ffffff;
    margin: 0;
    transition: background-color 0.3s;
    border-radius: 50%;
}

body .p-panel .p-panel-header .p-panel-header-icon:hover {
    background-color: #5b6976;
}

body .p-panel .p-panel-content {
    height: 100%;
    box-sizing: border-box;
    padding: 0.857em 1em;
    line-height: 1.5;
}

body .p-panel .p-panel-footer {
    padding: 0.714em 1em;
    border: 0 none;
    border-top: 1px solid #bdbdbd;
    margin: 0;
}

body .p-fieldset {
    padding: 0.857em 1em;
}

body .p-fieldset .p-fieldset-legend {
    padding: 0.714em 1em;
    padding-left: 2px;
    padding-right: 8px;
    color: #2f4050;
}

body .p-fieldset .p-fieldset-legend .p-fieldset-toggler {
    width: 2em;
    height: 2em;
    padding: 0.5em;
    background-color: #2f4050;
    color: #ffffff;
    font-size: 1.5em;
    border-radius: 50%;
    transition: background-color 0.3s;
    margin-top: -10px;
    margin-right: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

body .p-fieldset .p-fieldset-legend .p-fieldset-toggler:hover {
    background-color: #0e2031;
}

body .p-fieldset .p-fieldset-legend a:focus {
    background-color: transparent;
    outline: 0;
}

body .p-fieldset .p-fieldset-legend .p-fieldset-legend-text {
    color: #2f4050;
}

body .p-accordion .p-accordion-header {
    margin-top: 0.25em;
    background-color: #2f4050;
    color: #ffffff;
    font-weight: 500;
    border-radius: 3px;
    transition: background-color 0.3s;
}

body .p-accordion .p-accordion-header>a {
    padding: 0.714em 1em;
    color: #ffffff;
}

body .p-accordion .p-accordion-header>a .p-accordion-toggle-icon,
body .p-accordion .p-accordion-header>a .p-accordion-header-text {
    vertical-align: middle;
}

body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-state-disabled):hover {
    background-color: #0e2031;
    color: #ffffff;
}

body .p-accordion .p-accordion-header.p-highlight {
    background-color: #1ab394;
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body .p-accordion .p-accordion-header.p-highlight>a {
    color: #ffffff;
}

body .p-accordion .p-accordion-header.p-highlight .p-accordion-toggle-icon {
    color: #ffffff;
}

body .p-accordion .p-accordion-content {
    padding: 0.857em 1em;
    line-height: 1.5;
    margin-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .p-toolbar {
    background-color: #0e2031;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    padding: 10px;
}

body .p-toolbar .p-toolbar-separator {
    margin-right: 0.25em;
}

body .p-tabview {
    padding: 0;
    border: 0 none;
}

body .p-tabview .p-tabview-nav {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 0;
}

body .p-tabview .p-tabview-nav>li {
    padding: 0;
    overflow: hidden;
    transition: border-color 0.3s;
}

body .p-tabview .p-tabview-nav>li>a {
    cursor: pointer;
    padding: 0.714em 1em;
}

body .p-tabview .p-tabview-nav>li>a:focus {
    outline: 0 none;
}

body .p-tabview .p-tabview-nav>li>.pi-times {
    margin: 0.5em 0 0 0;
    transition: color 0.3s;
    color: #757575;
}

body .p-tabview .p-tabview-nav>li.p-state-default a {
    color: #757575;
}

body .p-tabview .p-tabview-nav>li:not(.p-highlight):not(.p-state-disabled):hover {
    background-color: #ffffff;
}

body .p-tabview .p-tabview-nav>li.p-highlight {
    background-color: transparent;
    border-color: #1ab394;
    border-style: solid;
}

body .p-tabview .p-tabview-nav>li.p-highlight a {
    color: #2f4050;
}

body .p-tabview .p-tabview-nav>li.p-highlight .p-tabview-left-icon,
body .p-tabview .p-tabview-nav>li.p-highlight .p-tabview-right-icon {
    color: #2f4050;
}

body .p-tabview .p-tabview-nav>li.p-highlight>.pi-times {
    color: #1ab394;
}

body .p-tabview .p-tabview-nav>li.p-tabview-outline {
    outline: 0 none;
    border-color: #5b6976;
}

body .p-tabview .p-tabview-nav>li .p-tabview-left-icon,
body .p-tabview .p-tabview-nav>li .p-tabview-right-icon {
    color: #757575;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;
}

body .p-tabview .p-tabview-nav>li .p-tabview-title {
    line-height: 1.5em;
    vertical-align: middle;
}

body .p-tabview .p-tabview-panel {
    padding: 0.857em 1em;
    line-height: 1.5;
}

body .p-tabview.p-tabview-top>.p-tabview-nav {
    padding: 0;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #bdbdbd;
}

body .p-tabview .p-tabview-nav li {
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: transparent;
    margin-bottom: 0;
}

body .p-tabview .p-tabview-nav {
    border-bottom: 1px solid #c2c2c2;
}

body .p-tabview.p-tabview-bottom>.p-tabview-nav {
    padding: 0;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #bdbdbd;
}

body .p-tabview.p-tabview-bottom>.p-tabview-nav>li {
    border-width: 2px 0 0 0;
}

body .p-tabview.p-tabview-left>.p-tabview-nav {
    padding: 0;
    margin: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #bdbdbd;
}

body .p-tabview.p-tabview-left>.p-tabview-nav>li {
    box-sizing: border-box;
    border-width: 0 2px 0 0;
}

body .p-tabview.p-tabview-left>.p-tabview-nav>li>a {
    width: 100%;
    box-sizing: border-box;
}

body .p-tabview.p-tabview-right>.p-tabview-nav {
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #bdbdbd;
}

body .p-tabview.p-tabview-right>.p-tabview-nav>li {
    box-sizing: border-box;
    border-width: 0 0 0 2px;
}

body .p-tabview.p-tabview-right>.p-tabview-nav>li>a {
    width: 100%;
    box-sizing: border-box;
}

body .p-tabview.p-tabview-right>.p-tabview-nav>li.p-highlight>a {
    padding-left: 0.875em;
}

@media (max-width: 640px) {
    body .p-toolbar .p-toolbar-group-right {
        margin-top: 1em;
    }
}

body .p-picklist .p-picklist-caption {
    padding: 0.714em 1em;
}

body .p-picklist .p-picklist-list {
    padding: 0;
}

body .p-picklist li.p-picklist-item {
    padding: 0.571em 0.857em;
    margin: 0;
    border-radius: 0;
    color: #212121;
}

body .p-picklist li.p-picklist-item:not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-picklist li.p-picklist-item.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-picklist .p-picklist-buttons {
    width: 3.429em;
}

body .p-picklist .p-picklist-buttons .p-button.p-button-icon-only {
    width: 2.5em;
    height: 2.5em;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 0.286em;
}

body .p-picklist .p-picklist-buttons-cell {
    text-align: center;
}

body .p-picklist.p-picklist-responsive .p-picklist-buttons {
    width: 3.429em;
}

body .p-picklist.p-picklist-responsive .p-picklist-buttons .p-button.p-button-icon-only {
    margin: 0 auto;
    display: block;
    margin-bottom: 0.571em;
}

body .p-picklist.p-picklist-responsive .p-picklist-list .p-picklist-item .p-checkbox {
    margin-right: 0.571em;
    vertical-align: top;
}

body .p-picklist.p-picklist-responsive .p-picklist-list .p-picklist-item .p-checkbox,
body .p-picklist.p-picklist-responsive .p-picklist-list .p-picklist-item .p-checkbox * {
    box-sizing: content-box;
}

body .p-orderlist .p-orderlist-caption {
    padding: 0.714em 1em;
    box-sizing: border-box;
}

body .p-orderlist .p-orderlist-list {
    padding: 0;
    box-sizing: border-box;
}

body .p-orderlist .p-orderlist-list li.p-orderlist-item {
    padding: 0.571em 0.857em;
    margin: 0;
    border-radius: 0;
    color: #212121;
}

body .p-orderlist .p-orderlist-list li.p-orderlist-item:not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-orderlist .p-orderlist-list li.p-orderlist-item.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-orderlist.p-orderlist-responsive .p-orderlist-controls {
    width: 4.286em;
}

body .p-orderlist .p-orderlist-controls {
    width: 4.286em;
    text-align: center;
}

body .p-orderlist .p-orderlist-controls .p-button.p-button-icon-only {
    width: 2.5em;
    height: 2.5em;
    margin: 0 auto 0.571em auto;
}

body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-organizationchart .p-organizationchart-node-content.p-state-highlight .p-node-toggler i {
    color: #0a4438;
}

body .p-organizationchart .p-organizationchart-line-down {
    background-color: #a4a4a4;
}

body .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #a4a4a4;
}

body .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #a4a4a4;
}

body .p-organizationchart .p-organizationchart-node-content {
    border-color: #a4a4a4;
}

body .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    bottom: -1.143em;
    margin-left: -0.825em;
    color: #a4a4a4;
}

body .p-organizationchart .p-organizationchart-node-content .p-node-toggler .pi-chevron-down {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-organizationchart .p-organizationchart-node-content .p-node-toggler .pi-chevron-down:before {
    content: "keyboard_arrow_down";
}

body .p-organizationchart .p-organizationchart-node-content .p-node-toggler .pi-chevron-up {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-organizationchart .p-organizationchart-node-content .p-node-toggler .pi-chevron-up:before {
    content: "keyboard_arrow_up";
}

body .p-paginator {
    background-color: #0e2031;
    padding: 0.714em 1em;
}

body .p-paginator>a {
    box-sizing: border-box;
    color: #ffffff;
}

body .p-paginator>a .pi {
    display: none;
}

body .p-paginator>a:not(.p-state-disabled):not(.p-highlight):hover {
    background-color: #5b6976;
    border-radius: 50%;
    transition: background-color 0.3s;
}

body .p-paginator .p-paginator-next {
    padding: 0;
    vertical-align: middle;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-paginator .p-paginator-next:before {
    content: "navigate_next";
}

body .p-paginator .p-paginator-last {
    padding: 0;
    vertical-align: middle;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-paginator .p-paginator-last:before {
    content: "last_page";
}

body .p-paginator .p-paginator-prev {
    padding: 0;
    vertical-align: middle;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-paginator .p-paginator-prev:before {
    content: "navigate_before";
}

body .p-paginator .p-paginator-first {
    padding: 0;
    vertical-align: middle;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-paginator .p-paginator-first:before {
    content: "first_page";
}

body .p-paginator .p-paginator-first,
body .p-paginator .p-paginator-prev,
body .p-paginator .p-paginator-next,
body .p-paginator .p-paginator-last {
    min-width: 1.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2;
}

body .p-paginator .p-paginator-pages {
    vertical-align: middle;
    margin: 0 6px 0 12px;
    padding: 0;
}

body .p-paginator .p-paginator-pages a {
    padding: 0;
    color: #ffffff;
    min-width: 1.714em;
    min-height: 1.714em;
    line-height: 1.714em;
    border-radius: 50%;
    transition: background-color 0.3s;
}

body .p-paginator .p-paginator-pages a:not(.p-highlight):hover {
    background-color: #5b6976;
}

body .p-paginator .p-paginator-pages a.p-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-datagrid .p-datagrid-header {
    padding: 0.714em 1em;
}

body .p-datagrid .p-panel .p-panel-header {
    background-color: #ffffff;
    color: #212121;
}

body .p-datalist .p-datalist-header {
    padding: 0.714em 1em;
}

body .p-dataview .p-dataview-header {
    background-color: #ffffff;
    color: #212121;
    padding: 0.714em 1em;
    border: 1px solid #bdbdbd;
    border-bottom: 0 none;
}

body .p-dataview .p-dataview-header .p-button.p-highlight:hover {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-dataview .p-dataview-content {
    background-color: #ffffff;
    color: #212121;
    border: 1px solid #bdbdbd;
}

body .p-dataview .p-dataview-footer {
    background-color: #ffffff;
    color: #212121;
    padding: 0.714em 1em;
    border: 1px solid #bdbdbd;
    border-top: 0 none;
}

body .p-table .p-datatable-header,
body .p-table .p-table-summary {
    padding: 0.714em 1em;
    font-weight: normal;
}

body .p-table .p-datatable-header {
    border-bottom: 0 none;
}

body .p-table .p-table-summary {
    border-top: 0 none;
}

body .p-datatable-table .p-datatable-thead>tr>th,
body .p-datatable-table .p-datatable-tbody>tr>td,
body .p-datatable-table .p-datatable-tfoot>tr>td {
    padding: 0.857em;
}

body .p-datatable-table .p-datatable-thead>tr>th,
body .p-datatable-table .p-datatable-tfoot>tr>td {
    font-weight: 500;
    background-color: #ffffff;
    border: 0 none;
}

body .p-table p-sortIcon {
    display: inline-block;
}

body .p-datatable-table .p-datatable-thead>tr>th {
    padding: 0.857em;
    border: 0 none;
    text-align: left;
    font-weight: 500;
    border-top: 1px solid #bdbdbd;
    background-color: #ffffff;
}

body .p-datatable-table .p-datatable-thead>tr>th:first-child {
    border-left: 1px solid #bdbdbd;
}

body .p-datatable-table .p-datatable-thead>tr>th:last-child {
    border-right: 1px solid #bdbdbd;
}

body .p-datatable-table .p-datatable-thead>tr>th.p-state-hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-datatable-table .p-datatable-thead>tr>th .p-sortable-column-icon {
    vertical-align: middle;
    margin: -4px 0 0 0;
    color: #757575;
}

body .p-datatable-table .p-datatable-thead>tr>th .p-sortable-column-icon.p-icon-carat-2-n-s {
    margin-left: 4px;
}

body .p-datatable-table .p-datatable-thead>tr>th .p-column-resizer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    color: #757575;
}

body .p-datatable-table .p-datatable-thead>tr>th .p-column-resizer:before {
    content: "";
}

body .p-datatable-table .p-datatable-thead>tr>th.p-highlight,
body .p-datatable-table .p-datatable-thead>tr>th.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
    border-top-color: #1ab394;
}

body .p-datatable-table .p-datatable-thead>tr>th.p-highlight .p-icon,
body .p-datatable-table .p-datatable-thead>tr>th.p-state-highlight .p-icon {
    color: #ffffff;
}

body .p-datatable-table .p-datatable-thead>tr>th.p-highlight .p-inputtext,
body .p-datatable-table .p-datatable-thead>tr>th.p-state-highlight .p-inputtext {
    color: #ffffff;
}

body .p-datatable-table .p-datatable-thead>tr>th.p-highlight .p-inputtext.p-state-focus,
body .p-datatable-table .p-datatable-thead>tr>th.p-state-highlight .p-inputtext.p-state-focus {
    border-color: #ffffff;
}

body .p-datatable-table .p-datatable-tfoot>tr>td {
    padding: 0.857em;
    border: 0 none;
    background-color: #ffffff;
    text-align: left;
    font-weight: 500;
}

body .p-datatable-table .p-datatable-tfoot>tr>td:first-child {
    border-left: 1px solid #bdbdbd;
}

body .p-datatable-table .p-datatable-tfoot>tr>td:last-child {
    border-right: 1px solid #bdbdbd;
}

body .p-table .p-sortable-column {
    color: #212121;
}

body .p-table .p-sortable-column .p-sortable-column-icon {
    color: #757575;
}

body .p-table .p-sortable-column:not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-table .p-sortable-column:not(.p-state-highlight):hover .p-sortable-column-icon {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-table .p-sortable-column.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
    border-top-color: #1ab394;
}

body .p-table .p-sortable-column.p-state-highlight .p-sortable-column-icon {
    color: #ffffff;
}

body .p-table .p-sortable-column .p-sortable-column-icon {
    vertical-align: middle;
}

body .p-datatable-table .p-datatable-tbody>tr {
    background: #ffffff;
    border: 1px solid #bdbdbd;
}

body .p-datatable-table .p-datatable-tbody>tr>td {
    background: inherit;
    padding: 0.714em 0.857em;
    border: 0 none;
}

body .p-datatable-table .p-datatable-tbody>tr.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-datatable-table .p-datatable-tbody>tr.p-contextmenu-selected {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-datatable-table .p-datatable-tbody>tr .p-editing-cell input {
    color: #ffffff;
}

body .p-datatable-table .p-datatable-tbody>tr:nth-child(even) {
    background-color: #f4f4f4;
}

body .p-datatable-table .p-datatable-tbody>tr:nth-child(even).p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-datatable-table .p-datatable-tbody>tr:nth-child(even).p-contextmenu-selected {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-table .p-table-scrollable-wrapper .p-table-scrollable-header,
body .p-table .p-table-scrollable-wrapper .p-table-scrollable-footer {
    border: 0 none;
    background-color: transparent;
    padding: 0px;
}

body .p-table .p-table-scrollable-wrapper thead tr th {
    color: #212121;
}

body .p-table .p-table-scrollable-wrapper tfoot tr td {
    color: #212121;
}

body .p-table.p-table-hoverable-rows .p-table-tbody>tr.p-selectable-row:not(.p-state-highlight):not(.p-contextmenu-selected):hover {
    cursor: pointer;
    background-color: #e8e8e8;
    color: #000000;
}

body .p-carousel {
    padding: 0;
    border: 1px solid transparent;
}

body .p-carousel .p-carousel-header {
    padding: 0.714em 1em;
    overflow: visible;
}

body .p-carousel .p-carousel-header .p-carousel-header-title {
    overflow: visible;
}

body .p-carousel .p-carousel-header .pi {
    color: #ffffff;
}

body .p-carousel .p-carousel-header .p-carousel-button {
    margin: -0.143em 0 0 0;
}

body .p-carousel .p-carousel-header .p-carousel-page-links {
    margin: -0.143em 0 0 0;
}

body .p-carousel .p-carousel-footer {
    margin: 0;
    padding: 0.714em 1em-2px;
}

body .p-tree {
    padding: 0.857em 1em;
}

body .p-tree .p-treenode-children {
    padding-left: 2em;
}

body .p-tree .p-treenode-content {
    padding: 0.571em 0.857em;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

body .p-tree .p-treenode-content .p-checkbox {
    margin: 0 0.286em 0 0.286em;
}

body .p-tree .p-treenode-content .p-checkbox .pi {
    color: #757575;
}

body .p-tree .p-treenode-content .p-tree-toggler {
    vertical-align: middle;
}

body .p-tree .p-treenode-content .p-treenode-icon {
    vertical-align: middle;
    margin: 0 0.286em 0 0.286em;
}

body .p-tree .p-treenode-content .p-treenode-label {
    padding: 0 0.286em 0 0.286em;
    margin: 0;
    vertical-align: middle;
}

body .p-tree .p-treenode-content.p-treenode-selectable:not(.p-state-highlight) .p-treenode-label:not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-tree .p-treenode-content.p-treenode-dragover {
    background: #5b6976;
}

body .p-tree .p-treenode-content.p-treenode-dragover>span {
    color: #ffffff;
}

body .p-tree.p-tree-horizontal {
    padding-left: 0;
    padding-right: 0;
}

body .p-tree.p-tree-horizontal .p-treenode-content {
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
    padding: 0.4em 1em 0.4em 0.2em;
}

body .p-tree.p-tree-horizontal .p-treenode-content .p-tree-toggler {
    vertical-align: top;
}

body .p-tree.p-tree-horizontal .p-treenode-content .p-treenode-icon {
    margin-right: 0.286em;
}

body .p-tree.p-tree-horizontal .p-treenode-content.p-treenode-selectable:not(.p-state-highlight) .p-treenode-label:not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-tree.p-tree-horizontal .p-treenode-content.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-tree.p-tree-horizontal .p-treenode-content.p-state-highlight .p-treenode-icon {
    color: #ffffff;
}

body .p-tree-draghelper {
    border: 1px solid #2f4050;
}

body .fc .fc-button {
    background-color: #2f4050;
    color: #ffffff;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    height: 2.25em;
    padding: 0 1em;
    border: 0 none;
}

body .fc .fc-button:enabled:not(:focus):not(.fc-button-active):hover {
    background-color: #0e2031;
}

body .fc .fc-button:enabled:not(.fc-button-active):focus {
    outline: 0 none;
    background-color: #425a70;
    box-shadow: none;
}

body .fc .fc-button.fc-button-active {
    background-color: #1ab394;
    color: #ffffff;
}

body .fc .fc-button.fc-button-active:focus {
    box-shadow: none;
}

body .fc .fc-head th {
    border-color: #2f4050;
}

body .fc .fc-head .fc-row {
    background-color: #2f4050;
    color: #ffffff;
    border: 1px solid #2f4050;
    padding: 0.714em 1em;
    font-weight: 500;
}

body .fc td.fc-today {
    background-color: #1ab394;
    color: #ffffff;
}

body .fc .fc-toolbar .fc-icon-chevron-right {
    font-family: "Material Icons" !important;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    text-indent: 0;
    position: relative;
    top: 1px;
}

body .fc .fc-toolbar .fc-icon-chevron-right:before {
    content: "play_circle_outline";
}

body .fc .fc-toolbar .fc-icon-chevron-left {
    font-family: "Material Icons" !important;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    transform: rotate(180deg);
    text-indent: 0;
    position: relative;
    top: 1px;
}

body .fc .fc-toolbar .fc-icon-chevron-left:before {
    content: "play_circle_outline";
}

body .fc .fc-toolbar .p-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .fc .fc-event {
    background-color: #5b6976;
    color: #ffffff;
}

body .fc table {
    box-sizing: border-box;
}

body .fc div.p-widget-content {
    padding-left: 0px;
    padding-right: 0px;
}

body .p-treetable .p-treetable-caption,
body .p-treetable .p-treetable-summary {
    padding: 0.714em 1em;
}

body .p-treetable .p-treetable-caption {
    border-bottom: 0 none;
}

body .p-treetable .p-treetable-summary {
    border-top: 0 none;
}

body .p-treetable .p-treetable-thead>tr>th,
body .p-treetable .p-treetable-tbody>tr>td,
body .p-treetable .p-treetable-tfoot>tr>td {
    padding: 0.857em;
}

body .p-treetable .p-treetable-thead>tr>th,
body .p-treetable .p-treetable-tfoot>tr>td {
    font-weight: 500;
    background-color: #ffffff;
    border: 0 none;
}

body .p-treetable .p-treetable-thead tr .p-inputtext {
    width: 100%;
}

body .p-treetable .p-treetable-thead>tr>th {
    padding: 0.857em;
    border: 0 none;
    text-align: left;
    font-weight: 500;
    border-top: 1px solid #bdbdbd;
    background-color: #ffffff;
}

body .p-treetable .p-treetable-thead>tr>th:first-child {
    border-left: 1px solid #bdbdbd;
}

body .p-treetable .p-treetable-thead>tr>th:last-child {
    border-right: 1px solid #bdbdbd;
}

body .p-treetable .p-treetable-thead>tr>th.p-state-hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-treetable .p-treetable-thead>tr>th .p-sortable-column-icon {
    vertical-align: middle;
    margin: -4px 0 0 0;
    color: #757575;
}

body .p-treetable .p-treetable-thead>tr>th .p-sortable-column-icon.p-icon-carat-2-n-s {
    margin-left: 4px;
}

body .p-treetable .p-treetable-thead>tr>th .p-column-resizer {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    color: #757575;
}

body .p-treetable .p-treetable-thead>tr>th .p-column-resizer:before {
    content: "";
}

body .p-treetable .p-treetable-thead>tr>th.p-highlight,
body .p-treetable .p-treetable-thead>tr>th.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
    border-top-color: #1ab394;
}

body .p-treetable .p-treetable-thead>tr>th.p-highlight .p-icon,
body .p-treetable .p-treetable-thead>tr>th.p-state-highlight .p-icon {
    color: #ffffff;
}

body .p-treetable .p-treetable-thead>tr>th.p-highlight .p-inputtext,
body .p-treetable .p-treetable-thead>tr>th.p-state-highlight .p-inputtext {
    color: #ffffff;
}

body .p-treetable .p-treetable-thead>tr>th.p-highlight .p-inputtext.p-state-focus,
body .p-treetable .p-treetable-thead>tr>th.p-state-highlight .p-inputtext.p-state-focus {
    border-color: #ffffff;
}

body .p-treetable .p-treetable-tfoot>tr>td {
    padding: 0.857em;
    border: 0 none;
    background-color: #ffffff;
    text-align: left;
    font-weight: 500;
}

body .p-treetable .p-treetable-tfoot>tr>td:first-child {
    border-left: 1px solid #bdbdbd;
}

body .p-treetable .p-treetable-tfoot>tr>td:last-child {
    border-right: 1px solid #bdbdbd;
}

body .p-treetable .p-treetable-scrollable-header {
    border: none;
}

body .p-treetable .p-treetable-loading-content .pi-spin {
    animation: 2s linear infinite fa-spin;
    color: #ffffff;
}

body .p-treetable .p-sortable-column {
    color: #212121;
}

body .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #757575;
}

body .p-treetable .p-sortable-column:not(.p-state-highlight):hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-treetable .p-sortable-column:not(.p-state-highlight):hover .p-sortable-column-icon {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-treetable .p-sortable-column.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
    border-top-color: #1ab394;
}

body .p-treetable .p-sortable-column.p-state-highlight .p-sortable-column-icon {
    color: #ffffff;
}

body .p-treetable .p-sortable-column .p-sortable-column-icon {
    vertical-align: middle;
}

body .p-treetable .p-treetable-tbody>tr {
    background: #ffffff;
    border: 1px solid #bdbdbd;
}

body .p-treetable .p-treetable-tbody>tr>td {
    padding: 0.714em 0.857em;
    border: 0 none;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler {
    color: #757575;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler .pi.pi-chevron-right {
    vertical-align: middle;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler .pi.pi-chevron-down {
    vertical-align: middle;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-chkbox {
    margin-right: 0.75em;
    margin-top: 2px;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-chkbox .p-checkbox-box.p-highlight:before {
    animation: none;
}

body .p-treetable .p-treetable-tbody>tr.p-state-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-treetable .p-treetable-tbody>tr.p-state-highlight>td {
    background: inherit;
    border: #bdbdbd;
}

body .p-treetable .p-treetable-tbody>tr.p-state-highlight>td .p-treetable-toggler {
    color: #ffffff;
}

body .p-treetable .p-treetable-tbody>tr.p-state-highlight .p-checkbox .p-checkbox-box {
    border-color: #ffffff;
    background: transparent;
}

body .p-treetable .p-treetable-tbody>tr.p-state-highlight .p-checkbox .p-checkbox-box .p-checkbox-icon {
    color: #ffffff;
}

body .p-treetable .p-treetable-tbody>tr.p-contextmenu-selected {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-treetable .p-treetable-tbody>tr.p-contextmenu-selected>td {
    background: inherit;
    border: #bdbdbd;
}

body .p-treetable .p-treetable-tbody>tr.p-contextmenu-selected>td .p-treetable-toggler {
    color: #ffffff;
}

body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-state-highlight):not(.p-contextmenu-selected):hover {
    cursor: pointer;
    background-color: #e8e8e8;
    color: #000000;
}

body .p-treetable .p-treetable-scrollable-wrapper .p-treetable-scrollable-header,
body .p-treetable .p-treetable-scrollable-wrapper .p-treetable-scrollable-footer {
    border: 0 none;
    background-color: transparent;
    padding: 0px;
}

body .p-treetable .p-treetable-scrollable-wrapper thead tr th {
    background-color: #ffffff;
    color: #212121;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
}

body .p-treetable .p-treetable-scrollable-wrapper thead tr th.p-highlight {
    background-color: #1ab394;
    color: #ffffff;
}

body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr.p-selectable-row:not(.p-state-highlight):not(.p-contextmenu-selected):hover {
    cursor: pointer;
    background-color: #e8e8e8;
    color: #000000;
}

body .p-virtualscroller .p-virtualscroller-content {
    padding: 0;
}

body .p-virtualscroller .p-virtualscroller-list li {
    border-bottom: 1px solid #bdbdbd;
}

@media (max-width: 40em) {
    body .p-orderlist.p-orderlist-responsive .p-orderlist-controls {
        width: 100%;
    }
}

@media (max-width: 640px) {
    body .p-picklist.p-picklist-responsive .p-picklist-list-wrapper {
        margin-bottom: 0.5em;
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons {
        padding: 0.5em 0;
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .p-button.p-button-icon-only {
        display: inline-block;
        margin-right: 0.25em;
        margin-bottom: 0;
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-right {
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 1.5em;
        /* Preferred icon size */
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-indent: 0;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: "liga";
        transform: rotate(90deg);
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-right:before {
        content: "play_arrow";
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-double-right {
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 1.5em;
        /* Preferred icon size */
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-indent: 0;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: "liga";
        transform: rotate(-90deg);
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-double-right:before {
        content: "skip_previous";
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-left {
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 1.5em;
        /* Preferred icon size */
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-indent: 0;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: "liga";
        transform: rotate(-90deg);
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-left:before {
        content: "play_arrow";
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-double-left {
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 1.5em;
        /* Preferred icon size */
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-indent: 0;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: "liga";
        transform: rotate(-90deg);
    }

    body .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-double-left:before {
        content: "skip_next";
    }

    body .p-orderlist.p-grid-responsive .p-orderlist-controls {
        text-align: center;
        width: auto;
    }

    body .p-orderlist.p-grid-responsive .p-orderlist-controls .p-button {
        margin-right: 0.25em;
    }
}

body .p-breadcrumb a {
    color: #ffffff;
}

body .p-breadcrumb li:first-child a {
    position: relative;
    margin-top: 0;
}

body .p-breadcrumb li:first-child a span {
    font-size: 1.5em;
}

body .p-breadcrumb .p-breadcrumb-chevron {
    margin: 0;
    font-size: 1.5em;
}

body .p-breadcrumb li {
    margin: 0;
}

body .p-steps {
    position: relative;
}

body .p-steps .p-steps-item {
    background-color: transparent;
}

body .p-steps .p-steps-item.p-state-disabled {
    opacity: 1;
    filter: alpha(opacity=100);
}

body .p-steps .p-steps-item .p-menuitem-link {
    display: inline-block;
    text-align: left;
    background-color: #ffffff;
    overflow: hidden;
}

body .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    display: inline-block;
    background-color: #757575;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    width: 2em;
    height: 2em;
    padding: 0;
    line-height: 2em;
}

body .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    display: inline;
    margin-left: 0.714em;
    color: #757575;
}

body .p-steps .p-steps-item.p-state-highlight .p-steps-number {
    background-color: #2f4050;
}

body .p-steps .p-steps-item.p-state-highlight .p-steps-title {
    font-weight: 700;
    color: #212121;
}

body .p-steps .p-steps-item:last-child .p-menuitem-link {
    display: block;
}

body .p-steps:before {
    content: " ";
    border: 1px solid #bdbdbd;
    width: 90%;
    top: 45%;
    left: 0;
    display: block;
    position: absolute;
}

body .p-menu .p-menuitem-link,
body .p-menubar .p-menuitem-link,
body .p-tieredmenu .p-menuitem-link,
body .p-contextmenu .p-menuitem-link,
body .p-megamenu .p-menuitem-link,
body .p-slidemenu .p-menuitem-link {
    padding: 0.571em 0.857em;
    color: #212121;
    min-height: 2.286em;
    border-radius: 0;
}

body .p-menu .p-menuitem-link:hover,
body .p-menubar .p-menuitem-link:hover,
body .p-tieredmenu .p-menuitem-link:hover,
body .p-contextmenu .p-menuitem-link:hover,
body .p-megamenu .p-menuitem-link:hover,
body .p-slidemenu .p-menuitem-link:hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-menu .p-menuitem-link:focus,
body .p-menubar .p-menuitem-link:focus,
body .p-tieredmenu .p-menuitem-link:focus,
body .p-contextmenu .p-menuitem-link:focus,
body .p-megamenu .p-menuitem-link:focus,
body .p-slidemenu .p-menuitem-link:focus {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-menu .p-menuitem-link .p-menuitem-text,
body .p-menubar .p-menuitem-link .p-menuitem-text,
body .p-tieredmenu .p-menuitem-link .p-menuitem-text,
body .p-contextmenu .p-menuitem-link .p-menuitem-text,
body .p-megamenu .p-menuitem-link .p-menuitem-text,
body .p-slidemenu .p-menuitem-link .p-menuitem-text {
    vertical-align: middle;
}

body .p-menu .p-menuitem-link .p-menuitem-icon,
body .p-menubar .p-menuitem-link .p-menuitem-icon,
body .p-tieredmenu .p-menuitem-link .p-menuitem-icon,
body .p-contextmenu .p-menuitem-link .p-menuitem-icon,
body .p-megamenu .p-menuitem-link .p-menuitem-icon,
body .p-slidemenu .p-menuitem-link .p-menuitem-icon {
    font-size: 18px;
    color: #757575;
}

body .p-menu .p-menuitem-link .p-submenu-icon,
body .p-menubar .p-menuitem-link .p-submenu-icon,
body .p-tieredmenu .p-menuitem-link .p-submenu-icon,
body .p-contextmenu .p-menuitem-link .p-submenu-icon,
body .p-megamenu .p-menuitem-link .p-submenu-icon,
body .p-slidemenu .p-menuitem-link .p-submenu-icon {
    right: 0.857em;
    margin-right: -0.5em;
}

body .p-menubar .p-submenu-list,
body .p-contextmenu .p-submenu-list,
body .p-slidemenu .p-submenu-list,
body .p-tieredmenu .p-submenu-list {
    padding: 0.5em 0;
}

body .p-menubar .p-submenu-list .p-menuitem,
body .p-contextmenu .p-submenu-list .p-menuitem,
body .p-slidemenu .p-submenu-list .p-menuitem,
body .p-tieredmenu .p-submenu-list .p-menuitem {
    margin: 0;
}

body .p-menu {
    min-width: 12.5em;
    padding: 0.5em 0;
}

body .p-menu .p-menuitem {
    margin: 0;
    border-radius: 0;
}

body .p-menu .p-menuitem .p-menuitem-link .p-menuitem-icon {
    vertical-align: middle;
}

body .p-menu.p-shadow,
body .p-menu .p-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body .p-menu .p-submenu-header {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0.571em 0.857em;
    font-weight: 400;
}

body .p-menubar {
    padding: 0;
}

body .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link {
    padding: 0.571em 0.857em;
}

body .p-menubar .p-submenu-list .p-menuitem-link .p-submenu-icon {
    right: 0.857em;
    margin-right: -0.5em;
}

body .p-menubar .p-menuitem .p-menuitem-link .p-menuitem-icon {
    vertical-align: middle;
}

body .p-menubar .p-menuitem .p-menuitem-link .p-submenu-icon {
    vertical-align: middle;
}

body .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon {
    vertical-align: middle;
}

body .p-contextmenu {
    padding: 0.5em 0;
}

body .p-contextmenu .p-menuitem .p-menuitem-link .p-menuitem-icon {
    vertical-align: middle;
}

body .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-slidemenu {
    padding: 0.5em 0;
}

body .p-slidemenu .p-menuitem {
    margin: 0;
}

body .p-slidemenu .p-menuitem .p-menuitem-link .p-menuitem-icon {
    vertical-align: middle;
}

body .p-slidemenu .p-menuitem.p-menuitem-active>.p-menuitem-link {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-slidemenu .p-slidemenu-backward {
    margin-bottom: 0.4em;
    padding: 0.714em 1em;
    width: 100%;
    background-color: #2f4050;
    box-sizing: border-box;
    border-radius: 0;
    border: 0 none;
}

body .p-slidemenu .p-slidemenu-backward:hover {
    background-color: #1c2630;
}

body .p-tieredmenu {
    padding: 0.5em 0;
}

body .p-tieredmenu .p-menuitem .p-menuitem-link .p-menuitem-icon {
    vertical-align: middle;
}

body .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-megamenu {
    padding: 0;
}

body .p-megamenu .p-megamenu-panel {
    padding: 0.5em 0;
}

body .p-megamenu .p-megamenu-submenu-header {
    border-radius: 0;
    padding: 0.25em;
}

body .p-megamenu .p-submenu-list {
    padding: 0;
    border: 0 none;
}

body .p-megamenu .p-submenu-list .p-menuitem {
    margin: 0;
}

body .p-megamenu .p-menuitem {
    margin: 0;
}

body .p-megamenu .p-menuitem .p-menuitem-link .p-menuitem-icon {
    vertical-align: middle;
}

body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon {
    vertical-align: middle;
}

body .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-megamenu-vertical .p-megamenu-root-list .p-menuitem .p-menuitem-link .p-submenu-icon {
    right: 0.857em;
    margin-right: -0.5em;
}

body .p-tabmenu {
    padding: 0;
}

body .p-tabmenu .p-tabmenu-nav {
    padding: 0;
    background-color: #ffffff;
    border: 0 none;
    border-radius: 0;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem {
    top: auto;
    margin: 0 4px 0 0;
    padding: 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    transition: border-color 0.3s;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem>a {
    padding: 0.714em 1em;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem>a:focus {
    outline: 0 none;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem>a .p-menuitem-icon,
body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem>a .p-menuitem-text {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem>a .p-menuitem-icon {
    margin-right: 0.25em;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem.p-state-default a {
    color: #757575;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem.p-state-default a .pi {
    color: #757575;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem:not(.p-highlight):hover {
    background-color: #ffffff;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem.p-highlight {
    background-color: #ffffff;
    border-color: #1ab394;
    border-style: solid;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem.p-highlight a {
    color: #2f4050;
}

body .p-tabmenu .p-tabmenu-nav>.p-tabmenuitem.p-highlight a .pi {
    color: #2f4050;
}

body .p-panelmenu span {
    vertical-align: middle;
}

body .p-panelmenu .p-panelmenu-header {
    background-color: #2f4050;
    margin-top: 0.25em;
}

body .p-panelmenu .p-panelmenu-header a {
    color: #ffffff;
    font-weight: 500;
}

body .p-panelmenu .p-panelmenu-header .p-panelmenu-icon,
body .p-panelmenu .p-panelmenu-header .p-menuitem-icon {
    font-size: -0.5em;
}

body .p-panelmenu .p-panelmenu-header.p-highlight {
    background-color: #1ab394;
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body .p-panelmenu .p-panelmenu-header.p-highlight a,
body .p-panelmenu .p-panelmenu-header.p-highlight .pi {
    color: #ffffff;
}

body .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 1px;
}

body .p-panelmenu .p-panelmenu-content {
    padding: 0;
}

body .p-panelmenu .p-panelmenu-content .p-menuitem {
    margin: 0;
}

body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
    border: 0 none;
    padding: 0.571em 0.857em;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    color: #212121;
    border-radius: 0;
    position: relative;
}

body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon,
body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
    font-size: -0.5em;
}

body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .pi {
    position: static;
    display: inline-block;
    vertical-align: middle;
}

body .p-panelmenu .p-menu-parent .p-menu-list {
    margin-left: 28px;
}

@media (max-width: 640px) {
    body .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
        display: none;
    }
}

body .p-messages {
    padding: 1em;
}

body .p-messages ul {
    display: inline-block;
    margin-left: 0;
}

body .p-messages.p-messages-info {
    background-color: #2196F3;
    border-color: #2196F3;
    color: #ffffff;
}

body .p-messages.p-messages-info .p-messages-close:hover {
    background-color: #6ab8f7;
}

body .p-messages.p-messages-warn {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212121;
}

body .p-messages.p-messages-warn .p-messages-close {
    color: #212121;
}

body .p-messages.p-messages-warn .p-messages-close:hover {
    background-color: #ffd454;
}

body .p-messages.p-messages-error {
    background-color: #e62a10;
    border-color: #e62a10;
    color: #ffffff;
}

body .p-messages.p-messages-error .p-messages-close:hover {
    background-color: #f36450;
}

body .p-messages.p-messages-fatal {
    background-color: #212121;
    border-color: #212121;
    color: #ffffff;
}

body .p-messages.p-messages-fatal .p-messages-close:hover {
    background-color: #474747;
}

body .p-messages.p-messages-success {
    background-color: #8BC34A;
    border-color: #8BC34A;
    color: #ffffff;
}

body .p-messages.p-messages-success .p-messages-close:hover {
    background-color: #b0d683;
}

body .p-messages .p-messages-close {
    text-decoration: none;
    color: #fff;
    right: 0.25em;
}

body .p-messages .p-messages-icon {
    background: none;
    color: #fff;
}

body .p-messages .p-messages-icon.pi-info-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-messages .p-messages-icon.pi-info-circle:before {
    content: "info";
}

body .p-messages .p-messages-icon.pi-exclamation-triangle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
    color: #212121;
}

body .p-messages .p-messages-icon.pi-exclamation-triangle:before {
    content: "warning";
}

body .p-messages .p-messages-icon.pi-times {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-messages .p-messages-icon.pi-times:before {
    content: "error_outline";
}

body .p-messages .p-messages-icon.pi-check {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-messages .p-messages-icon.pi-check:before {
    content: "check_circle";
}

body .p-message .p-message-text {
    margin-left: 5px;
}

body .p-message.p-message-info {
    background-color: #2196F3;
    border-color: #2196F3;
    color: #ffffff;
}

body .p-message.p-message-warn {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212121;
}

body .p-message.p-message-error {
    background-color: #e62a10;
    border-color: #e62a10;
    color: #ffffff;
}

body .p-message.p-message-fatal {
    background-color: #212121;
    border-color: #212121;
    color: #ffffff;
}

body .p-message.p-message-success {
    background-color: #8BC34A;
    border-color: #8BC34A;
    color: #ffffff;
}

body .p-inline-message.p-inline-message-info {
    background-color: #2196F3;
    border-color: #2196F3;
    color: #ffffff;
}

body .p-inline-message.p-inline-message-warn {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212121;
}

body .p-inline-message.p-inline-message-error {
    background-color: #d65751;
    border-color: #e62a10;
    color: #ffffff;
}

body .errors .p-inline-message.p-inline-message-error {
    display: flex;
    border-radius: 9px;
    padding: 20px;
    height: 0;
    gap: 12px;
    font-size: 16px;
}

body .p-inline-message.p-inline-message-fatal {
    background-color: #212121;
    border-color: #212121;
    color: #ffffff;
}

body .successs .p-inline-message.p-inline-message-success {
    background-color: #8BC34A;
    border-color: #8BC34A;
    color: #ffffff;
    width: 100%;
    border-radius: 9px;
    padding: 20px;
    height: 0;
    gap: 12px;
    font-size: 16px;

}

body .inquiry-successs .p-inline-message.p-inline-message-success {
    background-color: #8BC34A;
    border-color: #8BC34A;
    color: #ffffff;
    width: auto;
    border-radius: 9px;
    padding: 20px;
    height: 0;
    gap: 12px;
    font-size: 16px;
    height: 50px;
    text-align: initial;

}

body .p-inline-message.p-inline-message-success {
    background-color: #8BC34A;
    border-color: #8BC34A;
    color: #ffffff;
}

body .p-message .p-message-close {
    text-decoration: none;
    color: #fff;
    right: 0.25em;
}

body .p-message .p-message-icon {
    background: none;
    color: #fff;
    margin-top: -2px;
}

body .p-message .p-message-icon.pi-info-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.286em;
}

body .p-message .p-message-icon.pi-info-circle:before {
    content: "info";
}

body .p-message .p-message-icon.pi-exclamation-triangle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.286em;
    color: #212121;
}

body .p-message .p-message-icon.pi-exclamation-triangle:before {
    content: "warning";
}

body .p-message .p-message-icon.pi-times {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.286em;
}

body .p-message .p-message-icon.pi-times:before {
    content: "error_outline";
}

body .p-message .p-message-icon.pi-check {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.286em;
}

body .p-message .p-message-icon.pi-check:before {
    content: "check_circle";
}

body .p-growl {
    top: 90px;
}

body .p-growl>.p-growl-item-container {
    opacity: 1;
}

body .p-growl>.p-growl-item-container.p-growl-message-info {
    background-color: #2196F3;
}

body .p-growl>.p-growl-item-container.p-growl-message-warn {
    background-color: #ffc107;
}

body .p-growl>.p-growl-item-container.p-growl-message-error {
    background-color: #e62a10;
}

body .p-growl>.p-growl-item-container.p-growl-message-fatal {
    background-color: #212121;
}

body .p-growl>.p-growl-item-container.p-growl-message-success {
    background-color: #8BC34A;
}

body .p-growl>.p-growl-item-container.p-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body .p-growl .p-growl-item .p-growl-image {
    background: none;
    color: #ffffff;
    font-size: 36px;
}

body .p-growl .p-growl-item .p-growl-image.pi-info-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-growl .p-growl-item .p-growl-image.pi-info-circle:before {
    content: "info";
}

body .p-growl .p-growl-item .p-growl-image.pi-exclamation-triangle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
    color: #212121;
}

body .p-growl .p-growl-item .p-growl-image.pi-exclamation-triangle:before {
    content: "warning";
}

body .p-growl .p-growl-item .p-growl-image.pi-times {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-growl .p-growl-item .p-growl-image.pi-times:before {
    content: "error_outline";
}

body .p-growl .p-growl-item .p-growl-image.pi-check {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-growl .p-growl-item .p-growl-image.pi-check:before {
    content: "check_circle";
}

body .p-growl .p-growl-item .p-growl-message {
    color: #ffffff;
}

body .p-growl .p-growl-item .p-growl-icon-close {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 24px;
    color: #ffffff;
}

body .p-growl .p-growl-item .p-growl-icon-close:before {
    content: "close";
}

body .p-toast .p-toast-message {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body .p-toast .p-toast-message.p-toast-message-info {
    background-color: #2196F3;
    border: 0 none;
    color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-info .p-toast-message-content .p-toast-close-icon {
    color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-info .p-toast-message-content .p-toast-close-icon:hover {
    background-color: #6ab8f7;
}

body .p-toast .p-toast-message.p-toast-message-success {
    background-color: #8BC34A;
    border: 0 none;
    color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-success .p-toast-message-content .p-toast-close-icon {
    color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-success .p-toast-message-content .p-toast-close-icon:hover {
    background-color: #b0d683;
}

body .p-toast .p-toast-message.p-toast-message-warn {
    background-color: #ffc107;
    border: 0 none;
    color: #212121;
}

body .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-content .p-toast-close-icon {
    color: #212121;
}

body .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-content .p-toast-close-icon:hover {
    background-color: #ffd454;
}

body .p-toast .p-toast-message.p-toast-message-error {
    background-color: #e62a10;
    border: 0 none;
    color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-error .p-toast-message-content .p-toast-close-icon {
    color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-error .p-toast-message-content .p-toast-close-icon:hover {
    background-color: #f36450;
}

body .p-toast .p-toast-icon.pi-info-circle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-toast .p-toast-icon.pi-info-circle:before {
    content: "info";
}

body .p-toast .p-toast-icon.pi-exclamation-triangle {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
    color: #212121;
}

body .p-toast .p-toast-icon.pi-exclamation-triangle:before {
    content: "warning";
}

body .p-toast .p-toast-icon.pi-times {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-toast .p-toast-icon.pi-times:before {
    content: "error_outline";
}

body .p-toast .p-toast-icon.pi-check {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 1.75em;
}

body .p-toast .p-toast-icon.pi-check:before {
    content: "check_circle";
}

body .p-dialog.p-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body .p-dialog .p-dialog-header {
    background-color: #ffffff;
    color: #212121;
    padding: 0.714em 1em;
}

body .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

body .p-dialog .p-dialog-header .p-dialog-header-icon {
    padding: 0;
    height: 1.65em;
    width: 1.65em;
    text-align: center;
    margin-top: 0.5em;
    border-radius: 50%;
    transition: background-color 0.3s;
    border: none;
    background-color: transparent;
}

body .p-dialog .p-dialog-header .p-dialog-header-icon:hover,
body .p-dialog .p-dialog-header .p-dialog-header-icon:focus {
    background-color: #e8e8e8;
    color: #000000;
}

body .p-dialog .p-dialog-header .p-dialog-header-icon .pi {
    color: #757575;
    display: inline-block;
}

body .p-dialog .p-dialog-header .p-dialog-header-icon .pi-window-maximize {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-dialog .p-dialog-header .p-dialog-header-icon .pi-window-maximize:before {
    content: "fullscreen";
}

body .p-dialog .p-dialog-header .p-dialog-header-icon .pi-window-minimize {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body .p-dialog .p-dialog-header .p-dialog-header-icon .pi-window-minimize:before {
    content: "fullscreen_exit";
}

body .p-dialog .p-dialog-content {
    padding: 3.857em 1em;
}

body .p-dialog .p-dialog-footer {
    text-align: right;
    padding: 0.714em 1em;
    border: 0 none;
}

body .p-dialog .p-dialog-footer .p-button {
    width: auto;
    margin-right: 0.5em;
    display: flex;
    align-items: center;
}

body .p-dialog .p-dialog-footer .p-button .p-button-label {
    padding-left: 10px;
}

body .p-dialog .p-dialog-footer .p-button:last-child {
    margin-right: 0;
}

body .p-dialog .p-confirm-dialog-severity {
    margin: 0px 0.75em;
}

body .p-dialog p {
    line-height: 1.5;
}

body .p-sidebar .p-sidebar-close:hover {
    padding: 1px;
}

body .p-sidebar .p-button {
    width: auto;
}

body .p-lightbox.p-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body .p-lightbox .p-lightbox-caption {
    padding: 0.714em 1em;
}

body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text {
    margin: 0;
}

body .p-lightbox .p-lightbox-caption .p-lightbox-close {
    border-radius: 50%;
    transition: background-color 0.3s;
    padding: 0;
    margin: 0;
    width: 1.5em;
    height: 1.5em;
}

body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover {
    background-color: #5b6976;
    color: #000000;
    padding: 0;
}

body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right,
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left {
    top: 40%;
}

body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right .pi,
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left .pi {
    transition: color 0.3s;
    font-size: 48px;
    color: #5b6976;
}

body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover .pi,
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover .pi {
    color: #ffffff;
}

body .p-overlaypanel {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body .p-overlaypanel:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
}

body .p-overlaypanel:before {
    border-color: rgba(189, 189, 189, 0);
    border-bottom-color: #bdbdbd;
}

body .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
}

body .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #bdbdbd;
}

body .p-overlaypanel .p-overlaypanel-close {
    background-color: #1ab394;
    border-radius: 50%;
    transition: background-color 0.3s;
    right: -16px;
    top: -16px;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

body .p-overlaypanel .p-overlaypanel-close span {
    color: #ffffff;
    line-height: inherit;
}

body .p-overlaypanel .p-overlaypanel-close:hover {
    background-color: #197865;
}

body .p-tooltip {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

body .p-tooltip .p-tooltip-text {
    background-color: #323232;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    bottom: 1px;
    border-top-color: #323232;
}

body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    top: 1px;
    border-bottom-color: #323232;
}

body .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #323232;
}

body .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    left: 1px;
    border-right-color: #323232;
}

body .p-state-error,
body .p-widget.p-state-error,
body .p-widget-content .p-state-error,
body .p-widget-header .p-state-error {
    border-color: #e62a10;
}

body .p-draggable-dragging.p-state-default {
    padding: 0.714em 1em !important;
    background-color: #2f4050;
}

body .jqplot-target {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
}

body .p-progressbar {
    height: 1.5em;
    padding: 0;
    overflow: hidden;
    border-color: #bdbdbd;
}

body .p-progressbar .p-progressbar-value {
    height: 1.5em;
    border: 1px solid #2f4050;
}

body .p-progressbar .p-progressbar-label {
    color: #ffffff;
    display: none !important;
}

body .p-progressbar-indeterminate .p-progressbar-value {
    background-color: #5b6976;
}

body .p-progressbar-indeterminate .p-progressbar-value::before {
    background-color: #2f4050;
}

body .p-galleria {
    padding: 0;
}

body .p-galleria .p-galleria-nav-prev {
    left: 0;
    margin-bottom: -0.4em;
}

body .p-galleria .p-galleria-nav-next {
    right: 0;
    margin-bottom: -0.4em;
}

body .p-inplace .p-inplace-display {
    transition: background-color 0.3s;
    border-radius: 3px;
}

body .p-inplace .p-inplace-display:hover {
    background-color: #e8e8e8;
}

body .p-terminal .p-terminal-input {
    font: normal 1em "Roboto", "Helvetica Neue", sans-serif;
}




/* .p-g-12 {
    padding: 0% !important;
}
.layout-container .layout-main .layout-content {
    padding: 0px !important;
} */

.p-dialog.p-confirmdialog button:focus {
    background-color: #678199;
}

.listItemNewStyle .btnListItem .btnListItemBtn span.p-button-icon-left.p-clickable {
    position: initial;
    margin: 0;
    margin-right: 10px;
}

.listItemNewStyle .btnListItem .btnListItemBtn span.p-button-label {
    display: none;
}

app-user .p-dialog-resizable .p-dialog-content,
app-add-members .p-dialog-resizable .p-dialog-content {
    overflow: initial;
    /* height: 55em; */
}

.radioBtnHighlite {
    border: 2px solid #bdbdbd;
    padding: 5px 10px;
    border-radius: 10px;
}

.borderRadiousXs {
    width: 2.143em !important;
    height: 2.143em !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}

.commentSectionHighlight {
    background: aliceblue !important;
    border-radius: 10px !important;
    cursor: pointer !important;
}

.dropdownFull {
    flex-grow: 1;
}

.dropdownFull>div {
    width: 100%;
}

body .p-inputtext {
    background-color: transparent !important;
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* ---------- ALL THE CSS FIXES AFTER UPDATING ANGULER TO VERSION 15 --------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

p-dropdown .p-hidden-accessible input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

p-dropdown .p-dropdown-label {
    color: #000;
    cursor: pointer;
    background: none;
    font-weight: normal;
}

.members-res p-dropdown .p-dropdown-panel {
    background-color: #ffffff;
    font-size: 1em;
    border: 1px solid #bdbdbd;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    text-decoration: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    width: 100%;
}

p-dropdown .p-dropdown-panel {
    background-color: #ffffff;
    font-size: 1em;
    border: 1px solid #bdbdbd;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    text-decoration: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

p-dropdown .p-dropdown-panel .p-dropdown-item.p-highlight,
p-dropdown .p-dropdown-panel .p-dropdown-item.p-highlight:hover {
    background-color: #1ab394;
    color: #ffffff;
}

p-calendar .p-datepicker-trigger {
    padding: 0;
}

p-calendar .p-datepicker-calendar-container {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 0;
    background-color: #ffffff;
    font-size: 1em;
}

p-calendar table.p-datepicker-calendar td>span {
    color: #212121;
}

p-calendar table.p-datepicker-calendar td.p-datepicker-other-month>span {
    color: #b9b9b9;
    cursor: default;
}

p-calendar .p-calendar .p-datepicker {
    border: 1px solid #0e2031 !important;
}

p-calendar .p-datepicker-group .p-datepicker-header .p-datepicker-prev {
    display: flex;
    color: transparent;
}

p-calendar .p-datepicker-group .p-datepicker-header .p-datepicker-next {
    display: flex;
    color: transparent;
}

p-calendar .p-datepicker-group .p-datepicker-header .p-datepicker-prev:before {
    color: #0e2031;
}

p-calendar .p-datepicker-group .p-datepicker-header .p-datepicker-next:before {
    color: #0e2031;
}

p-calendar .p-calendar .p-datepicker .p-monthpicker {
    background-color: #fff;
}

p-calendar .p-calendar .p-datepicker .p-yearpicker {
    background-color: #fff;
}

p-calendar .p-calendar .p-datepicker .p-yearpicker .p-yearpicker-year {
    color: #0e2031;
    padding: 7px 0;
}


p-radiobutton .p-hidden-accessible {
    display: none;
}

p-radiobutton .p-radiobutton-checked .p-radiobutton-box.p-highlight::before {
    background-color: #2f4050;
    content: "";
    height: 10px;
    opacity: 1;
    width: 10px;
    top: 2px;
    left: 2px;
}

p-radiobutton .p-radiobutton .p-radiobutton-box.p-highlight {
    display: flex;
    justify-content: center;
    align-items: center;
}

p-radiobutton .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    background-color: #2f4050;
    transform: scale(1);
    position: initial;
    border: 2px solid #fff;
}

p-confirmdialog .p-confirm-dialog .p-dialog-header {
    padding: 8px 10px;
}

p-confirmdialog .p-confirm-dialog .p-dialog-header .p-dialog-title {
    flex-grow: 1;
    font-size: 20px;
}

p-confirmdialog .p-confirm-dialog .p-dialog-header .p-dialog-header-icons button {
    border: none;
    background-color: transparent;
}

p-confirmdialog .p-confirm-dialog .p-dialog-content .p-confirm-dialog-message {
    padding-left: 10px;
}

p-confirmdialog .p-confirm-dialog .p-dialog-footer {
    display: flex;
    justify-content: end;
}

p-confirmdialog .p-confirm-dialog .p-dialog-footer button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

p-confirmdialog .p-confirm-dialog .p-dialog-footer button .p-button-label {
    padding-left: 10px;
}

p-dialog .p-dialog {
    background-color: #fff;
}

p-footer .p-button {
    display: flex;
    align-items: center;
}

p-footer .p-button .p-button-label {
    padding-left: 10px;
}

p-tabview .p-tabview {
    background-color: #fff;
}

p-accordiontab .p-accordion-tab .p-accordion-header.p-disabled {
    opacity: 0.35;
}

p-accordiontab .p-accordion-tab .p-accordion-header.p-highlight {
    opacity: 1;
}

p-multiselect .p-hidden-accessible {
    display: none;
}

p-multiselect .p-multiselect-panel .p-multiselect-header {
    background-color: #2f4050;
    color: #ffffff;
    font-size: 1em;
}

p-multiselect .p-multiselect-panel .p-multiselect-items-wrapper {
    background-color: #fff;
}

p-multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .pi {
    top: 4px;
}

p-multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    background-color: transparent;
    right: 0.7rem;
}

p-multiselect .p-checkbox .p-checkbox-box .p-checkbox-icon {
    margin-top: -6px;
}

p-multiselect .p-multiselect-label .p-multiselect-token .p-multiselect-token-icon {
    opacity: 0;
}

p-multiselect .p-multiselect-label .p-multiselect-token-label:after {
    content: ",";
}

p-multiselect .p-multiselect-label .p-multiselect-token:last-child .p-multiselect-token-label:after {
    content: "";
}

p-panel .p-panel {
    background-color: #ffffff;
    font-size: 1em;
    border: 1px solid #bdbdbd;
}

p-panel p-header {
    width: 100%;
}

p-panel .p-panel-header {
    background-color: #2f4050;
    color: #ffffff;
    font-size: 1em;
    border: 1px solid #2f4050;
}

.p-button-with-icon-tecfolk-fix {
    display: flex !important;
    align-items: center;
}

.p-button-with-icon-tecfolk-fix .p-button-icon {
    flex-grow: 0;
}

.p-button-with-icon-tecfolk-fix .p-button-label {
    flex-grow: 1;
}

.p-dataViewLayoutOptions-tecfolk-fix .p-button.p-button-icon-only {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.p-dataViewLayoutOptions-tecfolk-fix .p-button.p-button-icon-only.p-highlight {
    background-color: #1ab394;
}

.p-dataViewLayoutOptions-tecfolk-fix .p-dataview-layout-options {
    display: flex;
    justify-content: end;
    gap: .5em;
}

.p-dataView-tecfolk-fix .p-paginator .p-paginator-first,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-prev,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-next,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-last {
    background-color: transparent;
    border: none;
}

.p-dataView-tecfolk-fix .p-paginator .p-paginator-first:before,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-prev:before,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-next:before,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-last:before {
    fill: #fff;
    color: #fff;
}

.p-dataView-tecfolk-fix .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    color: #ffffff;
    height: auto;
    border: #fff;
    border-radius: 50%;
}

.p-dataView-tecfolk-fix .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background-color: #1ab394;
}

.p-dataView-tecfolk-fix .p-paginator .p-paginator-first .pi-angle-double-left,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-prev .pi-angle-left,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-next .pi-angle-right,
.p-dataView-tecfolk-fix .p-paginator .p-paginator-last .pi-angle-double-right {
    display: none;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix .car-detail img {
    width: 100%;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel .p-panel {
    background-color: #ffffff;
    font-size: 1em;
    border: 1px solid #bdbdbd;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel p-header {
    width: 100%;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel .p-panel-header {
    background-color: #2f4050;
    color: #ffffff;
    font-size: 1em;
    border: 1px solid #2f4050;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel .user-card-grid-p-header-tecfolk-fix {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel .user-card-grid-p-header-tecfolk-fix .package-icon {
    display: flex;
    flex-grow: 0;
    flex-basis: 35px;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 7px;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel .user-card-grid-p-header-tecfolk-fix .user-name-tag-number {
    flex-grow: 1;
    font-size: 18px;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel .user-card-grid-toolbar-tecfolk-fix .p-button.p-button-icon-only {
    width: initial;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel p-inputswitch .p-inputswitch-slider::before {
    top: initial;
}

.p-dataView-tecfolk-fix .user-card-grid-tecfolk-fix p-panel p-inputswitch .p-hidden-accessible input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.p-table-tecfolk-fix .p-datatable-header {
    background-color: #2f4050;
    color: #ffffff;
    font-size: 1em;
    border: 1px solid #2f4050;
    text-align: initial;
    padding: 0.714em 1em;
}

.p-table-tecfolk-fix .p-datatable-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.p-table-tecfolk-fix .p-datatable-table .p-datatable-thead>tr>th {
    border-top: 1px solid #0e2031;
    background-color: #0e2031;
    color: #ffffff;
}

.p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody>tr>td .p-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.p-table-tecfolk-fix .p-datatable-table .p-dropdown {
    width: auto !important;
}

.p-table-tecfolk-fix .p-datatable-tbody>tr>td>.p-column-title {
    display: initial;
}

.p-table-tecfolk-fix .p-paginator .p-paginator-first,
.p-table-tecfolk-fix .p-paginator .p-paginator-prev,
.p-table-tecfolk-fix .p-paginator .p-paginator-next,
.p-table-tecfolk-fix .p-paginator .p-paginator-last {
    background-color: transparent;
    border: none;
}

.p-table-tecfolk-fix .p-paginator .p-paginator-first:before,
.p-table-tecfolk-fix .p-paginator .p-paginator-prev:before,
.p-table-tecfolk-fix .p-paginator .p-paginator-next:before,
.p-table-tecfolk-fix .p-paginator .p-paginator-last:before {
    fill: #fff;
    color: #fff;
}

.p-table-tecfolk-fix .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    color: #ffffff;
    height: auto;
    border: #fff;
    border-radius: 50%;
}

.p-table-tecfolk-fix .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background-color: #1ab394;
}

.p-table-tecfolk-fix .p-paginator .p-paginator-first .pi-angle-double-left,
.p-table-tecfolk-fix .p-paginator .p-paginator-prev .pi-angle-left,
.p-table-tecfolk-fix .p-paginator .p-paginator-next .pi-angle-right,
.p-table-tecfolk-fix .p-paginator .p-paginator-last .pi-angle-double-right {
    display: none;
}

.p-steps-tecfolk-fix .p-steps:before {
    display: none;
}

.p-steps-tecfolk-fix .p-steps .p-steps-item.p-highlight .p-steps-number {
    background-color: #1ab394;
}

.p-steps-tecfolk-fix .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: bold;
}

.package-card-tecfolk-fix .p-panel-header {
    background-color: #2f4050;
    color: #ffffff;
    font-size: 1em;
    border: 1px solid #2f4050;
    text-align: center;
    justify-content: center;
}

.package-card-tecfolk-fix .signupMembershipCard {
    list-style: none;
}

.app-add-profile-image-tecfolk-fix .p-dialog {
    background-color: #ffffff;
    font-size: 1em;
    border: 1px solid #bdbdbd;
    /* height: 43em !important; */
    /* width: 80vw; */
}

.app-add-profile-image-tecfolk-fix .p-dialog .p-dialog-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    flex-grow: 1;
    background-color: #ffffff;
    color: #212121;
    padding: 0.714em 1em;
}

.app-add-profile-image-tecfolk-fix .p-dialog .p-dialog-header-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.p-toolbar-tecfolk-fix .p-button {
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.p-toolbar-tecfolk-fix .p-button .p-button-label {
    margin-left: 10px;
}

p-confirmdialog .p-confirm-dialog {
    background-color: #fff;
    border-radius: 5px;
}

.p-dialog-mask {
    background-color: #58575c99;
}

.p-inputgroup .p-inputgroup-addon {
    padding: 10px !important;
    border: none !important;
}

body .p-inputswitch .p-inputswitch-slider:before {
    top: -2.5px;
}

body .p-inputswitch .p-hidden-accessible {
    display: none;
}

app-app-password .p-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

app-app-password .p-button .p-button-label {
    padding-left: 10px;
}

.p-datatable>.p-datatable-wrapper {
    overflow: initial !important;
}

.p-datatable {
    position: relative;
}

.app-rightpanel-tecfolk-fix .p-scrollpanel-content {
    padding: 0;
}

.app-rightpanel-tecfolk-fix p-tabpanel .p-tabview-panel {
    padding: 0;
}

.app-rightpanel-tecfolk-fix ul.weekly-weather li:hover {
    margin-left: 0 !important;
}

.app-rightpanel-tecfolk-fix ul.weekly-weather li {
    width: 100% !important;
    display: flex;
    align-items: center;
}

.app-rightpanel-tecfolk-fix .p-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.layout-container .layout-rightpanel .p-scrollpanel .layout-rightpanel-wrapper {
    padding: 0 !important;
    width: 100% !important;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather li .weekly-weather-value {
    position: initial !important;
    right: inherit !important;
}

.layout-rightpanel .layout-rightpanel-header {
    height: auto !important;
}

.p-overlayPanel-tecfolk-fix .p-overlaypanel {
    height: 50vh;
    width: 50vw;
    overflow: scroll;
    background-color: #fff;
    z-index: 9;
    top: 30px;
    left: 10px;
}

.Btn-fix {
    width: auto;
    margin-right: 0.5em;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.Btn-fix .p-button-label {
    margin-left: 0.5em;
}


@media (min-device-width: 320px) and (max-device-width: 480px) {
    .dailyClosingReportUiFixV2 {
        display: initial;
    }

    .dailyClosingReportUiFixV2 .title {
        font-size: 18px !important;
        font-weight: bold !important;
        margin-top: 20px !important;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-header .p-button {
        width: 48%;
        margin-top: 15px !important;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-header .p-calendar .p-button {
        width: auto;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-header .p-calendars {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin-left: 24px;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-header .calenderDiv {
        display: flex;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix table thead tr th {
        display: none;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody>tr>td {
        width: 100% !important;
        /* justify-content: space-between; */
        border-bottom: 1px solid black !important;
        align-items: center;
        display: flex;
    }
    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody>tr>td .td-photo-title{
        width: 50% !important;

    }
    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-table .p-datatable-tfoot>tr>td {
        display: inline-table !important;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none !important;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix table thead tr {
        margin-top: 10px;
    }

    .emptyTd {
        display: none !important;
    }

    .dataTd {
        width: 50% !important;
        border: 1px solid black !important;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody>tr {
        border: 1px solid black !important;
        display: flex !important;
        padding: 5px 5px 5px 5px !important;
        flex-direction: column !important;
        gap: 1em !important;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody {
        /* border: 1px solid black !important; */
        display: flex !important;
        padding-top: 5px !important;
        flex-direction: column !important;
        gap: 1em !important;
    }
}

@media (min-device-width: 481px) and (max-device-width: 960px) {

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-header .p-button {
        width: 24%;
        margin-top: 23px !important;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix table thead tr th {
        font-size: 11px;
        width: 6em;

    }

    .emptyTd {
        width: 50% !important;
    }

    .dataTd {
        width: 100%;
        border: 1px solid black !important;
    }

}

/* Attendence Listing  */
@media (max-device-width: 767px) {
    .searchMainDiv {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap;
    }

    .search {
        display: flex !important;
        flex-direction: column !important;
    }

    .searchInputDiv {
        margin-top: 15px !important;
    }

    .p-dataViewLayoutOptions-tecfolk-fix {
        display: none !important;
    }

    .clearSearchbtn {
        margin-top: 15px;
    }

}

@media (min-device-width: 768px) and (max-device-width: 1023px) {
    .searchMainDiv {
        display: flex !important;
        flex-direction: column !important;
    }

    .searchInputDiv {
        margin-top: 15px !important;
    }

    .search {
        display: flex !important;
        flex-direction: row !important;
    }

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

    .clearSearchBtnDiv {
        display: flex !important;
        flex-direction: row;
    }

}

@media (min-device-width: 961px) and (max-device-width: 1280px) {
    .searchMainDiv {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;

    }

    .search {
        display: flex;
        flex-direction: row !important;
    }

    .clearSearchBtnDiv {
        display: flex !important;
    }
}

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

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

.clearSearchBtnDiv {
    display: flex !important;
}

/* Inquiry Listing  */
@media (min-device-width: 320px) and (max-device-width: 480px) {
    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput {
        margin-bottom: 20px !important;
        align-items: center !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput .input {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .p-button-text-only {
        margin-bottom: 20px;
    }



    .inquiryListingUiFixV2 .p-table-tecfolk-fix .header tr th {
        /* display: none !important; */
        display: flex !important;
        flex-direction: column !important;
    }

}

@media (min-device-width: 481px) and (max-device-width: 960px) {
    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput {
        margin-bottom: 20px !important;
        /* align-items: center !important; */
        display: flex !important;
        flex-direction: row !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput .input {
        width: 48% !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .btnDiv {
        flex-direction: row !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .btnDiv .btn {
        width: 24% !important;
    }
}

@media (min-device-width: 961px) and (max-device-width: 1280px) {
    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput {
        margin-bottom: 20px !important;
        /* align-items: center !important; */
        display: flex !important;
        flex-direction: row !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput .input {
        width: 70% !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .btnDiv {
        flex-direction: row !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .btnDiv .btn {
        width: 50% !important;
    }
}

@media (min-device-width: 1281px) {
    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput {
        margin-bottom: 20px !important;
        /* align-items: center !important; */
        display: flex !important;
        flex-direction: row !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput .input {
        width: 40% !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .btnDiv {
        flex-direction: row !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .btnDiv .btn {
        width: 30% !important;
    }
}

@media (max-device-width: 767px) {
    .salesReportResponsivefix .p-table-tecfolk-fix .p-datatable-table thead {
        display: none;
    }

    .salesReportResponsivefix .p-table-tecfolk-fix .p-datatable-table tbody tr td {
        display: flex !important;
        flex-direction: row !important;
        /* width: 301%; */
        border: 1px solid grey;
    }

    .salesReportResponsivefix .p-table-tecfolk-fix .p-datatable-table tbody tr td .salesReportlabelRow {
        width: 50% !important;
    }

    .salesReportResponsivefix .p-table-tecfolk-fix .p-dropdown {
        width: 91%;
    }

    .salesEmptyDiv {
        display: none;
    }

    .salesSummaryEmptyDiv {
        display: none;
    }

    .salesTrMainDiv {
        width: 311%;
        display: flex;
        flex-direction: row;
    }

    .photoTextAlign {
        text-align: center;
        display: flex
    }

    .hrLine {
        width: 89vw;
    }

    .btnMainDiv {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media (min-device-width: 765px) {
    .salesReportlabelRow span {
        display: flex;
        width: 40%;
    }

    .hrLine {
        display: none;
    }

    .btnMainDiv {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-around;
    }
}

body .tecfolk-fix-p-message .p-inline-message {
    padding: 0 5px 1px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

body .tecfolk-fix-p-message .p-inline-message .p-inline-message-icon {
    margin-right: 4px;
}

.tecfolkProfileDialogFix .p-dialog-content {
    padding: 0.5em .75em !important;
}

.tecfolkLogoDialogFix .p-dialog-content {
    padding: 0.5em .75em !important;
}

.containSelectedImageCropperFix {
    display: block !important;
    width: 500px !important;
    height: 400px !important;
}

@media (min-device-width: 320px) and (max-device-width: 380px) {
    .paymentProfile {
        width: 80px !important;
    }

}

/* For User Management */

@media (min-device-width: 768px) {

    .userSearch {
        display: flex !important;
        flex-direction: row !important;
    }

    .userBtnMain {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center;
    }

}

/* for permissions */
@media (min-device-width: 300px) and (max-device-width: 420px) {
    .permissionSearchMain {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .permissionSearch {
        margin-top: 20px !important;
        width: 100% !important;
    }
    .roleAddNew {
        position: relative;
        left: 106px;
    }
    .globalBtnMain {
        display: flex;
        width: 100%;
        gap: 1em;
        justify-content: space-between;
    }

    .dueDateMain {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .startingdateMain {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}
.minContentDropdown {
    padding:0 !important;
    flex-grow: 0;
    width: min-content !important;
}
.minContentDropdown .p-dropdown {
    min-width: min-content;
    background: #fff;
    border: 1px solid rgb(118, 118, 118);
    border-right: 0;
    align-items: center;
    padding-top: 3px;
    border-radius: 3px;
}
.minContentDropdown + input {
    padding-left: 8px;
    flex-grow: 1;
}

.input-invalidNumber {
    border-color: red;
}
/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    body .p-calendar .p-datepicker {
        left: 0px !important;
    }
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/layout/css/layout-dark-green.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* Common */

/* Compact */

/* Layout */

/* Topbar */

/* Menus */

/* Add your variable customizations of layout here */

/* roboto-300 - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('roboto-v15-latin-300.eot');
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url('roboto-v15-latin-300.eot?#iefix') format("embedded-opentype"), url('roboto-v15-latin-300.woff2') format("woff2"), url('roboto-v15-latin-300.woff') format("woff"), url('roboto-v15-latin-300.ttf') format("truetype"), url('roboto-v15-latin-300.svg#Roboto') format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('roboto-v15-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url('roboto-v15-latin-regular.eot#iefix') format("embedded-opentype"), url('roboto-v15-latin-regular.woff2') format("woff2"), url('roboto-v15-latin-regular.woff') format("woff"), url('roboto-v15-latin-regular.ttf') format("truetype"), url('roboto-v15-latin-regular.svg#Roboto') format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('roboto-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url('roboto-v15-latin-700.eot#iefix') format("embedded-opentype"), url('roboto-v15-latin-700.woff2') format("woff2"), url('roboto-v15-latin-700.woff') format("woff"), url('roboto-v15-latin-700.ttf') format("truetype"), url('roboto-v15-latin-700.svg#Roboto') format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url('MaterialIcons-Regular.woff2') format("woff2"), url('MaterialIcons-Regular.woff') format("woff"), url('MaterialIcons-Regular.ttf') format("truetype");
}

/* Utils */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

*[hidden] {
  display: none;
}

.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background: #ffffff;
  padding: 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.card.card-w-title {
  padding-bottom: 2em;
}

.card h1 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 1em 0;
}

.card h1:first-child {
  margin-top: 0.667em;
}

.card h2 {
  font-size: 1.375em;
  font-weight: 400;
}

.card h3 {
  font-size: 1.25em;
  font-weight: 400;
}

.card h4 {
  font-size: 1.125em;
  font-weight: 400;
}

.nopad {
  padding: 0;
}

.nopad .p-panel-content {
  padding: 0;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}

@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.p-icon-spin {
  animation-name: spin;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

.p-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.p-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.p-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.p-shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.p-shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.p-g {
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
}

.p-g.form-group>div {
  padding: 1em;
}

.p-g.form-group-m>div {
  padding: 1em;
}

/* Ripple */

/* Ripple Effect Style like Google Material Buttons Effect*/

.ripplelink {
  /* display:block; */
  /*color:#fff;*/
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  z-index: 0;
}

/* .ripplelink:hover { */
  /*z-index:1000;*/


.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  transform: scale(0);
}

.ripple-animate {
  animation: ripple 0.65s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}

@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}

.splash-screen {
  width: 100%;
  min-height: 100%;
  background-color: #3F51B5;
  position: absolute;
}

.splash-loader-container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

.splash-loader {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.splash-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

.dashboard .overview {
  padding: 0 !important;
  min-height: 140px;
  position: relative;
  margin-bottom: 0px !important;
}

.dashboard .overview .overview-content {
  padding: 16px;
}

.dashboard .overview .overview-content .overview-title {
  font-size: 18px;
}

.dashboard .overview .overview-content .overview-badge {
  float: right;
  color: #757575;
}

.dashboard .overview .overview-content .overview-detail {
  display: block;
  font-size: 24px;
  margin-top: 5px;
}

.dashboard .overview .overview-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.dashboard .overview .overview-footer img {
  display: block;
}

.dashboard .colorbox {
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.dashboard .colorbox i {
  font-size: 48px;
  margin-top: 10px;
  color: #ffffff;
}

.dashboard .colorbox .colorbox-name {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin: 4px 0 10px 0;
  color: #ffffff;
}

.dashboard .colorbox .colorbox-count {
  color: #ffffff;
  font-size: 36px;
}

.dashboard .colorbox .colorbox-count {
  font-weight: bold;
}

.dashboard .colorbox.colorbox-1 {
  background-color: #4CAF50;
}

.dashboard .colorbox.colorbox-1 div:first-child {
  background-color: #2E7D32;
}

.dashboard .colorbox.colorbox-2 {
  background-color: #03A9F4;
}

.dashboard .colorbox.colorbox-2 div:first-child {
  background-color: #0277BD;
}

.dashboard .colorbox.colorbox-3 {
  background-color: #673AB7;
}

.dashboard .colorbox.colorbox-3 div:first-child {
  background-color: #4527A0;
}

.dashboard .colorbox.colorbox-4 {
  background-color: #009688;
}

.dashboard .colorbox.colorbox-4 div:first-child {
  background-color: #00695C;
}

.dashboard .task-list {
  overflow: hidden;
}

.dashboard .task-list>.p-panel {
  min-height: 340px;
}

.dashboard .task-list .p-panel-content {
  padding: 10px 0 !important;
}

.dashboard .task-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dashboard .task-list ul li {
  padding: 0.625em 0.875em;
  border-bottom: 1px solid #dbdbdb;
}

.dashboard .task-list ul li:first-child {
  margin-top: 10px;
}

.dashboard .task-list ul .p-chkbox {
  vertical-align: middle;
  margin-right: 5px;
}

.dashboard .task-list ul .task-name {
  vertical-align: middle;
}

.dashboard .task-list ul i {
  color: #757575;
  float: right;
}

.dashboard .contact-form {
  overflow: hidden;
}

.dashboard .contact-form .p-panel {
  min-height: 340px;
}

.dashboard .contact-form .p-g-12 {
  padding: 16px 10px;
}

.dashboard .contact-form .p-button {
  margin-top: 20px;
}

.dashboard .contacts {
  overflow: hidden;
}

.dashboard .contacts>.p-panel {
  min-height: 340px;
}

.dashboard .contacts .p-panel-content {
  padding: 15px 0 10px 0 !important;
}

.dashboard .contacts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dashboard .contacts ul li {
  border-bottom: 1px solid #d8d8d8;
}

.dashboard .contacts ul li a {
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 2px;
  transition: background-color 0.2s;
}

.dashboard .contacts ul li a .name {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: #212121;
}

.dashboard .contacts ul li a .email {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 14px;
  color: #757575;
}

.dashboard .contacts ul li a:hover {
  cursor: pointer;
  background-color: #e8e8e8;
}

.dashboard .contacts ul li:last-child {
  border: 0;
}

.dashboard .activity-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dashboard .activity-list li {
  border-bottom: 1px solid #bdbdbd;
  padding: 15px 0 9px 9px;
}

.dashboard .activity-list li .count {
  font-size: 24px;
  color: #ffffff;
  background-color: #03A9F4;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  border-radius: 2px;
}

.dashboard .activity-list li:first-child {
  border-top: 1px solid #bdbdbd;
}

.dashboard .activity-list li:last-child {
  border: 0;
}

.dashboard .activity-list li .p-g-6:first-child {
  font-size: 18px;
  padding-left: 0;
}

.dashboard .activity-list li .p-g-6:last-child {
  text-align: right;
  color: #757575;
}

.dashboard .timeline {
  height: 100%;
  box-sizing: border-box;
}

.dashboard .timeline>.p-g .p-g-3 {
  font-size: 14px;
  position: relative;
  border-right: 1px solid #bdbdbd;
}

.dashboard .timeline>.p-g .p-g-3 i {
  background-color: #ffffff;
  font-size: 36px;
  position: absolute;
  top: 0px;
  right: -18px;
}

.dashboard .timeline>.p-g .p-g-9 {
  padding-left: 1.5em;
}

.dashboard .timeline>.p-g .p-g-9 .event-text {
  color: #757575;
  font-size: 14px;
  display: block;
  padding-bottom: 20px;
}

.dashboard .timeline>.p-g .p-g-9 .event-content img {
  width: 100%;
}

.dashboard>div>.p-panel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.layout-rightpanel .layout-rightpanel-header {
  background: url('sidebar-image.jpg') no-repeat;
  background-size: cover;
  height: 118px;
  padding: 20px 14px;
  box-sizing: border-box;
}

.layout-rightpanel .layout-rightpanel-header .weather-day, .layout-rightpanel .layout-rightpanel-header .weather-date {
  color: #ffffff;
  left: 14px;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 4px;
}

.layout-rightpanel .layout-rightpanel-content {
  padding: 14px;
}

.layout-rightpanel .layout-rightpanel-content h1 {
  font-size: 18px;
  margin: 0 0 4px 0;
}

.layout-rightpanel .layout-rightpanel-content h2 {
  font-size: 16px;
  margin: 0;
  color: #757575;
  font-weight: normal;
}

.layout-rightpanel .layout-rightpanel-content .weather-today {
  text-align: center;
  margin-top: 28px;
}

.layout-rightpanel .layout-rightpanel-content .weather-today .weather-today-value {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 14px;
}

.layout-rightpanel .layout-rightpanel-content .weather-today img {
  vertical-align: middle;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather {
  list-style-type: none;
  margin: 28px 0 0 0;
  padding: 0;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather li {
  padding: 8px 14px;
  border-bottom: 1px solid #d8dae2;
  position: relative;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather li .weekly-weather-value {
  position: absolute;
  right: 40px;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather li img {
  width: 24px;
  position: absolute;
  right: 0px;
  top: 4px;
}

.login-body {
  padding: 1px;
  background: url('login.png') top left no-repeat #f7f7f7;
  background-size: 100% auto;
  height: auto;
}

.login-panel {
  text-align: center;
  width: 427px;
  min-height: 440px;
  padding: 50px 20px;
  margin: 40px auto 0 auto;
}

.login-panel .p-g .p-g-12 {
  padding: 25px 40px;
}

.login-panel .p-g .p-g-12 .p-button {
  margin-bottom: 20px;
}

.login-panel .p-button:hover {
  background-color: #0e2031;
}

.login-panel .p-button:focus {
  outline: 0 none;
  background-color: #425a70;
}

.login-panel .p-button.secondary:hover {
  background-color: #197865;
}

.login-panel .p-button.secondary:focus {
  outline: 0 none;
  background-color: #21dfb8;
}

.login-footer {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #757575;
}

@media (min-resolution: 192dpi) {
  .login-body {
    background: url('login2x.png') top left no-repeat #f7f7f7;
    background-size: 100% auto;
  }
}

@media (max-width: 1024px) {
  .login-panel {
    text-align: center;
    min-height: 440px;
    margin: 100px auto 0 auto;
  }
}

@media (max-width: 640px) {
  .login-panel {
    text-align: center;
    width: 300px;
    min-height: 440px;
    padding: 40px 20px;
    margin: 75px auto 0 auto;
  }
  .login-panel .p-g .p-g-12 {
    padding: 20px 20px;
  }
  .login-panel .p-g .p-g-12 .p-button {
    margin-top: 30px;
  }
}

.exception-body {
  background-color: #f7f7f7;
  height: auto;
}

.exception-body .exception-type {
  width: 100%;
  height: 50%;
  padding: 100px 100px 0 100px;
  box-sizing: border-box;
  text-align: center;
}

.exception-body .exception-panel {
  text-align: center;
  width: 350px;
  padding: 35px;
  margin: -10% auto 0 auto;
  z-index: 100;
}

.exception-body .exception-panel i {
  font-size: 72px;
}

.exception-body .exception-panel h1 {
  font-size: 36px;
  line-height: 36px;
  color: #757575;
}

.exception-body .exception-panel .exception-detail {
  margin: 20px 0px 100px 0px;
  color: #757575;
}

.exception-body .p-button {
  border-radius: 3px;
}

.exception-body .p-button:hover {
  background-color: #197865;
}

.exception-body.error-page .exception-type {
  background-color: #e62a10;
}

.exception-body.error-page .exception-type img {
  width: 100%;
}

.exception-body.error-page .exception-panel i {
  color: #f79a84;
}

.exception-body.notfound-page .exception-type {
  background-color: #3f51b5;
}

.exception-body.notfound-page .exception-type img {
  width: 54%;
}

.exception-body.notfound-page .exception-panel i {
  color: #9fa8da;
}

.exception-body.accessdenied-page .exception-type {
  background-color: #e91e63;
}

.exception-body.accessdenied-page .exception-type img {
  width: 50%;
}

.exception-body.accessdenied-page .exception-panel i {
  color: #f48fb1;
}

@media (max-width: 1024px) {
  .exception-body .exception-panel {
    margin-top: -50px;
  }
}

@media (max-width: 640px) {
  .exception-body .exception-panel {
    width: 250px;
    margin-top: -15px;
  }
}

.landing-wrapper .p-button {
  border-radius: 3px;
}

.landing-wrapper .p-button:hover {
  background-color: #197865;
}

.landing-wrapper #header {
  width: 100%;
  min-height: 400px;
  background: url('landing-header.png') top left no-repeat #f7f7f7;
  background-size: 100% auto;
}

.landing-wrapper #header .header-top {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0px;
}

.landing-wrapper #header .header-top .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: url('logo.png') top left no-repeat;
}

.landing-wrapper #header .header-top #menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-wrapper #header .header-top #menu li {
  float: left;
  display: block;
  margin-left: 30px;
}

.landing-wrapper #header .header-top #menu li a {
  color: #ffffff;
}

.landing-wrapper #header .header-top #menu li i {
  display: none;
}

.landing-wrapper #header .header-top #menu.lmenu-active {
  display: block;
}

.landing-wrapper #header .header-top #menu-button {
  height: 36px;
  margin-top: -2px;
  float: right;
  color: #ffffff;
  display: none;
}

.landing-wrapper #header .header-top #menu-button i {
  font-size: 36px;
}

.landing-wrapper #header .header-content {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.landing-wrapper #header .header-content h1 {
  margin: 75px 0px 50px 0px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}

.landing-wrapper #features {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}

.landing-wrapper #features h2 {
  font-weight: 400;
  line-height: 28px;
}

.landing-wrapper #features h3 {
  font-weight: 400;
}

.landing-wrapper #features p {
  color: #757575;
}

.landing-wrapper #features .p-g-12 {
  padding: 2em 0.5em;
}

.landing-wrapper #features .feature-icon {
  display: inline-block;
  border-radius: 50%;
  background-color: #f4f8fc;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: background-color 0.3s;
}

.landing-wrapper #features .feature-icon i {
  margin-top: 30px;
  font-size: 36px;
}

.landing-wrapper #features .feature-icon:hover {
  background-color: #e91e63;
}

.landing-wrapper #features .feature-icon:hover i {
  color: #ffffff;
}

.landing-wrapper #promotion {
  background: url('promotion.png') top left no-repeat;
  background-size: 100% auto;
}

.landing-wrapper #promotion .p-lg-8 {
  padding: 150px 0 0 150px;
}

.landing-wrapper #promotion .p-lg-8 h1 {
  font-weight: 48px;
  color: #ffffff;
  font-weight: 400;
}

.landing-wrapper #promotion .p-lg-4 {
  margin: -50px 0 -50px 0;
}

.landing-wrapper #promotion .p-lg-4 .card {
  box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
  margin-bottom: 20px;
}

.landing-wrapper #promotion .p-lg-4 .card h3 {
  font-weight: 400;
}

.landing-wrapper #promotion .p-lg-4 .card p {
  color: #757575;
}

.landing-wrapper #promotion .p-lg-4 .card:last-child {
  margin-bottom: 0;
}

.landing-wrapper #pricing {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}

.landing-wrapper #pricing h2 {
  font-weight: 400;
}

.landing-wrapper #pricing p {
  color: #757575;
}

.landing-wrapper #pricing .pricing-box .card {
  height: 100%;
  padding: 0;
}

.landing-wrapper #pricing .pricing-box .pricing-header {
  padding: 40px 0;
  color: #ffffff;
}

.landing-wrapper #pricing .pricing-box .pricing-header span {
  display: block;
  line-height: 48px;
}

.landing-wrapper #pricing .pricing-box .pricing-header span.name {
  font-weight: 300;
  font-size: 24px;
}

.landing-wrapper #pricing .pricing-box .pricing-header span.fee {
  font-size: 48px;
  font-weight: 700;
}

.landing-wrapper #pricing .pricing-box .pricing-header span.type {
  font-weight: 300;
  font-size: 16px;
}

.landing-wrapper #pricing .pricing-box .pricing-content ul {
  margin: 0;
  padding: 30px 20px;
  list-style-type: none;
}

.landing-wrapper #pricing .pricing-box .pricing-content ul li {
  font-size: 18px;
  text-align: left;
  padding: 10px 14px;
}

.landing-wrapper #pricing .pricing-box .pricing-content ul li i {
  margin-right: 20px;
  vertical-align: middle;
}

.landing-wrapper #pricing .pricing-box .pricing-content ul li span {
  vertical-align: middle;
}

.landing-wrapper #pricing .pricing-box.pricing-basic .pricing-header {
  background-color: #3f51b5;
}

.landing-wrapper #pricing .pricing-box.pricing-basic i {
  color: #3f51b5;
}

.landing-wrapper #pricing .pricing-box.pricing-standard .pricing-header {
  background-color: #e91e63;
}

.landing-wrapper #pricing .pricing-box.pricing-standard i {
  color: #e91e63;
}

.landing-wrapper #pricing .pricing-box.pricing-professional .pricing-header {
  background-color: #607d8b;
}

.landing-wrapper #pricing .pricing-box.pricing-professional i {
  color: #607d8b;
}

.landing-wrapper #video {
  background-color: #f7f7f7;
  min-width: 400px;
}

.landing-wrapper #video .video-content {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}

.landing-wrapper #video .video-content h2 {
  font-weight: 400;
}

.landing-wrapper #video .video-content p {
  color: #757575;
}

.landing-wrapper .footer {
  background-color: #f7f7f7;
  border-top: 1px solid #dddddd;
}

.landing-wrapper .footer .footer-content {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0px 50px 0px;
}

.landing-wrapper .footer .footer-content ul {
  float: right;
  list-style-type: none;
}

.landing-wrapper .footer .footer-content ul li a {
  color: #757575;
  transition: color 0.3s;
}

.landing-wrapper .footer .footer-content ul li a:hover {
  color: #212121;
}

@media (max-width: 1024px) {
  .landing-wrapper #header {
    min-height: 200px;
    background-size: cover;
  }
  .landing-wrapper #header .header-top {
    z-index: 100;
    position: fixed;
    top: 0;
    background: #424242;
    background-size: 100% auto;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .landing-wrapper #header .header-top #menu-button {
    display: inline-block;
  }
  .landing-wrapper #header .header-top #menu {
    z-index: 100;
    position: fixed;
    top: 86px;
    right: 30px;
    float: none;
    display: none;
    margin: 0;
    padding: 0;
    width: 225px;
    list-style: none;
    background-color: #ffffff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 0.5s;
  }
  .landing-wrapper #header .header-top #menu li {
    float: none;
    margin-left: 0;
  }
  .landing-wrapper #header .header-top #menu li a {
    font-size: 16px;
    display: block;
    padding: 10px 16px;
    color: #212121;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s;
    overflow: hidden;
  }
  .landing-wrapper #header .header-top #menu li a i {
    color: #757575;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 24px;
  }
  .landing-wrapper #header .header-top #menu li a:hover {
    background-color: #e8e8e8;
  }
  .landing-wrapper #header .header-top #menu li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .landing-wrapper #header .header-content {
    width: 100%;
    padding: 100px 30px 60px 30px;
    box-sizing: border-box;
  }
  .landing-wrapper #header .header-content h1 {
    margin: 75px 0px 50px 0px;
    font-weight: 400;
  }
  .landing-wrapper #features, .landing-wrapper #promotion, .landing-wrapper #pricing, .landing-wrapper #video, .landing-wrapper .footer .footer-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .landing-wrapper #promotion .p-lg-8 {
    padding: 100px 0 30px;
    text-align: center;
  }
  .landing-wrapper #promotion .p-lg-8 h1 {
    margin-top: -30px;
    font-weight: 48px;
    color: #ffffff;
    font-weight: 400;
  }
  .landing-wrapper #video .video-content {
    width: 100%;
  }
  .landing-wrapper #video .video-content .video-container iframe {
    width: 350px;
    height: 220px;
  }
  .landing-wrapper .footer .footer-content {
    text-align: center;
  }
  .landing-wrapper .footer .footer-content ul {
    float: none;
    margin: 0;
    padding: 0;
  }
}

@media (min-resolution: 192dpi) {
  .landing-wrapper .header .header-top .logo {
    background: url('logo2x.png') top left no-repeat;
    background-size: 200px 30px;
  }
}

html {
  height: 100%;
}

body {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  min-height: 100%;
}

body a {
  text-decoration: none;
}

.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  top: 0;
  left: 0;
  /* z-index: 999999997; */
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.layout-container .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: #2f4050;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.layout-container .topbar .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: url('logo2x.png') top left no-repeat;
  background-size: 200px 30px;
}

.layout-container .topbar .topbar-left {
  box-sizing: border-box;
  padding: 20px;
  height: 75px;
  width: 250px;
  background-color: #0e2031;
  float: left;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
}

.layout-container .topbar .topbar-right {
  padding: 15px;
  position: relative;
}

.layout-container .topbar .topbar-right #menu-button {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  margin-right: 10px;
  position: relative;
  left: -16px;
  top: 3px;
  background-color: #1ab394;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.layout-container .topbar .topbar-right #menu-button:hover {
  transform: scale(1.2);
}

.layout-container .topbar .topbar-right #menu-button i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  transition: all 0.3s;
  font-size: 36px;
}

.layout-container .topbar .topbar-right #menu-button i:before {
  content: "chevron_left";
}

.layout-container .topbar .topbar-right #topbar-menu-button, .layout-container .topbar .topbar-right #rightpanel-menu-button {
  display: none;
  color: #ffffff;
  vertical-align: middle;
  height: 36px;
  margin-top: 4px;
  float: right;
  transition: all 0.3s;
}

.layout-container .topbar .topbar-right #topbar-menu-button i, .layout-container .topbar .topbar-right #rightpanel-menu-button i {
  transition: color 0.3s;
  font-size: 36px;
}

.layout-container .topbar .topbar-right #rightpanel-menu-button {
  display: block;
}

.layout-container .topbar .topbar-right #rightpanel-menu-button:hover {
  color: #e8e8e8;
}

.layout-container .topbar .topbar-right .topbar-items .search-item input {
  position: relative;
  top: -10px;
  font-size: 16px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #5e80a0, #5e80a0);
  border-width: 0;
  padding: 2px;
  color: #ffffff;
}

.layout-container .topbar .topbar-right .topbar-items .search-item input:focus {
  outline: 0 none;
}

.layout-container .topbar .topbar-right .topbar-items .search-item input:focus~label {
  top: -5px;
  font-size: 12px;
}

.layout-container .topbar .topbar-right .topbar-items .search-item input.p-state-filled~label {
  display: none;
}

.layout-container .topbar .topbar-right .topbar-items .search-item label {
  color: #ffffff;
  top: 8px;
}

.layout-container .layout-menu {
  overflow: visible;
  position: fixed;
  width: 250px;
  z-index: 99;
  top: 75px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  transition: margin-left 0.3s;
}

.layout-container .layout-menu .p-scrollpanel {
  background: transparent;
  border-radius: 0;
  border: none;
}

.layout-container .layout-menu .p-scrollpanel .p-scrollpanel-bar {
  background-color: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.layout-container .layout-menu .p-scrollpanel .p-scrollpanel-hidden {
  display: block;
  visibility: hidden;
}

.layout-container .layout-menu .p-scrollpanel .p-scrollpanel-content {
  overflow-x: hidden;
}

.layout-container .layout-menu .p-scrollpanel .layout-menu {
  padding-bottom: 120px;
}

.layout-container .layout-menu .profile {
  box-sizing: border-box;
  padding-top: 2em;
  width: 250px;
  height: 145px;
  text-align: center;
  background: url('profile-bg.png') top left no-repeat;
  background-size: 250px 145px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

.layout-container .layout-menu .profile .profile-image {
  width: 60px;
  height: 60px;
  margin: 0 auto 5px auto;
  display: block;
}

.layout-container .layout-menu .profile .profile-name {
  display: inline-block;
  color: #212121;
  vertical-align: middle;
  font-size: 1em;
}

.layout-container .layout-menu .profile i {
  color: #212121;
  vertical-align: middle;
  transition: transform 0.3s;
}

.layout-container .layout-menu .profile.profile-expanded i {
  transform: rotate(-180deg);
}

.layout-container .layout-menu .profile-menu {
  border-bottom: 1px solid #d6d5d5;
  overflow: hidden;
}

.layout-container .layout-menu .profile-menu li:first-child {
  margin-top: 1em;
}

.layout-container .layout-menu .profile-menu li:last-child {
  margin-bottom: 1em;
}

.layout-container .layout-menu.layout-menu-dark {
  background-color: #0e2031;
}

.layout-container .layout-menu.layout-menu-dark .profile {
  background-image: url('profile-bg-dark.png');
}

.layout-container .layout-menu.layout-menu-dark .profile .profile-name {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark .profile i {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark .profile-menu {
  border-bottom: 1px solid #545454;
}

.layout-container .layout-menu.layout-menu-dark .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
  border-radius: 0;
  border: none;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a i {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
  background-color: #5b6976;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink {
  color: #1ab394;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink i {
  color: #1ab394;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover>i {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem>a {
  color: #ffffff;
  background-color: #1ab394;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem>a.active-menuitem-routerlink {
  color: #ffffff;
  background-color: #1ab394;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem>a.active-menuitem-routerlink i {
  color: #212121;
}

.layout-container .layout-menu .menuitem-badge {
  position: absolute;
  right: 3.5em;
  top: 0.75em;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  text-align: center;
  background-color: #1ab394;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  border-radius: 50%;
}

.layout-container .layout-menu .layout-menu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  left: 76px;
  top: 6px;
  z-index: 101;
  line-height: 1;
}

.layout-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
  padding: 6px 8px;
  font-weight: 700;
  background-color: #08131d;
  color: #ffffff;
  min-width: 75px;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.layout-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #08131d;
}

.layout-container.menu-layout-overlay .layout-menu {
  margin-left: -250px;
}

.layout-container.menu-layout-overlay .layout-main {
  margin-left: 0px;
}

.layout-container.menu-layout-overlay.layout-menu-overlay-active .layout-menu {
  z-index: 999999999;
  margin-left: 0px;
}

.layout-container.menu-layout-overlay.layout-menu-overlay-active .layout-mask {
  display: block;
}

.layout-container.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button i {
  transform: rotate(0deg);
}

.layout-container.menu-layout-overlay .topbar {
  z-index: 999999998;
}

.layout-container.menu-layout-overlay .topbar .topbar-right #menu-button i {
  font-size: 36px !important;
  transform: rotate(180deg);
}

.layout-container .layout-main {
  padding: 75px 0 0 0;
  transition: margin-left 0.3s;
}

.layout-container .layout-main .layout-content {
  padding: 10px;
}

.layout-container .layout-mask {
  display: none;
}

.layout-container .layout-breadcrumb {
  background-color: #ffffff;
  box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  min-height: 42px;
}

.layout-container .layout-breadcrumb:before, .layout-container .layout-breadcrumb:after {
  content: "";
  display: table;
}

.layout-container .layout-breadcrumb:after {
  clear: both;
}

.layout-container .layout-breadcrumb ul {
  margin: 8px 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
  color: #757575;
  display: inline-block;
}

.layout-container .layout-breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  color: #757575;
}

.layout-container .layout-breadcrumb ul li:nth-child(even) {
  font-size: 20px;
}

.layout-container .layout-breadcrumb ul li:first-child(even) {
  color: #2f4050;
}

.layout-container .layout-breadcrumb ul li a {
  color: #757575;
}

.layout-container .layout-breadcrumb .layout-breadcrumb-options {
  float: right;
  padding: 0px 20px 0 0;
  height: 100%;
}

.layout-container .layout-breadcrumb .layout-breadcrumb-options a {
  color: #757575;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  transition: background-color 0.3s;
}

.layout-container .layout-breadcrumb .layout-breadcrumb-options a:hover {
  background-color: #e8e8e8;
}

.layout-container .layout-breadcrumb .layout-breadcrumb-options a i {
  line-height: inherit;
}

.layout-container .ultima-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 268px;
}
body.leftToRight .layout-container .ultima-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
}
.layout-container .ultima-menu.ultima-main-menu {
  margin-top: 16px;
  padding-bottom: 120px;
}

.layout-container .ultima-menu li a {
  font-size: 1em;
  display: block;
  padding: 0.5em 2.5em 0.5em 1em;
  color: #212121;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s;
  overflow: hidden;
}

.layout-container .ultima-menu li a i {
  color: #757575;
}

.layout-container .ultima-menu li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 1.5em;
}
body.leftToRight .layout-container .ultima-menu li a i:first-child {
  margin-left: 0.5em;
  margin-right: 0;
}
.layout-container .ultima-menu li a i:last-child {
  float: right;
  font-size: 20px;
  margin-top: 0.15em;
  margin-right: -0.15em;
  transition: transform 0.3s;
}
body.leftToRight .layout-container .ultima-menu li a i:last-child {
  float: left;

}
.layout-container .ultima-menu li a:hover {
  background-color: #e8e8e8;
}

.layout-container .ultima-menu li a span {
  display: inline-block;
  vertical-align: middle;
}

.layout-container .ultima-menu li a.active-menuitem-routerlink {
  color: #1ab394;
}

.layout-container .ultima-menu li a.active-menuitem-routerlink>i {
  color: #1ab394;
}

.layout-container .ultima-menu li a.active-menuitem-routerlink:hover {
  color: #212121;
}

.layout-container .ultima-menu li a.active-menuitem-routerlink:hover>i {
  color: #757575;
}

.layout-container .ultima-menu li.active-menuitem>a {
  color: #2f4050;
  background-color: #e8e8e8;
}

.layout-container .ultima-menu li.active-menuitem>a i {
  color: #2f4050;
}

.layout-container .ultima-menu li.active-menuitem>a i:last-child {
  transform: rotate(-180deg);
}

.layout-container .ultima-menu li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.layout-container .ultima-menu li ul li a {
  padding: 0.5em 2.5em 0.5em 2em;
}

.layout-container .ultima-menu li ul li a>span {
  font-size: 15px;
}

.layout-container .ultima-menu li ul li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  font-size: 1.25em;
}

.layout-container .ultima-menu li ul li ul li a {
  padding-left: 3em;
}

.layout-container .ultima-menu li ul li ul ul li a {
  padding-left: 4em;
}

.layout-container .ultima-menu li ul li ul ul ul li a {
  padding-left: 5em;
}

.layout-container .ultima-menu li ul li ul ul ul ul li a {
  padding-left: 6em;
}

.layout-container .ultima-menu li.red-badge>a .menuitem-badge {
  background-color: #F44336;
  color: #ffffff;
}

.layout-container .ultima-menu li.purple-badge>a .menuitem-badge {
  background-color: #4527A0;
  color: #ffffff;
}

.layout-container .ultima-menu li.teal-badge>a .menuitem-badge {
  background-color: #00695C;
  color: #ffffff;
}

.layout-container .footer {
  padding: 0.5em;
}
body.leftToRight .layout-container .footer {
  width: 93%;
}
.layout-container .footer .footer-text-left {
  float: left;
}

.layout-container .footer .footer-text-right {
  color: #757575;
  float: right;
}

.layout-container .footer .footer-text-right span {
  vertical-align: middle;
  display: inline-block;
}

.layout-container .layout-rightpanel {
  position: fixed;
  top: 75px;
  height: 100%;
  right: -240px;
  width: 240px;
  z-index: 100;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: right 0.3s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.layout-container .layout-rightpanel.layout-rightpanel-active {
  right: 0;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.layout-container .layout-rightpanel .layout-rightpanel-content {
  padding: 14px;
  padding-bottom: 120px;
}

.layout-container .layout-rightpanel .p-scrollpanel {
  border-radius: 0;
  border: none;
}

.layout-container .layout-rightpanel .p-scrollpanel .p-scrollpanel-hidden {
  display: block;
  visibility: hidden;
}

.layout-container .layout-rightpanel .p-scrollpanel .layout-rightpanel-wrapper {
  width: 258px;
  padding-right: 18px;
}

.ajax-loader {
  font-size: 2em;
  color: #1ab394;
}

@media (min-width: 1025px) {
  .layout-container .topbar-items {
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none;
  }
  .layout-container .topbar-items>li {
    float: right;
    position: relative;
    margin-left: 8px;
  }
  .layout-container .topbar-items>li>a {
    position: relative;
    display: block;
  }
  .layout-container .topbar-items>li>a .topbar-item-name {
    display: none;
  }
  .layout-container .topbar-items>li>a .topbar-badge {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #1ab394;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-container .topbar-items>li .topbar-icon {
    font-size: 36px;
    color: #ffffff;
    transition: color 0.3s;
  }
  .layout-container .topbar-items>li .topbar-icon:hover {
    color: #e8e8e8;
  }
  .layout-container .topbar-items>li.profile-item .profile-image {
    width: 36px;
    height: 36px;
  }
  .layout-container .topbar-items>li>ul {
    position: absolute;
    top: 55px;
    right: 5px;
    display: none;
    width: 250px;
    background-color: #ffffff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 0.3s;
  }
  .layout-container .topbar-items>li.active-top-menu>ul {
    display: block;
  }
  .layout-container .topbar-items>li .topbar-message img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }
  .layout-container.menu-layout-static .layout-menu {
    margin-left: 0;
  }
  .layout-container.menu-layout-static .layout-main {
    margin-left: 250px;
  }
  body.leftToRight .layout-container.menu-layout-static .layout-main {
    margin-right: 250px;
  }
  .layout-container.menu-layout-static.layout-menu-static-inactive .topbar .topbar-right #menu-button i {
    transform: rotate(180deg);
  }
  .layout-container.menu-layout-static.layout-menu-static-inactive .layout-menu {
    margin-left: -250px;
  }
  .layout-container.menu-layout-static.layout-menu-static-inactive .layout-main {
    margin-left: 0px;
  }
  .layout-container.menu-layout-static .layout-mask {
    display: none;
  }
  .layout-container.menu-layout-horizontal .topbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-container.menu-layout-horizontal .topbar .topbar-left {
    background-color: #2f4050;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-container.menu-layout-horizontal .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-container.menu-layout-horizontal .layout-menu {
    overflow: visible;
    position: fixed;
    width: 100%;
    top: 75px;
    height: auto;
    background-color: #0e2031;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .layout-container.menu-layout-horizontal .layout-menu .p-scrollpanel {
    overflow: visible;
    border: none;
  }
  .layout-container.menu-layout-horizontal .layout-menu .p-scrollpanel .p-scrollpanel-wrapper {
    overflow: visible;
  }
  .layout-container.menu-layout-horizontal .layout-menu .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
    overflow: visible;
    padding: 0;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu {
    width: 100%;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu.ultima-main-menu {
    margin-top: 0;
    padding-bottom: 0;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li {
    float: left;
    position: relative;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a {
    padding: 0.5em 1em;
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a i {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a:hover {
    background-color: #e8e8e8;
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a:hover i {
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a.active-menuitem-routerlink {
    color: #1ab394;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a.active-menuitem-routerlink>i {
    color: #1ab394;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a.active-menuitem-routerlink:hover {
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a.active-menuitem-routerlink:hover i {
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul {
    position: absolute;
    top: 41px;
    left: 0px;
    width: 250px;
    background-color: #ffffff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li a {
    padding: 10px 16px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul {
    position: static;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul li a {
    padding-left: 32px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul ul ul ul li a {
    padding-left: 80px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul ul ul ul ul li a {
    padding-left: 96px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li.active-menuitem>a {
    color: #2f4050;
    background-color: #e8e8e8;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li.active-menuitem>ul {
    display: block;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li.active-menuitem>a {
    color: #ffffff;
    background-color: #1ab394;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li.active-menuitem>a i {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li.active-menuitem>ul {
    display: block;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark {
    background-color: #0e2031;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
    background-color: #5b6976;
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover i {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink {
    color: #1ab394;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink i {
    color: #1ab394;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover i {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem>a {
    color: #ffffff;
    background-color: #1ab394;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li ul {
    background-color: #0e2031;
  }
  .layout-container.menu-layout-horizontal .layout-menu .menuitem-badge {
    left: 32px;
    top: 7px;
  }
  .layout-container.menu-layout-horizontal .layout-menu .active-menuitem .menuitem-badge {
    background-color: #ffffff;
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-main {
    padding-top: 116px;
    margin-left: 0px;
  }
  .layout-container.menu-layout-horizontal .layout-mask {
    display: none;
  }
  .layout-container.menu-layout-slim .topbar {
    left: 75px;
    width: calc(100% - 75px);
  }
  .layout-container.menu-layout-slim .topbar .topbar-left {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-container.menu-layout-slim .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-container.menu-layout-slim .layout-menu {
    width: 75px;
    overflow: visible;
    z-index: 100;
    top: 0;
  }
  .layout-container.menu-layout-slim .layout-menu .profile {
    width: calc(100% - 18px);
    height: 74px;
    padding-top: 15px;
  }
  .layout-container.menu-layout-slim .layout-menu .profile>a .profile-image {
    width: 45px;
    height: 45px;
  }
  .layout-container.menu-layout-slim .layout-menu .profile>a .profile-name, .layout-container.menu-layout-slim .layout-menu .profile>a i {
    display: none;
  }
  .layout-container.menu-layout-slim .layout-menu .p-scrollpanel {
    border: none;
    border-radius: 0;
  }
  .layout-container.menu-layout-slim .layout-menu .p-scrollpanel .p-scrollpanel-wrapper {
    overflow: visible;
  }
  .layout-container.menu-layout-slim .layout-menu .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
    overflow: visible;
    padding: 0;
  }
  .layout-container.menu-layout-slim .layout-menu .p-scrollpanel .p-scrollpanel-bar {
    display: none;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu {
    padding: 0;
    width: calc(100% - 18px);
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li {
    position: relative;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a i:first-child {
    font-size: 1.75em;
    margin-right: 0;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a span, .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a .submenu-icon {
    display: none;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a:hover+.layout-menu-tooltip {
    display: block;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 75px;
    min-width: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li a {
    padding: 0.5em 1em 0.5em 2em;
    padding-left: 16px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul li a {
    padding-left: 32px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul ul ul ul li a {
    padding: 80px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul ul ul ul ul li a {
    padding: 96px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li.active-menuitem>a:hover+.layout-menu-tooltip {
    display: none;
  }
  .layout-container.menu-layout-slim .layout-menu.layout-menu-dark .ultima-menu>li>ul {
    background-color: #0e2031;
  }
  .layout-container.menu-layout-slim .layout-main {
    margin-left: 75px;
  }
  .layout-container.menu-layout-slim .layout-footer {
    margin-left: 75px;
  }
}

@media (max-width: 1024px) {
  .layout-container.menu-layout-static .topbar .topbar-right #menu-button i {
    transform: rotate(180deg);
  }
  .layout-container.menu-layout-static .layout-menu {
    margin-left: -265px;
  }
  .layout-container.menu-layout-static .layout-main {
    margin-left: 0px;
  }
  .layout-container.menu-layout-static.layout-menu-static-active .layout-menu {
    margin-left: 0;
    z-index: 999999999;
  }
  .layout-container.menu-layout-static.layout-menu-static-active .topbar {
    z-index: 999999998;
  }
  .layout-container.menu-layout-static.layout-menu-static-active .topbar .topbar-right #menu-button i {
    transform: rotate(0);
  }
  .layout-container.menu-layout-static.layout-menu-static-active .layout-main {
    margin-left: 0;
  }
  .layout-container.menu-layout-static.layout-menu-static-active .layout-mask {
    display: block;
  }
  .layout-container .topbar .topbar-right #topbar-menu-button {
    display: block;
  }
  .layout-container .topbar .topbar-right .topbar-items {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 275px;
    display: none;
    background-color: #ffffff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 0.3s;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .layout-container .topbar .topbar-right .topbar-items>li>a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    padding: 16px 16px;
    color: #212121;
    position: relative;
  }
  .layout-container .topbar .topbar-right .topbar-items>li>a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 24px;
  }
  .layout-container .topbar .topbar-right .topbar-items>li>a:hover {
    background-color: #e8e8e8;
  }
  .layout-container .topbar .topbar-right .topbar-items>li>a .topbar-item-name {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-container .topbar .topbar-right .topbar-items>li>a .topbar-badge {
    position: absolute;
    left: 30px;
    top: 10px;
    background-color: #1ab394;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-container .topbar .topbar-right .topbar-items>li>ul {
    display: none;
  }
  .layout-container .topbar .topbar-right .topbar-items>li>ul li a span, .layout-container .topbar .topbar-right .topbar-items>li>ul li a img, .layout-container .topbar .topbar-right .topbar-items>li>ul li a i {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.active-top-menu>a {
    color: #2f4050;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.active-top-menu>ul {
    display: block;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.active-top-menu>ul li a {
    padding-left: 32px;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.search-item input {
    background-image: linear-gradient(to bottom, #2f4050, #2f4050), linear-gradient(to bottom, #7e7f81, #7e7f81);
  }
  .layout-container .topbar .topbar-right .topbar-items>li.search-item {
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    padding: 16px 16px;
    position: relative;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.search-item input {
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding-right: 16px;
    border-color: #bdbdbd;
    color: #212121;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.search-item input:focus {
    border-color: #bdbdbd;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.search-item input:focus~label, .layout-container .topbar .topbar-right .topbar-items>li.search-item input.p-state-filled~label {
    top: -20px;
    color: #2f4050;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.search-item label {
    top: 1px;
    color: #212121;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.search-item i {
    position: absolute;
    right: 5px;
    top: -2px;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.profile-item .profile-image {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('avatar.png') top left no-repeat;
    background-size: 24px 24px;
    margin-right: 14px;
  }
  .layout-container .topbar .topbar-right .topbar-items>li.profile-item span {
    vertical-align: middle;
    display: inline-block;
  }
  .layout-container .topbar .topbar-right .topbar-items.topbar-items-visible {
    display: block;
  }
}

@media (max-width: 385px) {
  .layout-container .topbar .topbar-right #topbar-menu-button {
    position: absolute;
    height: 1.5em;
    right: 24px;
    top: 1.375em;
  }
  .layout-container .topbar .topbar-right #topbar-menu-button i {
    font-size: 1.5em;
  }
  .layout-container .topbar .topbar-right #rightpanel-menu-button {
    position: absolute;
    height: 1.5em;
    right: 8px;
    top: 1.375em;
  }
  .layout-container .topbar .topbar-right #rightpanel-menu-button i {
    font-size: 1.5em;
  }
  .layout-container .topbar .topbar-right #menu-button {
    margin-right: 0;
  }
}

body .layout-wrapper.layout-compact {
  font-size: 14px;
  line-height: 18px;
}

body .layout-wrapper.layout-compact .layout-container .ultima-menu li a i:last-child {
  font-size: 18px;
}

body .layout-wrapper.layout-compact .layout-container .ultima-menu li ul li a span {
  font-size: 13px;
}

body .layout-wrapper.layout-compact .layout-container .layout-breadcrumb ul li {
  vertical-align: middle;
}

body .layout-wrapper.layout-compact .p-radiobutton .p-radiobutton-box {
  width: 18px;
  height: 18px;
}

@media (min-width: 1025px) {
  .layout-wrapper.layout-compact .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul {
    top: 35px;
  }
  .layout-wrapper.layout-compact .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li span {
    font-size: 14px;
  }
  .layout-wrapper.layout-compact .layout-container.menu-layout-horizontal .layout-main {
    padding-top: 110px;
  }
}

/* Add your customizations of layout here */
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/primeicons/primeicons.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('primeicons.eot');
    src: url('primeicons.eot?#iefix') format('embedded-opentype'), url('primeicons.woff2') format('woff2'), url('primeicons.woff') format('woff'), url('primeicons.ttf') format('truetype'), url('primeicons.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.pi-eraser:before {
    content: "\ea04";
}

.pi-stopwatch:before {
    content: "\ea01";
}

.pi-verified:before {
    content: "\ea02";
}

.pi-delete-left:before {
    content: "\ea03";
}

.pi-hourglass:before {
    content: "\e9fe";
}

.pi-truck:before {
    content: "\ea00";
}

.pi-wrench:before {
    content: "\e9ff";
}

.pi-microphone:before {
    content: "\e9fa";
}

.pi-megaphone:before {
    content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}

.pi-bitcoin:before {
    content: "\e9fd";
}

.pi-file-edit:before {
    content: "\e9f6";
}

.pi-language:before {
    content: "\e9f7";
}

.pi-file-export:before {
    content: "\e9f8";
}

.pi-file-import:before {
    content: "\e9f9";
}

.pi-file-word:before {
    content: "\e9f1";
}

.pi-gift:before {
    content: "\e9f2";
}

.pi-cart-plus:before {
    content: "\e9f3";
}

.pi-thumbs-down-fill:before {
    content: "\e9f4";
}

.pi-thumbs-up-fill:before {
    content: "\e9f5";
}

.pi-arrows-alt:before {
    content: "\e9f0";
}

.pi-calculator:before {
    content: "\e9ef";
}

.pi-sort-alt-slash:before {
    content: "\e9ee";
}

.pi-arrows-h:before {
    content: "\e9ec";
}

.pi-arrows-v:before {
    content: "\e9ed";
}

.pi-pound:before {
    content: "\e9eb";
}

.pi-prime:before {
    content: "\e9ea";
}

.pi-chart-pie:before {
    content: "\e9e9";
}

.pi-reddit:before {
    content: "\e9e8";
}

.pi-code:before {
    content: "\e9e7";
}

.pi-sync:before {
    content: "\e9e6";
}

.pi-shopping-bag:before {
    content: "\e9e5";
}

.pi-server:before {
    content: "\e9e4";
}

.pi-database:before {
    content: "\e9e3";
}

.pi-hashtag:before {
    content: "\e9e2";
}

.pi-bookmark-fill:before {
    content: "\e9df";
}

.pi-filter-fill:before {
    content: "\e9e0";
}

.pi-heart-fill:before {
    content: "\e9e1";
}

.pi-flag-fill:before {
    content: "\e9de";
}

.pi-circle:before {
    content: "\e9dc";
}

.pi-circle-fill:before {
    content: "\e9dd";
}

.pi-bolt:before {
    content: "\e9db";
}

.pi-history:before {
    content: "\e9da";
}

.pi-box:before {
    content: "\e9d9";
}

.pi-at:before {
    content: "\e9d8";
}

.pi-arrow-up-right:before {
    content: "\e9d4";
}

.pi-arrow-up-left:before {
    content: "\e9d5";
}

.pi-arrow-down-left:before {
    content: "\e9d6";
}

.pi-arrow-down-right:before {
    content: "\e9d7";
}

.pi-telegram:before {
    content: "\e9d3";
}

.pi-stop-circle:before {
    content: "\e9d2";
}

.pi-stop:before {
    content: "\e9d1";
}

.pi-whatsapp:before {
    content: "\e9d0";
}

.pi-building:before {
    content: "\e9cf";
}

.pi-qrcode:before {
    content: "\e9ce";
}

.pi-car:before {
    content: "\e9cd";
}

.pi-instagram:before {
    content: "\e9cc";
}

.pi-linkedin:before {
    content: "\e9cb";
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}
  
.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-fill:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/primeng/resources/primeng.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
.p-widget, .p-widget * {
    box-sizing: border-box;
}
.p-helper-hidden {
    display: none !important;
}
.p-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.p-helper-hidden-accessible input,
.p-helper-hidden-accessible select {
    transform: scale(0);
}
.p-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.p-helper-clearfix::before,
.p-helper-clearfix::after {
    content: "";
    display: table;
}
.p-helper-clearfix::after {
    clear: both;
}
.p-helper-clearfix {
    zoom: 1;
}
.p-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.p-state-disabled {
    cursor: default !important;
}
.p-state-disabled a {
    cursor: default !important;
}
.p-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.p-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-resizable {
    position: relative;
}
.p-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.p-resizable-disabled .p-resizable-handle,
.p-resizable-autohide .p-resizable-handle {
    display: none;
}
.p-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.p-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.p-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.p-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.p-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.p-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.p-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.p-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.p-shadow {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.p-unselectable-text {
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}
.p-overflow-hidden {
    overflow: hidden;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #898989;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #898989;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #898989;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #898989;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #898989;
}
.p-placeholder {
   color: #898989;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    border-radius: 0;
}
.p-accordion {
    width: 100%;
}

.p-accordion .p-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.p-accordion .p-accordion-header a {
    display: block;
    padding: .5em;
}

.p-accordion .p-accordion-toggle-icon,
.p-accordion .p-accordion-header-text {
    vertical-align: middle;
}

.p-accordion .p-accordion-content {
    padding: 1em;
    border-top: 0;
    overflow: visible;
    zoom: 1;
}

.p-accordion .p-accordion-header.p-state-disabled,
.p-accordion .p-accordion-header.p-state-disabled a {
    cursor: default;
}

.p-accordion-content-wrapper-overflown {
    overflow: hidden;
}

.p-rtl .p-accordion .p-accordion-header a {
    padding: .5em 2em .5em .5em;
}

.p-rtl .p-accordion .p-accordion-toggle-icon {
    left: initial;
    right: .5em;
}

.p-rtl .p-accordion .p-accordion-toggle-icon.pi-caret-right:before {
    content: '\e904';
}
.p-blockui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-blockui-document {
    position: fixed;
}
.p-autocomplete {
    width: auto;
    zoom: 1;
    cursor: pointer;
    box-shadow: none;
    position: relative;
    display: inline-block;
}

.p-autocomplete .p-autocomplete-dropdown {
    height: 100%;
    width: 2em;
    margin-right: 0;
    vertical-align: top;
}

.p-autocomplete .p-autocomplete-input {
    padding-right: 1.5em;
}

.p-autocomplete-loader {
    position: absolute;
    right: .25em;
    top: 50%;
    margin-top: -.5em;
}

.p-autocomplete-query {
    font-weight: bold;
}

.p-autocomplete .p-autocomplete-panel {
    min-width: 100%;
}

.p-autocomplete-panel {
    position: absolute;
    overflow: auto;
}

.p-autocomplete-panel .p-autocomplete-list {
    padding: 0.4em;
    border: 0 none;
}

.p-autocomplete-panel .p-autocomplete-list-item {
    border: 0 none;
    cursor: pointer;
    font-weight: normal;
    margin: 1px 0;
    padding: 0.186em 0.313em;
    text-align: left;
}

.p-autocomplete .p-button-icon-only,
.p-autocomplete .p-button-icon-only:enabled:hover,
.p-autocomplete .p-button-icon-only:enabled:focus,
.p-autocomplete .p-button-icon-only:enabled:active {
    border-left: 0 none;
}

/* Multiple Selection */
.p-autocomplete-multiple-container {
    display: inline-block;
    vertical-align: middle;
}

.p-autocomplete-multiple-container.p-inputtext {
    clear: left;
    cursor: text;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0 1.5em 0 .25em;
}

.p-autocomplete-token {
    cursor: default;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: .125em .5em;
    white-space: nowrap;
    position: relative;
    margin-right: .125em;
    border: 0 none;
    font-size: .9em;
}

.p-autocomplete-token-label {
    display: block;
    margin-right: 2em;
}

.p-autocomplete-token-icon {
    margin-top: -.5em;
    position: absolute;
    right: 0.2em;
    top: 50%;
    cursor: pointer;
}

.p-autocomplete-input-token {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0 0 0 .125em;
    padding: .25em .25em .25em 0;
}

.p-autocomplete-input-token input {
    border: 0 none;
    width: 10em;
    outline: medium none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.p-autocomplete-dd .p-autocomplete-loader {
    right: 2.25em;
}

.p-autocomplete-dd input.p-corner-all ,
.p-autocomplete-dd .p-autocomplete-multiple-container.p-corner-all {
     border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;
 }

.p-autocomplete-dd .p-autocomplete-dropdown.p-corner-all {
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
}

/** AutoComplete **/
.p-fluid p-autocomplete,
.p-fluid .p-autocomplete,
.p-fluid .p-autocomplete-input {
    width: 100%;
}

.p-fluid .p-autocomplete.p-autocomplete-dd .p-autocomplete-input,
.p-fluid .p-autocomplete.p-autocomplete-dd .p-autocomplete-multiple-container {
    width: calc(100% - 2em);
}

.p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button {
    width: 2em;
}

/* Button */
.p-button {
    display: inline-block;
    position: relative;
    padding: 0;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible; /* the overflow property removes extra width in IE */
}

p-button {
    display: inline-block;
}

/*button text element */
.p-button .p-button-label {
    display: block;
    line-height: normal;
}

.p-button-label-only .p-button-label {
    padding: .25em 1em;
}

.p-button-icon-only .p-button-label,
.p-button-label-empty .p-button-label {
    padding: .25em;
    text-indent: -9999999px;
}

.p-button-label-icon-left .p-button-label {
    padding: .25em 1em .25em 2.1em;
}

.p-button-label-icon-right .p-button-label {
    padding: .25em 2.1em .25em 1em;
}

/*button icon element(s) */
.p-button-icon-only .p-button-icon-left,
.p-button-label-icon-left .p-button-icon-left,
.p-button-label-icon-right .p-button-icon-right {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    height: 1em;
}

.p-button-icon-only .p-button-icon-left {
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
    height: 1em;
}

.p-button-icon-left {
    left: .5em;
}

.p-button-icon-right {
    right: .5em;
}

/*button sets*/
.p-buttonset .p-button {
    margin-left: 0;
    margin-right: 0;
}

/* workarounds */
button.p-button::-moz-focus-inner {
    border: 0; padding: 0; /* reset extra padding in Firefox */
}

/** Fluid **/
.p-fluid .p-button {
    width: 100%;
}

.p-fluid .p-button-label-icon-left .p-button-label,
.p-fluid .p-button-label-icon-right .p-button-label {
    padding-left: 1em;
    padding-right: 1em;
}

/** ButtonSet **/
.p-fluid .p-buttonset {
    width: 100%;
}

.p-fluid .p-buttonset.p-buttonset-1 .p-button {width: 100%;}
.p-fluid .p-buttonset.p-buttonset-2 .p-button {width: 50%;}
.p-fluid .p-buttonset.p-buttonset-3 .p-button {width: 33.3%;}
.p-fluid .p-buttonset.p-buttonset-4 .p-button {width: 25%;}
.p-fluid .p-buttonset.p-buttonset-5 .p-button {width: 20%;}
.p-fluid .p-buttonset.p-buttonset-6 .p-button {width: 16.6%;}

@media (max-width: 640px) {
    .p-fluid .p-buttonset.p-buttonset-1 .p-button,
    .p-fluid .p-buttonset.p-buttonset-2 .p-button,
    .p-fluid .p-buttonset.p-buttonset-3 .p-button,
    .p-fluid .p-buttonset.p-buttonset-4 .p-button,
    .p-fluid .p-buttonset.p-buttonset-5 .p-button,
    .p-fluid .p-buttonset.p-buttonset-6 .p-button {
        width: 100%;
    }
}
/** Breadcrumb **/
.p-breadcrumb {
    margin: 0;
    padding: 0;
    padding: .5em;
}

.p-breadcrumb ul {
    margin: 0;
    padding: 0;
}

.p-breadcrumb ul li {
    display: inline-block;
    margin: 0 .25em;
}

.p-breadcrumb-chevron, .p-breadcrumb-home {
    vertical-align: middle;
}

.p-breadcrumb ul li .p-menuitem-link {
    text-decoration: none;
}

.p-breadcrumb .p-menuitem-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-breadcrumb .p-menuitem-text {
    vertical-align: middle;
}
.p-calendar {
    position: relative;
    display: inline-block;
}

.p-calendar .p-calendar-button {
    height: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 2em;
    border-left: 0 none;
}

.p-calendar .p-calendar-button:enabled:hover,
.p-calendar .p-calendar-button:focus {
    border-left: 0 none;
}

.p-calendar .p-datepicker {
    min-width: 100%;
}

/* Fluid */
.p-fluid .p-calendar {
    width: 100%;
}

.p-fluid .p-calendar-button {
    width: 2em;
}

.p-fluid .p-datepicker-buttonbar button {
    width: auto;
}

.p-fluid .p-calendar.p-calendar-w-btn .p-inputtext {
    width: calc(100% - 2em);
}

/* Datepicker */
.p-datepicker {
	width: auto;
	padding: .2em;
    position: absolute;
}

.p-datepicker.p-datepicker-inline {
    display: inline-block;
    position: static;
}

.p-datepicker .p-datepicker-group {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}

/* Header */
.p-datepicker .p-datepicker-header {
	position: relative;
	padding: .5em 0;
}
.p-datepicker .p-datepicker-prev,
.p-datepicker .p-datepicker-next {
	position: absolute;
	top: .5em;
	width: 1.8em;
	height: 1.8em;
}

.p-datepicker .p-datepicker-prev {
	left: .125em;
}
.p-datepicker .p-datepicker-next {
	right: .125em;
}
.p-datepicker .p-datepicker-prev span,
.p-datepicker .p-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
}
.p-datepicker .p-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.p-datepicker .p-datepicker-title select {
	font-size: 1em;
	margin: .125em 0;
    vertical-align: middle;
}
.p-datepicker select.p-datepicker-month {
    margin-right: .25em;
}
.p-datepicker span.p-datepicker-year {
	margin-left: .25em;
}

/* Multiple Month DatePicker */
.p-datepicker-multiple-month .p-datepicker-group {
    display: table-cell;
    border-left-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-right-width: 1px;
}

/* DatePicker Table */
.p-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.p-datepicker th {
	padding: .5em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.p-datepicker td {
	border: 0;
	padding: 0;
}
.p-datepicker td > span,
.p-datepicker td > a {
	display: block;
	padding: .5em;
    text-decoration: none;
    border: 0 none;
    text-align: center;
}

.p-datepicker .p-datepicker-buttonbar {
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
	padding: .5em;
}

.p-datepicker .p-datepicker-buttonbar > .p-g > div:last-child {
    text-align: right;
}

.p-datepicker .p-datepicker-buttonbar > .p-g > div {
    padding: 0;
}

.p-calendar.p-calendar-w-btn input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Month Picker */
.p-monthpicker .p-monthpicker-month {
    width: 33.3%;
    display: inline-block;
    text-align: center;
    padding: .5em;
    cursor: pointer;
}

.p-datepicker-monthpicker select.p-datepicker-year {
    width: auto;
}

/* Time Picker */
.p-timepicker {
    text-align: center;
    padding: .5em 0;
}

.p-timepicker > div {
    display: inline-block;
    margin-left: .5em;
    min-width: 1.5em;
}

.p-timepicker > .p-minute-picker,
.p-timepicker > .p-second-picker {
    margin-left: 0;
}

.p-timepicker > .p-separator {
    margin-left: 0px;
    min-width: .75em;
}

.p-timepicker > .p-separator a {
    visibility: hidden;
}

.p-timepicker > div a {
    display: block;
    opacity: 0.7;
    filter:Alpha(Opacity=70);
    cursor: pointer;
}

.p-timepicker > div a:last-child {
    margin-top: .3em;
}

.p-timepicker > div a:hover {
    display: block;
    opacity: 1;
    filter:Alpha(Opacity=100);
}
input[type=text]::-ms-clear {
    display: none;
}

/* Touch UI */
.p-datepicker-touch-ui,
.p-calendar .p-datepicker-touch-ui {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 80vw;
}

.p-datepicker-touch-ui.p-datepicker th {
	padding: 2em 0;
}
.p-datepicker-touch-ui.p-datepicker td {
	padding: 0;
}
.p-datepicker-touch-ui.p-datepicker td > span,
.p-datepicker-touch-ui.p-datepicker td > a {
	padding: 2em 0;
}

.p-datepicker-touch-ui .p-timepicker {
    padding: 1em 0;
}

.p-datepicker-touch-ui .p-timepicker > div a {
    font-size: 2em;
}

.p-datepicker-mask {
    position: fixed;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 40em) {
    .p-datepicker-multiple-month {
        width: 17em;
        overflow: auto;
    }

    .p-datepicker-touch-ui.p-datepicker th {
        padding: 1em 0;
    }

    .p-datepicker-touch-ui.p-datepicker td span,
    .p-datepicker-touch-ui.p-datepicker td a {
        padding: 1em 0;
    }
}

.p-card-header img {
    width: 100%;
}

.p-card-body {
    padding: 1em;
}

.p-card-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: .5em;
}

.p-card-subtitle {
    opacity: .7;
    margin-bottom: .5em;
    margin-top: -.25em;
    font-weight: bold;
}

.p-card-footer {
    padding-top: 1em;
}
.p-carousel {
    position: relative;
    padding: .063em;
}

.p-carousel .p-carousel-viewport .p-carousel-items {
    list-style: none outside none;
    margin: 0;
    padding:0;
    position: relative;
    width: 32000px;
    left: 0;
}

.p-carousel .p-carousel-viewport .p-carousel-items .p-carousel-item {
    margin: 1px;
    padding: 0;
    float: left;
    box-sizing: border-box;
}

.p-carousel .p-carousel-viewport {
    overflow: hidden;
    position: relative;
    border: 0;
}

.p-carousel .p-carousel-footer {
    margin: 1px 1px 0px 1px;
    padding: .5em;
    overflow: hidden;
}

.p-carousel .p-carousel-header {
    margin: 0 1px;
    overflow: hidden;
    padding: .625em;
}

.p-carousel .p-carousel-header .p-carousel-header-title {
    display: inline-block;
    overflow: hidden;
}

.p-carousel .p-carousel-dropdown,
.p-carousel .p-carousel-mobiledropdown {
    float: right;
    margin: 0px .625em;
    background-image: none;
}

.p-carousel .p-carousel-dropdown option,
.p-carousel .p-carousel-mobiledropdown option{
    background-image: none;
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.p-carousel .p-carousel-button {
    float: right;
    margin: .125em;
}

.p-carousel .p-carousel-page-link {
    float: left;
    margin: 0 .125em;
    text-decoration: none;
}

.p-carousel .p-carousel-page-link,
.p-carousel .p-carousel-button {
    cursor: pointer;
}

.p-carousel .p-carousel-page-links {
    margin: 0px .5em;
    margin-top: .125em;
    float: right;
}

.p-carousel .p-carousel-mobiledropdown {
    display: none;
}
.p-chkbox {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: .25em;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.p-chkbox .p-chkbox-box {
    width: 1.125em;
    height: 1.125em;
    line-height: 1.125em;
    border-radius: 2px;
    text-align: center;
}

.p-chkbox .p-chkbox-icon {
    display: block;
}

.p-chkbox-label {
    vertical-align: middle;
}


.p-chips > ul.p-inputtext {
    clear: left;
    cursor: text;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0 .25em;
}

.p-chips-token {
    cursor: default;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: .125em .5em;
    white-space: nowrap;
    position: relative;
    margin-right: .125em;
    border: 0 none;
    font-size: .9em;
}

.p-chips-token .p-chips-token-label {
    display: block;
    margin-right: 2em;
}

.p-chips > .p-state-disabled .p-chips-token-label {
    margin-right: 0;
}

.p-chips-token .p-chips-token-icon {
    margin-top: -.5em;
    position: absolute;
    right: 0.2em;
    top: 50%;
    cursor: pointer;
}

.p-chips-input-token {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0 0 0 .125em;
    padding: .25em .25em .25em 0;
}

.p-chips-input-token input {
    border: 0 none;
    width: 10em;
    outline: medium none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.p-colorpicker {
    display: inline-block;
}

.p-colorpicker-dragging {
    cursor: pointer;
}

.p-colorpicker-overlay {
    position: relative;
}

.p-colorpicker-panel {
    position: relative;
    width: 193px;
    height: 166px;
    background-color: #323232;
    border-color: #191919;
}

.p-colorpicker-overlay-panel {
    position: absolute;
}

.p-colorpicker-preview {
    width: 2em;
    cursor: pointer;
}

.p-colorpicker-panel .p-colorpicker-content {
    position: relative;
}

.p-colorpicker-panel .p-colorpicker-color-selector {
    width: 150px;
    height: 150px;
    top: 8px;
    left: 8px;
    position: absolute;
}

.p-colorpicker-panel .p-colorpicker-color {
     width: 150px;
     height: 150px;
     background: transparent url('color.png') no-repeat left top;
}

.p-colorpicker-panel .p-colorpicker-color-handle {
     position: absolute;
     top: 0px;
     left: 150px;
     border-radius: 100%;
     width: 10px;
     height: 10px;
     border: 1px solid #ffffff;
     margin: -5px 0 0 -5px;
     cursor: pointer;
}

.p-colorpicker-panel .p-colorpicker-hue {
    background: transparent url('hue.png') no-repeat left top;
    width: 17px;
    height: 150px;
    top: 8px;
    left: 167px;
    position: absolute;
    opacity: .85;
}

.p-colorpicker-panel .p-colorpicker-hue-handle {
     position: absolute;
     top: 150px;
     left: 0px;
     width: 21px;
     margin-left: -2px;
     margin-top: -5px;
     height: 10px;
     border: 2px solid #ffffff;
     opacity: .85;
     cursor: pointer;
 }

 .p-colorpicker-panel.p-state-disabled .p-colorpicker-hue-handle,
 .p-colorpicker-panel.p-state-disabled .p-colorpicker-color-handle  {
      opacity: .5;
 }
.p-datagrid .p-paginator {
	text-align: center;
}

.p-datagrid-column {
	padding: .25em;
}

.p-datagrid-content-empty {
    padding: .25em .625em;
}

.p-datagrid .p-datagrid-header,
.p-datagrid .p-datagrid-footer {
    text-align:center;
	padding: .5em .75em;
}

.p-datagrid .p-datagrid-header {
    border-bottom: 0 none;
}

.p-datagrid .p-datagrid-footer {
    border-top: 0 none;
}

.p-datagrid .p-paginator-top {
    border-bottom: 0 none;
}

.p-datagrid .p-paginator-bottom {
    border-top: 0 none;
}


.p-contextmenu {
    width: 12.5em;
    padding: .25em;
    position: absolute;
    display: none;
}

.p-contextmenu .p-menu-separator {
    border-width: 1px 0 0 0;
}

.p-contextmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.p-contextmenu .p-submenu-list {
    display: none;
    position: absolute;
    width: 12.5em;
    padding: .25em;
}

.p-contextmenu .p-menuitem-link {
    padding: .25em;
    display: block;
    position: relative;
}

.p-contextmenu .p-menuitem-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-contextmenu .p-menuitem-text {
    vertical-align: middle;
}

.p-contextmenu .p-menuitem {
    position: relative;
}


.p-contextmenu .p-menuitem-link .p-submenu-icon {
    position: absolute;
    margin-top: -.5em;
    right: 0;
    top: 50%;
}

.p-contextmenu .p-menuitem-active > .p-submenu > .p-submenu-list {
    display: block !important;
}
.p-datalist .p-datalist-header,
.p-datalist .p-datalist-footer {
    text-align:center;
	padding: .5em .75em;
}

.p-datalist .p-datalist-header {
    border-bottom: 0 none;
}

.p-datalist .p-datalist-footer {
    border-top: 0 none;
}

.p-datalist .p-datalist-data {
    margin: 0;
    padding: 0;
}

.p-datalist .p-datalist-data > li {
    list-style-type: none;

}

.p-datalist .p-datalist-emptymessage {
    padding: .5em .75em;
}

.p-datalist.p-datalist-scrollable .p-datalist-content {
    overflow: auto;
}

.p-datalist .p-paginator-top {
    border-bottom: 0 none;
}

.p-datalist .p-paginator-bottom {
    border-top: 0 none;
}

.p-datascroller .p-datascroller-header {
    text-align: center;
	padding: .5em .75em;
    border-bottom: 0 none;
}

.p-datascroller .p-datascroller-footer {
    text-align: center;
    padding: .25em .625em;
    border-top: 0px none;
}

.p-datascroller .p-datascroller-content {
    padding: .25em .625em;
}

.p-datascroller-inline .p-datascroller-content {
    overflow: auto;
}

.p-datascroller .p-datascroller-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.p-dataview {
    position: relative;
}

.p-dataview .p-paginator {
	text-align: center;
}

.p-dataview-column {
	padding: .25em;
}

.p-dataview-content-empty {
    padding: .25em .625em;
}

.p-dataview .p-dataview-header,
.p-dataview .p-dataview-footer {
	padding: .5em .75em;
}

.p-dataview .p-dataview-header {
    border-bottom: 0 none;
}

.p-dataview .p-dataview-footer {
    border-top: 0 none;
}

.p-dataview .p-paginator-top {
    border-bottom: 0 none;
}

.p-dataview .p-paginator-bottom {
    border-top: 0 none;
}

.p-dataview.p-dataview-list > .p-dataview-content > div.p-g > div {
    width: 100%;
}

.p-dataview .p-dataview-emptymessage {
    padding: .5em .75em;
}

/* Loader */
.p-dataview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; */
    opacity: 0.1;
    z-index: 1;
}

.p-dataview-loading-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -1em;
    margin-left: -1em;
}

.p-dataview-loading-icon {
    font-size: 2em;
}

.p-dialog {
    position: fixed;
    padding: 0;
}

.p-dynamicdialog {
    top: 50%;
    left: 50%;
}

.p-dialog .p-dialog-titlebar {
	padding: .5em .75em;
    position: relative;
    border: 0;
}

.p-dialog .p-dialog-content {
    position: relative;
    border: 0;
    padding: .5em .75em;
    background: none;
    zoom: 1;
}

.p-dialog-resizable .p-dialog-content {
    overflow: auto;
}

.p-dialog .p-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}
.p-draggable .p-dialog-titlebar {
    cursor: move;
}

.p-dialog .p-dialog-titlebar-icon {
    text-decoration: none;
    float: right;
    float: right;
    padding: .125em;
    cursor: pointer;
    border: 1px solid transparent;
}

.p-dialog .p-dialog-titlebar-icon span {
    display: block;
    margin: 0;
}

.p-dialog-footer {
    padding: 1em;
    border-width: 1px 0 0 0;
    text-align: right;
}

.p-dialog-mask {
    position: fixed;
    width: 100%;
    height: 100%;
}

.p-dialog-maximized {
    transition: left .3s, top .3s, width .3s,height .3s;
}

/* ConfirmDialog */
.p-confirmdialog {
    width: 30em;
    top: 50%;
    left: 50%;
}

.p-confirmdialog.p-dialog .p-dialog-content {
    padding: 1em 2em;
}
.p-confirmdialog .p-dialog-content .p-confirmdialog-icon {
    font-size: 1.5em;
    margin-right: .5em;
    position: relative;
    top: .2em;
}

.p-dialog-footer .p-button {
    margin-right: .25em;
}

/* Fluid */
.p-fluid .p-dialog-footer .p-button {
    width: auto;
}

/* RTL */
.p-rtl .p-dialog .p-dialog-titlebar-close  {
    float: left;
}

.p-rtl .p-dialog .p-dialog-buttonpane button {
    text-align: right;
}

@media screen and (max-width: 40em) {
    .p-confirmdialog {
        width: 90%;
    }
}
.p-dropdown {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    min-width: 12.5em;
}

.p-dropdown .p-dropdown-clear-icon {
    position: absolute;
    right: 2em;
    top: 50%;
    font-size: 1em;
    height: 1em;
    margin-top: -.5em;
}

.p-dropdown .p-dropdown-trigger {
    border-right: none;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    width: 1.5em;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 .25em;
}

.p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon {
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    position: absolute;
}

.p-dropdown .p-dropdown-label  {
    display: block;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    width: 100%;
    padding-right: 2.5em;
}

.p-dropdown-item-empty,
.p-dropdown-label-empty {
    text-indent: -9999px;
    overflow: hidden;
}

.p-dropdown.p-state-disabled .p-dropdown-trigger,
.p-dropdown.p-state-disabled .p-dropdown-label {
    cursor: default;
}

.p-dropdown label.p-dropdown-label  {
    cursor: pointer;
}

.p-dropdown input.p-dropdown-label  {
    cursor: default;
}

.p-dropdown .p-dropdown-panel {
    min-width: 100%;
}

.p-dropdown-panel {
    position: absolute;
    height: auto;
    background-color: white;
}

.p-dropdown-panel .p-dropdown-items-wrapper {
    overflow: auto;
}

.p-dropdown-panel .p-dropdown-item {
    font-weight: normal;
    border: 0 none;
    cursor: pointer;
    margin: 1px 0;
    padding: .125em .25em;
    text-align: left;
}

.p-dropdown-panel .p-dropdown-empty-message {
    padding: .5em;
}

.p-dropdown-panel .p-dropdown-item-group {
    font-weight: bold;
    cursor: default;
}

.p-dropdown-panel .p-dropdown-list {
    padding: 0.4em;
    border: 0 none;
}

.p-dropdown-panel .p-dropdown-filter {
    width: 100%;
    box-sizing: border-box;
    padding-right: 1.5em;
}

.p-dropdown-panel .p-dropdown-filter-container {
    position: relative;
    margin: 0;
    padding: 0.4em;
    display: inline-block;
    width: 100%;
}

.p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
    position: absolute;
    top: .8em;
    right: 1em;
}

/** Dropdown **/
.p-fluid .p-dropdown {
    width: 100%;
    min-width: 100%;
}

.p-fieldset,
.p-fieldset .p-fieldset-legend {
    padding: 0.5em 1em;
}

.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
}

.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 0.5em 1em;
    cursor:pointer;
    white-space: nowrap;
    display: block;
}

.p-fieldset .p-fieldset-toggler {
    margin-right: .1em;
    display: inline-block;
    vertical-align: middle;
}

.p-fieldset .p-fieldset-legend-text {
    vertical-align: middle;
}

.p-fieldset .p-fieldset-content-wrapper-overflown {
    overflow: hidden;
}
/*
 * FileUpload
 */
.p-fileupload-buttonbar .p-fileupload-choose.p-state-disabled input {
    cursor: default;
}

.p-fileupload-buttonbar {
    padding: .5em;
    border-bottom: 0 none;
}

.p-fileupload-buttonbar .p-button {
    vertical-align: middle;
    margin-right: .25em;
}

.p-fileupload-content {
    padding: 1em;
    position: relative;
    transition: border-color .3s;
}

.p-fileupload-content.p-fileupload-highlight {
    border-color: #156090;
}

.p-fileupload-files img {
    border: none;
}

.p-fileupload-files {
    display: table;
}

.p-fileupload-row {
    display: table-row;
}

.p-fileupload-row > div {
    display: table-cell;
    padding: .5em 1em;
    vertical-align: middle;
}

.p-fileupload-content .p-progressbar {
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    height: .25em;
    border: 0 none;
}

.p-fileupload-content .p-progressbar-value {
    border-radius: 0;
    border: 0 none;
}

/* Simple */
.p-fileupload-choose {
    position: relative;
    overflow: hidden;
}

.p-fileupload-choose input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    z-index: 1;
}

.p-fileupload-choose.p-fileupload-choose-selected input[type=file] {
    display: none;
}

/* ui-fluid */
.p-fluid .p-fileupload .p-button {
    width: auto;
}

.p-fluid .p-fileupload-content .p-button-icon-only {
    width: 2em;
}

@media (max-width: 40em) {
    .p-fileupload-buttonbar .p-button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: .25em;
    }

    .p-fileupload-buttonbar .p-button:last-child {
        margin-bottom: 0;
    }

    .p-fileupload-row > div {
        display: block;
    }
}



.p-fluid .fc .p-button {
    width: auto;
}
.p-galleria {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.p-galleria .p-galleria-panel-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
}

.p-galleria .p-galleria-panel {
    filter: inherit;
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
}

.p-galleria .p-galleria-filmstrip-wrapper {
    overflow: hidden;
    margin: .25em auto;
    position: relative;
}

.p-galleria .p-galleria-filmstrip {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 2340px;
    position: absolute;
    top: 0;
    left: 0;
}

.p-galleria .p-galleria-frame {
    float:left;
    margin-right: 5px;
    opacity: 0.3;
    cursor: pointer;
}

.p-galleria .p-galleria-frame-active {
    opacity: 1;
}

.p-galleria .p-galleria-frame-content {
    overflow: hidden;
}

.p-galleria .p-galleria-nav-next, .p-galleria .p-galleria-nav-prev {
	cursor: pointer;
    position: absolute;
    z-index: 1;
}

.p-galleria .p-galleria-nav-prev {
    left: 4px;
}

.p-galleria .p-galleria-nav-next {
    right: 4px;
}

.p-galleria .p-galleria-caption {
    position: absolute;
    left:1px;
    background-color: rgba(0,0,0,0.5);
    display: none;
    color: #ededed;
    padding: 0.2em 1em;
}

.p-galleria .p-galleria-caption h4 {
    color: #ededed;
}

.p-galleria .p-galleria-panel-content {
    padding: 1em 1.4em;
}

/* Deprecated Grid CSS */
.p-grid {
    clear: both;
    padding: 0;
    margin: 0;
}

.p-grid::before,
.p-grid::after {
    content:"";
    display:table;
}

.p-grid::after {
    clear:both;
}

.p-grid .p-grid-row {
    display: flex;
    clear:both;
}

.p-grid-row::after {
    clear: both;
    content: "";
    display: table;
}

.p-grid-col-1,
.p-grid-col-2,
.p-grid-col-3,
.p-grid-col-4,
.p-grid-col-5,
.p-grid-col-6,
.p-grid-col-7,
.p-grid-col-8,
.p-grid-col-9,
.p-grid-col-10,
.p-grid-col-11,
.p-grid-col-12 {
    float: left;
    box-sizing: border-box;
}

.p-grid-col-1 {
    width: 8.33333%;
}

.p-grid-col-2 {
    width: 16.66666%;
}

.p-grid-col-3 {
    width: 25%;
}

.p-grid-col-4 {
    width: 33.33333%;
}

.p-grid-col-5 {
    width: 41.66666%;
}

.p-grid-col-6 {
    width: 50%;
}

.p-grid-col-7 {
    width: 58.33333%;
}

.p-grid-col-8 {
    width: 66.66666%;
}

.p-grid-col-9 {
    width: 75%;
}

.p-grid-col-10 {
    width: 83.33333%;
}

.p-grid-col-11 {
    width: 91.66666%;
}

.p-grid-col-12 {
    width: 100%;
}

@media (min-width: 480px) {
    .p-grid-fixed {
        width: 480px;
    }
}

@media (min-width: 768px) {
    .p-grid-fixed {
        width: 768px;
    }
}

@media (min-width: 960px) {
    .p-grid-fixed {
        width: 960px;
    }
}

@media (min-width: 1024px) {
    .p-grid-fixed {
        width: 1024px;
    }
}

/* Responsive */
@media (max-width: 640px) {
    .p-grid-responsive .p-grid-row {
        display: block;
    }

    .p-grid-responsive .p-grid-col-1,
    .p-grid-responsive .p-grid-col-2,
    .p-grid-responsive .p-grid-col-3,
    .p-grid-responsive .p-grid-col-4,
    .p-grid-responsive .p-grid-col-5,
    .p-grid-responsive .p-grid-col-6,
    .p-grid-responsive .p-grid-col-7,
    .p-grid-responsive .p-grid-col-8,
    .p-grid-responsive .p-grid-col-9,
    .p-grid-responsive .p-grid-col-10,
    .p-grid-responsive .p-grid-col-11,
    .p-grid-responsive .p-grid-col-12 {
        width: 100%;
        float: none;
    }
}

.p-grid.p-grid-pad > .p-grid-row > div {
    padding: .25em .5em;
}

/* Responsive */
@media (max-width: 640px) {
    .p-grid-responsive .p-grid-row {
        display: block;
    }

    .p-grid-responsive .p-grid-col-1,
    .p-grid-responsive .p-grid-col-2,
    .p-grid-responsive .p-grid-col-3,
    .p-grid-responsive .p-grid-col-4,
    .p-grid-responsive .p-grid-col-5,
    .p-grid-responsive .p-grid-col-6,
    .p-grid-responsive .p-grid-col-7,
    .p-grid-responsive .p-grid-col-8,
    .p-grid-responsive .p-grid-col-9,
    .p-grid-responsive .p-grid-col-10,
    .p-grid-responsive .p-grid-col-11,
    .p-grid-responsive .p-grid-col-12 {
        width: 100%;
        float: none;
    }
}

/* New Grid CSS */
.p-g {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.p-g::after {
    clear: both;
    content: "";
    display: table;
    box-sizing: border-box;
}

.p-g-1,
.p-g-2,
.p-g-3,
.p-g-4,
.p-g-5,
.p-g-6,
.p-g-7,
.p-g-8,
.p-g-9,
.p-g-10,
.p-g-11,
.p-g-12 {
    float: left;
    box-sizing: border-box;
    padding: 0.5em;
}

.p-g-1 {
    width: 8.3333%;
}

.p-g-2 {
    width: 16.6667%;
}

.p-g-3 {
    width: 25%;
}

.p-g-4 {
    width: 33.3333%;
}

.p-g-5 {
    width: 41.6667%;
}

.p-g-6 {
    width: 50%;
    gap: 1em;
}

.p-g-7 {
    width: 58.3333%;
}

.p-g-8 {
    width: 66.6667%;
}

.p-g-9 {
    width: 75%;
}

.p-g-10 {
    width: 83.3333%;
}

.p-g-11 {
    width: 91.6667%;
}

.p-g-12 {
    width: 100%;
    /* gap: 1em; */
}

.p-g-offset-12 {
  margin-left: 100%;
}

.p-g-offset-11 {
  margin-left: 91.66666667%;
}

.p-g-offset-10 {
  margin-left: 83.33333333%;
}

.p-g-offset-9 {
  margin-left: 75%;
}

.p-g-offset-8 {
  margin-left: 66.66666667%;
}

.p-g-offset-7 {
  margin-left: 58.33333333%;
}

.p-g-offset-6 {
  margin-left: 50%;
}

.p-g-offset-5 {
  margin-left: 41.66666667%;
}

.p-g-offset-4 {
  margin-left: 33.33333333%;
}

.p-g-offset-3 {
  margin-left: 25%;
}

.p-g-offset-2 {
  margin-left: 16.66666667%;
}

.p-g-offset-1 {
  margin-left: 8.33333333%;
}

.p-g-offset-0 {
  margin-left: 0%;
}

@media screen and (max-width: 40em) {
    .p-sm-1,
    .p-sm-2,
    .p-sm-3,
    .p-sm-4,
    .p-sm-5,
    .p-sm-6,
    .p-sm-7,
    .p-sm-8,
    .p-sm-9,
    .p-sm-10,
    .p-sm-11,
    .p-sm-12 {
        padding: 0.5em;
    }

    .p-sm-1 {
        width: 8.3333%;
    }

    .p-sm-2 {
        width: 16.6667%;
    }

    .p-sm-3 {
        width: 25%;
    }

    .p-sm-4 {
        width: 33.3333%;
    }

    .p-sm-5 {
        width: 41.6667%;
    }

    .p-sm-6 {
        width: 50%;
    }

    .p-sm-7 {
        width: 58.3333%;
    }

    .p-sm-8 {
        width: 66.6667%;
    }

    .p-sm-9 {
        width: 75%;
    }

    .p-sm-10 {
        width: 83.3333%;
    }

    .p-sm-11 {
        width: 91.6667%;
    }

    .p-sm-12 {
        width: 100%;
    }

    .p-sm-offset-12 {
      margin-left: 100%;
    }

    .p-sm-offset-11 {
      margin-left: 91.66666667%;
    }

    .p-sm-offset-10 {
      margin-left: 83.33333333%;
    }

    .p-sm-offset-9 {
      margin-left: 75%;
    }

    .p-sm-offset-8 {
      margin-left: 66.66666667%;
    }

    .p-sm-offset-7 {
      margin-left: 58.33333333%;
    }

    .p-sm-offset-6 {
      margin-left: 50%;
    }

    .p-sm-offset-5 {
      margin-left: 41.66666667%;
    }

    .p-sm-offset-4 {
      margin-left: 33.33333333%;
    }

    .p-sm-offset-3 {
      margin-left: 25%;
    }

    .p-sm-offset-2 {
      margin-left: 16.66666667%;
    }

    .p-sm-offset-1 {
      margin-left: 8.33333333%;
    }

    .p-sm-offset-0 {
      margin-left: 0%;
    }
}

@media screen and (min-width: 40.063em) {
    .p-md-1,
    .p-md-2,
    .p-md-3,
    .p-md-4,
    .p-md-5,
    .p-md-6,
    .p-md-7,
    .p-md-8,
    .p-md-9,
    .p-md-10,
    .p-md-11,
    .p-md-12 {
        padding: 0.5em;
    }

    .p-md-1 {
        width: 8.3333%;
    }

    .p-md-2 {
        width: 16.6667%;
    }

    .p-md-3 {
        width: 25%;
    }

    .p-md-4 {
        width: 33.3333%;
    }

    .p-md-5 {
        width: 41.6667%;
    }

    .p-md-6 {
        width: 50%;
    }

    .p-md-7 {
        width: 58.3333%;
    }

    .p-md-8 {
        width: 66.6667%;
    }

    .p-md-9 {
        width: 75%;
    }

    .p-md-10 {
        width: 83.3333%;
    }

    .p-md-11 {
        width: 91.6667%;
    }

    .p-md-12 {
        width: 100%;
    }

    .p-md-offset-12 {
      margin-left: 100%;
    }

    .p-md-offset-11 {
      margin-left: 91.66666667%;
    }

    .p-md-offset-10 {
      margin-left: 83.33333333%;
    }

    .p-md-offset-9 {
      margin-left: 75%;
    }

    .p-md-offset-8 {
      margin-left: 66.66666667%;
    }

    .p-md-offset-7 {
      margin-left: 58.33333333%;
    }

    .p-md-offset-6 {
      margin-left: 50%;
    }

    .p-md-offset-5 {
      margin-left: 41.66666667%;
    }

    .p-md-offset-4 {
      margin-left: 33.33333333%;
    }

    .p-md-offset-3 {
      margin-left: 25%;
    }

    .p-md-offset-2 {
      margin-left: 16.66666667%;
    }

    .p-md-offset-1 {
      margin-left: 8.33333333%;
    }

    .p-md-offset-0 {
      margin-left: 0%;
    }
}

@media screen and (min-width: 64.063em) {
    .p-lg-1,
    .p-lg-2,
    .p-lg-3,
    .p-lg-4,
    .p-lg-5,
    .p-lg-6,
    .p-lg-7,
    .p-lg-8,
    .p-lg-9,
    .p-lg-10,
    .p-lg-11,
    .p-lg-12 {
        padding: 0.5em;
    }

    .p-lg-1 {
        width: 8.3333%;
    }

    .p-lg-2 {
        width: 16.6667%;
    }

    .p-lg-3 {
        width: 25%;
    }

    .p-lg-4 {
        width: 33.3333%;
    }

    .p-lg-5 {
        width: 41.6667%;
    }

    .p-lg-6 {
        width: 50%;
    }

    .p-lg-7 {
        width: 58.3333%;
    }

    .p-lg-8 {
        width: 66.6667%;
    }

    .p-lg-9 {
        width: 75%;
    }

    .p-lg-10 {
        width: 83.3333%;
    }

    .p-lg-11 {
        width: 91.6667%;
    }

    .p-lg-12 {
        width: 100%;
    }

    .p-lg-offset-12 {
      margin-left: 100%;
    }

    .p-lg-offset-11 {
      margin-left: 91.66666667%;
    }

    .p-lg-offset-10 {
      margin-left: 83.33333333%;
    }

    .p-lg-offset-9 {
      margin-left: 75%;
    }

    .p-lg-offset-8 {
      margin-left: 66.66666667%;
    }

    .p-lg-offset-7 {
      margin-left: 58.33333333%;
    }

    .p-lg-offset-6 {
      margin-left: 50%;
    }

    .p-lg-offset-5 {
      margin-left: 41.66666667%;
    }

    .p-lg-offset-4 {
      margin-left: 33.33333333%;
    }

    .p-lg-offset-3 {
      margin-left: 25%;
    }

    .p-lg-offset-2 {
      margin-left: 16.66666667%;
    }

    .p-lg-offset-1 {
      margin-left: 8.33333333%;
    }

    .p-lg-offset-0 {
      margin-left: 0%;
    }
}

@media screen and (min-width: 90.063em) {
    .p-xl-1,
    .p-xl-2,
    .p-xl-3,
    .p-xl-4,
    .p-xl-5,
    .p-xl-6,
    .p-xl-7,
    .p-xl-8,
    .p-xl-9,
    .p-xl-10,
    .p-xl-11,
    .p-xl-12 {
        padding: 0.5em;
    }

    .p-xl-1 {
        width: 8.3333%;
    }

    .p-xl-2 {
        width: 16.6667%;
    }

    .p-xl-3 {
        width: 25%;
    }

    .p-xl-4 {
        width: 33.3333%;
    }

    .p-xl-5 {
        width: 41.6667%;
    }

    .p-xl-6 {
        width: 50%;
    }

    .p-xl-7 {
        width: 58.3333%;
    }

    .p-xl-8 {
        width: 66.6667%;
    }

    .p-xl-9 {
        width: 75%;
    }

    .p-xl-10 {
        width: 83.3333%;
    }

    .p-xl-11 {
        width: 91.6667%;
    }

    .p-xl-12 {
        width: 100%;
    }

    .p-xl-offset-12 {
      margin-left: 100%;
    }

    .p-xl-offset-11 {
      margin-left: 91.66666667%;
    }

    .p-xl-offset-10 {
      margin-left: 83.33333333%;
    }

    .p-xl-offset-9 {
      margin-left: 75%;
    }

    .p-xl-offset-8 {
      margin-left: 66.66666667%;
    }

    .p-xl-offset-7 {
      margin-left: 58.33333333%;
    }

    .p-xl-offset-6 {
      margin-left: 50%;
    }

    .p-xl-offset-5 {
      margin-left: 41.66666667%;
    }

    .p-xl-offset-4 {
      margin-left: 33.33333333%;
    }

    .p-xl-offset-3 {
      margin-left: 25%;
    }

    .p-xl-offset-2 {
      margin-left: 16.66666667%;
    }

    .p-xl-offset-1 {
      margin-left: 8.33333333%;
    }

    .p-xl-offset-0 {
      margin-left: 0%;
    }
}

.p-g-nopad {
    padding: 0;
}

.p-growl {
	position:fixed;
	top: 20px;
	right: 20px;
	width: 20em;
}

.p-growl-item-container {
	position:relative;
	margin:0 0 10px 0;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.p-growl-item {
    position: relative;
	display: block;
	padding: .5em 1em;
}

.p-growl-item p {
	padding: 0;
	margin: 0;
}

.p-growl-icon-close {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

.p-growl-title {
	font-weight: bold;
	padding: 0 0 .5em 0;
	display: block;
}

.p-growl-image {
    position: absolute;
    display: inline-block;
    left: .5em;
    top: .25em;
    padding: 0;
    font-size: 2em;
}

.p-growl-message {
	padding: 0 0 .25em 0;
    margin-left: 2.5em;
}

.p-growl-message p {
	font-weight: normal;
}
.p-inplace .p-inplace-display {
    display: inline;
    cursor: pointer;
    border: 0 none;
    padding: .25em;
    font-weight: normal;
}

.p-inplace .p-inplace-content {
    display: inline;
}
.p-fluid .p-inputgroup p-inputmask {
    flex: 1 1 auto;
}

.p-inputgroup p-inputmask:not(:first-child) .p-inputtext {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 none;
}

.p-inputgroup p-inputmask:not(:last-child) .p-inputtext {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 none;
}

.p-inputswitch {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 1.75em;
}

.p-inputswitch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
    border-radius: 30px;
}

.p-inputswitch-slider:before {
    position: absolute;
    content: "";
    height: 1.250em;
    width: 1.250em;
    left: .25em;
    bottom: .25em;
    border-radius: 50%;
    transition: .3s;
}

.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.250em);
}

.p-inputswitch.p-state-disabled .p-inputswitch-slider,
.p-inputswitch-readonly .p-inputswitch-slider {
    cursor: default;
}
.p-inputtext {
    margin: 0;
    outline: medium none;
    padding: .25em;
    font-weight: normal;
}

.p-widget-header .p-inputtext,
.p-widget-content .p-inputtext {
    font-weight: normal;
}

.p-fluid .p-inputtext {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}

.p-inputgroup {
    display: flex;
}

.p-inputgroup .p-inputgroup-addon {
    display: inline-block;
    text-align: center;
    min-width: 1.5em;
    padding: .25em;
    border-width: 1px;
    border-style: solid;
}

.p-inputgroup .p-inputgroup-addon + .p-inputgroup-addon {
    border-left: 0 none;
}

.p-inputgroup .p-inputtext {
    padding-left: .5em;
}

.p-inputgroup .p-inputtext:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 none;
}

.p-inputgroup .p-inputtext:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 none;
}

.p-inputgroup .p-button {
    margin-right: 0;
    border-radius: 0;
}

.p-fluid .p-inputgroup .p-button {
    width: auto;
}

.p-fluid .p-inputgroup .p-inputtext {
    flex: 1 1 auto;
}

.p-inputgroup .p-chkbox,
.p-inputgroup .p-radiobutton {
    margin-right: 0;
    vertical-align: bottom;
}

/* Floating Label */
.p-float-label {
    display: block;
    position:relative;
}

.p-float-label > label {
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left: .25em;
  top: 50%;
  margin-top: -.5em;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  color: #898989;
  line-height: 1;
}

/* breaks firefox so defined separately */
.p-float-label > input:-webkit-autofill ~ label {
    top:-.75em;
    font-size:12px;
}

.p-float-label > input:focus ~ label,
.p-float-label > input.p-filled ~ label,
.p-float-label > .p-inputwrapper-focus ~ label,
.p-float-label > .p-inputwrapper-filled ~ label {
  top:-.75em;
  font-size:12px;
}



.p-inputtextarea-resizable {
    overflow:hidden;
    resize:none;
}

.p-fluid .p-inputtextarea {
    width:100%;
}

.p-float-label > textarea ~ label {
    left: .25em;
    top: .75em;
}

/* breaks firefox so defined separately */
.p-float-label textarea:-webkit-autofill ~ label {
    top:-.75em;
    font-size:12px;
}

.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label {
    top: -.75em;
    font-size: 12px;
}
.p-lightbox {
    position: fixed;
    display: none;
}

.p-lightbox-content-wrapper {
    position: relative;
}

.p-lightbox-content {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #000000;
}

.p-lightbox-nav-right, .p-lightbox-nav-left {
   position: absolute;
   top: 50%;
   cursor: pointer;
}

.p-lightbox-nav-left {
   left: 0;
}

.p-lightbox-nav-right {
   right: 0;
}

.p-lightbox-loading .p-lightbox-content {
    background: url('loading.gif') #000000 center center no-repeat;
}

.p-lightbox-caption {
    padding: 0.2em 0.4em;
    display: none;
}

.p-lightbox-caption-text {
    margin: 0.3em 0 0.1em 0;
    float:left;
}

.p-lightbox-close {
    float:right;
    margin: 0;
    padding: .125em;
}

.p-lightbox-close.p-state-hover {
    padding: 0;
}

.p-lightbox-nav-left, .p-lightbox-nav-right {
    opacity: .5;
}

.p-lightbox-nav-left:hover, .p-lightbox-nav-right:hover{
    opacity: 1;
}
.p-listbox {
    padding: .25em;
    width: 10em;
}

.p-listbox .p-listbox-list-wrapper {
    overflow:auto;
}

.p-listbox .p-listbox-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.p-listbox .p-listbox-item {
    padding: .25em;
    border: 0 none;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 1px;
}

.p-listbox .p-listbox-item > span {
    vertical-align: middle;
}

.p-listbox .p-listbox-item:last-child {
    margin-bottom: 0;
}

.p-listbox.p-state-disabled .p-listbox-item {
    cursor: default;
}

.p-listbox-header {
    margin-bottom: 0.3em;
    padding: .125em .2em;
    position: relative;
}

.p-listbox-header .p-chkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.p-listbox-header .p-listbox-filter-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.p-listbox-header.p-listbox-header-w-checkbox .p-listbox-filter-container {
    width: calc(100% - 2em);
}

.p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon {
    position: absolute;
    top: .25em;
    left: .25em;
}

.p-listbox-header .p-inputtext {
    padding: .125em .125em .125em 1.25em;
    width: 100%;
}

.p-listbox-footer {
    padding: .125em .2em;
}
.p-megamenu {
    padding: .25em;
}

.p-megamenu-root-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-megamenu-root-list > .p-menuitem {
    position: relative;
}

.p-megamenu .p-menuitem-link {
    padding: .25em;
    display: block;
    text-decoration: none;
}

.p-megamenu .p-menuitem-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-megamenu .p-menuitem-text {
    vertical-align: middle;
}

.p-megamenu-panel {
    display: none;
    position: absolute;
    width: auto;
}

.p-megamenu-root-list > .p-menuitem-active > .p-megamenu-panel {
    display: block;
}

.p-megamenu-panel .p-menuitem {
    margin: .125em 0;
}

.p-megamenu-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 12.5em;
}

.p-megamenu-submenu-header {
    padding: .25em;
}

/* Horizontal */
.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem {
    display: inline-block;
}

.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    vertical-align: middle;
    margin-left: .25em;
}

/* Vertical */
.p-megamenu-vertical {
    width: 12.5em;
}

.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem {
    display: block;
}

.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
    position: relative;
}

.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    position: absolute;
    width: 1em;
    height: 1em;
    top: 50%;
    right: 0;
    margin-top: -.5em;
}

.p-megamenu .p-g {
    flex-wrap: nowrap;
}
.p-menu {
    width: 12.5em;
    padding: .25em;
}

.p-menu.p-menu-dynamic {
    position: absolute;
}

.p-menu .p-menu-separator {
    border-width: 1px 0 0 0;
}

.p-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.p-menu .p-submenu-header {
    padding: .25em .5em;
    margin: .125em 0;
}

.p-menu .p-menuitem {
    margin: .125em 0;
}

.p-menu .p-menuitem-link {
    cursor: pointer;
    padding: .25em;
    display: block;
    text-decoration: none;
}

.p-menu .p-menuitem-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-menu .p-menuitem-text {
    vertical-align: middle;
}
.p-message {
    border: 1px solid;
    margin: 0px .25em;
    padding: .25em .5em;
    display: inline-block;
    vertical-align: top;
}

.p-message .p-message-icon,
.p-message .p-message-text {
    vertical-align: middle;
}

.p-fluid .p-message {
    display: block;
}
.p-menubar {
    padding: .25em;
}

.p-menubar:after {
    content: "";
    clear: both;
    display: table;
}

.p-menubar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-menubar .p-menuitem-link {
    display: block;
    padding: .25em;
    position: relative;
    text-decoration: none;
}

.p-menubar .p-menuitem-icon {
    margin-right: .25em;
}

.p-menubar .p-menubar-root-list {
    display: inline-block;
}

.p-menubar .p-menubar-root-list > .p-menuitem {
    display: inline-block;
    position: relative;
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: .5em;
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    vertical-align: middle;
    margin-left: .25em;
}

.p-menubar .p-menubar-root-list > li ul {
    display: none;
}

.p-menubar .p-menubar-root-list > .p-menu-separator {
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
}

.p-menubar .p-submenu-list {
    display: none;
    position: absolute;
    min-width: 12.5em;
    padding: .25em;
}

.p-menubar .p-submenu-list .p-menuitem {
    margin: .125em 0;
    position: relative;
}

.p-menubar .p-menuitem-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-menubar .p-menuitem-text {
    vertical-align: middle;
}

.p-menubar .p-submenu-list .p-menuitem-link .p-submenu-icon {
    position: absolute;
    margin-top: -.5em;
    right: 0;
    top: 50%;
}

.p-menubar .p-menuitem-active > .p-submenu > .p-submenu-list {
    display: block;
}

.p-menubar .p-menubar-custom {
    float: right;
    padding: .25em;
}
.p-messages {
    border: 1px solid;
    margin: .5em 0;
    padding: 1em 1em 1em .5em;
    position: relative;
    display: flex;
}

.p-messages .p-messages-icon {
    display:inline-block;
    padding: 0;
    vertical-align: middle;
    font-size: 2em;
}

.p-messages .p-messages-summary {
    font-weight: bold;
    margin-left: .25em;
}

.p-messages .p-messages-detail {
    margin-left: .25em;
}

.p-messages ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.p-messages ul > li {
    padding: .25em;
}

.p-messages.p-messages-noicon ul {
    margin: 0 1.5em 0 0;
}

.p-messages .p-messages-close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.p-multiselect {
    display: inline-block;
    position: relative;
    width: auto;
    cursor: pointer;
}

.p-multiselect .p-multiselect-trigger {
    border-right: none;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    width: 1.5em;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 .25em;
}

.p-multiselect .p-multiselect-trigger  .p-multiselect-trigger-icon {
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    position: absolute;
}

.p-multiselect .p-multiselect-label-container  {
    overflow: hidden;
}

.p-multiselect .p-multiselect-label  {
    display: block;
    padding: .25em 2em .25em .25em;
    width: auto;
    border: none;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p-multiselect.p-state-disabled .p-multiselect-trigger,
.p-multiselect.p-state-disabled .p-multiselect-label {
    cursor: auto
}

.p-multiselect-panel {
    padding: 0.2em;
    position: absolute;
    min-width: 12em;
}

.p-multiselect .p-multiselect-panel {
    min-width: 100%;
}

.p-multiselect-panel .p-multiselect-items-wrapper {
    overflow: auto;
    position: relative;
    padding: 0.2em 0;
}

.p-multiselect-panel .p-multiselect-list {
    border: 0 none;
}

.p-multiselect-panel .p-multiselect-item {
    border: 0 none;
    cursor: pointer;
    font-weight: normal;
    margin: 1px 0;
    padding: .125em .25em;
    text-align: left;
    white-space: nowrap;
    display: block;
    position: relative;
}

.p-multiselect-panel .p-multiselect-empty-message {
    padding: .5em;
}

.p-multiselect-panel .p-multiselect-item .p-chkbox {
    display: inline-block;
    vertical-align: middle;
}

.p-multiselect-panel .p-multiselect-item span {
    display: inline-block;
    vertical-align: middle;
}

.p-multiselect-header {
    margin-bottom: 0.3em;
    padding: .25em;
    position: relative;
    text-align: left;
    min-height: 2em;
}

.p-multiselect-header .p-chkbox {
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}

.p-multiselect-header .p-multiselect-filter-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

.p-multiselect-header.p-multiselect-header-no-toggleall .p-multiselect-filter-container {
    width: 85%;
}

.p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    position: absolute;
    top: .25em;
    left: .125em;
}

.p-multiselect-header .p-inputtext {
    padding: .125em .125em .125em 1.25em;
    width: 100%;
}

.p-multiselect-header .p-multiselect-close {
    position: absolute;
    right: .375em;
    top: .375em;
    display: block;
    border: 0 none;
    cursor: pointer;
}

.p-multiselect-header a.p-multiselect-all,
.p-multiselect-header a.p-multiselect-none {
    float:left;
    margin-right: 10px;
    display: block;
}

.p-multiselect-footer {
    padding: .25em;
}

.p-fluid .p-multiselect {
    width: 100%;
    box-sizing: border-box;
}


.p-orderlist {
    display: flex;
    flex-wrap: wrap;
}

.p-orderlist-controls-left {
    flex-direction: row;
}

.p-orderlist-controls-right {
    flex-direction: row-reverse;
}

.p-orderlist-controls,
.p-orderlist-list-container {
    flex: 0 0 auto;
}
.p-orderlist-controls {
    padding: 0 .25em;
    width: 16.66666%;
    align-self: center;
}

.p-orderlist-controls .p-button.p-button-icon-only {
    display: block;
    margin-bottom: 0.25em;
    width: 100%;
}

.p-orderlist-list-container {
    width: 83.33333%;
}

.p-orderlist-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:auto;
    height: 12.5em;
}

.p-orderlist-caption {
    text-align: center;
	padding: .5em .75em;
    border-bottom: 0 none;
}

.p-orderlist-item {
    margin: 1px;
    padding: .125em;
    cursor: pointer;
    border: 0 none;
    font-weight: inherit;
}

.p-orderlist-filter-container {
    position: relative;
    width: 100%;
    padding: .5em .6em;
    border-bottom: 0 none;
}

.p-orderlist-filter-container .p-inputtext {
    text-indent: 1.1em;
    width: 100%;
}

.p-orderlist-filter-container .p-orderlist-filter-icon {
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -.6em;
}

.p-orderlist.p-state-disabled .p-orderlist-item,
.p-orderlist.p-state-disabled .p-button {
    cursor: default;
}

.p-orderlist.p-state-disabled .p-orderlist-list {
    overflow:hidden;
}

.p-orderlist .p-orderlist-droppoint {
    height: 6px;
    list-style-type: none;
}

@media (max-width: 767px) {
    .p-orderlist-controls {
        width: 100%;
        text-align: center;
    }

    .p-orderlist .p-orderlist-list-container {
        width: 100%;
    }

    .p-orderlist .p-orderlist-controls .p-button.p-button.p-button-icon-only {
        display: inline-block;
        width: 20%;
        margin-right: .25em;
    }
}
.p-organizationchart .p-organizationchart-table {
    border-spacing: 0;
    border-collapse: separate;
    margin: 0 auto;
}

.p-organizationchart .p-organizationchart-table > tr > td {
    text-align: center;
    vertical-align: top;
    padding: 0;
    padding: 0 .75em;
}

.p-organizationchart .p-organizationchart-node-content {
    padding: .5em .75em;
    display: inline-block;
    position: relative;
}

.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    position: absolute;
    bottom: -9px;
    margin-left: -8px;
    z-index: 2;
    left: 50%;
}

.p-organizationchart .p-organizationchart-line-down {
    margin: 0 auto;
    height: 20px;
    width: 1px;
    float: none;
}

.p-organizationchart .p-organizationchart-line-right {
    float: none;
    border-radius: 0px;
}

.p-organizationchart .p-organizationchart-line-left {
    float: none;
    border-radius: 0;
}

.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node {
    cursor: pointer;
}

.p-overlaypanel {
    padding: 0;
    margin: 0;
    position: absolute;
    margin-top: 10px;
}

.p-overlaypanel-flipped {
    margin-top: 0;
    margin-bottom: 10px;
}

.p-overlaypanel-content {
    padding: 0.5em 1em;
}

.p-overlaypanel-close {
    position: absolute;
    top: -1em;
    right: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

.p-overlaypanel-close-icon {
    line-height: inherit;
}

.p-overlaypanel:after, .p-overlaypanel:before {
	bottom: 100%;
	left: 1.25em;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.p-overlaypanel:after {
	border-width: 8px;
	margin-left: -8px;
}

.p-overlaypanel:before {
	border-width: 10px;
	margin-left: -10px;
}

.p-overlaypanel-shifted:after, .p-overlaypanel-shifted:before {
    left: auto;
    right: 1.25em;
    margin-left: auto;
}

.p-overlaypanel-shifted:after {
    margin-right: -8px;
}

.p-overlaypanel:before {
    margin-right: -10px;
}

.p-overlaypanel-flipped:after, .p-overlaypanel-flipped:before {
    bottom: auto;
    top: 100%;
}

.p-overlaypanel.p-overlaypanel-flipped:after {
    border-bottom-color: transparent;
}

.p-overlaypanel.p-overlaypanel-flipped:before {
    border-bottom-color: transparent
}
.p-paginator {
    margin: 0;
    text-align: center;
    padding: .125em;
}

.p-paginator .p-paginator-top {
    border-bottom: 0 none;
}

.p-paginator .p-paginator-bottom {
    border-top:0 none;
}

.p-paginator .p-paginator-left-content {
    float: left;
}

.p-paginator .p-paginator-right-content {
    float: right;
}

.p-paginator .p-paginator-page,
.p-paginator .p-paginator-pages,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last,
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-current {
    display: inline-block;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
	zoom: 1;
	margin-left: .063em;
	margin-right: .063em;
	text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.p-paginator .p-paginator-pages {
    width: auto;
    line-height: 1;
}

.p-paginator .p-paginator-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    margin-left: -.5em;
}

.p-paginator .p-paginator-page,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last,
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev{
    cursor: pointer;
}

.p-paginator .p-paginator-current,
.p-paginator .p-paginator-rpp-options {
	margin-left: 1em;
	margin-right: 1em;
    background-image: none;
}

.p-paginator .p-paginator-jtp-select option,
.p-paginator .p-paginator-rpp-options option {
    background-image: none;
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.p-paginator a.p-state-disabled {
    outline: 0 none;
}

.p-paginator .p-dropdown {
    min-width: 4em;
    margin-left: .375em;
}

.p-fluid .p-paginator .p-dropdown {
    width: auto;
}
.p-panel {
	padding: 0.2em;
}

.p-panel .p-panel-header {
	padding: .5em .75em;
}

.p-panel .p-panel-header.p-panel-header-clickable {
    cursor: pointer;
}

.p-panel .p-panel-header-icon {
	float: right;
    cursor: pointer;
}

.p-panel .p-panel-header-icon {
	margin-left: 0.2em;
    margin-top: -0.1em;
}

.p-panel .p-panel-content {
	border: 0;
    background: none;
    padding: .5em .75em;
}

.p-panel .p-panel-footer {
	border-width: 1px 0 0;
	padding: .25em .5em;
	text-align:left;
}

.p-panel-content-wrapper-overflown {
    overflow: hidden;
}
.p-panelmenu {
    width: auto;
}

.p-panelmenu .p-menu-separator {
    border-width: 1px 0 0 0;
}

.p-panelmenu .p-panelmenu-content-wrapper {
    overflow: hidden;
}

.p-panelmenu .p-panelmenu-header {
    margin: -1px 0 0 0;
    zoom: 1;
}

.p-panelmenu .p-panelmenu-header-link {
    padding: .5em;
    display: block;
    text-decoration: none;
}

.p-panelmenu .p-panelmenu-icon {
    vertical-align: middle;
}

.p-panelmenu .p-menuitem-text {
    vertical-align: middle;
}

.p-panelmenu .p-menuitem-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-panelmenu .p-panelmenu-content {
    padding: 0.25em;
    border-top: 0;
    margin-bottom: 1px;
}

.p-panelmenu .p-submenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 1.5em;
}

.p-panelmenu .p-panelmenu-content > .p-panelmenu-root-submenu >.p-submenu-list {
    margin-left: 0;
}

.p-panelmenu .p-menuitem {
    overflow: hidden;
    margin: .125em 0;
}

.p-panelmenu .p-menuitem-link {
    padding: .25em;
    display: block;
    text-decoration: none;
}
.p-password-panel {
    padding: .25em .5em;
    position: absolute;
}

.p-password-panel .p-password-meter {
    height: 10px;
    background:transparent url('password-meter.png') no-repeat left top;
    padding: 0;
    margin: 0;
}

.p-password-info {
    margin-top: .25em;
}

/* Overlay Animations */
.p-password-panel {
    transform: translateY(5%);
    opacity: 0;
    transition: transform .3s, opacity .3s;
}

.p-password-panel-visible {
    transform: translateY(0);
    opacity: 1;
}

.p-password-panel-hidden {
    opacity: 0;
    transform: translateY(5%);
    transition: transform .3s, opacity .15s;
}
.p-picklist > div {
    float: left;
}

.p-picklist .p-picklist-buttons {
    height: 12.5em;
    padding: 0 .25em;
}

.p-picklist .p-picklist-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:auto;
    height: 12.5em;
    width: 12.5em;
}

.p-picklist .p-picklist-list li {
    margin: 1px;
    padding: .125em;
}

.p-picklist .p-button {
    display:block;
    margin-bottom: 0.25em;
}

.p-picklist .p-button-label-icon-left {
    width: 100%;
}

.p-picklist .p-picklist-item {
    cursor: pointer;
    border: 0 none;
    font-weight: inherit;
}

.p-picklist .p-picklist-caption {
    text-align: center;
	padding: .5em .75em;
    border-bottom:0 none;
}

.p-picklist table {
    width: 100%;
    border-collapse:collapse;
}

.p-picklist .p-picklist-filter-container {
    position: relative;
    width: 100%;
    padding: .5em .6em;
    border-bottom: 0 none;
}

.p-picklist .p-picklist-filter-container .p-picklist-filter {
    text-indent: 1.1em;
    width: 100%;
}

.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -.6em;
}

.p-picklist {
    display: table;
}

.p-picklist > div {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.p-picklist .p-picklist-buttons {
    vertical-align: middle;
}

/* Vertical */
.p-picklist.p-picklist-vertical {
    display: table;
}

.p-picklist.p-picklist-vertical > div {
    float: none;
    display: table-row;
    vertical-align: top;
}

.p-picklist.p-picklist-vertical .p-picklist-buttons {
    text-align:center;
    height: auto;
}

.p-picklist.p-picklist-vertical .p-picklist-buttons .p-button {
    display: inline-block;
}

.p-picklist.p-picklist-vertical .p-button {
    margin-top: 0.25em;
}

.p-picklist-outline {
    outline: 1px dotted black;
    z-index: 1;
}

.p-picklist .p-picklist-droppoint {
    height: 6px;
    list-style-type: none;
}

.p-picklist .p-picklist-list .p-picklist-droppoint-empty {
    height: 100%;
    list-style-type: none;
}

.p-picklist-list.p-picklist-source,
.p-picklist-list.p-picklist-target {
    outline: none;
}

/* Responsive */
.p-picklist.p-picklist-responsive * {
    box-sizing: border-box;
}

.p-picklist.p-picklist-responsive {
    width: 100%;
}

.p-picklist.p-picklist-responsive .p-picklist-listwrapper {
    width: 35%;
}

.p-picklist.p-picklist-responsive .p-picklist-listwrapper.p-picklist-listwrapper-nocontrols {
    width: 45%;
}

.p-picklist.p-picklist-responsive .p-picklist-buttons {
    width: 10%;
}

.p-picklist.p-picklist-responsive .p-picklist-buttons button {
    width: 100%;
}

.p-picklist.p-picklist-responsive .p-picklist-list {
    width: auto;
}

/* Responsive */
@media (max-width: 40em) {
    .p-picklist.p-picklist-responsive {
        display: block;
    }

    .p-picklist.p-picklist-responsive > div {
        display: block;
        width: 100% !important;
    }

    .p-picklist.p-picklist-responsive .p-picklist-buttons {
        text-align: center;
        height: auto;
        padding: .4em 0;
    }

    .p-picklist.p-picklist-responsive .p-picklist-buttons button {
        display: inline-block;
        width: 20%;
        margin-bottom: 0;
        margin-right: .25em;
    }

    .p-picklist.p-picklist-responsive .p-picklist-source-controls.p-picklist-buttons {
        padding-bottom: .4em;
    }

    .p-picklist.p-picklist-responsive .p-picklist-target-controls.p-picklist-buttons {
        padding-top: .4em;
    }

    .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-right::before {
        content: "\e930";
    }

    .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-double-right::before {
        content: "\e92c";
    }

    .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-left::before {
        content: "\e933";
    }

    .p-picklist.p-picklist-responsive .p-picklist-buttons .pi-angle-double-left::before {
        content: "\e92f";
    }
}

.p-progressbar {
    height: 1.2em;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.p-progressbar-determinate .p-progressbar-value {
    height: 100%;
    width: 0%;
    position: absolute;
    display: none;
    border: 0 none;
}

.p-progressbar-determinate .p-progressbar-value-animate {
    transition: width 1s ease-in-out;
}

.p-progressbar-determinate .p-progressbar-label {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    font-weight: bold;
}

.p-progressbar-indeterminate {
    height: .5em;
}

.p-progressbar-indeterminate .p-progressbar-value {
    border: 0 none;
}

.p-progressbar-indeterminate .p-progressbar-value::before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.p-progressbar-indeterminate .p-progressbar-value::after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}
@keyframes ui-progressbar-indeterminate-anim {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; }
}
@keyframes ui-progressbar-indeterminate-anim-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; }
}
.p-progress-spinner {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: inline-block;
}

.p-progress-spinner::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.p-progress-spinner-svg {
    animation: ui-progress-spinner-rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.p-progress-spinner-circle {
    stroke-dasharray: 89,200;
    stroke-dashoffset: 0;
    stroke: #d62d20;
    animation: ui-progress-spinner-dash 1.5s ease-in-out infinite, ui-progress-spinner-color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes ui-progress-spinner-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ui-progress-spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes ui-progress-spinner-color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
.p-radiobutton {
    display:inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: .25em;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.p-radiobutton-box {
    width: 1.125em;
    height: 1.125em;
    line-height: 1.125em;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

.p-radiobutton-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    margin-left: -.5em;
}

.p-radiobutton {
    vertical-align: middle;
}
.p-rating {
    font-size: 1.25em;
}
.p-fluid .fc .p-button {
    width: auto;
}
.p-scrollpanel-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
}

.p-scrollpanel-content {
    height: calc(100% + 18px);
    width: calc(100% + 18px);
    padding: 0 18px 18px 0;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
}

.p-scrollpanel-bar {
    position: relative;
    background: #c1c1c1;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.p-scrollpanel-bar-y {
    width: 9px;
    top: 0;
}

.p-scrollpanel-bar-x {
    height: 9px;
    bottom: 0;
}

.p-scrollpanel-hidden {
    visibility: hidden;
}

.p-scrollpanel:hover .p-scrollpanel-bar,
.p-scrollpanel:active .p-scrollpanel-bar {
    opacity: 1;
}

.p-scrollpanel-grabbed {
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.p-selectbutton {
    display: inline-block;
}

.p-selectbutton.p-state-error {
    padding: 0;
}

.p-selectbutton .p-button.p-state-focus {
    outline: none;
}
.p-sidebar {
    position: fixed;
    padding: .5em 1em;
    transition: transform .3s;
}

.p-sidebar-left {
    top: 0;
    left: 0;
    width: 20em;
    height: 100%;
    transform: translateX(-100%);
}

.p-sidebar-right {
    top: 0;
    right: 0;
    width: 20em;
    height: 100%;
    transform: translateX(100%);
}

.p-sidebar-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 10em;
    transform: translateY(-100%);
}

.p-sidebar-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10em;
    transform: translateY(100%);
}

.p-sidebar-full {
    width: 100%;
    height: 100%;
    left: 0;
    transition: transform 0s;
}

.p-sidebar-left.p-sidebar-active,
.p-sidebar-right.p-sidebar-active {
    transform: translateX(0)
}

.p-sidebar-left.p-sidebar-sm,
.p-sidebar-right.p-sidebar-sm {
    width: 20em;
}

.p-sidebar-left.p-sidebar-md,
.p-sidebar-right.p-sidebar-md {
    width: 40em;
}

.p-sidebar-left.p-sidebar-lg,
.p-sidebar-right.p-sidebar-lg {
    width: 60em;
}

.p-sidebar-top.p-sidebar-active,
.p-sidebar-bottom.p-sidebar-active {
    transform: translateY(0)
}

.p-sidebar-top.p-sidebar-sm,
.p-sidebar-bottom.p-sidebar-sm {
    height: 10em;
}

.p-sidebar-top.p-sidebar-md,
.p-sidebar-bottom.p-sidebar-md {
    height: 20em;
}

.p-sidebar-top.p-sidebar-lg,
.p-sidebar-bottom.p-sidebar-lg {
    height: 30em;
}

.p-sidebar-mask {
    position: fixed;
    width: 100%;
    height: 100%;
}

.p-sidebar-close {
    float: right;
}

@media screen and (max-width: 64em) {
    .p-sidebar-left.p-sidebar-lg,
    .p-sidebar-left.p-sidebar-md,
    .p-sidebar-right.p-sidebar-lg,
    .p-sidebar-right.p-sidebar-md {
        width: 20em;
    }
}
.p-slidemenu {
    width: 12.5em;
    padding: .25em;
}

.p-slidemenu.p-slidemenu-dynamic {
    position: absolute;
}

.p-slidemenu .p-menu-separator {
    border-width: 1px 0 0 0;
}

.p-slidemenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.p-slidemenu .p-slidemenu-rootlist {
    position: absolute;
    top: 0;
}

.p-slidemenu .p-submenu-list {
    display: none;
    position: absolute;
    top: 0;
    width: 12.5em;
    padding: .25em;
}

.p-slidemenu .p-menuitem-link {
    padding: .25em;
    display: block;
    position: relative;
    text-decoration: none;
}

.p-slidemenu .p-menuitem-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-slidemenu .p-menuitem-text {
    vertical-align: middle;
}


.p-slidemenu .p-menuitem {
    position: relative;
    margin: .125em 0;
}

.p-slidemenu .p-menuitem-link .p-submenu-icon {
    position: absolute;
    margin-top: -.5em;
    right: 0;
    top: 50%;
}

.p-slidemenu .p-slidemenu-wrapper {
    position: relative;
}

.p-slidemenu .p-slidemenu-content {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.p-slidemenu-backward {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.25em;
    cursor: pointer;
    display: none;
}

.p-slidemenu-backward .p-slidemenu-backward-icon {
    vertical-align: middle;
}

.p-slidemenu-backward span {
    vertical-align: middle;
}

.p-slidemenu .p-menuitem-active {
    position: static;
}

.p-slidemenu .p-menuitem-active > .p-submenu > .p-submenu-list {
    display: block;
}

.p-slidemenu ul:not(.p-active-submenu) > .p-menuitem:not(.p-menuitem-active),
.p-slidemenu .p-active-submenu > .p-menuitem-active > .p-submenu > .p-submenu-list {
    display: none;
}

.p-slidemenu .p-active-submenu > .p-menuitem-active ~ .p-menuitem {
    display: block;
}
.p-slider {
	position: relative;
	text-align: left;
}
.p-slider .p-slider-handle {
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
    z-index: 1;
}
.p-slider .p-slider-handle.p-slider-handle-active {
    z-index: 2;
}
.p-slider .p-slider-range {
	position: absolute;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.p-slider-horizontal {
	height: .8em;
}
.p-slider-horizontal .p-slider-handle {
	top: -.25em;
	margin-left: -.6em;
}
.p-slider-horizontal .p-slider-range {
	top: 0;
	height: 100%;
}
.p-slider-horizontal .p-slider-range-min {
	left: 0;
}
.p-slider-horizontal .p-slider-range-max {
	right: 0;
}

.p-slider-vertical {
	width: .8em;
	height: 100px;
}
.p-slider-vertical .p-slider-handle {
	left: -.25em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.p-slider-vertical .p-slider-range {
	left: 0;
	width: 100%;
}
.p-slider-vertical .p-slider-range-min {
	bottom: 0;
}
.p-slider-vertical .p-slider-range-max {
	top: 0;
}

.p-slider-animate .p-slider-handle {
    transition: left .3s;
}
.p-spinner {
    display: inline-block;
    overflow: visible;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.p-spinner-input {
    vertical-align: middle;
    padding-right: 1.5em;
}

.p-spinner-button {
    cursor: default;
    display: block;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    /* vertical-align: middle; */
    width: 1.5em;
}

.p-spinner .p-spinner-button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
}

.p-spinner-up {
    top: 0;
}

.p-spinner-down {
    bottom: 0;
}

/* Fluid */
.p-fluid .p-spinner {
    width: 100%;
}

.p-fluid .p-spinner .p-spinner-input {
    padding-right: 2em;
    width: 100%;
}

.p-fluid .p-spinner .p-spinner-button {
    width: 1.5em;
}

.p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon {
    left: .7em;
}
.p-steps ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.p-steps .p-steps-item {
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}

.p-steps.p-steps-readonly .p-steps-item {
    cursor: auto;
}

.p-steps .p-steps-item .p-menuitem-link {
    text-decoration: none;
    display: block;
    padding: 1em;
    position: relative;
    text-align: center;
}

.p-steps .p-steps-item.p-state-highlight .p-menuitem-link,
.p-steps .p-steps-item.p-state-disabled .p-menuitem-link {
    cursor: default;
}

.p-steps .p-steps-number {
    font-size: 2em;
    display: block;
}

.p-steps .p-steps-title {
    display: block;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 40em) {
    .p-steps .p-steps-item .p-menuitem-link {
        padding: 0.5em;
    }

    .p-steps .p-steps-item .p-steps-title {
        display: none;
    }
}
.p-splitbutton {
    position: relative;
    display: inline-block;
    zoom: 1;
}

.p-splitbutton .p-button.p-splitbutton-menubutton {
    width: 2em;
    vertical-align: top;
}

.p-splitbutton.p-state-disabled button {
    cursor: default;
}

.p-fluid .p-splitbutton {
    width: 100%;
}

.p-fluid .p-splitbutton .p-button:first-child {
    width: calc(100% - 2em);
}

.p-fluid .p-splitbutton .p-button.p-splitbutton-menubutton {
    width: 2em;
}

.p-splitbutton .p-menuitem-link {
    cursor: pointer;
}
.p-table {
    position: relative;
}

.p-table table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.p-datatable-table .p-datatable-thead > tr > th,
.p-datatable-table .p-datatable-tbody > tr > td,
.p-datatable-table .p-datatable-tfoot > tr > td {
    padding: .25em .5em;
}

.p-table .p-sortable-column {
    cursor: pointer;
}

.p-table p-sorticon {
    vertical-align: middle;
}

.p-table-auto-layout > .p-table-wrapper {
    overflow-x: auto;
}

.p-table-auto-layout > .p-table-wrapper > table {
    table-layout: auto;
}

/* Sections */
.p-datatable-header,
.p-table-summary {
    padding: .25em .5em;
    text-align: center;
    font-weight: bold;
}

.p-datatable-header {
    border-bottom: 0 none;
}

.p-table-summary {
    border-top: 0 none;
}

/* Paginator */
.p-table .p-paginator-top {
    border-bottom: 0 none;
}

.p-table .p-paginator-bottom {
    border-top: 0 none;
}

/* Scrollable */
.p-table-scrollable-wrapper {
    position: relative;
}
.p-table-scrollable-header,
.p-table-scrollable-footer {
    overflow: hidden;
    border: 0 none;
}

.p-table-scrollable-body {
    overflow: auto;
    position: relative;
}

.p-table-virtual-table {
    position: absolute;
}

.p-table-loading-virtual-table {
    display: none;
}

/* Frozen Columns */
.p-table-frozen-view .p-table-scrollable-body {
    overflow: hidden;
}

.p-table-frozen-view > .p-table-scrollable-body > table > .p-table-tbody > tr > td:last-child {
    border-right: 0 none;
}

.p-table-unfrozen-view {
    position: absolute;
    top: 0px;
}

/* Resizable */
.p-table-resizable > .p-table-wrapper {
    overflow-x: auto;
}

.p-table-resizable .p-table-thead > tr > th,
.p-table-resizable .p-table-tfoot > tr > td,
.p-table-resizable .p-table-tbody > tr > td {
    overflow: hidden;
}

.p-table-resizable .p-resizable-column {
    background-clip: padding-box;
    position: relative;
}

.p-table-resizable-fit .p-resizable-column:last-child .p-column-resizer {
    display: none;
}

.p-table .p-column-resizer {
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 0;
    width: .5em;
    height: 100%;
    padding: 0px;
    cursor:col-resize;
    border: 1px solid transparent;
}

.p-table .p-column-resizer-helper {
    width: 1px;
    position: absolute;
    z-index: 10;
    display: none;
}

/* Edit */
.p-datatable-table .p-datatable-tbody > tr > td.p-editing-cell {
    padding: 0;
}

.p-datatable-table .p-datatable-tbody > tr > td.p-editing-cell p-celleditor >  * {
    width: 100%;
}

/* Reorder */
.p-table-reorder-indicator-up,
.p-table-reorder-indicator-down {
    position: absolute;
    display: none;
}

/* Responsive */

@media screen and (max-width: 40em) {
    .p-table-responsive .p-table-thead > tr > th,
    .p-table-responsive .p-table-tfoot > tr > td {
        display: none !important;
    }

    .p-table-responsive .p-table-tbody > tr > td {
        text-align: left;
        display: block;
        border: 0 none;
        width: 100% !important;
		box-sizing: border-box;
		float: left;
		clear: left;
    }

    .p-table-responsive .p-table-tbody > tr > td .p-column-title {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
        font-weight: bold;
    }
}

/* Loader */
.p-table-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; */
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
    z-index: 1;
}

.p-table-loading-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -1em;
    margin-left: -1em;
}

.p-table .p-table-loading-icon {
    font-size: 2em;
}

/** TabMenu **/
.p-tabmenu .p-tabmenu-nav {
    margin: 0;
    padding: .25em .5em 0 .25em;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    list-style: none;
    float: left;
    position: relative;
    margin: 0 .2em 1px 0;
    padding: 0;
    white-space: nowrap;
    display: block;
    border-bottom: 0;
    top: 1px;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.p-tabmenu .p-tabmenu-nav a {
    padding: 0.5em 1em;
}

.p-tabmenu .p-menuitem-icon  {
    margin-right: .25em;
    vertical-align: middle;
}

.p-tabmenu .p-menuitem-text  {
    vertical-align: middle;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-state-disabled a {
     cursor: default;
}
.p-tabview {
    padding: .25em;
}

.p-tabview .p-tabview-nav {
    margin: 0;
}

.p-tabview .p-tabview-nav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0 .125em 1px 0;
    padding: 0;
    white-space: nowrap;
}

.p-tabview .p-tabview-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.p-tabview .p-tabview-nav li.p-tabview-selected a,
.p-tabview .p-tabview-nav li.p-state-disabled a,
.p-tabview .p-tabview-nav li.p-state-processing a {
    cursor: text;
}

.p-tabview .p-tabview-nav li a,
.p-tabview.p-tabview-collapsible .p-tabview-nav li.p-tabview-selected a {
    cursor: pointer;
}

.p-tabview .p-tabview-panel {
    border-width: 0;
    padding: 1em;
    background: none;
}

.p-tabview .p-tabview-nav li {
    display: block;
}

.p-tabview .p-tabview-nav li .p-tabview-left-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-tabview .p-tabview-nav li .p-tabview-right-icon {
    margin-left: .25em;
    vertical-align: middle;
}

.p-tabview .p-tabview-title {
    vertical-align: middle;
}

.p-tabview .p-tabview-nav li .p-tabview-close {
    margin: 0.5em 0.3em 0 0;
    cursor: pointer;
}

/* per orientation settings */
/* top and bottom */
.p-tabview.p-tabview-top > .p-tabview-nav li {
    border-bottom: 0;
    top: 1px;
}

.p-tabview.p-tabview-top > .p-tabview-nav {
    padding: .2em .2em 0;
}

.p-tabview.p-tabview-bottom > .p-tabview-nav {
    padding: 0 .2em .2em;
}

.p-tabview.p-tabview-bottom > .p-tabview-nav li {
    border-top: 0;
}

/* left and right*/
.p-tabview-left::after,
.p-tabview-right::after {
    clear:both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.p-tabview-left > .p-tabview-nav {
    float:left;
    width: 25%;
    height: 300px;
    background-image: none;
    padding-top: 1px;
}

.p-tabview-left > .p-tabview-panels {
    float:right;
    width: 75%;
}

.p-tabview.p-tabview-left > .p-tabview-nav li,
.p-tabview.p-tabview-right > .p-tabview-nav li{
    display: block;
    float: right;
    white-space: normal;
    width: 99%;
}

.p-tabview.p-tabview-left > .p-tabview-nav li {
    margin: 0 0 1px 0;
    border-right:0 none;
}

.p-tabview.p-tabview-right > .p-tabview-nav {
    float:right;
    width: 25%;
    height: 300px;
    background-image: none;
    padding-top: 1px;
}

.p-tabview.p-tabview-right > .p-tabview-panels {
    float:left;
    width: 75%;
}

.p-tabview.p-tabview-right > .p-tabview-nav li {
    margin: 0 0 1px 0;
    border-left:0 none;
}

/* RTL */
.p-rtl .p-tabview .p-tabview-nav li {
    float: right;
}

.p-terminal {
    height: 18em;
    overflow: auto;
    padding: .25em;
}

.p-terminal-input {
    border: 0 none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    margin: 0 0 0 .125em;
    width: 75%;
    outline: none;
    vertical-align: baseline;
}

.p-terminal-command {
    margin-left: .125em;
    -moz-margin-start: .125em;
}

.p-terminal-input::-ms-clear {
    display: none;
}
.p-tieredmenu {
    width: 12.5em;
    padding: .25em;
}

.p-tieredmenu.p-tieredmenu-dynamic {
    position: absolute;
}

.p-tieredmenu .p-menu-separator {
    border-width: 1px 0 0 0;
}

.p-tieredmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.p-tieredmenu .p-submenu-list {
    display: none;
    position: absolute;
    width: 12.5em;
    padding: .25em;
}

.p-tieredmenu .p-menuitem-link {
    padding: .25em;
    display: block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.p-tieredmenu .p-menuitem-icon {
    margin-right: .25em;
    vertical-align: middle;
}

.p-tieredmenu .p-menuitem-text {
    vertical-align: middle;
}

.p-tieredmenu .p-menuitem {
    position: relative;
    margin: .125em 0;
}

.p-tieredmenu .p-menuitem-link .p-submenu-icon {
    position: absolute;
    margin-top: -.5em;
    right: 0;
    top: 50%;
}

.p-tieredmenu .p-menuitem-active > .p-submenu > .p-submenu-list {
    display: block;
}
.p-toast {
	position: fixed;
    width: 20em;
}

.p-toast .p-toast-message {
    position: relative;
	display: block;
    margin-bottom: .75em;
    overflow: hidden;
}

.p-toast .p-toast-message-content {
    padding: .5em 1em;
}

.p-toast .p-toast-close-icon {
	position: absolute;
	top: .25em;
	right: .25em;
    cursor: pointer;
    display: inline-block;
}

.p-toast .p-toast-summary {
	font-weight: bold;
	padding: 0 0 .5em 0;
	display: block;
}

.p-toast .p-toast-icon {
    position: absolute;
    display: inline-block;
    left: .5em;
    top: .25em;
    padding: 0;
    font-size: 2em;
}

.p-toast .p-toast-message-text-content {
	padding: 0 0 .25em 0;
    margin-left: 2.5em;
}
/* Positions */
.p-toast-top-right {
	top: 20px;
	right: 20px;
}

.p-toast-top-left {
	top: 20px;
	left: 20px;
}

.p-toast-bottom-right {
	bottom: 20px;
	right: 20px;
}

.p-toast-bottom-left {
	bottom: 20px;
	left: 20px;
}

.p-toast-top-center {
	top: 20px;
    left: 50%;
    margin-left: -10em;
}

.p-toast-bottom-center {
	bottom: 20px;
	left: 50%;
    margin-left: -10em;
}

.p-toast-center {
	left: 50%;
	top: 50%;
    min-width: 20vw;
    transform: translate(-50%, -50%);
}
.p-toolbar {
    padding: .25em .5em;
}

.p-toolbar-group-left {
    float:left
}

.p-toolbar-group-right {
    float:right
}
.p-tooltip {
    position:absolute;
    display:none;
    padding: .25em .5em;
    max-width: 12.5em;
}

.p-tooltip.p-tooltip-right,
.p-tooltip.p-tooltip-left {
    padding: 0 .25em;
}

.p-tooltip.p-tooltip-top,
.p-tooltip.p-tooltip-bottom {
    padding:.25em 0;
}

.p-tooltip .p-tooltip-text {
   padding: .125em .5em;
   background-color: rgb(76, 76, 76);
   color: #ffffff;
   white-space: pre-line;
}

.p-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -.25em;
    border-width: .25em .25em .25em 0;
    border-right-color: rgb(76, 76, 76);
}

.p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -.25em;
    border-width: .25em 0 .25em .25em;
    border-left-color: rgb(76, 76, 76);
}

.p-tooltip.p-tooltip-top {
    padding: .25em 0;
}

.p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -.25em;
    border-width: .25em .25em 0;
    border-top-color: rgb(76, 76, 76);
}

.p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -.25em;
    border-width: 0 .25em .25em;
    border-bottom-color: rgb(76, 76, 76);
}
.p-treetable {
    position: relative;
}

.p-treetable table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.p-treetable .p-treetable-thead > tr > th,
.p-treetable .p-treetable-tbody > tr > td,
.p-treetable .p-treetable-tfoot > tr > td {
    padding: .25em .5em;
}

.p-treetable .p-treetable-toggler {
    cursor: pointer;
    display: inline-block;
    height: 1em;
    position: relative;
    top: 50%;
    margin-top: -.5em;
}

.p-treetable .p-sortable-column {
    cursor: pointer;
}

.p-treetable p-treetablesorticon {
    vertical-align: middle;
}

.p-treetable-auto-layout > .p-treetable-wrapper {
    overflow-x: auto;
}

.p-treetable-auto-layout > .p-treetable-wrapper > table {
    table-layout: auto;
}

.p-treetable .p-treetable-chkbox {
    margin: 0 .25em;
    vertical-align: middle;
}

/* Sections */
.p-treetable-caption,
.p-treetable-summary {
    padding: .25em .5em;
    text-align: center;
    font-weight: bold;
}

.p-treetable-caption {
    border-bottom: 0 none;
}

.p-treetable-summary {
    border-top: 0 none;
}

/* Paginator */
.p-treetable .p-paginator-top {
    border-bottom: 0 none;
}

.p-treetable .p-paginator-bottom {
    border-top: 0 none;
}

/* Scrollable */
.p-treetable-scrollable-wrapper {
    position: relative;
}
.p-treetable-scrollable-header,
.p-treetable-scrollable-footer {
    overflow: hidden;
    border: 0 none;
}

.p-treetable-scrollable-body {
    overflow: auto;
    position: relative;
}

.p-treetable-scrollable-body > table > .p-treetable-tbody > tr:first-child > td {
    border-top: 0 none;
}

.p-treetable-virtual-table {
    position: absolute;
}

/* Frozen Columns */
.p-treetable-frozen-view .p-treetable-scrollable-body {
    overflow: hidden;
}

.p-treetable-frozen-view > .p-treetable-scrollable-body > table > .p-treetable-tbody > tr > td:last-child {
    border-right: 0 none;
}

.p-treetable-unfrozen-view {
    position: absolute;
    top: 0px;
}

/* Resizable */
.p-treetable-resizable > .p-treetable-wrapper {
    overflow-x: auto;
}

.p-treetable-resizable .p-treetable-thead > tr > th,
.p-treetable-resizable .p-treetable-tfoot > tr > td,
.p-treetable-resizable .p-treetable-tbody > tr > td {
    overflow: hidden;
}

.p-treetable-resizable .p-resizable-column {
    background-clip: padding-box;
    position: relative;
}

.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer {
    display: none;
}

.p-treetable .p-column-resizer {
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 0;
    width: .5em;
    height: 100%;
    padding: 0px;
    cursor:col-resize;
    border: 1px solid transparent;
}

.p-treetable .p-column-resizer-helper {
    width: 1px;
    position: absolute;
    z-index: 10;
    display: none;
}

/* Reorder */
.p-treetable-reorder-indicator-up,
.p-treetable-reorder-indicator-down {
    position: absolute;
    display: none;
}

/* Responsive */

@media screen and (max-width: 40em) {
    .p-treetable-responsive .p-treetable-thead > tr > th,
    .p-treetable-responsive .p-treetable-tfoot > tr > td {
        display: none !important;
    }

    .p-treetable-responsive .p-treetable-tbody > tr > td {
        text-align: left;
        display: block;
        border: 0 none;
        width: 100% !important;
		box-sizing: border-box;
		float: left;
		clear: left;
    }

    .p-treetable-responsive .p-treetable-tbody > tr > td .p-column-title {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
        font-weight: bold;
    }
}

/* Loader */
.p-treetable-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; */
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
    z-index: 1;
}

.p-treetable-loading-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -1em;
    margin-left: -1em;
}

.p-treetable .p-treetable-loading-icon {
    font-size: 2em;
}
.p-tree {
    width: 18em;
}

.p-tree .p-treenode-selectable.p-treenode-content {
    cursor: pointer;
}

.p-tree .p-tree-container {
    height: 100%;
    margin: 0;
    overflow: auto;
    padding: .25em;
    white-space: nowrap;
}

.p-tree-empty-message {
    padding: .25em;
}

.p-tree .p-treenode-children {
    margin: 0;
    padding: 0 0 0 1em;
}

.p-tree .p-treenode {
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat-y;
    list-style: none outside none;
    margin: 0;
    padding: .125em 0 0 0;
}

.p-tree .p-treenode-droppoint {
    height: 4px;
    list-style-type: none;
}

.p-tree .p-treenode-droppoint-active {
    border: 0 none;
}

.p-tree .p-tree-toggler {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.p-tree .p-treenode-icon {
    display: inline-block;
    vertical-align: middle;
}

.p-tree .p-treenode-label {
    display: inline-block;
    padding: 0 .25em;
    vertical-align: middle;
}

.p-tree .p-treenode-label.p-state-hover,
.p-tree .p-treenode-label.p-state-highlight {
    font-weight: normal;
    border: 0 none;
}

.p-tree .p-treenode.p-treenode-leaf > .p-treenode-content > .p-tree-toggler {
    visibility: hidden;
}

.p-tree .p-chkbox-box {
    cursor: pointer;
}

.p-tree .p-chkbox {
    display: inline-block;
    vertical-align: middle;
}

.p-tree .p-chkbox .p-chkbox-icon {
    margin-left: 1px;
}

.p-tree .p-tree-filter {
    width: 100%;
    box-sizing: border-box;
    padding-right: 1.5em;
}

.p-tree .p-tree-filter-container {
    position: relative;
    margin: 0;
    padding: 0.4em;
    display: inline-block;
    width: 100%;
}

.p-tree .p-tree-filter-container .p-tree-filter-icon {
    position: absolute;
    top: .8em;
    right: 1em;
}

/** Fluid **/
.p-fluid .p-tree {
    width: 100%;
}

/** Horizontal Tree **/
.p-tree-horizontal {
    width:auto;
    padding: .5em 0;
    overflow:auto;
}

.p-tree.p-tree-horizontal table,
.p-tree.p-tree-horizontal tr,
.p-tree.p-tree-horizontal td {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.p-tree.p-tree-horizontal .p-tree-toggler {
    vertical-align: middle;
    margin: 0;
}

.p-tree-horizontal .p-treenode-content {
    font-weight: normal;
    padding: 0.4em 1em 0.4em 0.2em;
}

.p-tree.p-tree-horizontal .p-tree-node-label {
    margin: 0;
}

.p-tree-horizontal .p-treenode-parent .p-treenode-content {
    font-weight: normal;
    white-space: nowrap;
}

.p-tree.p-tree-horizontal .p-treenode {
    background: url('line.gif') repeat-x scroll center center transparent;
    padding: .25em 2.5em;
}

.p-tree.p-tree-horizontal .p-treenode.p-treenode-leaf,
.p-tree.p-tree-horizontal .p-treenode.p-treenode-collapsed {
    padding-right: 0;
}

.p-tree.p-tree-horizontal .p-treenode-children {
    padding: 0;
    margin: 0;
}

.p-tree.p-tree-horizontal .p-treenode-connector {
    width: 1px;
}

.p-tree.p-tree-horizontal .p-treenode-connector-table {
    height: 100%;
    width: 1px;
}

.p-tree.p-tree-horizontal .p-treenode-connector-line {
    background: url('line.gif') repeat-y scroll 0 0 transparent;
    width: 1px;
}

.p-tree.p-tree-horizontal table {
	height: 0;
}

.p-tree.p-tree-horizontal .p-chkbox {
    vertical-align: bottom;
    margin-right: .25em;
}

/** Loading **/
.p-tree.p-tree-loading {
    position: relative;
    min-height: 4em;
}

.p-tree .p-tree-loading-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; */
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
    z-index: 1;
}

.p-tree .p-tree-loading-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -1em;
    margin-left: -1em;
}

.p-tree .p-tree-loading-content .p-tree-loading-icon {
    font-size: 2em;
}

.p-virtualscroller .p-virtualscroller-header {
    text-align: center;
	padding: .5em .75em;
    border-bottom: 0 none;
}

.p-virtualscroller .p-virtualscroller-footer {
    text-align: center;
    padding: .25em .625em;
    border-top: 0px none;
}

.p-virtualscroller .p-virtualscroller-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

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

p-radiobutton .p-radiobutton-checked .p-radiobutton-box.p-highlight::before{
    z-index: -1;
}

.p-tabview-nav-container{
    position: initial !important;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.snow.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */

textarea {
    box-sizing: border-box;
    width: 100%;
}

.ck.ck-editor__main {
    max-height: 47vh;
    overflow: scroll;
    min-height: 34vh;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    min-height: 33vh;
}

/* PrimeNG TabView header warning (used by Package Builder zone selection) */
body .p-tabview .p-tabview-nav li.zone-selection-warning > a,
body .p-tabview .p-tabview-nav li.zone-selection-warning > a .p-tabview-title {
    color: #c40000bd !important;
    text-decoration: none !important;
}

.zone-selection-warning {
    color: #c40000bd !important;
}

.login-panel {
    opacity: 0.9 !important;
}

.login-body {
    background-image: url('loginBackground.jpg') !important;
    background-size: cover !important;
    height: 100vh !important;
}

.showHidePassword {
    float: right;
}

body .ui-inputgroup .ui-inputgroup-addon {
    padding: 10px !important;
    border: none !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.pl-0 {
    padding-left: 0px !important;
}

body .ui-steps:before {
    border: none !important;
}

body .ui-steps {
    margin-left: 100px !important;
}

body .ui-calendar .ui-datepicker-trigger {
    height: 2.4em !important;
    width: 2em !important;
}

body .ui-fluid .ui-calendar.ui-calendar-w-btn .ui-inputtext {
    border: 1px solid #a9a9a9 !important;
    padding: 8px !important;
}

.ui-fileupload-content.ui-widget-content.ui-corner-bottom {
    display: none;
}

body .ui-table .ui-table-thead>tr>th {
    border-top: 1px solid #0e2031 !important;
    background-color: #0e2031 !important;
    color: #ffffff !important;
}

.topbar-text {
    font-size: 20px;
    font-weight: bold;
    color: #fffefe;
    position: absolute;
    margin-top: 38px;
    left: 50%;

}


.ui-table-caption,
.ui-table-summary {
    text-align: left !important;
}

body .ui-overlaypanel.ui-shadow {
    top: 30px !important;
}

@media screen and (max-width: 425px) {
    body .ui-overlaypanel#op .p-table-tecfolk-fix {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body #opPtable,
    body #opPtable .ui-table,
    body #opPtable .ui-table-wrapper,
    body #opPtable table,
    body #opPtable .ui-table-scrollable-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body #opPtable .ui-table-thead,
    body #opPtable thead {
        display: none !important;
    }

    body #opPtable .ui-table-tbody,
    body #opPtable tbody {
        display: block !important;
        width: 100% !important;
    }

    body #opPtable .ui-table-tbody>tr.product-search-row,
    body #opPtable tbody>tr.product-search-row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        box-sizing: border-box !important;
        border: 1px solid #d9d9d9 !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        margin: 0 0 14px 0 !important;
        padding: 12px !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    }

    body #opPtable .ui-table-tbody>tr.product-search-row>td,
    body #opPtable tbody>tr.product-search-row>td {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 8px 0 !important;
        border: none !important;
        text-align: left !important;
        gap: 8px !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    body #opPtable .ui-table-tbody>tr.product-search-row>td::before,
    body #opPtable tbody>tr.product-search-row>td::before {
        content: attr(data-label) !important;
        display: block !important;
        font-weight: 600 !important;
        color: #4f4f4f !important;
        line-height: 1.3 !important;
        min-width: 100px !important;
        white-space: nowrap !important;
    }

    body #opPtable .ui-table-tbody>tr.product-search-row>td img,
    body #opPtable tbody>tr.product-search-row>td img {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        object-fit: cover !important;
        border-radius: 6px !important;
    }

    body #opPtable .product-description-mobile {
        display: block !important;
        margin-top: 4px !important;
        color: #6b6b6b !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
}

.layout-container .topbar .logo {
    background: none !important;
}

.errorShow {
    margin-left: 33px !important;
    color: red !important;
    margin-top: 4px !important;
    font-size: 13px;
}

.request-toolbar { display: flex; gap: 8px; flex-wrap: wrap; }

@media only screen and (max-width: 768px) {
    .request-toolbar { width: 100%; justify-content: flex-start; }
}

.errorInput {
    border: 1px solid red !important;
}

.layout-container .layout-menu .profile {
    height: 250px !important;
}

a {
    cursor: pointer !important;
}

body .ui-dropdown .ui-dropdown-label.ui-inputtext {
    color: #000;
}

.layout-container .layout-rightpanel {
    width: 395px !important;
}

.layout-container .layout-rightpanel .ui-scrollpanel .layout-rightpanel-wrapper {
    width: 320px !important;
}

.layout-container .layout-rightpanel {
    right: -395px !important;
}

.layout-container .layout-rightpanel.layout-rightpanel-active {
    right: 0 !important;
}

.myCaptureBtn {
    background-color: #1ab394 !important;
    position: relative !important;
    right: -235px !important;
    top: -41px !important;
    margin-left: 7px;
}

body .ui-fileupload .ui-fileupload-buttonbar {
    text-align: left !important;
}

.webcam-wrapper {
    width: 100% !important;
}

.ui-panel-title {
    word-break: break-word !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    display: block !important;
    text-overflow: ellipsis !important;
}

.myCustomerBtn {
    width: auto !important;
    background: #1ab394 !important;
    cursor: pointer !important;
    border: #1ab394 !important;
    color: #ffffff !important;
    padding: 6px !important;
    font-size: 18px !important;
    border-radius: 4px !important;
}

ul.weekly-weather li:hover {
    background-color: #0e2031;
    color: #fff;
    padding-left: 23px !important;
    padding-right: 4px !important;
}


/* Footer */

.footer {
    text-align: center;
}

.logoDiv {
    line-height: 29px;
    font-family: inherit;
}

.logoDiv img {
    width: 80px;
    position: relative;
    top: 3px;
}

ul.weekly-weather li {
    width: 106% !important;
}

.layout-container .ultima-menu.ultima-main-menu {
    padding-bottom: 0px !important;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather li {
    padding: 8px 0px !important;
}

ul.weekly-weather li:hover {
    background-color: #0e2031;
    color: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 106%;
    margin-left: -18px;
}

ul.weekly-weather li:hover span#one {
    margin-left: 4px !important;
}

@media print {
    logoDiv {
        page-break-after: always;
    }
}

.gym .ui-widget-header {
    background: #555753;
}

.cardio .ui-widget-header {
    background: #607D8B;
}

.withTrainer .ui-widget-header {
    background: #073642;
}

:host ::ng-deep .custom-spinner .p-progress-spinner-circle {
    animation: custom-progress-spinner-dash 1.5s ease-in-out infinite, custom-progress-spinner-color 6s ease-in-out infinite;
}

@keyframes custom-progress-spinner-color {

    100%,
    0% {
        stroke: #16697A;
    }

    40% {
        stroke: #489FB5;
    }

    66% {
        stroke: #82C0CC;
    }

    80%,
    90% {
        stroke: #FFA62B;
    }
}

@keyframes custom-progress-spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

input[type="radio"] {
    display: inline;
    visibility: visible;
    opacity: 0;
}

input[type="radio"]:focus+label:before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    background: white center center no-repeat;
    border: 2px solid #108310;
    border-radius: 100%;
    box-shadow: 0 0 1px #cccccc;
    vertical-align: text-top;
}


/* body .ui-table .ui-table-tbody > tr > td {
    background: inherit;
    padding: -0.286em 1.857em;
    border: 0 none;
    padding: 0px;
    padding-left: 66px;
} */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {

    .dashboard .p-dropdown .p-dropdown-label.p-inputtext{
        font-size: 15px;
        display: flex;
        justify-content: center;
    }

    .ui-md-11 {
        display: flex;
        flex-direction: column;
    }

    .calenderHeader.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .calenderHeader .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.5em !important;
        display: flex !important;
        flex-direction: column !important;
    }

    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {

    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* ----------- iPhone X ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .memberDetailsButton button {
        margin-bottom: 6px;
    }

    .memberForm {
        text-align: left !important;
        flex-direction: row !important;
        width: 100% !important;
    }

    .memberContentForm {
        flex-direction: row !important;
        width: 100% !important;
    }

    .profilesection {
        display: flex !important;
        flex-direction: column;
        width: 100% !important;
    }

    .imgstyle {
        width: 100%;
        text-align: center;
    }

    .myCaptureBtn {
        position: initial !important;
        margin-left: 0 !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    body .ui-fileupload .ui-fileupload-buttonbar {
        text-align: left !important;
        display: flex;
        flex-direction: column !important;
    }
}


/* loader */

.card.loading {
    position: relative;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 2, 2, 0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trainerAttendanceMarking .p-multiselect .p-multiselect-panel {
    position: fixed !important;
    min-inline-size: auto;
}

.trainerAttendanceMultiDropdown .p-dropdown .p-dropdown-panel {
    position: fixed !important;
    min-inline-size: auto !important;
}

/* Fix visibility for PrimeNG MultiSelect dropdown panel used in reports */
body .p-multiselect-panel,
body .p-multiselect-panel .p-multiselect-list,
body .p-multiselect-panel .p-multiselect-item {
    color: #000 !important;
}

/* Ensure the panel appears above other elements and isn't clipped */
.p-multiselect-panel {
    z-index: 3000 !important;
    position: fixed !important;
}

/* Make sure chip display and filter input inherit reasonable colors */
.p-multiselect .p-multiselect-label,
.p-multiselect .p-multiselect-token {
    color: #000000 !important;
}

.ck-editor_bodyScroll {
    max-height: 40vh;
    overflow: hidden;
    overflow-y: scroll;
}

.ck-editor_bodyScroll .ck.ck-editor__main {
    max-height: initial;
    overflow: initial;
    min-height: initial;
}

.ck-editor_bodyScroll .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    min-height: initial;
}

.p-overlaypanel-content:has(.p-table-tecfolk-fix) {
    padding: 0 !important;
}

.reportMainFilter {
    display: flex;
    justify-content: space-between;
}

.reportMainFilter .reportMainFields {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
}

.reportMainFilter .reportMainFields .filterFields {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reportMainFilter .reportMainFields .filterFields span.fieldTitle {
    font-size: 12px;
    font-weight: 400;
    color: #a2a2a2;
}

.reportMainFilter .reportMainFields .filterFields .p-dropdown {
    background-image: none;
    padding-bottom: 0;
}

.reportMainFilter .reportMainFields .filterFields .p-dropdown span.p-dropdown-label {
    background-image: none;
    padding-bottom: 0;
    color: #fff;
}

.reportMainBtn {
    display: flex;
    -moz-column-gap: 25px;
         column-gap: 25px;
    align-items: center;
}

.reportMainBtn span {
    display: flex;
    cursor: pointer;
}

.reportMainBtn span i {
    font-size: 18px;
}

.reportMainBtn span.iconClear i {
    font-size: 22px;
}

.reportMainFields .reportMainBtn {
    margin-left: 15px;
}

.reportMainBtn span.hideOnLaptop {
    display: none;
}

.BillingReportResponsivefix .p-datatable-tbody tr td span {
    display: none;
}

.BillingReportResponsivefix .p-datatable-tbody tr td span.p-inputgroup-addon {
    display: flex;
}

.upcoming-Dues-Report .defaulter-action-btn-main .p-button span {
    display: flex;
}

.reportMainFilter .reportMainFields .filterFields .p-inputtext,
.reportMainFilter .reportMainFields .filterFields .p-inputtext::placeholder,
.reportMainFilter .reportMainFields .filterFields .p-calendar {
    width: 100%;
    color: white !important;
}

.defaulter-responsive .td-photo-title {
    display: none;
}

.defaulter-responsive .p-datatable-tbody tr .td-title {
    display: none;
}

.defaulter-responsive .p-datatable-tbody tr .defaulter-action-btn-main {
    display: flex !important;
    /* justify-content: center; */
    flex-wrap: wrap;
    row-gap: 10px;

}

.check-in-report-responsive .p-datatable-tbody tr .td-photo-title {
    display: none;

}

.check-in-report-responsive .p-datatable-tbody tr .td-title {
    display: none;

}

.add-member-res .feeDetailsHeader {
    background-color: white;
}

.booking-Slot-Responsive .bookingSlotForm {
    display: flex;
    justify-content: space-around;
}

.booking-Slot-Responsive .p-inputgroup,
.p-calendar,
input {
    width: 100%;
}

.booking-Slot-Responsive .startTimeH2 {
    margin-block-end: 0;
    margin-top: 46px;
    width: -moz-fit-content;
    width: fit-content;
}

.salesReportResponsivefix .salesReportlabelRow span {
    display: none;
}

.dailyClosingReportUiFixV2 .hideOnLaptop {
    color: white;
}


.dailyClosingReportUiFixV2 .spanBtn {
    color: white;
}

.dailyClosingReportUiFixV2 .reportMainFilter {
    background-color: #2f4050;
    padding: 10px;
}

.purchase-history-report-Responsive .p-datatable-tbody tr td span {
    display: none;
}

.package-Overview-report-responsive .p-datatable-table .p-datatable-tbody>tr>td .td-title {
    display: none;
}

.package-Overview-report-responsive .summaryMain {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 10rem;
}

.package-Overview-report-responsive .summaryHeadimg {
    font-weight: bold;
    font-size: 25px;
    margin-right: 9rem;
    margin-bottom: 3rem;
}

.package-Overview-report-responsive .TextMain {
    display: flex;
    flex-direction: column;
    row-gap: 18px !important;
    font-size: 18px;
}

.package-Builders .searchMain {
    display: flex !important;
    justify-content: space-between !important;
}

.package-Builders .searchMain .search-input {
    width: 20% !important;
}

.package-Builders .searchMain .search-input::placeholder {
    color: white;
}

.salesReportlabelRow span {
    display: none;
}

.dailyClosingReportUiFixV2 .TrainingAttendencelabel {
    display: none;
}

p-dialog.addVisitorPayFundPopup .p-dialog {
    width: min-content;
}

p-dialog.addVisitorPayFundPopup .p-dialog .p-dialog-content {
    padding: 10px 20px;
}

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

.reportMainBtn span.Export {
    margin-top: 10px;
}

.visitor-res .reportMainBtn span.iconClear i {
    font-size: 18px;
}

.lock-List-Responsive .p-datatable-header {
    background-color: #2f4050;
    padding: 1rem;
}

.lock-List-Responsive .reportMainFields {
    text-align: justify;
}

.lock-List-Responsive .p-datatable-thead tr th {
    background-color: #0e2031 !important;
    color: white !important;
    border-top-color: #0e2031 !important;
}

.lock-List-Responsive .reportMainBtn span.iconClear i {
    color: white;
}

.lock-List-Responsive .p-button-icon {
    display: flex !important;
    justify-content: center !important;
}

.slots-reponsive .reportMainBtn span.iconClear i {
    font-size: 18px;
}

.slots-reponsive .reportMainBtn span.iconClear i.slots {
    font-size: 22px;
}

.products-listing-responsive .reportMainBtn span.iconClear i.pi.icon {
    font-size: 18px;
}

.pay-Salary-responsive .reportMainFilter .reportMainFields .filterFields {
    border-bottom: 1px solid gray;
}

.pay-Salary-responsive .reportMainFilter .reportMainFields .filterFields .p-dropdown .p-dropdown-trigger .pi {
    margin-left: 5px;
}

.pay-Salary-responsive .reportMainBtn span i.money {
    font-size: 40px !important;
}

.role-detail input {
    width: 24% !important;
}

.branch-detail .branch-Details-Main {
    display: flex;
}

.permission .permission-Main {
    display: flex;
}

.company-detail-responsive .header-main {
    display: flex;

}

.company-detail-responsive .header-main div.p-g-12,
.branch-detail .header-main div.p-g-12 {
    width: 50% !important;

}

.company-detail-responsive .btn-main,
.branch-detail .btn-main {
    display: flex !important;

}

.create-Branch-Responsive .User-Input-Main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.allReceiptsEmail .p-dialog-content,
.singleReceiptsEmail .p-dialog-content {
    padding: 15px 20px 0 20px !important;
}
.topbar .topbar-right
{
    padding: 0 !important;
    position: unset !important;
}
.topbar .topbar-items{
    margin-right: 15px;
}

.phone-input-dd p-dropdown .p-dropdown-trigger {
    top: 9px;
}

.phone-input-dd p-dropdown {
    background-image: none;
}
p-element .p-dropdown{
    border: 1px solid;
}

.p-dropdown{
    background-image: none;
}
.members-res .p-dropdown span.p-dropdown-label,
.addMemberFee-res .p-dropdown span.p-dropdown-label,
.user-res .p-dropdown span.p-dropdown-label,
.add-product-responsive .p-dropdown span.p-dropdown-label{
    border-bottom: 1px solid  gray;
}

.tecGymTableItem thead th {
    border: none !important;
    font-weight: bold !important;
    background: #2f4050 !important;
    color: #fff;
 }
p-dialog.vitalDialog .p-dialog-content {
    padding: 0px !important;

}

.salesReportResponsivefix .p-multiselect{
    border-bottom: none !important;
}
.salesReportResponsivefix .p-multiselect-panel{
    position: relative !important;
}
 .salesReportResponsivefix .p-multiselect .p-multiselect-token{
    padding: 0 0 0 5px !important;
    gap: 5px !important;
 }
 .salesReportResponsivefix .filterFields .selectPackage{
    width: 180px !important;
 }
 .salesReportResponsivefix .p-multiselect-panel .p-multiselect-items-wrapper ul.p-multiselect-items li.p-multiselect-item .p-checkbox .p-checkbox-box .p-checkbox-icon{
    height: 0;
    width: 0;
    border: none;
    justify-content: unset;
 }

 .salesReportResponsivefix p-multiselect .p-checkbox .p-checkbox-box .p-checkbox-icon{
    display: flex !important;
    margin-top: 0px !important;
 }
 .salesReportResponsivefix .p-multiselect-panel .p-multiselect-items-wrapper ul.p-multiselect-items li.p-multiselect-item .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon {

    margin-top: 10px !important;

}

.auth-card {
    width: 15rem;
    background: #efeded;
    border: 1px solid gray;
    border-radius: 0.5rem;
    padding: 10px 10px;
    margin: .5rem;
    text-align: center;
    transition: ease-in 0.2s;
}
.auth-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #343a40;
}
.auth-card i {
    margin-bottom: 0.5rem;
    color: green;

}
.auth-card:hover {
     transform: scale(1.1);
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/tecgymStyles.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************/
@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.tecGym-component-Loading {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tecGym-component-Loading svg {
    animation-name: loading;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.tecGym-component .tecGym-component-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    flex-direction: column;
}

.tecGym-component .tecGym-component-heading h1 {
    font-size: 2.3rem;
}

.tecGym-component .tecGym-component-heading span {
    display: inline-block;
    padding: 11px 3px;
    color: #949494;
}

.tecGym-component-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 3rem;
}

.tecGym-component .tecGym-component-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tecGym-component .tecGym-component-body .tecGym-component-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tecGym-component .tecGym-component-body .tecGym-component-form .form-field {
    display: flex;
    align-items: center;
}

.tecGym-component .tecGym-component-body .tecGym-component-form .form-field label {
    width: 103px;
}

.tecGym-component .tecGym-component-body .tecGym-component-form .form-field input {
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    border: 1px solid #ddd;
    outline: none;
    width: 270px;
}

.tecGym-component .tecGym-component-body .tecGym-component-form .form-field .p-dropdown {
    background: #fff;
    border: 1px solid #ddd;
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    width: 270px;
}

.tecGym-component .tecGym-component-body .tecGym-component-form .form-field .p-dropdown .p-dropdown-label {
    padding-top: 0;
    padding-bottom: 0;
}

.tecGym-component .tecGym-component-body .tecGym-component-form .form-field .p-dropdown .p-dropdown-trigger {
    top: 7px;
    right: 4px;
}

.tecGym-component .tecGym-component-body .services-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.tecGym-component .tecGym-component-body .services-container .services-Item {
    padding: 1rem;
    background-color: #d3d3d3;
    border: 1px solid #bbb;
    border-radius: 0.2rem;
    width: 300px;
    cursor: pointer;
    line-height: 1.5rem;
}
.tecGym-component .tecGym-component-body .services-container :hover {
    background-color: #2f4050;
    color: white;
}
.tecGym-component .tecGym-component-body .services-container .services-Item h2 {
    font-size: 1.6rem;
    margin: 0;
    line-height: 30px;
}

.tecGym-component .tecGym-component-body .services-container .services-Item p {
    margin: 0;
    padding-top: 4px;
    font-size: 0.7rem;
}

.tecGym-component .tecGym-component-body .p-tabview {
    background-color: transparent;
}

.tecGym-component .tecGym-component-body .p-tabview .p-tabview-nav {
    background-color: transparent;
    border-bottom: 1px solid #e4e4e4;
}

.tecGym-component .tecGym-component-body .p-tabview .p-tabview-nav li {
    background-color: #fff;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.tecGym-component .tecGym-component-body .p-tabview .p-tabview-nav li a {
    padding: .7rem 2.4rem;
    color: #8a8a8a;
}

.tecGym-component .tecGym-component-body .p-tabview .p-tabview-nav li.p-highlight {
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

.tecGym-component .tecGym-component-body .p-tabview .p-tabview-nav li.p-highlight a {
    color: #0e2031;
}

.tecGym-component .tecGym-component-body .p-tabview .p-tabview-nav li.p-tabview-ink-bar {
    background-color: transparent;
}

.tecGym-component .tecGym-component-body .p-tabview .p-tabview-panel {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
}

.tecGym-component .tecGym-component-tab-body {
    min-height: 50vh;
}

.selectTrainerPopup .trainerContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.selectTrainerPopup .trainerContainer .trainerItem {
    padding: .5rem .8rem;
    min-width: 220px;
    background-color: #d6d6d6;
    color: #000;
    border-radius: .2rem;
    cursor: pointer;
}

.selectTrainerPopup .trainerContainer .trainerItem.selected {
    background-color: #0e2031;
    color: #fff;
}

.tecGym-component-table table thead.p-datatable-thead tr th {
    border: none !important;
    background-color: #0e2031;
    color: #fff;
}

.tecGym-component-stats-main {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.tecGym-component-stats .stats-item {
    display: flex;
    flex-direction: column;
    background: #0e2031;
    width: max-content;
    padding: 0.8rem 1rem;
    border-radius: .2rem;
    flex-grow: 1;
}

.tecGym-component-stats {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.tecGym-component-stats .stats-item span.stat-label {
    color: #bfbfbf;
    font-size: 0.6rem;
}

.tecGym-component-stats .stats-item span.stat-value {
    color: #fff;
    font-size: 3rem;
    align-self: center;
}

.content {
    height: 100% !important;
}

.fc-col-header,
.fc-timegrid-body {
    width: 100% !important;
    height: 100% !important;
}

.fc-scrollgrid-sync-table {
    width: 100% !important;
    height: 100% !important;
}

.fc-daygrid-body {
    width: 100% !important;
    height: 100% !important;
}

.fc-daygrid-body-balanced {
    width: 100% !important;
    height: 100% !important;
}

.tecGym-component-ACT .zoneMainStyle {
    display: flex;
    gap: 1rem;
}

.tecGym-component-ACT .zoneMainStyle .zoneItemStyle {
    padding: 0.8rem 1rem;
    background: #ddd;
    border-radius: .2rem;
    width: 300px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tecGym-component-ACT .zoneMainStyle .zoneItemStyle.selectedZone {
    background: #0e2031;
    color: #fff;
}

.tecGym-component-ACT .zoneMainStyle .zoneItemStyle span {
    font-size: 1.4rem;
}

.tecGym-component-ACT .zoneMainStyle .zoneItemStyle input {
    display: none;
}

.tab-Content-area {
    display: flex;
}

.addTrainerFeeWrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.addTrainerFeeWrapper .addTrainerFeeItem {
    display: flex;
    flex-direction: column;
    row-gap: .3rem;
}

.addTrainerFeeWrapper .addTrainerFeeItem.splittedItem {
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.addTrainerFeeWrapper .addTrainerFeeItem.splittedItem .shareItems {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addTrainerFeeWrapper .addTrainerFeeItem.splittedItem .shareItems label {
    font-size: 1rem;
    margin-bottom: 15px;
}

.addTrainerFeeWrapper .addTrainerFeeItem.splittedItem .shareItems span {
    font-size: 1.3rem;
}

.addTrainerFeeWrapper .addTrainerFeeItem>label {
    font-size: 1rem;
}

.addTrainerFeeWrapper .addTrainerFeeItem>input {
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    border: 1px solid #ddd;
    outline: none;
    width: 100%;
}

.addTrainerFeeWrapper .addTrainerFeeItem .p-dropdown {
    background: #fff;
    border: 1px solid #ddd;
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    width: 100%;
}

.addTrainerFeeWrapper .addTrainerFeeItem .p-dropdown .p-dropdown-label {
    padding-top: 0;
    padding-bottom: 0;
    color: #808080;
}

.addTrainerFeeWrapper .addTrainerFeeItem .p-dropdown .p-dropdown-trigger {
    top: 7px;
    right: 4px;
}

.addTrainerFeeWrapper .addTrainerFeeItem>button {
    width: max-content;
    align-self: flex-end;
    margin-top: 20px;
}

.addTrainerFeeWrapper .addTrainerFeeItem>button span {
    margin-right: 10px;
}

.addTrainerFeeWrapper .addTrainerFeeItem p-inputnumber {
    height: 33px;
    border-radius: 0.2rem;
    border: 1px solid #ddd;
    outline: none;
    width: 100%;
    overflow: hidden;
}

.addTrainerFeeWrapper .addTrainerFeeItem p-inputnumber .p-inputnumber {
    width: 100%;
}

.addTrainerFeeWrapper .addTrainerFeeItem p-inputnumber .p-inputnumber .p-inputtext {
    border: none;
    padding: 0;
    background-size: 0;
    padding-left: 1rem;
}

.addTrainerFeeWrapper .addTrainerFeeItem p-inputnumber .p-inputnumber .p-inputnumber-button-group button {
    border-radius: 0;
}

.addTrainerFeeWrapper .addTrainerFeeItem p-inputnumber .p-inputnumber .p-inputnumber-button-group button span {
    font-size: .9rem;
}

.tab-Content-area p-table {
    width: 100%;
}

.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization {
    flex-direction: row;
    justify-content: space-around;
}

.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span {
    background: #ddd;
    width: 27px;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="M0-0"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="M0-1"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="M0-2"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="M0-3"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="M0-4"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="M0-5"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="M0-6"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="T1-0"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="W2-0"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="W2-1"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="T3-0"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="T3-2"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="F4-0"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="F4-1"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="F4-3"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="S5-0"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="S5-4"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="S6-0"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="S6-1"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="S6-2"],
.addTrainerFeeWrapper .addTrainerFeeItem.intervalVisualization span[data-interval="S6-5"] {
    background: #2f4050;
    color: #fff;
}

.tab-Content-area table thead.p-datatable-thead tr th {
    border: none !important;
    background-color: #0e2031;
    color: #fff;
}

.addTrainerFeeMain .p-dialog-content {
    padding: 1rem 1.2rem 3rem 1.2rem !important;
}

.addSubscriptionWrapper .p-dialog-content {
    padding: 1rem 1.2rem 2rem 1.2rem !important;
}

.addSubscriptionWrapper .loadingSubscription {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addSubscriptionWrapper .loadingSubscription svg {
    animation-name: loading;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.addSubscriptionMain {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.addSubscriptionMain .addSubscriptionItem {
    display: flex;
    flex-direction: column;
    /* Fixed 350px wraps to 1 col on laptop when scrollbar/padding eats width.
       Half-width keeps 2 columns on laptop + big screen; mobile overrides below. */
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    box-sizing: border-box;
}

/* Mobile only: single column (laptop/desktop stay 2-col) */
@media only screen and (max-width: 767px) {
    .addSubscriptionMain .addSubscriptionItem {
        width: 100%;
        max-width: 100%;
    }
}

.addSubscriptionMain .addSubscriptionItem label {
    font-size: 1rem;
    margin-bottom: .4rem;
    color: #b6b6b6;
}

.addSubscriptionMain .addSubscriptionItem p-calendar input {
    background: none;
}

.addSubscriptionMain .addSubscriptionItem .p-datepicker-trigger {
    bottom: 7px !important;
    right: 10px ;
}

.addSubscriptionMain .addSubscriptionItem p-cascadeselect {
    height: 33px;
    border-radius: 0.2rem;
    border: 1px solid #ddd;
    outline: none;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 .2rem;
}

.addSubscriptionMain .addSubscriptionItem p-cascadeselect .p-cascadeselect {
    width: 100% !important;
}

.addSubscriptionMain .addSubscriptionItem p-cascadeselect .p-hidden-accessible {
    display: none;
}

.addSubscriptionMain .addSubscriptionItem p-cascadeselect .p-cascadeselect-label {
    border: none;
    background-size: 0;
}

.p-cascadeselect-panel p-cascadeselectsub ul {
    background-color: #fff;
    border: 1px solid #ddd;
    max-height: 400px;
    overflow-y: auto;
}

.p-cascadeselect-panel .p-cascadeselect-item {
    padding: .4rem;
}

.p-cascadeselect-panel .p-cascadeselect-item.p-cascadeselect-item-active {
    background-color: #ddd;
    color: #0e2031;
}

.p-cascadeselect-panel .p-cascadeselect-item .p-cascadeselect-item-content>.p-cascadeselect-group-icon:before,
.p-cascadeselect-panel .p-cascadeselect-item.p-cascadeselect-item-active .p-cascadeselect-sublist .p-cascadeselect-item .p-cascadeselect-item-content>.p-cascadeselect-group-icon:before {
    content: "play_arrow";
    color: #9E9E9E;
}

.p-cascadeselect-panel .p-cascadeselect-item.p-cascadeselect-item-active .p-cascadeselect-item-content>.p-cascadeselect-group-icon:before,
.p-cascadeselect-panel .p-cascadeselect-item.p-cascadeselect-item-active .p-cascadeselect-sublist .p-cascadeselect-item.p-cascadeselect-item-active .p-cascadeselect-item-content>.p-cascadeselect-group-icon:before {
    content: "play_arrow";
    color: #0e2031;
}

.p-cascadeselect-panel .p-cascadeselect-item .p-cascadeselect-item-content>.p-cascadeselect-item-text,
.p-cascadeselect-panel .p-cascadeselect-item.p-cascadeselect-item-active .p-cascadeselect-sublist .p-cascadeselect-item .p-cascadeselect-item-content>.p-cascadeselect-item-text {
    font-weight: 500;
}

.p-cascadeselect-panel .p-cascadeselect-item.p-cascadeselect-item-active .p-cascadeselect-item-content>.p-cascadeselect-item-text,
.p-cascadeselect-panel .p-cascadeselect-item.p-cascadeselect-item-active .p-cascadeselect-sublist .p-cascadeselect-item.p-cascadeselect-item-active .p-cascadeselect-item-content>.p-cascadeselect-item-text {
    font-weight: bold;
}

.addSubscriptionMain .addSubscriptionItem input {
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    border: 1px solid #ddd;
    outline: none;
    width: 100%;
    line-height: initial !important;
}

.addSubscriptionMain .addSubscriptionItem .p-dropdown {
    background: #fff;
    border: 1px solid #ddd;
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    width: 100%;
}

.addSubscriptionMain .addSubscriptionItem .p-dropdown .p-dropdown-label {
    padding-top: 0;
    padding-bottom: 0;
}

.addSubscriptionMain .addSubscriptionItem .p-dropdown .p-dropdown-trigger {
    top: 7px;
    right: 4px;
}

.addSubscriptionMain .addSubscriptionItem .lookLikeInput {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    width: 100%;
    cursor: not-allowed;
}

.addSubscriptionMain .addSubscriptionItem>button {
    width: max-content;
    align-self: flex-end;
    display: flex;
    align-items: center;
}

.addSubscriptionMain .addSubscriptionItem>button span {
    margin-right: 10px;
}

.addSubscriptionFooter {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}

.addSubscriptionFooter .addSubscriptionFooterItem button {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
}

.p-datepicker,
.p-multiselect-panel {
    background: #fff;
}

.p-datepicker .p-datepicker-calendar tr td span.p-highlight,
.p-datepicker .p-datepicker-calendar tr td.p-datepicker-today span {
    background: #637b91;
    color: #fff;
}

.p-datepicker .p-datepicker-calendar tr td span.p-disabled {
    color: #b7b7b7;
}

.subscriptionsDetailMain .subscriptionsDetailHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscriptionsDetailMain .subscriptionsDetailHeading h2 span {
    font-size: .6rem;
    font-weight: normal;
    margin-left: 10px;
    color: #8e8e8e;
}

.subscriptionsDetailMain .subscriptionsDetailHeading button {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    align-items: center;
}

.subscriptionsDetailBody {
    display: none;
    gap: 1rem;
}

.subscriptionsDetailBody .subscriptionsDetailItem {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.subscriptionsDetailBody .subscriptionsDetailItem label {
    color: #818181;
}

.subscriptionsDetailBody .subscriptionsDetailItem span {
    font-size: 1rem;
    display: inline-block;
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 5px;
}

.subscriptionsDetailHistory .subscriptionsDetailTable .subscriptionsDetailHistoryBtn {
    display: flex;
    gap: .2rem;
}

.subscriptionsDetailHistory .subscriptionsDetailTable .p-datatable .p-datatable-thead>tr>th {
    background-color: #0e2031;
    color: #fff;
}

.subscriptionsDetailHistory .subscriptionsDetailTable .p-datatable .p-datatable-tbody>tr.subscription-history-entry-row>td {
    background-color: lightgray;
    border-bottom: 20px solid transparent;
}


.subscriptionsDetailMain h4.noDataMessage {
    margin: 0;
    color: #b6b6b6;
    font-weight: normal;
}

.p-dataView-tecfolk-fix table.waitForLoadingStats {
    width: 100%;
}

.p-dataView-tecfolk-fix table.waitForLoadingStats th,
.p-dataView-tecfolk-fix table.waitForLoadingStats td {
    background-color: #000;
    height: 30px;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #ececec 8%, #e2e2e2 18%, #ececec 33%);
    background-size: 800px 104px;
    position: relative;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }

    100% {
        background-position: 800px 0
    }
}

.tecGym-checkbox-row {
    display: flex;
    gap: 20px;
    padding: 10px 20px;
}

.tecGym-checkbox-row .tecGym-checkbox-field {
    width: 50%;
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
}

.tecGym-general-settings h3 {
    padding-left: 10px;
}

.tecGym-checkbox-row .tecGym-checkbox-field p-checkbox,
.tecGym-checkbox-row .tecGym-checkbox-field label {
    cursor: pointer;
}

.tecGym-component .tecGym-component-body .tecGym-component-trainer-stat {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    padding-top: 15px;
}

.tecGym-component .tecGym-component-body .tecGym-component-trainer-stat .tecGym-component-trainer-stat-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: .5em;
}

.tecGym-component .tecGym-component-body .tecGym-component-trainer-stat .tecGym-component-trainer-stat-item label {
    color: #818181;
}

.tecGym-component .tecGym-component-body .tecGym-component-trainer-stat .tecGym-component-trainer-stat-item span {
    font-size: 1rem;
    display: inline-block;
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 5px;
}

.tecGym-component .tecGym-component-body .tecGym-component-trainer-payout-history {
    padding-top: 15px;
}

.tecGym-component .p-dialog-content {
    padding: 1rem 1.2rem 3rem 1.2rem !important;
}

.payout-main-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.payout-main-wrapper .payout-fields {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.payout-main-wrapper .payout-fields label {
    font-size: 1rem;
    margin-bottom: .4rem;
    color: #b6b6b6;
}

.payout-main-wrapper .payout-fields input,
.payout-main-wrapper .payout-fields textarea {
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    border: 1px solid #ddd;
    outline: none;
    width: 100%;
    line-height: initial !important;
}

.payout-main-wrapper .payout-fields p-dropdown,
.payout-main-wrapper .payout-fields p-multiselect {
    background-image: none;
}

.payout-main-wrapper .payout-fields .p-dropdown {
    background: #fff;
    border: 1px solid #ddd;
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    width: 100%;
}

.payout-main-wrapper .payout-fields .p-dropdown .p-dropdown-label {
    padding-top: 0;
    padding-bottom: 0;
}

.payout-main-wrapper .payout-fields .p-dropdown .p-dropdown-trigger {
    top: 7px;
    right: 4px;
}

.payout-main-wrapper .payout-fields span.field-like {
    font-size: 1rem;
    display: inline-block;
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 5px;
}

.payout-main-wrapper .payout-fields.payout-field-checkbox {
    flex-direction: row;
    align-items: center;
}

.payout-main-wrapper .payout-fields.payout-field-checkbox label {
    margin-bottom: 0;
    color: #4c4c4c;
}

.payout-main-wrapper .payout-fields.payout-field-checkbox .p-checkbox-box {
    display: none;
}

.payout-main-wrapper .payout-fields p-calendar input {
    background: none;
}

.payout-main-wrapper .payout-fields .p-datepicker-trigger {
    bottom: 7px !important;
    right: 10px !important;
}

.payout-main-wrapper .payout-fields p-cascadeselect {
    height: 33px;
    border-radius: 0.2rem;
    border: 1px solid #ddd;
    outline: none;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 .2rem;
}

.payout-main-wrapper .payout-fields p-cascadeselect .p-cascadeselect {
    width: 100% !important;
}

.payout-main-wrapper .payout-fields p-cascadeselect .p-hidden-accessible {
    display: none;
}

.payout-main-wrapper .payout-fields p-cascadeselect .p-cascadeselect-label {
    border: none;
    background-size: 0;
}

.noDataAvailable {
    display: flex;
    background: #e8e8e8;
    border-radius: 5px;
    padding: 0 15px;
}

.noDataAvailable p {
    font-size: 1rem;
    color: #747474;
}

/* //////////////////////////////////////////////////// */
.trainerAttendanceMarking .payout-main-wrapper .payout-fields {
    width: 320px;
}

.trainerAttendanceMarking .payout-main-wrapper .payout-fields span.label {
    font-size: 1rem;
    margin-bottom: .4rem;
    color: #777272;
}

.trainerAttendanceMarking .payout-main-wrapper .payout-fields span.bind {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    width: 100%;
    cursor: not-allowed;
}

.tecGym-component .payout-main-wrapper .payout-fields {
    display: flex;
    flex-direction: column;
    width: 320px;
}

.pettyCashDialog .payout-main-wrapper .payout-fields {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.trainerAttendanceMarking .payout-main-wrapper .payout-fields span.label,
.tecGym-component .payout-main-wrapper .payout-fields span.label {
    font-size: 1rem;
    color: #b6b6b6;
    font-weight: normal;
    margin-bottom: .4rem;
}

.payout-main-wrapper .payout-fields .p-multiselect {
    background: #fff;
    border: 1px solid #ddd;
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    width: 100%;
}

.payout-main-wrapper .payout-fields .p-multiselect .p-multiselect-label {
    padding: 0;
    color: #000;
    font-weight: normal;
}

.payout-main-wrapper .payout-fields .p-multiselect .p-multiselect-trigger {
    top: 7px;
    right: 4px;
}

.trainerAttendanceMarking .p-dialog .p-dialog-content {
    padding: 1em !important;
}

.p-multiselect-panel p-multiselectitem .p-multiselect-item .p-checkbox-box.p-highlight .p-checkbox-icon {
    border-color: #00ad34;
    position: relative;
}

.p-multiselect-panel p-multiselectitem .p-multiselect-item .p-checkbox-box.p-highlight .p-checkbox-icon:before {
    color: #00ad34;
    position: absolute;
}


.trainerAttendanceMarking .payout-main-wrapper .payout-fields p-dropdown .p-dropdown-label {
    padding: 0;
    color: #000;
    font-weight: normal;
}

.trainerAttendanceMarking .payout-main-wrapper .payout-fields span.bind {
    padding: 0;
    color: #000;
    font-weight: normal;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.tecGym-component.appTopbarFix .payout-fields {
    width: 100%;
}

.topbarNewStyle {
    height: 75px;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 1099;
}

.topbarNewStyle .logoMain {
    background-color: #0e2031;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 15px;
}

.topbarNewStyle .logoMain img {
    max-width: 100%;
    max-height: 100%;
}

.topbarNewStyle .toolbarMain {
    background-color: #2f4050;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.topbarNewStyle .toolbarMain .menuToggleBtn {
    display: flex;
    align-items: center;
}

.topbarNewStyle .toolbarMain .menuToggleBtn .ToggleBtn {
    width: 35px;
    height: 35px;
    background: #1ab394;
    border-radius: 100%;
    position: relative;
    left: -8px;
}

.topbarNewStyle .toolbarMain .menuToggleBtn .ToggleBtn a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.topbarNewStyle .toolbarMain .menuToggleBtn .ToggleBtn a i {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    color: #fff;
    font-size: 30px;
}

/* .topbarNewStyle .toolbarMain .menuToggleBtn .ToggleBtn a i::before {
    content: "chevron_left";
} */

.topbarNewStyle .toolbarMain .branchAndLicenceInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    text-align: center;
}

.topbarNewStyle .toolbarMain .branchAndLicenceInfo span.branchName {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.topbarNewStyle .toolbarMain .toolbatBtns {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 15px;
}

.topbarNewStyle .toolbarMain .toolbatBtns .duesNotificationsBtn {
    position: relative;
}

.topbarNewStyle .toolbarMain .toolbatBtns .duesNotificationsBtn .duesNotificationsIcon {
    font-size: 36px;
    color: #ffffff;
    transition: color 0.3s;
}

.topbarNewStyle .toolbarMain .toolbatBtns .duesNotificationsBtn .duesNotificationsBadge {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #1ab394;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.p-menu.p-menu-overlay {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #c7c7c7;
    box-shadow: 0px 9px 17px 2px #434343;
    top: 31px !important;
    left: 0 !important;
}

.p-menu.p-menu-overlay ul li.p-submenu-header {
    display: none;
}

.p-menu.p-menu-overlay ul li.p-menuitem a:hover {
    background-color: #2f4050;
    color: #fff;
}

.p-menu.p-menu-overlay ul li.p-menuitem a:hover .p-menuitem-icon {
    color: #fff;
}

.addTrainerFeeWrapper .addTrainerFeeItem .p-multiselect {
    background: #fff;
    border: 1px solid #ddd;
    padding: .5rem .8rem;
    border-radius: 0.2rem;
    width: 100%;
}

.addTrainerFeeWrapper .addTrainerFeeItem .p-multiselect .p-multiselect-trigger {
    top: 7px;
    right: 4px;
}

.addTrainerFeeWrapper .addTrainerFeeItem .p-multiselect .p-multiselect-label {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem !important;
    color: gray !important;
}

.p-multiselect-panel .p-multiselect-header .p-checkbox {
    display: none;
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container input {
    color: #484848 !important;
    padding-left: 0 !important;
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    background-color: #2f4050;
}

.p-multiselect-panel .p-multiselect-items-wrapper ul.p-multiselect-items li.p-multiselect-item .p-checkbox .p-checkbox-box .p-checkbox-icon {
    border: 1px solid #959595;
    position: relative;
    width: 1em;
    height: 1em;
    border-radius: 100%;
}

.p-multiselect-panel .p-multiselect-items-wrapper ul.p-multiselect-items li.p-multiselect-item .p-checkbox .p-checkbox-box .p-checkbox-icon::before {
    content: "check";
    font-size: 17px;
    color: #959595;
    position: absolute;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

.p-multiselect-panel .p-multiselect-items-wrapper ul.p-multiselect-items li.p-multiselect-item .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon::before {
    color: #00ad34;
}

.p-multiselect-panel .p-multiselect-items-wrapper ul.p-multiselect-items li.p-multiselect-item .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon {
    border-color: #00ad34;
}

.p-toast {
    z-index: 999999999999999999 !important;
}

.p-datepicker-timeonly {
    width: min-content !important;
}

.p-timepicker {
    background-color: #0e2031;
    color: #fff;
    width: 200px;
    min-width: none;
}

.checkboxCustomStyle {
    background-color: #e2e2e2;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #bebebe;
    cursor: pointer;
}

.checkboxCustomStyle.selected {
    background-color: #2f4050;
    border: 1px solid #050505;
    color: #fff;
}

.checkboxCustomStyle:hover {
    background-color: #d0d0d0;
    border: 1px solid #a8a8a8;
}

.checkboxCustomStyle.selected:hover {
    background-color: #44596e;
}

p-dialog .p-dialog {
    position: relative;
}

p-dialog .p-dialog .loadingStyles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 1;
    backdrop-filter: blur(4px);
}

.add-service-responsive .tecGym-component-toolbar {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.tecGym-component .tecGym-component-actions .p-button.p-button-success {
    color: #ffffff;
    background-color: #4CAF50;
    height: 2rem;
    border-radius: 5px;
}

.tecGym-component .tecGym-component-actions .p-button.p-button-danger {
        color: #ffffff;
        background-color: #F44336;
        height: 2rem;
        border-radius: 5px;
    }
.trainer-dashboard-responsive p-tabview.p-element {
        width: 100%;
    }
/* Outer dialog box */
.my-unique-dialog.p-dialog {
    border-radius: 12px;
  }

  /* Dialog content area */
  .my-unique-dialog .p-dialog-content {
    max-height: 300px;
    white-space: pre-line;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 1.257em 1em !important;
  }

  /* Dialog header */
  .my-unique-dialog .p-dialog-header {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
    border-radius: 12px 12px 0 0;
  }

  .highlightedTotal{
    background-color: rgb(223, 229, 233) !important;
    }
  .highlightedGrandTotal{
    background-color:rgb(227, 255, 227) !important;
    font-weight: 700 !important;
    }

    @media only screen and (min-device-width: 430px) and (max-device-width: 770px) {
        .dashboard .tecGym-component-stats{
            flex-flow: wrap;
        }
        .tecGym-component .tecGym-component-body .services-container {
            display: flex;
            gap: 1rem;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .tecGym-component .tecGym-component-toolbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 1rem;
            flex-direction: row;
        }

        .tecGym-component .tecGym-component-body .tecGym-component-form {
            display: flex;
            flex-direction: row;
        }

        .tecGym-component .tecGym-component-body {
            padding: 1rem;
        }
        .tecGym-component .tecGym-component-body .tecGym-component-form .form-field {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 1rem;
        }

        .trainer-dashboard-responsive p-table p-datatable-thead {
            display: flex;
        }
    }

    @media only screen and (min-device-width: 780px) {

        .tecGym-component .tecGym-component-body .services-container {
            display: flex;
            gap: 1rem;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .tecGym-component .tecGym-component-toolbar {
            margin-bottom: 30px;
            display: flex;
            flex-direction: row;
        }

        .tecGym-component .tecGym-component-body {
            padding: 1rem;
        }

        .tecGym-component .tecGym-component-body .tecGym-component-form {
            display: flex;
            flex-direction: row;
        }

        .tecGym-component .tecGym-component-body .tecGym-component-form .form-field {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .tecGym-component .tecGym-component-body .tecGym-component-trainer-stat {
            display: flex;
            gap: 2em;
            padding-top: 15px;
            width: -webkit-fill-available;
        }
    }

/* ── Add Stock dialog – mobile responsive ── */
@media (max-width: 768px) {
    /* Make dialog full-width on mobile */
    .add-stock-dialog.p-dialog {
        width: 95vw !important;
        max-width: 95vw !important;
        left: 2.5% !important;
    }

    /* Stack Stock Info sections to full width */
    .add-stock-dialog .Stock-Info-Main {
        flex-direction: column !important;
    }

    .add-stock-dialog .Stock-Info-Main .p-g-12.p-md-6 {
        width: 100% !important;
        padding: 0 !important;
    }

    /* Stack Payment Mode + Total Payment vertically */
    .stock-payment-section {
        flex-direction: column !important;
        gap: 14px !important;
        padding: 0 !important;
    }

    .stock-payment-section .p-g-6 {
        width: 100% !important;
        padding: 0 !important;
    }

    .stock-payment-section .p-g-6.p-inputgroup {
        width: 100% !important;
        flex-wrap: nowrap;
    }

    /* Stack label above input in each field */
    .add-stock-dialog .stock-form-container .p-inputgroup {
        flex-direction: column !important;
        align-items: stretch;
        justify-content: flex-start !important;
        gap: 6px;
    }

    .add-stock-dialog .stock-form-container .p-inputgroup .p-inputgroup {
        flex-direction: row !important;
        align-items: center;
        gap: 0;
    }

    .add-stock-dialog .stock-info-span.p-inputgroup-addon {
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal;
        word-break: break-word;
        line-height: 1.3;
        padding: 6px 8px !important;
    }

    /* Centre the Cancel / Save buttons and allow wrapping */
    .stock-action-buttons {
        flex-wrap: wrap !important;
        gap: 12px !important;
        justify-content: center !important;
    }

    .stock-action-buttons button {
        flex: 1 1 auto;
        min-width: 110px;
    }
}



/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/mobile.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
.topbar-show-on-mobile,
.mobile-label {
    display: none;
}

.enquiryLable {
    display: none;
}

.package-main-div {
    display: flex;
    justify-content: space-evenly;
}

.profile-menu span.p-dropdown-label {
    color: white;
}

.profile-menu .p-dropdown .p-dropdown-trigger .pi {
    color: white !important;
}

@media only screen and (min-width: 320px) and (max-width: 424px) {
    .userPsw .changePassword {
        display: flex;
        flex-direction: column;
    }

    .mem-attendance-res .title {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .trainer-res .title {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .trainer-res .buttonAlign {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/* devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
    .salesReportResponsivefix.subscriptionReportResponsivefix td.trainer-defaulter-report.salesReportlabelRow {
        width: 368px !important;
        font-weight: bold;
    }
    .salesReportResponsivefix .salesReportlabelRowPackage div span {

        font-weight: bold;
    }

    .salesReportResponsivefix .salesReportlabelRowComment {
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .salesReportResponsivefix .search-field-main {
        gap: 3em;
    }

    .upcoming-Dues-Report .title {
        padding-top: 12px !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .upcoming-Dues-Report .search-field-main {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .upcoming-Dues-Report .search-main {
        display: flex;
    }

    .upcoming-Dues-Report .search-main .p-calendar-from {
        display: flex !important;
        flex-direction: column !important;
        width: 80% !important;
        margin-left: auto !important;
    }

    .upcoming-Dues-Report .search-main .p-calendar-to {
        display: flex !important;
        flex-direction: column !important;
        width: 80% !important;
        margin-left: auto !important;
    }

    .upcoming-Dues-Report .p-inputtext {
        width: 80%;
        margin-left: 0px;
    }

    .upcoming-Dues-Report .btnMainDiv {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-around;
        width: 100%;
        flex-direction: initial;
    }

    .upcoming-Dues-Report .p-datatable-thead {
        display: none;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        width: 24rem;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr td {
        display: flex;

    }

    .upcoming-Dues-Report .p-datatable-tbody tr td span {
        width: 50%;
        font-weight: bold;

    }

    .upcoming-Dues-Report .actionBtn {
        align-items: center;

    }

    .upcoming-Dues-Report .actionBtn .defaulter-action-btn-main span {
        justify-content: center;

    }

    .sales-Orders-responsive .search-Main {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .sales-Orders-responsive .btn-Main-Div {
        display: flex;
        justify-content: space-between;
    }

    .sales-Orders-responsive .p-datatable-thead {
        display: none;
    }


    .sales-Orders-responsive .p-selectable-row {
        display: flex;
        flex-direction: column;
    }

    .sales-Orders-responsive .p-selectable-row td {
        display: flex;
    }

    .sales-Orders-responsive .p-selectable-row td .mobile-Lable {
        width: 40% !important;
        font-weight: bold;
    }

    .posMainStyle .p-datatable-thead {
        display: none;
    }

    .posMainStyle .posProductItem {
        display: flex;
        flex-direction: column;
    }

    .posMainStyle .posProductItem td {
        display: flex;
    }

    .posMainStyle .posProductItem td .mobile-Lable {
        font-weight: bold;
        width: 40%;
    }

    .posMainStyle .td-Hide {
        display: none;
    }

    .posMainStyle .colspan {
        width: 50%;
    }

    .purchase-ORDERS .Fulfilled {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .purchase-ORDERS .Fulfilled .btn-Main {
        display: flex;
        justify-content: space-between;
    }

    .purchase-ORDERS .search-Main {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .purchase-ORDERS .mobile-Lable-Fullfilled {
        font-size: 12px;
        width: 40%;
        font-weight: bold;
    }

    .purchase-ORDERS .search-Btn-Main {
        display: flex;
        justify-content: space-between;
    }

    .purchase-ORDERS .p-datatable-thead {
        display: none;
    }

    .purchase-ORDERS .tr {
        display: flex;
        flex-direction: column;
    }

    .purchase-ORDERS .tr td {
        display: flex;
    }

    .purchase-ORDERS .mobile-Lable {
        font-size: 12px;
        font-weight: bold;
        width: 50%;
    }

    .Purchase-Order-Responsive h1 {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .Purchase-Order-Responsive .p-datatable-thead tr {
        display: none;
    }

    .Purchase-Order-Responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .Purchase-Order-Responsive .search-supplier-tr td {
        display: flex;
    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable {
        width: 40%;
        font-weight: bold;
    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable-Image {
        width: 40%;
        font-weight: bold;
        display: flex;
        align-items: center;

    }

    .Purchase-Order-Responsive .opSelectedRow {
        display: flex;
        flex-direction: column;
    }

    .Purchase-Order-Responsive .opSelectedRow td {
        display: flex;
    }

    .Purchase-Order-Responsive .search-Product-tr td {
        display: flex;
    }

    .Purchase-Order-Responsive .search-Product-tr td .mobile-Lable {
        width: 50%;
        font-weight: bold;
    }

    .Purchase-Order-Responsive .search-Product-tr footer {
        display: none;
    }

    .Purchase-Order-Responsive .remarks-Tr {
        display: flex !important;
        flex-direction: column !important;
    }

    .Purchase-Order-Responsive .remarks-Tr td {
        width: 380px;
    }

    .add-Supplier-Responsive .p-toolbar-group-left {
        width: 100%;
        justify-content: space-between;
    }

    .add-Supplier-Responsive .profileImgContainer {
        flex-direction: column;
    }

    .add-Supplier-Responsive .userDetailToolBar {
        flex-direction: column;
        width: -webkit-fill-available;
        gap: 15px;
    }

    .add-Supplier-Responsive .add-Supplier-Form {
        display: flex;
        flex-direction: column;
    }

    .supplier-Listing-Responsive h1 {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .supplier-Listing-Responsive .search-Main {
        display: flex;
        flex-direction: column;
    }

    .supplier-Listing-Responsive .btn-Main {
        display: flex;
        justify-content: space-evenly;
        margin-top: 20px;
    }

    .supplier-Listing-Responsive .p-datatable-thead tr {
        display: none;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td {
        display: flex;
        align-items: center;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable {
        width: 40%;
        font-weight: bold;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable-Image {
        width: 40%;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .lock-List-Responsive h1 {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .lock-List-Responsive .search-Main {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 10px;
    }

    .lock-List-Responsive td {
        display: flex;
    }

    .lock-List-Responsive .mobile-Lable {
        font-weight: bold;
        width: 40%;
    }

    .add-Employee-responsive .p-toolbar-group-left {
        flex-wrap: wrap;
        gap: 20px
    }

    .add-Employee-responsive .profileImgContainer {
        flex-direction: column;
        align-items: center;
    }

    .add-Employee-responsive .imgstyle {
        margin-right: 40px;
    }

    .add-Employee-responsive .imgstyle img {
        width: 150px !important;
        height: 150px !important;
    }

    .add-Employee-responsive .userDetailToolBar {
        flex-direction: column;
        gap: 10px;
        width: -webkit-fill-available;
    }

    .add-Employee-responsive .first {
        font-size: x-large;
    }

    .add-Employee-responsive .form-Main {
        display: flex;
        flex-direction: column;
    }

    .pay-Salary-responsive h1 {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .pay-Salary-responsive .top-Bar-Main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .pay-Salary-responsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 60%;
        height: 25px;
    }

    .pay-Salary-responsive .dropdown-Main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .pay-Salary-responsive tr {
        display: flex !important;
        flex-direction: column !important;
    }

    .pay-Salary-responsive tr td {
        display: flex !important;
    }

    .pay-Salary-responsive .mobile-Lable {
        width: 40%;
        font-weight: bold;
    }

    .pay-Salary-responsive .p-datatable-thead {
        display: none;
    }

    .employees-Listing-Responsive .input-Main {
        width: auto;
    }

    .employees-Listing-Responsive .input {
        width: 100% !important;
    }

    .employees-Listing-Responsive .btn-Main {
        display: flex;
        justify-content: space-evenly;
        margin-top: 20px;
    }

    .employees-Listing-Responsive .p-datatable-thead {
        display: none;
    }

    .employees-Listing-Responsive .tr-Main {
        display: flex;
        flex-direction: column;
    }

    .employees-Listing-Responsive .mobile-Lable {
        width: 40%;
        font-weight: bold;
        font-size: 14px;
    }

    .employees-Listing-Responsive .tr-Main td {
        display: flex;
    }

    .employees-Listing-Responsive .tr-Main td .action-Btn {
        display: flex;
        width: 40%;
        font-weight: bold;
        font-size: 14px;
    }

    .app-designation-management-respnsive .main-Heading {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .app-designation-management-respnsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .app-designation-management-respnsive .clear-Button {
        background: #ffffff;
        color: #0e2031;
        margin-right: 8px;
        height: 25px;
        border: none;
    }

    .app-designation-management-respnsive .button-Main-Div {
        width: -webkit-fill-available;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 10px;
    }

    .app-designation-management-respnsive .p-table-tecfolk-fix .p-datatable-table tr th {
        display: none;
    }

    .app-designation-management-respnsive .p-table-tecfolk-fix .p-datatable-table tr {
        display: flex;
        flex-direction: column;
    }

    .app-designation-management-respnsive .AddNewDesignationManagement {
        width: inherit;
    }

    .app-designation-management-respnsive .mobile-Lable {
        width: 40%;
        font-weight: bold;
        font-size: 14px;
    }

    .app-designation-management-respnsive .AddNewDesignationManagement td {
        display: flex;
    }

    .product-categories-responsive .mobile-Lable {
        width: 40%;
        font-weight: bold;
        font-size: 14px;
    }

    .product-categories-responsive .product-categories-td {
        display: flex;
    }

    .product-categories-responsive .p-table-tecfolk-fix .p-datatable-table tr th {
        display: none;
    }

    .add-product-responsive .profileImgContainer {
        flex-direction: column;
    }

    .add-product-responsive .profileImgContainer {
        display: flex;
        flex-direction: column;
    }

    .add-product-responsive .mobile-lable {
        width: 40%;
        font-weight: bold;
        font-size: 14px;
    }

    .add-product-responsive .add-product-td {
        display: flex;
    }

    .add-product-responsive .p-table-tecfolk-fix .p-datatable-table tr th {
        display: none;
    }

    .add-product-responsive body .p-datatable-table .p-datatable-tbody>tr {
        width: auto;
        display: flex !important;
        flex-direction: column !important;
    }

    .add-product-responsive .productDetailsButton {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .add-product-responsive .ExtraInfo {
        display: flex;
        flex-direction: column;
    }

    .add-product-responsive .stock-info-span {
        width: auto;
        font-size: 14px;
    }

    .add-product-responsive .Stock-Pricing-Heading {
        font-size: 18px;
    }

    .add-product-responsive .Stock-Info-Heading {
        font-size: 18px;
    }

    .add-product-responsive .p-tabview-nav-content {
        display: flex;
    }

    .add-product-responsive .userDetailToolBar {
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: column;
    }

    .add-product-responsive .tag {
        font-size: larger;
    }

    .add-product-responsive .info {
        font-size: larger;
    }

    .products-listing-responsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .products-listing-responsive .search-button {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .products-listing-responsive .search-field {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .products-listing-responsive .button-div {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 10px;
    }

    .products-listing-responsive .products-listing-td {
        display: flex !important;
    }

    .product-category-responsive .productCategoryButton {
        display: flex;
        justify-content: space-evenly;
    }


    .product-categories-responsive .search-Bar-Main {
        display: flex;
        flex-direction: column;
    }

    .product-categories-responsive .search-Bar-Button {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }


    .app-update-stock-count-responsive .p-table-tecfolk-fix .p-datatable-table tr th {
        display: none;
    }

    .app-update-stock-count-responsive .mobile-lable {
        width: 40%;
        font-weight: bold;
        font-size: 14px;
    }

    .app-update-stock-count-responsive .mobile-td {
        display: flex;
    }

    .app-update-stock-count-responsive .body .p-datatable-table .p-datatable-tbody>tr {
        width: max-content !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .addProfilePic .addProfilePicBody {
        width: 93vw !important;

    }

    .addProfilePic .addProfilePicHeader div {
        font-size: 13px !important;
    }

    .addProfilePic .addProfilePicBody .webcam-wrapper video {
        width: 100% !important;
    }

    /* .add-member-res .freezeHistory .freezeHistorySub {
        display: flex !important;
    } */
    .slots-reponsive .title {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .slots-reponsive .p-table-globalfilter-container {
        display: flex;
        flex-direction: column;
        width: 70%;
        gap: 5px;
    }

    .slots-reponsive .p-table-globalfilter-container input {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .slots-reponsive caption {
        display: flex;

    }

    .slots-reponsive .p-datatable-thead tr {
        display: none;

    }

    .slots-reponsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;

    }

    .slots-reponsive .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .slots-reponsive .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    /* /////////////////////////////////////////////////For Package builder start/////////////////////////////////////////////////////////////// */

    .package-Builders .title {
        font-size: 18px !important;
        font-weight: revert !important;

    }

    .package-Builders .searchMain {
        display: flex;
        flex-direction: column;
        margin-top: 10px;

    }

    .package-Builders .p-datatable-thead {
        display: none;

    }

    .package-Builders .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .package-Builders .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .package-Builders .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .package-Builders .p-datatable-tbody tr .defaulter-action-btn-main {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }


    .add-package-builder-responsive .package-main-div {
        flex-direction: column !important;
    }

    .add-package-builder-responsive .nextBtn {
        display: flex;
        justify-content: center;
        font-size: larger !important;
    }

    .add-package-builder-responsive .package-main-div .p-panel-title {
        font-size: larger;
    }


    .add-package-builder-responsive .main-heading {
        font-size: x-large;
        font-weight: 700;
        text-align: center;
    }

    .add-package-builder-responsive .p-listbox {
        width: 150% !important;
    }

    .add-package-builder-responsive .package-color {
        align-items: center;
        flex-direction: column;
    }

    /* /// */
    /* .package-builder-responsive .package-main-div {
        flex-direction: column !important;
    } */

    .package-builder-responsive .nextBtn {
        display: flex;
        justify-content: center;
        font-size: larger !important;
    }

    .package-builder-responsive .package-main-div .p-panel-title {
        font-size: larger;
    }


    .package-builder-responsive .main-heading {
        font-size: x-large;
        font-weight: 700;
        text-align: center;
    }

    .package-builder-responsive .p-listbox {
        width: 115% !important;
    }

    .package-builder-responsive .package-color {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    /* .package-builder-responsive .nextBtn {
        display: flex;
        justify-content: center;
        font-size: larger !important;
    } */


    /* ///////////////////////////////////////////////////For Package builder End ////////////////////////////////////////////////////////////// */



    .userPsw .changePassword {
        display: flex;
        flex-direction: column;
    }

    .mem-attendance-res .title {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .globle-responsive .globle-field-main-date .dueDateMain .p-calendar {
        width: inherit !important;
    }

    .globle-responsive .globle-field-main-date .startingdateMain .p-calendar {
        width: inherit !important;
    }

    .photoTextAlign {
        align-items: center;
    }

    .topbar-show-on-mobile {
        display: flex;
    }

    .mobile-label {
        display: block;
    }

    .layout-container .topbar {
        height: 150px;
    }

    .layout-container .layout-main {
        padding-top: 150px;
    }

    .layout-container .layout-menu,
    .layout-container .layout-rightpanel {
        top: 183px;
    }

    .layout-container .layout-rightpanel {
        width: 100% !important;
        right: -100% !important;
    }

    /* Mobile utility */
    .mobile-padding-0 {
        padding: 0 !important;
    }

    /* Global CSS */

    /* visitor list css */
    .visitor-res .page-title {
        padding-top: 20px;
        font-size: 18px !important;
        font-weight: bold !important;
        padding-left: 10px;
    }

    .visitor-res .p-datatable-header {
        padding: 0 !important;
    }

    .visitor-res .searchMobile {
        margin-bottom: 9px !important;
    }

    .visitor-res .p-table-tecfolk-fix thead {
        display: none;
    }

    .visitor-res .p-table-tecfolk-fix tbody tr {
        display: flex;
        flex-direction: column;
    }

    .visitor-res .p-table-tecfolk-fix tbody tr td {
        display: flex;
    }

    .visitor-res .p-table-tecfolk-fix tbody tr td .mobile-label {
        width: 40%;
        font-weight: bold;
        text-align: start;
    }


    .add-visitor-responsive .form-Main {
        display: flex;
        flex-direction: column;
    }

    .add-visitor-responsive .p-toolbar-tecfolk-fix {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .add-visitor-responsive .form-1 {
        display: flex;
        flex-direction: column;
    }

    .add-visitor-responsive .form-2 {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .add-visitor-responsive .contact-Detail-fields {
        gap: 20px;
    }

    .add-visitor-responsive .gender-option {
        display: flex;
        text-align: center;
    }

    .add-visitor-responsive .custom-button {
        border: none !important;
        border-radius: 5px !important;
        display: flex !important;
        align-items: center !important;
    }

    .add-visitor-responsive .p-datatable-tbody td {
        display: flex !important;
        width: 100% !important;
    }

    .add-visitor-responsive .p-datatable-tbody {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .add-visitor-responsive .p-datatable-tbody tr {
        display: flex !important;
        flex-direction: column !important;
    }

    .add-visitor-responsive .p-datatable-tbody .td-label {
        width: 40%;
        font-weight: bold;
    }

    .add-visitor-responsive .p-datatable-tfoot tr .empty-div {
        display: none !important;
    }

    /* Topbar component css */
    .topbar-show-on-mobile {
        flex-direction: column;
    }

    .topbar-show-on-mobile .topbar-left {
        width: 100% !important;
        padding: 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .topbar-show-on-mobile .topbar-left .logo {
        height: auto !important;
    }

    .topbar-show-on-mobile .topbar-left .logo img {
        width: inherit;
    }

    .topbar-show-on-mobile .topbar-center-branch-licesce-Info .p-inline-message {
        width: 100%;
        padding: 4px 0;
        border-radius: 0;
    }

    .topbar-show-on-mobile .topbar-center-branch-menu-notification {
        display: flex;
        padding: 10px;
        align-items: center;
    }

    .topbar-show-on-mobile .topbar-center-branch-menu-notification .topbar-branch-Name {
        flex-grow: 1;
    }

    .topbar-show-on-mobile .topbar-center-branch-menu-notification .topbar-branch-Name h6 {
        color: white;
        margin: 0;
        line-height: initial;
        font-size: 18px;
    }

    .topbar-show-on-mobile .topbar-center-branch-menu-notification .topbar-right {
        padding: initial;
        position: initial;
        display: flex;
    }

    .topbar-show-on-mobile .topbar-center-branch-menu-notification .topbar-right #topbar-menu-button {
        margin-top: 0;
        margin-right: 10px;
    }

    .topbar-show-on-mobile .topbar-center-branch-menu-notification .topbar-right #topbar-menu-button-notification {
        position: relative;
    }

    .topbar-show-on-mobile .topbar-center-branch-menu-notification .topbar-right #topbar-menu-button-notification i {
        font-size: 36px;
        color: #ffffff;
        transition: color 0.3s;
    }

    .topbar-show-on-mobile .topbar-center-branch-menu-notification .topbar-right #topbar-menu-button-notification .topbar-badge {
        position: absolute;
        right: -5px;
        top: -5px;
        background-color: #1ab394;
        color: #ffffff;
        border-radius: 20%;
        padding: 2px 4px;
        display: block;
        font-size: 12px;
        line-height: 12px;
    }

    /* layout right panel (Defaulter list) */
    .layout-rightpanel .layout-rightpanel-header {
        display: flex;
    }

    .layout-rightpanel .layout-rightpanel-header .weather-day {
        margin-right: 12px;
    }

    .layout-rightpanel .layout-rightpanel-content .layout-rightpanel-content-defaulter-count {
        margin-top: 10px;
    }

    .layout-rightpanel .layout-rightpanel-content .layout-rightpanel-content-defaulter-count h4 {
        margin-top: 0;
    }

    .layout-rightpanel .layout-rightpanel-content .p-tabview-panels .p-tabview-panel {
        padding-right: 14px;
    }

    /* Add Member responsive */
    .add-member-res .freezeHistory {
        flex-direction: column;
    }

    .add-member-res .nextDueDate span {
        width: 100% !important;
        position: unset !;
    }

    .add-member-res .trainerRadioBtn {
        display: flex;
        justify-content: space-evenly;
    }

    .add-member-res .p-toolbar {
        border-radius: 5px;
    }

    .add-member-res .p-toolbar .memberDetailsButton {
        flex-wrap: wrap;
    }

    .add-member-res .p-toolbar .memberDetailsButton .p-button {
        width: auto;
        margin: 0;
        flex-grow: 1;
        justify-content: center;
    }

    .add-member-res .p-toolbar .memberDetailsButton .p-button span {

        padding-left: 0px;
    }

    .add-member-res .p-toolbar .memberDetailsButton .p-button .p-button-icon-left {
        padding-left: 0px;
    }

    .add-member-res .p-toolbar .memberDetailsButton .p-button .p-button-label {
        flex-grow: 1;
        display: block;
        width: max-content;
    }

    .add-member-res .p-tabview-nav-content ul.p-tabview-nav {
        width: -moz-fit-content;
        width: fit-content;
        overflow-x: scroll;
    }

    .add-member-res .p-tabview-nav-content ul.p-tabview-nav li {
        width: max-content;
        flex-grow: 1;
        display: flex;
    }

    .add-member-res .p-tabview-nav-content ul.p-tabview-nav li a span {
        display: flex;
    }

    .add-member-res .add-member-res-tabs .p-tabview-panel {
        padding: 0;
    }

    .add-member-res .add-member-res-tabs .add-member-res-tab-Details {
        padding-top: 15px !important;
    }

    .add-member-res .add-member-res-tabs .add-member-res-tab-Details .profileImgContainer {
        align-items: stretch;
    }

    .add-member-res .add-member-res-tabs .add-member-res-tab-Details .profileImgContainer .imgstyle {
        width: 50%;
    }

    .add-member-res .add-member-res-tabs .add-member-res-tab-Details .profileImgContainer .userDetailToolBar {
        flex-direction: column;
        padding: 12px;
    }

    .add-member-res .add-member-res-tabs .add-member-res-tab-Details .profileImgContainer .userDetailToolBar h3 {
        align-self: flex-start;
    }

    .add-member-res .add-member-res-tabs .add-member-res-tab-Details .profileImgContainer .userDetailToolBar button {
        width: 100%;
    }

    .add-member-res .add-member-res-tab-Fee-Details>.p-g {
        flex-direction: column;
    }

    .add-member-res .add-member-res-tab-Fee-Details .feeDetailsHeader {
        flex-direction: column;
        flex-wrap: wrap;
    }

    /* .add-member-res .add-member-res-tab-Fee-Details .feeDetailsHeader>div {
        width: 50%;
    } */

    .add-member-res .add-member-res-tab-Fee-Details .feeDetailsHeader .namefieldInline input {
        width: 100% !important;
    }

    .add-member-res .add-member-res-tab-Fee-Details .feeDetailsHeader.p-accordion>div {
        width: 100%;
    }

    .add-member-res .add-member-res-tab-Fee-Details .feeDetailsHeader.p-accordion>div>div {
        display: flex;
        flex-direction: column;
    }

    /* .add-member-res .add-member-res-tab-Fee-Details .feeDetailsHeader.p-accordion>div>div {
        width: 50%;
    } */

    .add-member-res .add-member-res-tab-Fee-Details .feeDetailsStyle .p-datatable-header {
        display: flex;
        flex-wrap: wrap;
    }

    .add-member-res .add-member-res-tab-Fee-Details .feeDetailsStyle .p-datatable-header .p-button {
        width: auto;
        margin: 0;
        flex-grow: 1;
        margin-top: 0px !important;
        margin-bottom: 7px;
    }

    .add-member-res .add-member-res-tab-Fee-Details .TrainingAttendencelabelRow>span {
        width: 50%;
    }

    .add-member-res .add-member-res-tab-Fee-Details tbody tr td:last-child span:last-child {
        display: flex;
        justify-content: space-evenly;
    }

    /* trainer responsive */
    .trainer-res .title {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .trainer-res .buttonAlign {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .trainer-res .p-toolbar {
        border-radius: 5px;
    }

    .trainer-res .p-toolbar .p-toolbar-group-left {
        flex-wrap: wrap;
        gap: 8px;
    }

    .trainer-res .p-toolbar .p-toolbar-group-left .p-button {
        width: auto;
        margin: 0;
        flex-grow: 1;
    }

    .trainer-res .p-toolbar .p-toolbar-group-left .p-button .p-button-icon-left {
        padding-left: 0px;
    }

    .trainer-res .p-toolbar .p-toolbar-group-left .p-button .p-button-label {
        flex-grow: 1;
        display: block;
        width: max-content;
    }

    .trainer-res .profileImgContainer {
        align-items: stretch;
        padding-top: 15px;
    }

    .trainer-res .profileImgContainer .imgstyle {
        width: 40%;
    }

    .trainer-res .profileImgContainer .imgstyle img {
        width: 100% !important;
        margin: 0 !important;
    }

    .trainer-res .profileImgContainer .userDetailToolBar {
        flex-direction: column;
        padding: 12px;
        gap: 5px
    }

    .trainer-res .profileImgContainer .userDetailToolBar h3 {
        align-self: flex-start;
    }

    .trainer-res .profileImgContainer .userDetailToolBar button {
        width: 100%;
    }

    .trainer-res .trainer-details-res .p-g-6 {
        width: 100%;
    }

    .trainer-res .trainer-details-res .gender-res .p-g-6 {
        width: auto;
    }

    .trainer-res .trainer-details-res table tbody tr td {
        padding-left: 15px !important;
    }

    /* Add single sign up responsive  */
    .single-signup-res .p-accordion .p-accordion-content {
        padding: 0;
    }

    .single-signup-res .p-accordion .p-accordion-content .profileImgContainer {
        align-items: stretch;
        padding-top: 15px;
    }

    .single-signup-res .p-accordion .p-accordion-content .profileImgContainer .imgstyle {
        width: 56%;
    }

    .single-signup-res .p-accordion .p-accordion-content .profileImgContainer .userDetailToolBar {
        flex-direction: column;
        padding: 12px;
    }

    .single-signup-res .p-accordion .p-accordion-content .profileImgContainer .userDetailToolBar h3 {
        align-self: flex-start;
    }

    .single-signup-res .p-accordion .p-accordion-content .profileImgContainer .userDetailToolBar button {
        width: 100%;
    }

    .single-signup-res .single-signup-detail-1-res {
        display: flex;
        flex-direction: column;
    }

    .single-signup-res .single-signup-detail-1-res>div {
        width: 100%;
    }

    .single-signup-res .single-signup-detail-2-res .personal-training-session {
        display: flex;
        flex-direction: column;
    }

    .single-signup-res .single-signup-detail-2-res .personal-training-session-radioButton>div {
        width: 25%;
    }

    .single-signup-res .single-signup-detail-2-res .personal-training-session .p-g-6 {
        width: 100%;
    }

    .single-signup-res .gender-option {
        text-align: center;
    }

    /* .single-signup-res .covid-option {
        text-align: center;
    } */

    .multiple-signup-res .p-accordion .p-accordion-content {
        padding: 0;
    }

    .multiple-signup-res .p-accordion .p-accordion-content .profileImgContainer {
        align-items: stretch;
        padding-top: 15px;
    }

    .multiple-signup-res .p-accordion .p-accordion-content .profileImgContainer .imgstyle {
        width: 50%;
    }

    .multiple-signup-res .p-accordion .p-accordion-content .profileImgContainer .userDetailToolBar {
        flex-direction: column;
        padding: 12px;
    }

    .multiple-signup-res .p-accordion .p-accordion-content .profileImgContainer .userDetailToolBar h3 {
        align-self: flex-start;
    }

    .multiple-signup-res .p-accordion .p-accordion-content .profileImgContainer .userDetailToolBar button {
        width: 100%;
    }

    .multiple-signup-res .multiple-signup-detail-1-res {
        display: flex;
        flex-direction: column;
    }

    .multiple-signup-res .multiple-signup-detail-1-res>div {
        width: 100%;
    }

    .multiple-signup-res .multiple-signup-detail-2-res .personal-training-session {
        display: flex;
        flex-direction: column;
    }

    .multiple-signup-res .multiple-signup-detail-2-res .personal-training-session-radioButton>div {
        width: 25%;
    }

    .multiple-signup-res .multiple-signup-detail-2-res .personal-training-session .p-g-6 {
        width: 100%;
    }

    .multiple-signup-res .multiple-signup-detail-2-res .personal-training-session thead {
        display: none;
    }

    .multiple-signup-res .multiple-signup-detail-2-res .personal-training-session tbody tr {
        display: flex;
        flex-direction: column;
    }

    .multiple-signup-res .multiple-signup-detail-2-res .personal-training-session tbody tr td {
        display: flex;
    }

    .multiple-signup-res .multiple-signup-detail-2-res .personal-training-session tbody tr td .mobile-label {
        width: 40%;
        font-weight: bold;
    }

    .signup-fee-collection-res .collect-fee-btn {
        width: 100%;
        padding: 0;
    }

    .signup-fee-collection-res thead {
        display: none;
    }

    .signup-fee-collection-res tbody tr {
        display: flex;
        flex-direction: column;
    }

    .signup-fee-collection-res tbody tr td {
        display: flex;
    }

    .signup-fee-collection-res tbody tr td .mobile-label {
        width: 40%;
        font-weight: bold;
    }

    .fees-invoice-res form {
        width: 100% !important;
        height: auto !important;
    }

    .fees-invoice-res .p-dialog-content {
        padding: 0 !important;
    }

    .send-fee-receipt-res thead {
        display: none;
    }

    .send-fee-receipt-res tbody tr {
        display: flex;
        flex-direction: column;
    }

    .send-fee-receipt-res tbody tr td {
        display: flex;
    }

    .send-fee-receipt-res tbody tr td .mobile-label {
        width: 40%;
        font-weight: bold;
    }

    /* User Responsive */
    .user-res .profileImgContainer {
        align-items: stretch !important;
        padding-top: 15px;
    }

    .user-res .profileImgContainer .imgstyle {
        width: 40%;
    }

    .user-res .profileImgContainer .imgstyle img {
        width: 100% !important;
        margin: 0 !important;
    }

    .user-res .profileImgContainer .userDetailToolBar {
        flex-direction: column;
        padding: 12px;
        gap: 5px
    }

    .user-res .profileImgContainer .userDetailToolBar h3 {
        align-self: flex-start;
    }

    .user-res .profileImgContainer .userDetailToolBar button {
        width: 100%;
    }

    .user-res .p-tabview-panels .p-tabview-panel {
        padding: 0;
    }

    .user-res .user-detail-res .p-g-6 {
        width: 100%;
    }

    /* FOR ENQUIRY RESPONSIVE */
    .inquiryListingUiFixV2 {
        margin-top: 15px;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .searchNameinput {
        margin-bottom: 0px !important;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .btnDiv {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .p-button-text-only {
        margin-bottom: 10px;
        width: 48%;
    }

    .inquiryListingUiFixV2 tbody tr td .enquiryLable {
        width: 40%;
    }

    .inquiryListingUiFixV2 .enquiry-Main {
        padding: 0;
    }

    .inquiryListingUiFixV2 .card {
        padding: 0;
    }

    .inquiryListingUiFixV2 .p-datatable-header {
        padding: 0;
    }

    .inquiryListingUiFixV2 .page-title {
        padding-top: 20px !important;
        font-size: 18px !important;
        font-weight: bold !important;
        margin-left: 10px !important;
    }

    .inquiryListingUiFixV2 .p-datatable-thead {
        display: none;
    }

    .inquiryListingUiFixV2 tr {
        display: flex;
        flex-direction: column;
    }

    .enquiryLable {
        display: block !important;
        font-weight: 600;
    }

    .inquiryListingUiFixV2 .p-datatable-tbody td {
        display: flex;
        width: 100%;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .actionBtn {
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .actionBtn .p-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* For Member Attendance Report */
    .mem-attend-res .mem-attend-search-main .dropdown {
        display: flex;
    }

    .mem-attend-res .mem-attend-search-main .calender-main {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .mem-attend-res .mem-attend-search-main .field-main {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .mem-attend-res .mem-attend-search-main .dropdown .lable {
        width: 67px;
    }

    .mem-attend-res .mem-attend-search-main .dropdown .mem-attend-res-dropdown {
        margin-left: 26px;
        flex-grow: 1;
        margin-right: 8px;
    }

    /* .mem-attend-res-dropdown */
    .mem-attend-res .title {
        font-size: 18px !important;
        font-weight: bold !important;
        margin-top: 10px !important;
    }

    .mem-attend-res .main-padding {
        padding: 0 !important;
    }

    .mem-attend-res .mem-attend-search-main {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .mem-attend-res .attend-calenderFrom {
        display: flex !important;
        flex-direction: column !important;
        width: 80% !important;
        margin-left: 20px;
    }

    .mem-attend-res .attend-calenderTo {
        display: flex !important;
        flex-direction: column !important;
        width: 80% !important;
        margin-left: 35px;
    }

    .mem-attend-res input {
        display: flex !important;
        flex-direction: column !important;
        /* width: 50% !important; */
        margin-left: 0px;
        border: none;
        border-bottom: 1px solid white;
        font-size: 12px;
    }

    .mem-attend-res input::placeholder {
        color: black !important;
        padding-left: 5px;
    }

    .mem-attend-res .mem-attend-btnMainDiv {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
    }

    /* for visitor request detail */
    .visitor-request-detail .title {
        display: flex;
        justify-content: center;
        font-size: 20px;
    }

    .visitor-request-detail .input {
        width: 100% !important;
    }

    .visitor-request-detail .gender-option {
        text-align: center;
    }

    .visitor-request-detail .request-type {
        display: flex;
        flex-direction: column;
    }

    .visitor-request-detail .btn-main {
        display: flex;
        justify-content: center;
        margin: 10px 0 10px 0;
    }

    /* ///////////////////////////////////////// */
    .mem-attend-res table.p-datatable-table {
        display: flex;
        flex-direction: column;
    }

    .mem-attend-res table.p-datatable-table thead {
        display: none;
    }

    .mem-attend-res table.p-datatable-table tbody {
        display: flex;
        flex-direction: column;
    }

    .mem-attend-res .mem-attend-res-data-tr {
        display: flex;
        flex-direction: column;
    }

    .mem-attend-res .mem-attend-res-data-tr td {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
    }

    .mem-attend-res .mem-attend-res-data-tr td .req-Lable {
        display: flex !important;
        font-weight: bold !important;
        text-align: start !important;
        width: 40%;
        align-items: center;
    }

    .mem-attend-res .mem-attend-res-data-tr td .req-photo {
        display: flex !important;
        align-items: center !important;
        font-weight: bold !important;
        width: 40%;
    }

    .mem-attend-res .search-member-main .search-filter-main {
        display: flex;
        justify-content: space-between !important;
        width: 100%;
    }

    .mem-attend-res .search-member-main {
        display: flex;
        align-items: center;
    }

    /* FOR add enquiry mobile responsive */
    .add-enquiry .p-toolbar-tecfolk-fix {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .add-enquiry .p-toolbar-tecfolk-fix .p-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.1;
        padding: 0.45rem 0.85rem;
        margin-right: 0 !important;
    }

    .add-enquiry .p-toolbar-tecfolk-fix .p-button-label {
        line-height: 1;
    }

    .add-enquiry .form {
        display: flex !important;
        flex-direction: column !important;
    }

    .add-enquiry .gender-option {
        text-align: center;
    }

    .add-enquiry .input-main {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .add-enquiry .detail-main {
        padding: 0 !important;
    }

    /* .add-enquiry .covid-option {
        text-align: center;
    } */


    /* FOR REQUESTS MANAGEMENT */

    .req-management .req-Title {
        padding-top: 20px !important;
        font-size: 18px !important;
        font-weight: bold !important;
        margin-left: 10px !important;
    }

    .req-management .searchDiv {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .req-management .searchDiv .p-inputtext {
        padding-top: 10px !important;
    }

    .req-management .searchDiv .p-button {
        display: flex;
        align-items: center;
        justify-content: center;
        left: 100px;
    }

    .req-management .p-datatable-tbody td {
        display: flex;
        width: 100%;
    }

    .req-management .p-datatable-tbody td .req-Lable {
        display: flex !important;
        font-weight: bold !important;
        align-items: center !important;
        width: 40%;
    }

    .req-management .p-datatable-tbody td .req-photo {
        display: flex !important;
        align-items: center !important;
        font-weight: bold !important;
        width: 40%;
    }

    .req-management .p-datatable-tbody td img {
        border-radius: 0% !important;
        display: flex;
    }

    .req-management-table table {
        display: flex;
        flex-direction: column;
    }

    .req-management-table table thead {
        display: none;
    }

    .req-management-table table tbody {
        display: flex;
        flex-direction: column;
    }

    .req-management-table table tbody tr {
        display: flex;
        flex-direction: column;
    }

    .req-management-table table tbody tr td {
        width: 100%;
    }


    /* FOR ACTIVITY LOG */
    .activity-log .calendar-main p-calendar span {
        width: 100%;
    }

    .activity-log .req-Title {
        padding-top: 30px !important;
        font-size: 30px !important;
        font-weight: bold !important;
        margin-left: 10px !important;
        justify-content: center;
        display: flex;
    }

    .activity-log .searchDiv {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .activity-log .searchDiv .p-inputtext {
        padding-top: 10px !important;
    }

    .activity-log .searchDiv .p-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .activity-log .p-datatable-tbody td {
        display: flex;
        width: 100%;
    }

    .activity-log .p-datatable-tbody td .req-Lable {
        display: flex !important;
        font-weight: bold !important;
        align-items: center !important;
        width: 40%;
    }

    .activity-log .p-datatable-tbody td .req-photo {
        display: flex !important;
        align-items: center !important;
        font-weight: bold !important;
        width: 40%;
    }

    .activity-log .p-datatable-tbody td img {
        border-radius: 0% !important;
        display: flex;
    }

    .activity-log-table table {
        display: flex;
        flex-direction: column;
    }

    .activity-log-table table thead {
        display: none;
    }

    .activity-log-table table tbody {
        display: flex;
        flex-direction: column;
    }

    .activity-log-table table tbody tr {
        display: flex;
        flex-direction: column;
    }

    .activity-log-table table tbody tr td {
        width: 100%;
    }

    .hideTabileHeadOnMobile table thead {
        display: none;
    }

    .req-management .reportSummary {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .req-management .reportSummary table tr td {
        display: table-cell;
    }

    .req-management .emptyth {
        display: none;
    }

    /* .req-management p-table{
    display: flex;
} */
    /* .req-management .p-datatable-thead tr{
    width: 100%;
    display: flex;
    justify-content: center;
} */
    /*For request view detail Responsive */
    .requestDetail {
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
    }

    .requestDetail .form {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .requestDetail .form .p-g-12 .Main-heading {
        text-align: center;
        display: flex;
        flex-direction: column !important;
        font-size: 25px;
    }

    .requestDetail .imgContainer {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        width: 100% !important;
        align-items: center !important;
        gap: 44px !important;
    }

    .requestDetail .form .p-inputgroup .input {
        width: 100%;
    }

    .requestDetail .form .gender-option {
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: row !important;
    }

    .requestDetail .form .btn-main {
        margin: 20px 0 20px 0;
    }

    /* For New Member Report Responsive //////////////////////////////////////////////////////////////////////////*/

    .new-member-report-responsive .p-datatable-thead {
        display: none;
    }

    .new-member-report-responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .new-member-report-responsive .p-table-tecfolk-fix .p-datatable-table {
        display: flex;
        flex-direction: column;
    }

    .new-member-report-responsive .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .new-member-report-responsive .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .new-member-report-responsive .p-datatable-tbody tr .td-photo-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .new-member-report-responsive .empty-div {
        display: none !important;
    }

    .new-member-report-responsive .td-data {
        width: 38%;
    }

    .new-member-report-responsive .summary {
        width: 62% !important;
    }

    .members-res .MemberToolbarButton {
        grid-template-columns: auto auto;
    }

    /* .members-res .MemberToolbarButton button {
        width: auto;
    } */

    .members-res .title {
        padding-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }

    /* add Members Fee responsive */
    .addMemberFee-res .p-dialog {
        width: 100%;
    }

    .addMemberFee-res .p-dialog form {
        width: 100% !important;
    }

    .addMemberFee-res .p-dialog form .p-inputgroup {
        justify-content: space-evenly;
    }

    .addMemberFee-res .p-dialog form .p-dropdown {
        min-width: auto;
    }

    /* for check-in report////////////////////////////////////////////////////////////////////////// */


    /* for training attendance report //////////////////////////////////////////////////////////////// */
    .training-attendance-report-responsive .p-datatable-thead {
        display: none;
    }

    .training-attendance-report-responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .training-attendance-report-responsive .p-table-tecfolk-fix .p-datatable-table {
        display: flex;
        flex-direction: column;
    }

    .training-attendance-report-responsive .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .training-attendance-report-responsive .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .training-attendance-report-responsive .p-datatable-tbody tr .td-photo-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .training-attendance-report-responsive .p-datatable-footer span {
        display: flex;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
    }

    /* for users roles responsive */
    .users-role .title {
        font-size: 18px !important;
        font-weight: bold !important;
        margin-top: 20px !important;
        margin-left: 10px !important;
    }

    .users-role .card {
        padding: 1px !important;
    }

    /* for Companies Management responsive */
    .companies-manaagement-responsive .card {
        padding: 0;
    }

    .companies-manaagement-responsive .title {
        padding-top: 20px !important;
        font-size: 18px !important;
        font-weight: bold !important;
        margin-left: 10px;
    }

    .companies-manaagement-responsive .search-btn {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .companies-manaagement-responsive .search-btn .p-inputtext {
        margin-right: 15px;
        margin-top: 10px;
    }

    .companies-manaagement-responsive .p-button {
        background: #ffffff;
        color: #0e2031;
        margin-right: 15px;
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 100px;
    }

    .companies-manaagement-responsive .p-datatable-thead {
        display: none;
    }

    .companies-manaagement-responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .companies-manaagement-responsive .p-table-tecfolk-fix .p-datatable-table {
        display: flex;
        flex-direction: column;
    }

    .companies-manaagement-responsive .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .companies-manaagement-responsive .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .companies-manaagement-responsive .p-datatable-tbody tr .action-btn .p-button {
        display: flex !important;
        justify-content: center !important;
        margin-right: 15em !important;
        background-color: #2f4050;
        color: white;
        position: initial;
    }

    /* For company detail responsive //////////////////////////////////////*/
    .company-detail-responsive .btn-main {
        display: flex;
        flex-direction: column;
        width: 138px;
        gap: 10px;
    }

    .company-detail-responsive .company-field-main {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .company-detail-responsive .company-field-subMain {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .company-detail-responsive .company-field-main .input {
        font-size: 12px !important;
    }

    .company-detail-responsive .fileUploadGym {
        padding: 0 0 0 23px !important;
    }

    .company-detail-responsive form {
        display: flex;
        flex-direction: column;
    }

    .company-detail-responsive .company-field-main .details-heading {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    /* for employees attendance report //////////////////////////////////////////////////////////////// */


    /*For Fee Submission Detail responsive */
    .fee-submission-requestDetail .title {
        text-align: center;
        font-size: 20px;
    }

    .fee-submission-requestDetail .form .member-img {
        margin: auto !important;
        border-radius: 0px !important;
        display: flex !important;
    }

    .fee-submission-requestDetail .form .member-img img {
        border-radius: 0px !important;
    }

    .fee-submission-requestDetail .form .car-detail .fee-img {
        width: 100% !important;
    }

    .fee-submission-requestDetail .detail-main {
        display: flex !important;
        flex-direction: column !important;
    }

    .fee-submission-requestDetail .form .input {
        width: 100% !important;
    }

    .fee-submission-requestDetail .form .dropdown {
        width: 100% !important;
    }

    .fee-submission-requestDetail .form .gender-option {
        display: flex !important;
        justify-content: space-between;
    }

    .fee-submission-requestDetail .form .btn-main {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
        justify-content: space-evenly;
    }

    /* for sales report ///////////////////////////////////////////////////////////////////////////////*/
    .salesReportResponsivefix .title {
        padding-top: 12px !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .salesReportResponsivefix .search-filter-main {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .salesReportResponsivefix .search-main {
        display: flex;
    }

    .salesReportResponsivefix .search-main .p-calendar-from {
        display: flex !important;
        flex-direction: column !important;
        width: 80% !important;
        margin-left: auto !important;
    }

    .salesReportResponsivefix .search-main .p-calendar-to {
        display: flex !important;
        flex-direction: column !important;
        width: 80% !important;
        margin-left: auto !important;
    }

    .salesReportResponsivefix .p-inputtext {
        width: 80%;
        margin-left: 0px;
    }

    .salesReportResponsivefix .btnMainDiv {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-around;
        width: 100%;
        flex-direction: initial;
    }

    .salesReportResponsivefix .p-table-tecfolk-fix .p-dropdown {
        width: 100%;
    }

    /* /////////////For Role Detail////////////////////  */

    .role-detail .p-toolbar-tecfolk-fix {
        width: 100%;
        justify-content: space-between;
    }

    .role-detail .input-main {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 25px 5px 0 5px !important;
    }

    .role-detail .p-datatable-thead {
        display: none;

    }

    .role-detail .p-datatable-tbody {
        display: flex;
        flex-direction: column;
    }

    .role-detail .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        text-align: end;
    }

    .role-detail .p-datatable-tbody tr td {
        display: flex;
        width: 100%;
    }

    .role-detail .p-datatable-tbody tr td .lable {
        display: flex;
        width: 40%;
        font-weight: bold !important;
    }

    .salesReportResponsivefix .btnMainDiv {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-around;
        width: 100%;
        flex-direction: initial;
        align-items: center;
    }

    .salesReportResponsivefix .p-table-tecfolk-fix .p-dropdown {
        width: 100%;
    }

    .p-dataView-tecfolk-fix .title {
        padding-top: 12px !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .p-dataView-tecfolk-fix .userSearch {
        gap: 20px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* for user password responsive */

    .user-password .input-main {
        display: flex;
        flex-direction: column;
    }

    /* for user role permissions responsive */

    .users-role-permission .title {
        padding-top: 12px !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .users-role-permission .p-datatable-thead {
        display: none;
    }

    .users-role-permission .p-datatable-tbody {
        display: flex;
        flex-direction: column;
    }

    .users-role-permission .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        text-align: end;
    }

    .users-role-permission .p-datatable-tbody tr td {
        display: flex;
        width: 100%;
        justify-content: left !important;
    }

    .users-role-permission .p-datatable-tbody tr td .lable {
        display: flex;
        width: 40%;
        font-weight: bold !important;
    }

    .users-role-permission .permissionSearchMain {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        flex-wrap: wrap !important;
        justify-content: space-evenly !important;
    }

    .users-role-permission .permissionSearchMain .permissionButton {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-evenly !important;
    }

    .users-role-permission .permissionSearchMain .permissionButton .p-button {
        width: 40%;
    }

    /* for user role detail --> permission responsive */
    .permission .title {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .permission .card {
        padding: 0px !important;
    }

    .permission .p-toolbar-tecfolk-fix {
        gap: 10px !important;
    }

    .card .card-w-title .permission .p-toolbar-tecfolk-fix {
        gap: 10px !important;
    }

    /* for branches responsive */
    .branches-responsive .title {
        padding-top: 12px !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .branches-responsive .p-datatable-thead {
        display: none;
    }

    .branches-responsive .p-datatable-tbody {
        display: flex;
        flex-direction: column;
    }

    .branches-responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        text-align: end;
    }

    .branches-responsive .p-datatable-tbody tr td {
        display: flex;
        width: 100%;
        justify-content: left !important;
    }

    .branches-responsive .p-datatable-tbody tr td .lable {
        display: flex;
        width: 40%;
        font-weight: bold !important;
    }

    /* for branches --> Detail responsive */


    .branch-detail .p-tabview-panel {
        padding: 0px !important;
    }

    .branch-detail .mobile-credential {
        padding-top: 10px !important;
        padding-left: 10px !important;
    }

    .mobile-credential .branch-detail .p-tabview-nav {
        width: 100% !important;
    }

    .branch-detail .p-tabview-nav .p-tabview-ink-bar {
        display: none !important;
    }

    .branch-detail .p-calendar {
        width: 100% !important;
        display: flex;
    }

    .branch-detail .p-calendar .span {
        width: 100% !important;
    }

    /* for inactive member/////////////////////////////// */
    .p-dataView-tecfolk-fix .title {
        padding-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }

    .p-dataView-tecfolk-fix .MemberToolbarButton {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .training-attendance-report-responsive .search-filter-main .search-main .spansearch {
        width: 94px !important;
    }

    .p-toast-top-right {
        right: 0 !important;
    }

    .p-toast {
        width: 95% !important;
        margin-right: 2.5% !important;
    }

    .branch-detail .p-tabview-nav-content ul.p-tabview-nav {
        width: -moz-fit-content;
        width: fit-content;
        overflow-x: scroll;
    }

    .branch-detail .p-tabview-nav-content ul.p-tabview-nav li {
        width: max-content;
        flex-grow: 1;
        display: flex;
    }
}

/* globle/////////////////////////////// */

.reportMainFields{
    width: 100%;

}
.add-fee-main .p-dialog-content {
    overflow-y: scroll !important;
    padding: 0 !important;
}

/* Multiple Payment Modes switch — ON color matches Save green.
   Do NOT override Add Fee dialog width/size. */
.add-fee-main .add-fee-multipay-toggle .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background-color: #4CAF50 !important;
}

.add-fee-main .add-fee-multipay-toggle .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background-color: #2E7D32 !important;
}

.add-fee-main .add-fee-multipay-toggle .p-inputswitch.p-inputswitch-checked.p-focus .p-inputswitch-slider {
    box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.35) !important;
}

.add-fee-main .add-fee-multipay-toggle .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background-color: #ffffff !important;
}

.tecGym-component .tecGym-component-stats-main .tbody div {
    display: contents;

}

.tecGym-component .tecGym-component-stats-main .tbody div span {
    display: none;

}

/*For Enquiry Tab */

@media only screen and (min-width: 600px) {
    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: row !important;
    }

    .add-product-responsive .mobile-lable {
        display: none;
    }

    .product-categories-responsive .mobile-Lable {
        display: none;
    }

    .add-product-responsive .productDetailsButton {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .add-product-responsive .Product-Details-Form {
        display: flex;
        flex-direction: row !important;
    }

    .add-product-responsive .ExtraInfo {
        display: flex;
        flex-direction: row !important;
    }

    .add-product-responsive .Stock-Info-Main {
        display: flex;
        flex-direction: row !important;
    }

    .add-product-responsive .ExtraInfo {
        display: flex;
        flex-direction: column;
    }

    .add-product-responsive .stock-info-span {
        width: auto;
        font-size: 14px;
    }

    .add-product-responsive .Stock-Pricing-Heading {
        font-size: 18px;
    }

    .add-product-responsive .Stock-Info-Heading {
        font-size: 18px;
    }

    .add-product-responsive .p-tabview-nav-content {
        display: flex;
    }

    .add-product-responsive .userDetailToolBar {
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row;
    }

    .add-product-responsive .tag {
        font-size: larger;
    }

    .add-product-responsive .info {
        font-size: larger;
    }

    .products-listing-responsive .search-button {
        display: flex;
    }

    .products-listing-responsive .search-field {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 30%;
    }

    .products-listing-responsive .mobile-label {
        display: none !important;
    }

    .products-listing-responsive .req-management-table table tbody tr {
        display: table-row;
    }

    .products-listing-responsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .products-listing-responsive .button-div {
        display: flex;
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }

    .product-category-responsive .productCategoryButton {
        display: flex;
    }

    .product-categories-responsive .search-Bar-Main {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 10px;
    }

    .app-update-stock-count-responsive .mobile-lable {
        display: none !important;
    }

    .add-visitor-responsive .p-datatable-tbody .td-label {
        display: none;
    }

    .add-package-builder-responsive .nextBtn {
        display: flex;
        justify-content: center;
    }

    .add-member-res .freezeHistory .freezeHistorySub {
        display: flex !important;
        width: 100%;
    }

    .add-member-res .feeDetailsHeaderSub {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .members-res .MemberToolbarButton {
        display: -webkit-box;
    }

    .users-role-permission .permissionSearchMain {
        display: flex !important;
        gap: 20px !important;
    }

    .globle-responsive .p-calendar-w-btn {
        display: flex;
    }

    .company-detail-responsive form .fileUploadGym h3,
    .branch-detail .fileUploadGym h3{
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
    }

    .company-detail-responsive .btn-main {
        width: 100% !important;
        gap: 10px !important;
    }

    .branch-detail .branch-main {
        display: flex;
        flex-direction: column;
    }

    .mem-attend-res .search-member-main {
        display: flex;
        align-items: center;
        width: 29% !important;
    }

    .add-visitor-responsive .p-toolbar-tecfolk-fix {
        gap: 20px !important;
    }

    .add-visitor-responsive .sub-form-1 {
        display: flex !important;
        flex-direction: column;
    }

    .p-dataView-tecfolk-fix .MemberSearchField {
        display: flex;
        flex-wrap: wrap;
    }

    .inquiryListingUiFixV2 .enquiry-Main .searchNameinput {
        gap: 20px;
    }

    .actionbtn-main .req-management .actionbtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 63px;
    }

    .req-management .actionbtn-main {
        display: flex;
        flex-direction: column;
    }

    .actionbtn-main .activity-log .actionbtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 63px;
    }

    .activity-log .actionbtn-main {
        display: flex;
        flex-direction: column;
    }

    .fee-submission-requestDetail .p-inputgroup .input {
        width: 80% !important;
    }

    .fee-submission-requestDetail .gender-option {
        display: flex !important;
    }

    .fee-submission-requestDetail .car-detail .fee-img {
        max-width: 300px !important;
    }

    .fee-submission-requestDetail .dropdown {
        width: 80% !important;
    }

    .trainer-res .profileImgContainer .add-trainerimg {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .trainer-res .p-toolbar-tecfolk-fix {
        gap: 20px !important;
    }

    .single-signup-res .userDetailToolBar .button {
        display: flex;
        width: 73px;
    }

    .branches-responsive .p-datatable-tbody tr td .lable {
        display: none;
    }

    .role-detail .p-datatable-tbody tr td .lable {
        display: none;
    }

    .users-role-permission .p-datatable-tbody tr td .lable {
        display: none;
    }

    .salesReportResponsivefix .search-filter-main {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        gap: 25px;
    }

    .training-attendance-report-responsive .p-datatable-tbody tr .td-title {
        display: none;
    }

    .training-attendance-report-responsive .p-datatable-tbody tr .td-photo-title {
        display: none;
    }

    /* for visitor request detail */
    .visitor-request-detail .title {
        font-size: 24px;
    }

    .visitor-request-detail .form {
        display: flex;
        flex-direction: column;
    }

    .visitor-request-detail .input-detail-main {
        display: flex;
    }

    .visitor-request-detail .input {
        width: 100% !important;
    }

    .visitor-request-detail .gender-option {
        text-align: left;
    }

    .visitor-request-detail .request-type {
        display: flex;
        flex-direction: column;
    }

    .visitor-request-detail .btn-main {
        display: flex;
        justify-content: left;
        margin: 10px 0 10px 0;
    }

    .employees-attendance-report-responsive .search-filter-main {
        display: flex
    }

    .employees-attendance-report-responsive .p-datatable-tbody tr .td-photo-title {
        display: none;
    }

    .employees-attendance-report-responsive .p-datatable-tbody tr .td-title {
        display: none;
    }

    .training-attendance-report-responsive .search-filter-main {
        display: flex;
    }

    .training-attendance-report-responsive .search-filter-main .search-main {
        display: flex;
    }

    .training-attendance-report-responsive .search-filter-main .search-main .spansearch {
        width: 108px !important;
    }

    .training-attendance-report-responsive .btn-main {
        display: flex;
        gap: 10px;
    }

    .employees-attendance-report-responsive .search-filter-main .search-main {
        display: flex;
    }

    .employees-attendance-report-responsive .search-filter-main .search-main .user-span {
        width: 110px;
    }

    .check-in-report-responsive .search-filter-main .search-main {
        display: flex;
    }

    .check-in-report-responsive .search-filter-main .dropdown {
        display: flex;
    }

    .check-in-report-responsive .search-filter-main .search-main .check-in-span {
        width: 110px !important;
    }

    .check-in-report-responsive .btn-main {
        display: flex;
        gap: 10px;
    }

    .user-res .Details .profileImgContainer .userDetailToolBar .button .p-button-text {
        width: 35% !important;
    }

    .permission .form-sub {
        display: flex;
        flex-direction: column;
    }

    .permission .p-toolbar-tecfolk-fix {
        gap: 20px;
    }


    .req-management .p-datatable-tbody td .req-Lable {
        display: none;
    }

    .activity-log .p-datatable-tbody td .req-Lable {
        display: none;
    }

    .inquiryListingUiFixV2 .p-table-tecfolk-fix .btnDiv {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    /* For Member Attendance Report */
    .mem-attend-res .mem-attend-search-main {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }

    .mem-attend-res .mem-attend-search-main .calender-main {
        display: flex;
        flex-direction: row;
    }

    .mem-attend-res .mem-attend-search-main .field-main {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
    }

    /* .mem-attend-res input {
        display: flex !important;
        flex-direction: column !important;
        width: 40% !important;
        border: none;
        border-bottom: 1px solid white;
        font-size: 11px;
    } */

    .mem-attend-res .search-member-main {
        display: flex;
        align-items: center;
        width: 40%;
    }

    .mem-attend-res .mem-attend-res-data-tr td .req-Lable {
        display: none;
    }

    .mem-attend-res .mem-attend-res-data-tr td .req-photo {
        display: none;
    }

    /* for new member report */
    .new-member-report-responsive .p-datatable-tbody tr .td-title {
        display: none;
    }

    .new-member-report-responsive .p-datatable-tbody tr .td-photo-title {
        display: none;
    }

    .new-member-report-responsive .search-filter-main {
        display: flex;
    }

    .new-member-report-responsive .search-main {
        display: flex;
    }

    /* for companies responsive  */
    .companies-manaagement-responsive .p-datatable-tbody tr .td-title {

        display: none;
    }

    .companies-manaagement-responsive .search-btn {
        display: flex;
        gap: 20px;
    }

    /* for companies detail responsive */
    .company-detail-responsive .btn-main {
        width: 100%;
        gap: 10px;
    }

    .company-detail-responsive .company-field-main {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
    }

    .company-detail-responsive .company-field-subMain {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .company-detail-responsive form {
        display: flex;
        flex-direction: column;
    }

    .company-detail-responsive .company-field-main .details-heading {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .globle-responsive .globle-field-main-date .dueDateMain .p-calendar {
        width: inherit !important;
    }

    .globle-responsive .globle-field-main-date .startingdateMain .p-calendar {
        width: inherit !important;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: row !important;
    }

    .role-detail .input-main {
        display: flex;
    }

    .products-listing-responsive .search-field {
        width: 50% !important;
    }

    .add-member-res .p-toolbar-tecfolk-fix {
        display: flex !important;
        flex-wrap: wrap;
    }

    body .p-tabview .p-tabview-panel {
        padding: 0;
    }

    .card.card-w-title {
        padding-left: 0;
        padding-right: 0;
    }

    .profileImgContainer .imgstyle {
        width: auto;
    }

    .profileImgContainer .userDetailToolBar {
        flex-wrap: wrap;
        row-gap: 5px;
        -moz-column-gap: 3px;
             column-gap: 3px;
    }

    .profileImgContainer .userDetailToolBar h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 12px !important;
    }
}

/* tab minimum 768 */
@media only screen and (min-width: 768px) and (max-width: 1015px) {
.salesReportResponsivefix .reportMainFilter .reportMainFields{
    flex-wrap: wrap;
}
    .userPayoutMain .payoutToolbar .toolbarItemMain {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }

    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: row !important;
    }

    .topbarNewStyle .toolbarMain .menuToggleBtn .ToggleBtn {
        width: 28px;
        height: 28px;
    }

    .topbarNewStyle .toolbarMain .toolbatBtns button {
        padding: 0 6px;
        font-size: 12px;
    }

    .topbarNewStyle .toolbarMain .toolbatBtns .duesNotificationsBtn .duesNotificationsIcon {
        font-size: 26px;
    }

    .topbarNewStyle .toolbarMain .toolbatBtns .duesNotificationsBtn .duesNotificationsBadge {
        font-size: 8px;
    }

    .topbarNewStyle .toolbarMain .branchAndLicenceInfo p-message span.p-inline-message-icon {
        width: .9em;
        height: .9em;
    }

    .topbarNewStyle .toolbarMain .branchAndLicenceInfo p-message span.p-inline-message-icon::before {
        font-size: 12px;
    }

    .topbarNewStyle .toolbarMain .branchAndLicenceInfo p-message span.p-inline-message-text {
        font-size: 10px;
    }

    .topbarNewStyle .toolbarMain .branchAndLicenceInfo span.branchName {
        font-size: 18px;
    }

    .role-detail .input-main {
        display: flex;
    }

    .salesReportResponsivefix .salesReportlabelRowPackage div {
        display: flex;
    }

    .salesReportResponsivefix .salesReportlabelRowPackage div span {
        display: flex;
        width: 40%;
        margin-right: 0px !important;
        font-weight: bold;
    }

    .salesReportResponsivefix .salesEmptyDiv {
        display: none;
    }

    .salesReportResponsivefix .tr {
        display: flex;
        flex-direction: column;
        width: 46rem;
    }

    .salesReportResponsivefix .tr .salesReportlabelRowTd {
        display: flex;
        align-items: center;
    }

    .salesReportResponsivefix .tr .salesReportlabelRow {
        display: flex;
        align-items: center;
    }

    .salesReportResponsivefix .tr .salesReportlabelRowComment {
        display: flex;
        width: 40%;
        margin-right: 0px !important;
        font-weight: bold;
    }

    .salesReportResponsivefix .tr .salesReportlabelRow span {
        display: flex;
        width: 40%;
        margin-right: 0px !important;
        font-weight: bold;
    }


    .salesReportResponsivefix .p-datatable-thead {
        display: none;
    }


    .salesReportResponsivefix .search-field-main {
        gap: 3em;
    }

    .salesReportResponsivefix .search-main .p-inputtext {
        margin-left: 0 !important;
    }

    /* .upcoming-Dues-Report .search-field-main {
        display: flex;
        justify-content: space-around;

    }

    .upcoming-Dues-Report .actionBtn .defaulter-action-btn-main {
        text-align: center;

    } */



    .salesReportResponsivefix .p-datatable-thead {
        display: none;
    }

    .salesReportResponsivefix .p-datatable-tbody>tr {
        display: flex !important;
        flex-direction: column !important;
        width: 46rem !important;
    }

    .salesReportResponsivefix .p-datatable-tbody>tr td {
        display: flex !important;
        flex-direction: row;
    }

    .salesReportResponsivefix .p-datatable-tbody>tr td span {
        display: flex;
        font-weight: bold;
        width: 40%;
        align-items: center;
    }

    .salesReportResponsivefix .salesReportlabelRow .TrainingAttendencelabel {
        display: flex;
        font-weight: bold;
        width: 100%;
        align-items: center;
    }

    .app-designation-management-respnsive .AddNewDesignationManagement .p-button {
        margin-left: 150px !important;
        margin-right: 150px !important;
    }

    .employees-Listing-Responsive .search-Main {
        display: flex !important;
        flex-direction: row !important;
    }

    .existing-Users-Search-Main {
        display: flex !important;
        flex-direction: row !important;
    }

    .existing-Users-Search-Main .searchUser {
        width: 50% !important;
    }

    .sales-Orders-responsive .search-Main {
        display: flex;
        gap: 10px;
    }

    .sales-Orders-responsive .p-selectable-row td .mobile-Lable {
        display: none;
    }

    .posMainStyle .search-Product-Input {
        width: 220px !important;
    }

    .posMainStyle .search-Main-Div {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
    }

    .posMainStyle .posProductItem td .mobile-Lable {
        display: none;
    }

    .purchase-ORDERS .Fulfilled {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable-Fullfilled {
        display: none;

    }

    .purchase-ORDERS .search-Main {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable {
        display: none;

    }


    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable-Image {
        display: none;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-Product-tr td .mobile-Lable {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable-Image {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable {
        display: none;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr .action-Btn {
        text-align: center;
    }

    .lock-List-Responsive .mobile-Lable {
        display: none !important;
    }

    .lock-List-Responsive .search-Main {
        text-align: left;
        gap: 30px;
        display: flex;
        margin-bottom: 10px;
    }

    .pay-Salary-responsive .mobile-Lable {
        display: none !important;
    }

    .pay-Salary-responsive .search-Main {
        display: flex;
        flex-wrap: wrap;
    }

    .pay-Salary-responsive .issue-Button {
        width: auto !important;
    }

    .pay-Salary-responsive .top-Bar-Main {
        display: flex;
        /* justify-content: space-between; */
        margin-bottom: 10px;
    }

    .pay-Salary-responsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 54%;
        height: 25px;

    }

    .pay-Salary-responsive .dropdown-Main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .employees-Listing-Responsive .search-Main {
        flex-direction: row !important;
    }

    .employees-Listing-Responsive .input {
        width: 100% !important;
    }

    .employees-Listing-Responsive .clear-Btn {
        margin-left: 10px;
    }

    .employees-Listing-Responsive .mobile-Lable {
        display: none !important;
    }

    .employees-Listing-Responsive .action-Btn {
        display: none !important;
    }

    .app-designation-management-respnsive .p-table-tecfolk-fix .p-datatable-header {
        display: flex;
        width: auto;
    }

    .app-designation-management-respnsive .main-Heading {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .app-designation-management-respnsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .app-designation-management-respnsive .clear-Button {
        background: #ffffff;
        color: #0e2031;
        margin-right: 8px;
        height: 25px;
        border: none;
        margin-left: 50px;
    }

    .app-designation-management-respnsive .update-Button {
        height: 28px;
    }

    .app-designation-management-respnsive .button-Main-Div {
        width: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 0px;
        gap: 20px
    }

    .app-designation-management-respnsive .p-table-tecfolk-fix .p-datatable-table tr th {
        display: none;
    }

    .app-designation-management-respnsive .AddNewDesignationManagement {
        width: auto;
        display: flex !important;
        flex-direction: column !important;
    }

    .app-designation-management-respnsive .mobile-Lable {
        width: 40%;
        font-weight: bold;
        font-size: 14px;
    }

    .app-designation-management-respnsive .AddNewDesignationManagement td {
        display: flex;
    }

    .add-package-builder-responsive .p-listbox {
        width: 130% !important;
    }

    .add-member-res .p-toolbar-tecfolk-fix {
        display: flex !important;
        flex-wrap: wrap;
    }

    body .p-tabview .p-tabview-panel {
        padding: 0;
    }

    .card.card-w-title {
        padding-left: 0;
        padding-right: 0;
    }

    .profileImgContainer .imgstyle {
        width: auto;
    }

    .profileImgContainer .userDetailToolBar {
        flex-wrap: wrap;
        row-gap: 5px;
        -moz-column-gap: 3px;
             column-gap: 3px;
    }

    .profileImgContainer .userDetailToolBar h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 12px !important;
    }

    .add-member-res .feeDetailsHeaderSub {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .package-Builders .p-datatable-tbody tr .td-title {
        display: none;
    }

    .globle-responsive .globle-field-main-date .dueDateMain .p-calendar {
        width: 100% !important;
    }

    .globle-responsive .globle-field-main-date .startingdateMain .p-calendar {
        width: 100% !important;
    }

    .users-role-permission .permissionSearchMain {
        display: flex !important;
        gap: 20px !important;
    }



    .branch-detail .branch-main {
        display: flex;
        flex-direction: column;
    }

    .check-in-report-responsive .btn-main {
        display: flex;
        justify-content: flex-start !important;
        gap: 10px;
    }

    .training-attendance-report-responsive .btn-main {
        display: flex;
        gap: 10px;
        justify-content: flex-start !important;

    }

    .salesReportResponsivefix .search-filter-main {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 50px;
    }

    /* For Member Attendance Report */
    .mem-attend-res .search-member-main {
        display: flex;
        align-items: center;
    }

    .mem-attend-res .mem-attend-search-main .calender-main {
        display: flex !important;
        gap: 10px !important;
        justify-content: space-between;
    }

    .mem-attend-res .mem-attend-search-main .field-main .dropdown {
        display: flex !important;
        gap: 10px !important;
        justify-content: space-between;
        width: 50%;
    }

    .mem-attend-res .mem-attend-search-main .field-main .dropdown .mem-attend-res-dropdown {
        flex-grow: 1;
    }

    .mem-attend-res .mem-attend-search-main .field-main {
        display: flex !important;
        gap: 10px !important;
        justify-content: space-between;
    }

    .mem-attend-res .mem-attend-search-main {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .mem-attend-res input {
        display: flex !important;
        flex-direction: column !important;
        width: 150%;
        border: none;
        border-bottom: 1px solid white;
        font-size: 11px;
    }

    .mem-attend-res .search-member-main {
        display: flex;
        align-items: center;
        width: 50% !important;
    }

    .mem-attend-res .search-member-main span {
        width: -webkit-fill-available !important;
    }

    .company-detail-responsive .header-main {
        display: flex;
        justify-content: space-between;

    }

    /* for company responsive */
    .company-detail-responsive form .fileUploadGym {
        margin-top: 0px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding: 0 !important;
        align-items: baseline;
    }

    .company-detail-responsive .btn-main {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        gap: 10px !important;
    }

    .globle-responsive .p-calendar-w-btn {
        display: flex;
    }

}

@media only screen and (min-width: 1020px) and (max-width: 1280px) {


    .userPayoutMain .payoutToolbar .toolbarItemMain {
        display: flex;
        width: 100%;
        gap: 1rem;
    }

    .userPayoutMain .payoutToolbar .toolbarItem {
        width: 71% !important;
        display: flex;
        flex-direction: column;
    }

    .userPayoutMain .payoutToolbar {
        flex-direction: row !important;
    }

    .userPayoutMain .payoutHeading {

        flex-direction: row !important;
    }

    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: row !important;

    }

    .role-detail .input-main {
        display: flex;
    }

    .salesReportResponsivefix .salesReportlabelRowPackage div span {
        display: none;
    }

    .salesReportResponsivefix .tr .salesReportlabelRowTd {
        display: flex;
        align-items: center;
    }

    .salesReportResponsivefix .tr .salesReportlabelRowComment {
        display: none;
    }

    .salesReportResponsivefix .tr .salesReportlabelRowTd {
        display: flex;

    }

    /* .salesReportResponsivefix .tr .salesReportlabelRow span {
  } */
    .upcoming-Dues-Report .search-field-main {
        display: flex;
        gap: 25px;

    }

    .upcoming-Dues-Report .search-main span {
        margin-right: 0px;

    }

    .upcoming-Dues-Report .actionBtn .salesReportlabelRow {

        display: none;

    }

    .salesReportResponsivefix .search-field-main {
        gap: 3em;
    }

    .salesReportResponsivefix .search-main .p-inputtext {
        margin-left: 0 !important;
    }

    .app-designation-management-respnsive .AddNewDesignationManagement .p-button {
        width: auto !important;
    }

    .existing-Users-Search-Main {
        display: flex !important;
        flex-direction: row !important;
    }

    .existing-Users-Search-Main .searchUser {
        width: 30% !important;
    }

    .sales-Orders-responsive .search-Main {
        display: flex;
        gap: 10px;
    }

    .sales-Orders-responsive .p-selectable-row td .mobile-Lable {
        display: none;
    }

    .posMainStyle .search-Product-Input {
        width: 220px !important;
    }

    .posMainStyle .search-Main-Div {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
    }

    .posMainStyle .posProductItem td .mobile-Lable {
        display: none;
    }

    .purchase-ORDERS .Fulfilled {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable-Fullfilled {
        display: none;

    }

    .purchase-ORDERS .search-Main {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable-Image {
        display: none;

    }

    .Purchase-Order-Responsive #searchProduct {
        width: 32% !important;

    }

    .Purchase-Order-Responsive #searchSupplier {
        width: 20% !important;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-Product-tr td .mobile-Lable {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable-Image {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable {
        display: none;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr .action-Btn {
        text-align: center;
    }

    .lock-List-Responsive .mobile-Lable {
        display: none !important;
    }

    .lock-List-Responsive .search-Main {
        text-align: left;
        gap: 30px;
        display: flex;
        margin-bottom: 10px;
    }

    .pay-Salary-responsive .mobile-Lable {
        display: none !important;
    }

    .pay-Salary-responsive .search-Main {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }

    .pay-Salary-responsive .issue-Button {
        width: auto !important;
    }

    .pay-Salary-responsive .top-Bar-Main {
        display: flex;
        /* justify-content: space-between; */
        margin-bottom: 10px;
        width: 38%;
    }

    .pay-Salary-responsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 60%;
        height: 25px;

    }

    .pay-Salary-responsive .dropdown-Main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .employees-Listing-Responsive .search-Main {
        flex-direction: row !important;
    }

    .employees-Listing-Responsive .input {
        width: 100% !important;
    }

    .employees-Listing-Responsive .clear-Btn {
        margin-left: 10px;
    }

    .employees-Listing-Responsive .mobile-Lable {
        display: none !important;
    }

    .employees-Listing-Responsive .action-Btn {
        display: none !important;
    }

    .app-designation-management-respnsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .app-designation-management-respnsive .button-Main-Div {
        width: auto;
        display: flex;
        gap: 20px;
        margin-left: 20px;
    }

    .app-designation-management-respnsive .p-table-tecfolk-fix .p-datatable-header {
        display: flex;
    }

    .app-designation-management-respnsive .mobile-Lable {
        display: none;
    }

    .add-package-builder-responsive .p-listbox {
        width: 130% !important;
    }

    .profileImgContainer .imgstyle {
        width: auto;
    }

    .profileImgContainer .userDetailToolBar {
        flex-wrap: wrap;
        row-gap: 5px;
        -moz-column-gap: 3px;
             column-gap: 3px;
    }

    .profileImgContainer .userDetailToolBar h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 12px !important;
    }

    .add-member-res .freezehiStoryMain {
        display: flex !important;
    }

    .add-member-res .feeDetailsHeader {
        width: 100%;
    }

    .package-Builders .p-datatable-tbody tr .td-title {
        display: none;
    }

    .globle-responsive .globle-field-main-date .dueDateMain .p-calendar {
        width: 100% !important;
    }

    .globle-responsive .globle-field-main-date .startingdateMain .p-calendar {
        width: 100% !important;
    }

    /* .training-attendance-report-responsive .btn-main {
        display: flex !important;
        gap: 10px !important;
        justify-content: flex-start !important;

    } */

    /* For Member Attendance Report */
    .salesReportResponsivefix .search-filter-main {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 30px !important;
    }

    .mem-attend-res .mem-attend-search-main .calender-main {
        display: flex !important;

    }

    .mem-attend-res .mem-attend-search-main .field-main {
        display: flex !important;
        flex-grow: 1;
    }

    .mem-attend-res .mem-attend-search-main {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-bottom: 10px;
    }

    .mem-attend-res .search-member-main {
        display: flex;
        align-items: center;
        width: 50% !important;
    }

    .mem-attend-res .mem-attend-search-main .field-main .dropdown {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
    }

    /* .defaulter-responsive .p-datatable-tbody tr .defaulter-action-btn-main {
        display: flex !important;
        justify-content: center !important;

    } */
}

@media only screen and (min-width: 1285px) and (max-width: 1429px) {

    .userPayoutMain .payoutToolbar .toolbarItemMain {
        display: flex;
        width: 100%;
        gap: 1rem;
    }

    .userPayoutMain .payoutToolbar .toolbarItem {
        width: 71% !important;
        display: flex;
        flex-direction: column;
    }

    .userPayoutMain .payoutToolbar {
        flex-direction: row !important;

    }

    .userPayoutMain .payoutHeading {

        flex-direction: row !important;
    }

    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: row !important;

    }

    .role-detail .input-main {
        display: flex;
    }

    .salesReportResponsivefix .salesReportlabelRowPackage div span {
        display: none;
    }

    .salesReportResponsivefix .tr .salesReportlabelRowComment {
        display: none;
    }

    .salesReportResponsivefix .tr .salesReportlabelRow span {
        display: none;

    }

    .salesReportResponsivefix .search-field-main {
        gap: 3em;
    }

    .salesReportResponsivefix .search-main .p-inputtext {
        margin-left: 0 !important;
    }

    .upcoming-Dues-Report .actionBtn .salesReportlabelRow {
        display: none;

    }

    .upcoming-Dues-Report .search-field-main {
        display: flex;
        gap: 25px;

    }

    .upcoming-Dues-Report .search-main span {
        margin-right: 0px;

    }

    .app-designation-management-respnsive .AddNewDesignationManagement .p-button {
        width: auto !important;
    }

    .existing-Users-Search-Main {
        display: flex !important;
        flex-direction: row !important;
    }

    .existing-Users-Search-Main .searchUser {
        width: 20% !important;
    }

    .sales-Orders-responsive .search-Main {
        display: flex;
        gap: 10px;
    }

    .sales-Orders-responsive .p-selectable-row td .mobile-Lable {
        display: none;
    }

    .posMainStyle .search-Product-Input {
        width: 220px !important;
    }

    .posMainStyle .search-Main-Div {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        ;
    }

    .posMainStyle .posProductItem td .mobile-Lable {
        display: none;
    }

    .purchase-ORDERS .Fulfilled {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable-Fullfilled {
        display: none;

    }

    .purchase-ORDERS .search-Main {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable-Image {
        display: none;

    }

    .Purchase-Order-Responsive #searchProduct {
        width: 32% !important;

    }

    .Purchase-Order-Responsive #searchSupplier {
        width: 20% !important;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-Product-tr td .mobile-Lable {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable-Image {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable {
        display: none;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr .action-Btn {
        text-align: center;
    }

    .lock-List-Responsive .mobile-Lable {
        display: none !important;
    }

    .lock-List-Responsive .search-Main {
        text-align: left;
        gap: 30px;
        display: flex;
        margin-bottom: 10px;
    }

    .pay-Salary-responsive .mobile-Lable {
        display: none !important;
    }

    .pay-Salary-responsive .search-Main {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }

    .pay-Salary-responsive .issue-Button {
        width: auto !important;
    }

    .pay-Salary-responsive .top-Bar-Main {
        display: flex;
        /* justify-content: space-between; */
        margin-bottom: 10px;
        width: 38%;
    }

    .pay-Salary-responsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 60%;
        height: 25px;

    }

    .pay-Salary-responsive .dropdown-Main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .employees-Listing-Responsive .search-Main {
        flex-direction: row !important;
    }

    .employees-Listing-Responsive .input {
        width: 100% !important;
    }

    .employees-Listing-Responsive .clear-Btn {
        margin-left: 10px;
    }

    .employees-Listing-Responsive .mobile-Lable {
        display: none !important;
    }

    .employees-Listing-Responsive .action-Btn {
        display: none !important;
    }

    .app-designation-management-respnsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .app-designation-management-respnsive .button-Main-Div {
        width: auto;
        display: flex;
        gap: 20px;
        margin-left: 20px;
    }

    .app-designation-management-respnsive .p-table-tecfolk-fix .p-datatable-header {
        display: flex;
    }

    .app-designation-management-respnsive .mobile-Lable {
        display: none;
    }

    .add-package-builder-responsive .p-listbox {
        width: 130% !important;
    }

    .add-member-res .freezehiStoryMain {
        display: flex !important;
    }

    .add-member-res .feeDetailsHeader {
        display: flex;
    }

    .package-Builders .p-datatable-tbody tr .td-title {
        display: none;
    }

    .globle-responsive .globle-field-main-date .dueDateMain .p-calendar {
        width: 100% !important;
    }

    .globle-responsive .globle-field-main-date .startingdateMain .p-calendar {
        width: 100% !important;
    }

    .mem-attend-res input {
        /* display: flex !important;
            flex-direction: column !important; */
        width: 30%;
        /* border: none;
            border-bottom: 1px solid white;
            font-size: 11px; */
    }

    .mem-attend-res .mem-attend-search-main .calender-main {
        display: flex !important;
    }

    /* .defaulter-responsive .p-datatable-tbody tr .defaulter-action-btn-main {
        display: flex !important;

    } */

    .mem-attend-res .mem-attend-search-main .dropdown .mem-attend-res-lable {
        width: max-content !important;
        margin-right: 10px !important;
    }

    .salesReportResponsivefix .search-filter-main {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 30px !important;
    }



    /* For Member Attendance Report */
    .mem-attend-res .mem-attend-search-main .field-main {
        display: flex !important;
        flex-grow: 1;
    }

    .mem-attend-res .search-member-main {
        display: flex;
        align-items: center;
        width: 56% !important;
    }

    .mem-attend-res .mem-attend-search-main .field-main .dropdown {
        display: flex !important;
    }

    .company-detail-responsive form .fileUploadGym {
        margin-top: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        align-items: baseline;
        justify-content: flex-start !important;
    }

    .company-detail-responsive form .fileUploadGym h3 {
        margin-bottom: 30px;
        font-size: 30px;
        display: flex;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .company-detail-responsive .btn-main {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        gap: 50px !important;
    }

    .globle-field-main-date {
        display: flex;
        justify-content: space-evenly;
    }

    .detail-add-visitor {
        display: flex;
        flex-direction: inherit;
    }
}

@media only screen and (min-width: 1430px) and (max-width: 2550px) {

    .userPayoutMain .payoutToolbar .toolbarItemMain {
        display: flex;
        width: 100%;
        gap: 1rem;
    }

    .userPayoutMain .payoutToolbar .toolbarItem {
        width: 71% !important;
        display: flex;
        flex-direction: column;
    }

    .userPayoutMain .payoutToolbar {
        flex-direction: row !important;

    }

    .userPayoutMain .payoutHeading {

        flex-direction: row !important;
    }

    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: row !important;

    }

    .role-detail .input-main {
        display: flex;
    }

    .salesReportResponsivefix .salesReportlabelRowPackage div span {
        display: none;
    }

    .salesReportResponsivefix .tr .salesReportlabelRowComment {
        display: none;
    }

    .salesReportResponsivefix .tr .salesReportlabelRow span {
        display: none;

    }

    .salesReportResponsivefix .search-field-main {
        gap: 3em;
    }

    .salesReportResponsivefix .search-main .p-inputtext {
        margin-left: 0 !important;
    }

    .upcoming-Dues-Report .actionBtn .salesReportlabelRow {
        display: none;

    }

    .upcoming-Dues-Report .search-field-main {
        display: flex;
        gap: 25px;

    }

    .upcoming-Dues-Report .search-main span {
        margin-right: 0px;

    }

    .app-designation-management-respnsive .AddNewDesignationManagement .p-button {
        width: auto !important;
    }

    .existing-Users-Search-Main {
        display: flex !important;
        flex-direction: row !important;
    }

    .existing-Users-Search-Main .searchUser {
        width: 20% !important;
    }

    .sales-Orders-responsive .search-Main {
        display: flex;
        gap: 10px;
    }

    .sales-Orders-responsive .p-selectable-row td .mobile-Lable {
        display: none;
    }

    .posMainStyle .search-Product-Input {
        width: 220px !important;
    }

    .posMainStyle .search-Main-Div {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
    }

    .posMainStyle .posProductItem td .mobile-Lable {
        display: none;
    }

    .purchase-ORDERS .Fulfilled {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable-Fullfilled {
        display: none;

    }

    .purchase-ORDERS .search-Main {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable-Image {
        display: none;

    }

    .Purchase-Order-Responsive #searchProduct {
        width: 27% !important;

    }

    .Purchase-Order-Responsive #searchSupplier {
        width: 20% !important;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-Product-tr td .mobile-Lable {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable-Image {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable {
        display: none;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr .action-Btn {
        text-align: center;
    }

    .lock-List-Responsive .mobile-Lable {
        display: none !important;
    }

    .lock-List-Responsive .search-Main {
        text-align: left;
        gap: 30px;
        display: flex;
        margin-bottom: 10px;
    }

    .pay-Salary-responsive .mobile-Lable {
        display: none !important;
    }

    .pay-Salary-responsive .search-Main {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }

    .pay-Salary-responsive .issue-Button {
        width: auto !important;
    }

    .pay-Salary-responsive .top-Bar-Main {
        display: flex;
        /* justify-content: space-between; */
        margin-bottom: 10px;
        width: 30%;
    }

    .pay-Salary-responsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 56%;
        height: 25px;

    }

    .pay-Salary-responsive .dropdown-Main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .employees-Listing-Responsive .search-Main {
        flex-direction: row !important;
    }

    .employees-Listing-Responsive .input {
        width: 100% !important;
    }

    .employees-Listing-Responsive .clear-Btn {
        margin-left: 10px;
    }

    .employees-Listing-Responsive .mobile-Lable {
        display: none !important;
    }

    .employees-Listing-Responsive .action-Btn {
        display: none !important;
    }

    .app-designation-management-respnsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .app-designation-management-respnsive .button-Main-Div {
        width: auto;
        display: flex;
        gap: 20px;
        margin-left: 20px;
    }

    .app-designation-management-respnsive .p-table-tecfolk-fix .p-datatable-header {
        display: flex;
    }

    .app-designation-management-respnsive .mobile-Lable {
        display: none;
    }

    .add-package-builder-responsive .p-listbox {
        width: 130% !important;
    }

    .add-member-res .freezehiStoryMain {
        display: flex !important;
    }

    .add-member-res .freezeHistory .freezeHistorySub {
        display: flex !important;
        align-items: center;
    }

    .add-member-res .feeDetailsHeader {
        display: flex;
        width: 100%;
    }

    .add-member-res .feeDetailsHeaderSub {

        width: 50%;
    }

    .package-Builders .p-datatable-tbody tr .td-title {
        display: none;
    }

    .globle-responsive .globle-field-main-date .dueDateMain .p-calendar {
        width: 100% !important;
    }

    .globle-responsive .globle-field-main-date .startingdateMain .p-calendar {
        width: 100% !important;
    }

    .mem-attend-res .search-member-main span {
        width: 32%;

        .mem-attend-res .mem-attend-search-main .calender-main {
            display: flex !important;

        }

        .mem-attend-res .mem-attend-search-main .field-main .dropdown {
            display: flex;
            flex-grow: 1;
            gap: 10px;
        }

        /* .defaulter-responsive .p-datatable-tbody tr .defaulter-action-btn-main {
            display: flex !important;
            justify-content: center !important;
        } */

        .mem-attend-res .search-member-main {
            display: flex;
            align-items: center;
            width: 40% !important;
        }

        .mem-attend-res .mem-attend-search-main .field-main {
            display: flex !important;
            flex-grow: 1;
        }
    }

    @media only screen and (min-width: 2550px) {
        .role-detail .input-main {
            display: flex;
        }

        .globle-responsive .globle-field-main-date .dueDateMain .p-calendar {
            width: 100% !important;
        }

        .globle-responsive .globle-field-main-date .startingdateMain .p-calendar {
            width: 100% !important;
        }

        .mem-attend-res input {
            /* display: flex !important;
            flex-direction: column !important; */
            width: 25% !important;

            /* border: none;
            border-bottom: 1px solid white;
            font-size: 11px; */
        }

        .mem-attend-res .mem-attend-search-main .calender-main {
            display: flex !important;

        }

        .mem-attend-res .mem-attend-search-main .field-main .dropdown {
            display: flex;
            flex-grow: 1;
            gap: 10px;
        }

        .mem-attend-res .search-member-main {
            display: flex;
            align-items: center;
            width: 22% !important;
        }

        .mem-attend-res .mem-attend-search-main .field-main {
            display: flex !important;
            width: 30%;
        }

        .mem-attend-res input {

            width: 40% !important;
            flex-grow: 0 !important;

        }

        .mem-attend-search-main .dropdown {
            margin-left: -100px;
            display: flex;
            align-items: center;
        }
    }
}

@media only screen and (min-width: 2550px) {

    .userPayoutMain .payoutToolbar .toolbarItemMain {
        display: flex;
        width: 100%;
        gap: 1rem;
    }

    .userPayoutMain .payoutToolbar .toolbarItem {
        width: 71% !important;
        display: flex;
        flex-direction: column;
    }

    .userPayoutMain .payoutToolbar {
        flex-direction: row !important;

    }

    .userPayoutMain .payoutHeading {

        flex-direction: row !important;
    }

    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: row !important;

    }

    .role-detail .input-main {
        display: flex;
    }

    .salesReportResponsivefix .salesReportlabelRowPackage div span {
        display: none;
    }

    .salesReportResponsivefix .tr .salesReportlabelRowComment {
        display: none;
    }

    .salesReportResponsivefix .tr .salesReportlabelRow span {
        display: none;

    }

    .salesReportResponsivefix .search-field-main {
        gap: 3em;
    }

    .salesReportResponsivefix .search-main .p-inputtext {
        margin-left: 0 !important;
    }

    .upcoming-Dues-Report .actionBtn .salesReportlabelRow {
        display: none;

    }

    .upcoming-Dues-Report .search-field-main {
        display: flex;
        gap: 25px;

    }

    .upcoming-Dues-Report .search-main span {
        margin-right: 0px;

    }

    .app-designation-management-respnsive .AddNewDesignationManagement .p-button {
        width: auto !important;
    }

    .existing-Users-Search-Main {
        display: flex !important;
        flex-direction: row !important;
    }

    .existing-Users-Search-Main .searchUser {
        width: 20% !important;
    }

    .sales-Orders-responsive .search-Main {
        display: flex;
        gap: 10px;
    }

    .sales-Orders-responsive .p-selectable-row td .mobile-Lable {
        display: none;
    }

    .posMainStyle .search-Product-Input {
        width: 220px !important;
    }

    .posMainStyle .search-Main-Div {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
    }

    .posMainStyle .posProductItem td .mobile-Lable {
        display: none;
    }

    .purchase-ORDERS .Fulfilled {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable-Fullfilled {
        display: none;
    }

    .purchase-ORDERS .search-Main {
        display: flex;
        gap: 10px;

    }

    .purchase-ORDERS .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable-Image {
        display: none;

    }

    .Purchase-Order-Responsive #searchProduct {
        width: 25% !important;

    }

    .Purchase-Order-Responsive #searchSupplier {
        width: 20% !important;

    }

    .Purchase-Order-Responsive .search-supplier-tr td .mobile-Lable {
        display: none;

    }

    .Purchase-Order-Responsive .search-Product-tr td .mobile-Lable {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable-Image {
        display: none;

    }

    .supplier-Listing-Responsive .p-datatable-tbody tr td .mobile-Lable {
        display: none;
    }

    .supplier-Listing-Responsive .p-datatable-tbody tr .action-Btn {
        text-align: center;
    }

    .lock-List-Responsive .mobile-Lable {
        display: none !important;
    }

    .lock-List-Responsive .search-Main {
        text-align: left;
        gap: 30px;
        display: flex;
        margin-bottom: 10px;
    }

    .pay-Salary-responsive .mobile-Lable {
        display: none !important;
    }

    .pay-Salary-responsive .search-Main {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }

    .pay-Salary-responsive .issue-Button {
        width: auto !important;
    }

    .pay-Salary-responsive .top-Bar-Main {
        display: flex;
        /* justify-content: space-between; */
        margin-bottom: 10px;
        width: 18%;
    }

    .pay-Salary-responsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 60%;
        height: 25px;

    }

    .pay-Salary-responsive .dropdown-Main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .employees-Listing-Responsive .search-Main {
        flex-direction: row !important;
    }

    .employees-Listing-Responsive .input {
        width: 100% !important;
    }

    .employees-Listing-Responsive .clear-Btn {
        margin-left: 10px;
    }

    .employees-Listing-Responsive .mobile-Lable {
        display: none !important;
    }

    .employees-Listing-Responsive .action-Btn {
        display: none !important;
    }

    .app-designation-management-respnsive .input {
        color: black;
        height: 30px;
        outline: none;
        box-shadow: none;
        margin-right: 8px;
        width: 100%;
    }

    .app-designation-management-respnsive .button-Main-Div {
        width: auto;
        display: flex;
        gap: 20px;
        margin-left: 20px;
    }

    .app-designation-management-respnsive .p-table-tecfolk-fix .p-datatable-header {
        display: flex;
    }

    .app-designation-management-respnsive .mobile-Lable {
        display: none;
    }

    .add-package-builder-responsive .p-listbox {
        width: 130% !important;
    }

    .add-member-res .freezehiStoryMain {
        display: flex !important;
    }

    .add-member-res .freezeHistory .freezeHistorySub {
        display: flex !important;
    }

    .add-member-res .feeDetailsHeader {
        display: flex;
        width: 100%;
    }

    .add-member-res .feeDetailsHeaderSub {
        width: 50%;
    }
}

@media only screen and (min-width: 700px) {

    .userPayoutMain .payoutToolbar {
        flex-direction: row !important;
    }

    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: row !important;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody>tr>td .td-photo-title {
        display: none;
    }

}

.trainingService .tecGym-component-actions .actionBtn {
    display: flex;
    gap: 1rem;
}

.trainingService .tecGym-component-actions .p-button {
    border-radius: 5px;
}



@media only screen and (min-width: 768px) {

    .package-builder-responsive .actMainHeading {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .package-builder-responsive .zoneMainStyle {
        gap: 15px;
        display: flex;
        flex-direction: row;
        margin-top: 2rem;
    }

    .userPayoutMain .payoutToolbar .toolbarItemButtons {
        justify-content: end !important;
    }

    .userPayoutMain[_ngcontent-jfh-c330] .payoutToolbar[_ngcontent-jfh-c330] {
        -moz-column-gap: 0px;
             column-gap: 0px;
    }

    .selfServices .p-datatable-tbody tr td span.onlyMobile {
        display: none;
    }

    .trainingService .p-datatable-tbody tr td span.onlyMobile {
        display: none;
    }
}
.BalanceLabel{
    display: none;
}
/* ///////////////////////////// new design querry////////////////////////////////// */
@media only screen and (min-width: 451px) and (max-width: 800px) {
.BalanceLabel{
    display: flex;
}
    .taxSettingsStyle span {
        font-size: 0.9rem !important;
    }

    .user-res .p-datatable-thead {
        display: none;
    }

    .user-res .p-datatable-tbody tr {
        display: flex !important;
        flex-direction: column !important;
    }

    .user-res .p-datatable-tbody tr td {
        display: flex;
    }

    .user-res .p-datatable-tbody tr td span {
        font-weight: bold;
        width: 50%;
    }

    .user-res .p-datatable-tbody tr td span {
        display: flex !important;
        font-weight: bold;
        width: 50%;
    }


    .tecGym-component .tecGym-component-body .services-container .services-Item {
        width: 300px;
        line-height: 1.5rem !important;
    }

    .tecGym-component .tecGym-component-body .services-container {
        justify-content: space-evenly;
    }

    .pettyCashPage .pettyCashStat {
        flex-direction: column;
    }

    .pettyCashPage .pettyCashStat .addExpenseMain {
        display: flex !important;
        justify-content: space-around !important;
        width: 100% !important;
        margin-bottom: 3rem;

    }

    .pettyCashPage .pettyCashStat .addExpenseFilterMain {
        display: flex;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }

    .pettyCashPage tbody.p-datatable-tbody>tr td span.hideonMobile {
        display: none;
    }


    .reportMainFilter .reportMainFields .filterFields .p-inputtext,
    .reportMainFilter .reportMainFields .filterFields .p-inputtext::placeholder,
    .reportMainFilter .reportMainFields .filterFields .p-calendar {
        width: 100% !important;
        color: white !important;
    }

    .BillingReportResponsivefix .reportMainFilter .reportMainFields {
        flex-wrap: wrap;
    }

    .BillingReportResponsivefix .p-datatable-thead {
        display: none;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        width: 46rem;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr td {
        display: flex;
        flex-direction: row;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr td span {
        font-weight: bold;
        width: 40%;
        display: flex;

    }

    .BillingReportResponsivefix .p-datatable-tbody tr td span.TrainingAttendencelabel {
        display: flex;
        align-items: center;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr td span.photoTextAlign {
        display: flex;
        align-items: center;
    }

    .upcoming-Dues-Report .p-datatable-thead {
        display: none;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        width: 46rem;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr td {
        display: flex;
        flex-direction: row;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr td span {
        font-weight: bold;
        width: 40%;
        display: flex;

    }

    .upcoming-Dues-Report .p-datatable-tbody tr td span.TrainingAttendencelabel {
        display: flex;
        align-items: center;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr td span.photoTextAlign {
        display: flex;
        align-items: center;
    }


    .upcoming-Dues-Report .defaulter-action-btn-main .p-button span {
        width: 12px;
    }

    .reportMainFilter {
        flex-direction: column;
        row-gap: 20px;
    }

    .reportMainBtn span.hideOnLaptop {
        display: flex;
    }

    /* .reportMainFields .reportMainBtn {
        display: none;
    } */

    .reportMainBtn {
        justify-content: space-evenly;
    }

    .defaulter-responsive .td-photo-title {
        display: none;
    }

    .defaulter-responsive .p-datatable-tbody tr .td-title {
        display: none;
    }

    .defaulter-responsive .p-datatable-tbody .actionBtn {
        display: flex;


    }

    .defaulter-responsive .p-datatable-tbody tr .defaulter-action-btn-main {
        gap: 5px;

    }

    .check-in-report-responsive .p-datatable-tbody tr .td-photo-title {
        display: none;

    }

    .check-in-report-responsive .p-datatable-tbody tr .td-title {
        display: none;

    }

    .mem-attend-res .reportMainFields {
        justify-content: space-between;
    }

    .booking-Slot-Responsive .bookingSlotForm {
        display: flex;
        flex-direction: row;
    }

    .booking-Slot-Responsive .p-inputgroup,
    .p-calendar,
    input {
        width: 100%;
    }

    .booking-Slot-Responsive .fromToMain {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }

    .booking-Slot-Responsive .startTimeH2 {
        margin-top: 47px;
        width: -moz-fit-content;
        width: fit-content;
    }

    .booking-Slot-Responsive h3 {
        width: -moz-fit-content;
        width: fit-content;
    }

    .booking-Slot-Responsive .h3 {
        margin: 0;
    }

    .dailyClosingReportUiFixV2 .reportMainFilter {
        background-color: #0e2031;
        padding: 10px;
    }

    .reportMainBtn .span.hideOnLaptop {
        display: flex;
    }

    .package-Overview-report-responsive .p-datatable-table .p-datatable-tbody>tr {
        width: 100%;
    }

    .package-Overview-report-responsive .p-datatable-table .p-datatable-tbody>tr>td .td-title {
        display: none;
    }

    .package-Overview-report-responsive .title {
        padding-left: 5px !important;
    }

    .package-Overview-report-responsive .summaryMain {
        padding-right: 5rem;
    }

    .package-Builders .searchMain {
        display: flex !important;
        justify-content: space-between !important;
    }

    .package-Builders .searchMain.search-input {
        width: 50% !important;
    }

    .visitor-res .reportMainFilter {
        flex-direction: row;
    }

    p-dialog .p-dialog {
        width: 80% !important;
    }

    .role-detail .input-main {
        display: flex;
    }

    .role-detail input {
        width: 100% !important;
    }

    .branch-detail .branch-Details-Main {
        display: flex;
    }

    .create-Branch-Responsive .input-Main {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;

    }

    .create-Branch-Responsive .User-Input-Main {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }


    .tecGym-component .tecGym-component-stats-main .customersThead {
        display: none;
    }

    .tecGym-component .tecGym-component-stats-main .tbody {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .tecGym-component .tecGym-component-stats-main .tbody div {
        display: flex;
        letter-spacing: 1px;
    }

    .tecGym-component .tecGym-component-stats-main .tbody div span {
        display: flex;
        font-weight: bold;
        width: 50%;
        padding-left: 5px;
    }

    p-dialog .p-dialog {
        width: 50% !important;
    }

    .add-member-res span.onlyMobile {
        display: none;
    }

    .selfServices .p-tabview-nav {
        width: -moz-fit-content;
        width: fit-content;
    }

    .selfServices .tecGym-component-stats {
        flex-wrap: wrap;
    }

    .selfServices .tecGym-component-ACT .zoneMainStyle {
        margin-top: 1rem;
        padding: 1rem;
    }

    .selfServices .tecGym-component-toolbar {
        flex-direction: column;
    }

    .trainingService .tecGym-component-stats {
        flex-wrap: wrap;
    }

    .trainingService .zoneMainStyle {
        padding: 1rem;
    }

    .trainingService .tecGym-component-toolbar {
        flex-wrap: wrap;
    }

    .trainingService .tecGym-component-actions {
        display: flex;
        flex-direction: column;
    }

    .trainingService .tecGym-component-actions .actionBtn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .trainingService .tecGym-component-actions .p-button {
        border-radius: 5px;
    }

    .branch-detail .p-datatable-tbody tr td img {
        height: 40px;
        width: 130px;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr td span {
        display: flex !important;
    }

    .check-in-report-responsive .p-datatable-thead {
        display: none;
    }

    .check-in-report-responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .check-in-report-responsive .p-table-tecfolk-fix .p-datatable-table {
        display: flex;
        flex-direction: column;
    }

    .check-in-report-responsive .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .check-in-report-responsive .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .check-in-report-responsive .p-datatable-tbody tr .td-photo-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 450px) {
    .BalanceLabel{
    display: flex;
}
    .reportMainFields .reportMainBtn {
            justify-content: space-around;
        }

        .reportMainBtn {
            flex-grow: 0;
        }

        .barBtnGap {
            display: none !important;
        }
    .reportMainFilter .reportMainFields .filterFields .p-dropdown span.p-dropdown-label {
        width: 21rem;
    }

    .BillingReportResponsivefix .reportMainBtn {
        justify-content: space-around;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr td span {
        display: flex;

    }

    .purchase-history-report-Responsive .p-datatable-table .p-datatable-tbody>tr {
        width: 207%;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr td span {
        display: flex !important;
    }

    .sales-Orders-responsive .p-selectable-row td .mobile-Lable {
        text-align: start;
    }

    .pettyCashPage .p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody>tr>td .p-button {
        padding: 0;
    }

    .pettyCashPage .p-datatable-tbody tr td span.deletePettyCashBtn {
        display: flex;
        width: 100%;
    }

    .pettyCashPage .p-datatable-tbody tr td span span {
        width: 50%;
    }

    .branch-detail #lockDefaulterSelect {
        width: 25% !important;
    }

    .branch-detail .TrainingAttendencelabel {
        display: flex !important;
    }

    .branch-detail .p-datatable-thead {
        display: none;
    }

    .branch-detail .p-datatable-table .p-datatable-tbody tr.modeTr {
        display: flex;
        flex-direction: column;
        width: 24rem;
    }

    .branch-detail .p-datatable-table .p-datatable-tbody>tr {
        display: flex;

    }

    /*
    .branch-detail .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
} */
    .branch-detail .p-datatable-tbody tr td {
        display: flex;
        flex-direction: row;
    }

    .branch-detail .p-datatable-tbody tr td span {
        font-weight: bold;
        width: 50%;
        text-align: left;
    }

    .branch-detail .p-datatable-tbody tr td img {
        height: 50px;
        width: 190px;
    }


    .branch-detail .card {
        padding: 0 .5rem 0 .5rem;
    }

    /* .user-res body .p-tabview .p-tabview-nav {
            width: fit-content !important;
        } */
    .branch-detail .tecGym-checkbox-row {
        flex-direction: column !important;
    }

    .branch-detail .tecGym-checkbox-row .tecGym-checkbox-field {

        width: 100% !important;
    }

    .pettyCashPage .pettyCashStat .addExpenseMain {
        flex-direction: column !important;
        row-gap: 1rem !important;
    }

    .pettyCashPage .pettyCashStat .pettyCashCurrentBalance {
        -moz-column-gap: 0 !important;
             column-gap: 0 !important;
        width: 100% !important;
        justify-content: space-between !important;
    }

    .add-visitor-responsive .p-datatable-table .p-datatable-tbody>tr {
        width: 318%;
    }

    .add-visitor-responsive .p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody>tr>td .p-button {
        margin-left: 1rem;
    }

    .add-member-res .TrainingAttendencelabel {
        width: 50% !important;

    }

    .taxSettingsMain {
        display: flex !important;
        flex-direction: column !important;
    }

    .add-member-res .details-dropdown {
        display: flex !important;
        gap: 1rem !important;
        flex-direction: column !important;
    }

    .user-res .p-datatable-thead {
        display: none;
    }

    .user-res .p-datatable-tbody tr {
        display: flex !important;
        flex-direction: column !important;
    }

    .user-res .p-datatable-tbody tr td {
        display: flex;
    }

    .user-res .p-datatable-tbody tr td span {
        display: flex !important;
        font-weight: bold;
        width: 50%;
    }

    p-confirmdialog .p-confirm-dialog {
        margin: 2rem;
    }

    .package-builder-responsive .actMainHeading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .package-builder-responsive .zoneMainStyle {

        gap: 15px;
        grid-template: 70px / auto auto auto;
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
    }

    .attendanceViewContainer .feeDetailsHeader {
        flex-direction: column;
        line-height: 1.5rem;
    }

    .add-member-res .mobile-hide {
        font-weight: bold;
        width: 50%;
    }

    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: column !important;
    }


    .user-res .tecGym-component .tecGym-component-toolbar {

        flex-direction: row;
    }

    .trainer-dashboard-responsive .mainTopbar {
        flex-direction: column !important;
    }

    .pettyCashCurrentBalanceDetails {
        display: flex !important;
        flex-direction: column !important;
    }

    .pettyCashCurrentBalanceDetails td {
        display: flex !important;
        flex-direction: row !important;
    }

    .pettyCashCurrentBalanceDetails td span {
        display: flex !important;
        font-weight: bold !important;
        width: 50%;
    }

    .user-res .p-tabview-nav {
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    .tecGym-component .tecGym-component-body .services-container .services-Item {
        width: 100%;
        line-height: 1rem !important;
    }

    .pettyCashPage .pettyCashStat {
        flex-direction: column;
        row-gap: 1rem;
    }

    .pettyCashPage .pettyCashStat .filterFields {
        width: 80%;
    }

    .pettyCashPage .pettyCashStat .addExpenseMain {
        display: flex !important;
        justify-content: space-around !important;
        width: 100% !important;
        align-items: center !important;
    }

    .pettyCashPage tbody.p-datatable-tbody,
    .pettyCashPage tbody.p-datatable-tbody>tr {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 1rem;
    }

    .pettyCashPage tbody.p-datatable-tbody>tr td {
        display: flex;
    }

    .pettyCashPage tbody.p-datatable-tbody>tr td span.hideonMobile {
        font-weight: bold;
        width: 50%;
    }

    .pettyCashPage .pettyCashStat .addExpenseFilterMain {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 2rem;
    }

    .pettyCashPage tbody.p-datatable-tbody>tr td span.hideonMobile {
        display: flex !important;
    }

    .dailyClosingReportUiFixV2 .p-table-tecfolk-fix .p-datatable-table .p-datatable-tbody>tr>td .td-photo-title {
        display: flex;
        width: 50% !important;

    }

    .dailyClosingReportUiFixV2 .td {
        display: flex !important;
    }

    .dailyClosingReportUiFixV2 td.td-photo-title {
        display: flex !important;
        width: 50% !important;
    }

    .reportMainFilter .reportMainFields .filterFields {
        row-gap: 10px;
    }

    .upcoming-Dues-Report .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        width: 24rem;
    }

    .BillingReportResponsivefix .title {
        padding-top: 12px !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .BillingReportResponsivefix .p-datatable-thead {
        display: none;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        width: 24rem;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr td {
        display: flex;
        flex-direction: row;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr td span {
        font-weight: bold;
        width: 40%;
    }

    .BillingReportResponsivefix .p-datatable-tbody tr td span.TrainingAttendencelabel {
        width: 60%;
    }


    .reportMainFilter .reportMainFields {
        flex-direction: column;
        row-gap: 15px;
        width: 100%
    }

    .reportMainFilter .reportMainFields .filterFields .p-inputtext,
    .reportMainFilter .reportMainFields .filterFields .p-inputtext::placeholder,
    .reportMainFilter .reportMainFields .filterFields .p-calendar {
        width: 100%;
        color: white !important;

    }

    .defaulter-responsive h1 {
        padding-top: 12px;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .defaulter-responsive .p-datatable-thead {
        display: none;
    }

    .defaulter-responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
        width: 200%;
    }

    .defaulter-responsive .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .defaulter-responsive .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .defaulter-responsive .p-datatable-tbody tr .defaulter-action-btn-main {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }

    .defaulter-responsive .p-datatable-tbody tr .td-photo-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .defaulter-responsive .p-datatable-tbody tr td span .td-photo-title {
        display: flex;
        justify-content: start;
    }

    .new-member-report-responsive h1 {
        font-weight: bold !important;
        font-size: 18px !important;
    }

    .employees-attendance-report-responsive .title {
        padding-top: 12px !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .employees-attendance-report-responsive .p-datatable-thead {
        display: none;
    }

    .employees-attendance-report-responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .employees-attendance-report-responsive .p-table-tecfolk-fix .p-datatable-table {
        display: flex;
        flex-direction: column;
    }

    .employees-attendance-report-responsive .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .employees-attendance-report-responsive .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .employees-attendance-report-responsive .p-datatable-tbody tr .td-photo-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .check-in-report-responsive .title {
        padding-top: 12px;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .check-in-report-responsive .p-datatable-thead {
        display: none;
    }

    .check-in-report-responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .check-in-report-responsive .p-table-tecfolk-fix .p-datatable-table {
        display: flex;
        flex-direction: column;
    }

    .check-in-report-responsive .p-datatable-tbody tr td {
        display: flex;
        justify-content: left;
    }

    .check-in-report-responsive .p-datatable-tbody tr .td-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .check-in-report-responsive .p-datatable-tbody tr .td-photo-title {
        font-size: 13px;
        font-weight: bold;
        width: 40%;
        display: flex;
        align-items: center;
    }

    .check-in-report-responsive .p-datatable-footer span {
        display: flex;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .training-attendance-report-responsive h1 {
        font-weight: bold !important;
        font-size: 18px !important;
    }

    .employees-attendance-report-responsive .p-datatable-footer span {
        display: flex;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .add-member-res .feeDetailsHeader {
        row-gap: 10px;
        width: 100%;
        padding: 10px !important;
    }

    .add-member-res .feeDetailsHeader .feeDetailsHeaderField {
        padding: 0 !important;
    }

    .booking-Slot-Responsive .bookingSlotForm {
        display: flex;
        flex-direction: column;
    }

    .booking-Slot-Responsive .p-inputgroup,
    .p-calendar,
    input {
        width: 100%;
    }

    .booking-Slot-Responsive .startTimeH2 {
        margin-top: 70px;
    }

    .salesReportResponsivefix .salesReportlabelRow span {
        display: flex;
    }

    .salesReportResponsivefix .p-table-tecfolk-fix .p-datatable-table tbody tr td {
        width: 402% !important;
    }

    .trainingSessionReportResponsivefix .p-datatable-wrapper {
        overflow-x: auto !important;
    }

    .trainingSessionReportResponsivefix .p-table-tecfolk-fix .p-datatable-table tbody tr td {
        width: 200% !important;
        white-space: nowrap !important;
    }
    .subscriptionReportResponsivefix .p-table-tecfolk-fix .p-datatable-table tbody tr td {
        width: 200% !important;
        display: grid !important;
        grid-template-columns: 55% 1fr !important;
        align-items: center !important;
        padding: 8px 10px !important;
        border-bottom: 1px solid #f0f0f0;
    }
    /* .inactiveMemberResponsiveFix .p-table-tecfolk-fix .p-datatable-table tbody tr td {
        width: 302% !important;
    } */
    .POSSalesReportResponsivefix .p-table-tecfolk-fix .p-datatable-table tbody tr td {
        width: 302% !important;
    }
    .visitorReportResponsivefix .p-table-tecfolk-fix .p-datatable-table tbody tr td {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 35% 1fr !important;
        align-items: center !important;
        padding: 8px 10px !important;
        border-bottom: 1px solid #f0f0f0;
    }
    .purchase-history-report-Responsive .salesReportlabelRow span {
        display: flex;
    }

    .purchase-history-report-Responsive .p-table-tecfolk-fix .p-datatable-table tbody tr td {
        width: 100% !important;
    }

    .purchase-history-report-Responsive h1 {
        font-weight: bold !important;
        font-size: 18px !important;
    }

    .purchase-history-report-Responsive .p-datatable-thead {
        display: none;
    }

    .purchase-history-report-Responsive .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .purchase-history-report-Responsive .p-datatable-tbody tr td {
        display: flex;
        border: 1px solid gray !important;
    }

    .purchase-history-report-Responsive .p-datatable-tbody tr td span {
        display: initial;
        font-weight: bold;
        width: 40%;
    }

    .dailyClosingReportUiFixV2 .reportMainFilter {
        background-color: #0e2031;
        padding: 10px;
    }

    .reportMainBtn .span.hideOnLaptop {
        display: flex;
    }

    .dailyClosingReportUiFixV2 .p-datatable-thead {
        display: none !important;
    }

    .package-Overview-report-responsive .title {
        font-weight: bold !important;
        font-size: 18px !important;
        padding-left: 5px !important;
    }

    .package-Overview-report-responsive .p-datatable-table .p-datatable-tbody>tr>td {
        display: flex;
        width: 45rem !important;
    }

    .package-Overview-report-responsive .p-datatable-table .p-datatable-tbody>tr>td .td-title {
        display: flex;
        font-weight: bold !important;
        width: 20% !important;
    }

    .package-Overview-report-responsive .p-datatable-thead {
        display: none !important;
    }

    .package-Builders .searchMain .search-input {
        width: 100% !important;
    }

    .package-Overview-report-responsive .summaryMain {
        padding-right: 0;
        margin-right: 5rem;
    }

    .visitor-res .reportMainFilter {
        padding: 10px;
    }

    .visitor-res .reportMainFilter .reportMainFields {
        padding-top: 10px;
    }

    .visitor-res .reportMainFilter {
        flex-direction: column;
    }

    p-dialog .p-dialog {
        width: 90% !important;
    }

    .training-session-attd p-dialog .p-dialog {
        width: 84% !important;
    }

    .trainerAttendanceMarking p-dialog .p-dialog {
        width: 81% !important;
    }

    .inquiryListingUiFixV2 .reportMainFilter {
        padding: 10px;
    }

    .pay-Salary-responsive .reportMainFilter .reportMainFields .filterFields .p-dropdown .p-dropdown-trigger .pi {
        margin-left: 180px;
        font-size: 30px;
        margin-top: -20px;
    }

    .role-detail input {
        width: 100% !important;
    }

    .branch-detail .branch-Details-Main {
        display: flex;
        flex-direction: column;
    }

    .permission .permission-Main {
        display: flex;
        flex-direction: column;
    }

    .company-detail-responsive .header-main {
        display: flex;
        flex-direction: column;
    }

    .company-detail-responsive .btn-main {
        width: 100%;
    }

    .company-detail-responsive .fileUploadGym h3 {
        text-align: center;
        font-weight: bolder;
    }

    .company-detail-responsive .header-main div.p-g-12 {
        width: 100% !important;
    }

    .create-Branch-Responsive .input-Main {
        display: flex;
        flex-direction: column;
        row-gap: 10px;

    }

    .create-Branch-Responsive .User-Input-Main {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    /* ///////////////////////////Topbar New Style////////////////////////////// */
    .topbarNewStyle {
        flex-direction: column;
    }

    .topbarNewStyle .logoMain {
        background-color: #0e2031;
        width: 100%;

    }

    .topbarNewStyle .toolbarMain {
        flex-direction: column-reverse;
        position: relative;
        padding-bottom: 5px;
    }

    .topbarNewStyle .toolbarMain .toolbatBtns {

        justify-content: space-between;
    }

    body.leftToRight .topbarNewStyle .toolbarMain .menuToggleBtn {
        position: absolute;
        bottom: -12px;
    }

    .topbarNewStyle .toolbarMain .menuToggleBtn .ToggleBtn {
        left: 0;
    }

    .topbarNewStyle .toolbarMain .menuToggleBtn .ToggleBtn {
        width: 28px;
        height: 28px;
    }

    .topbarNewStyle .toolbarMain .toolbatBtns button {
        padding: 0 6px;
        font-size: 12px;
    }

    .topbarNewStyle .toolbarMain .toolbatBtns .duesNotificationsBtn .duesNotificationsIcon {
        font-size: 26px;
    }

    .topbarNewStyle .toolbarMain .toolbatBtns .duesNotificationsBtn .duesNotificationsBadge {
        font-size: 8px;
    }

    .topbarNewStyle .toolbarMain .branchAndLicenceInfo p-message span.p-inline-message-icon {
        width: .9em;
        height: .9em;
    }

    .topbarNewStyle .toolbarMain .branchAndLicenceInfo p-message span.p-inline-message-icon::before {
        font-size: 12px;
    }

    .topbarNewStyle .toolbarMain .branchAndLicenceInfo p-message span.p-inline-message-text {
        font-size: 10px;
    }

    .topbarNewStyle .toolbarMain .branchAndLicenceInfo span.branchName {
        font-size: 18px;
    }

    /* //////////////////////////////////////////////////////////////////////////////////////////// */
    .tecGym-component .tecGym-component-body h1 {
        text-align: center;
    }

    .tecGym-component .tecGym-component-body .tecGym-component-trainer-stat {
        flex-direction: column;
        row-gap: 2em;
        width: 100%;
        padding: 0 10px;
        padding: 0px 30px;
        margin-top: 1em;

    }

    .tecGym-component .tecGym-component-body .tecGym-component-trainer-stat .tecGym-component-trainer-stat-item lable {
        margin: 0 0 2em 0;
    }

    .tecGym-component .tecGym-component-stats-main .customersThead {
        display: none;
    }

    .tecGym-component .tecGym-component-stats-main .tbody {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .tecGym-component .tecGym-component-stats-main .tbody div {
        display: flex;
        letter-spacing: 1px;
    }

    .tecGym-component .tecGym-component-stats-main .tbody div span {
        width: 50%;
        font-weight: bold;
        padding-left: 5px;
    }

    .add-member-res .subscriptionsDetailBody {
        flex-direction: column;
    }

    .add-member-res .subscriptionsDetailMain .subscriptionsDetailHeading {
        justify-content: space-between;
    }

    .add-member-res .subscriptionsDetailMain .subscriptionsDetailHeading h3 {
        display: flex;
        justify-content: center;
        font-size: large;
        width: 100%;
    }

    .add-member-res .p-datatable-thead {
        display: none;
    }

    .add-member-res .p-element .p-datatable-tbody {
        display: flex;
        flex-direction: column;
    }

    .add-member-res .p-element .p-datatable-tbody tr.subscriptionTr {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .add-member-res .p-datatable-table .ng-star-inserted {
        min-width: 0;
    }

    .add-member-res .p-datatable-table .p-datatable-tbody>tr {
        width: 25rem;
    }

    .add-member-res .p-datatable-table .p-datatable-tbody>tr>td {
        display: flex;
    }

    .add-member-res span.onlyMobile {
        display: flex !important;
        width: 50%;
        font-weight: bold;
    }

    .selfServices .tecGym-component-body .p-tabview .p-tabview-nav {
        width: -moz-fit-content;
        width: fit-content;
    }

    .selfServices .tecGym-component-heading {
        line-height: normal;
    }

    .selfServices .tecGym-component-heading h1 {
        font-size: 2rem;
    }

    .selfServices .tecGym-component-toolbar {
        flex-direction: column;
    }

    .selfServices .tecGym-component-stats {
        flex-direction: column;
    }

    .selfServices .tecGym-component-stats .stats-item {
        display: flex;
        border-radius: .5rem;
        width: 100%;
    }

    .selfServices .tecGym-component-stats .stats-item span.stat-label {
        font-size: .9rem;
    }

    .selfServices .tecGym-component-ACT .zoneMainStyle {
        flex-direction: column;
        align-items: center;
    }

    .selfServices .tecGym-checkbox-row .tecGym-checkbox-field {
        width: 100%;
    }

    .selfServices .tecGym-checkbox-row {
        flex-direction: column;
    }

    .selfServices .p-datatable-thead {
        display: none;
    }

    .selfServices .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .selfServices .p-datatable-tbody tr td {
        display: flex;
    }

    .selfServices .p-datatable-tbody tr td span {
        width: 50%;
        font-weight: bold;
    }

    .selfServices .tecGym-component-heading {
        line-height: 1;
    }

    .trainingService .tecGym-component-toolbar {
        flex-direction: column;
    }

    .trainingService .tecGym-component-actions {
        flex-direction: column;
        width: 100%;
    }

    .trainingService .tecGym-component-actions .filterFields {
        margin-top: 1rem;
        line-height: normal;
        width: 70%;
    }

    .trainingService .p-inputtext {
        background-image: none;
    }

    .trainingService .tecGym-component-actions .actionBtn {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .trainingService .tecGym-component-actions .actionBtn .pButton {
        border-radius: 5px;
        font-size: larger;
    }

    .trainingService .tecGym-component-body .p-tabview .p-tabview-nav {
        width: max-content;
    }

    .trainingService .tecGym-component-stats {
        flex-direction: column;
    }

    .trainingService .tecGym-component-stats .stats-item {
        flex-grow: unset;
        width: 100%;
        border-radius: 5px;
    }

    .trainingService .tecGym-component-stats .stats-item span.stat-label {
        font-size: .9rem;
    }

    .trainingService .trainerPerformanceh3 {
        font-size: large;
        justify-content: center;
        display: grid;
    }

    .trainingService .zoneMainStyle {
        flex-direction: column;
    }


    .trainingService .tecGym-component-ACT .zoneMainStyle .zoneItemStyle {
        width: 100%;
    }

    .trainingService .tecGym-checkbox-field {
        width: 100%;
    }

    .trainingService .tecGym-checkbox-row {
        flex-direction: column;
    }

    .trainingService .p-datatable-thead {
        display: none;
    }

    .trainingService .p-datatable-tbody tr {
        display: flex;
        flex-direction: column;
    }

    .trainingService .p-datatable-tbody tr td {
        display: flex;
    }

    .trainingService .p-datatable-tbody tr td span {
        width: 50%;
        font-weight: bold;
    }

    .trainingService .tecGym-component-heading {
        line-height: 1;
    }

}

.user-res .copyPasswordPopup {
    position: absolute;
    top: -30px !important;
    left: 50%;
    transform: translateX(-50%);
    background: #2f4050 !important;
    color: #fff !important;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}
.user-res .copyEmailPopup {
    position: relative;
    top: 0px !important;
    left: 27%;
    transform: translateX(-50%);
    background: #2f4050 !important;
    color: #fff !important;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}
.add-member-res .details-dropdown{
    display: flex !important;
    gap: 1rem !important;
}
.user-res .p-datatable-tbody tr td span{
   display: none;
 }

.reportMainFields{
width: 100%;
}
.reportMainBtn{
flex-grow: 1;
}
.barBtnGap{
    display: flex;
    flex-grow: 1;
}
.upcoming-Dues-Report .p-datatable-tbody tr td span {
    display: none;
}

.branch-detail #lockDefaulterSelect {
    width: 12%;
}

.branch-detail .p-datatable-tbody tr td img {
    height: 40px;
    width: 130px;
}

.branch-detail .TrainingAttendencelabel {
    display: none;
}

.add-member-res .details-dropdown {
    display: flex !important;
    gap: 1rem !important;
}

.user-res .p-datatable-tbody tr td span {
    display: none;
}

.products-listing-responsive p-tabview-nav {
    width: -moz-fit-content;
    width: fit-content;
}

.add-member-res .mobile-hide {
    display: none;
}

.pettyCashCurrentBalanceDetails td span {
    display: none;
}


body .p-dropdown {
    background-image: none;
}

.add-member-res span.onlyMobile {
    display: none;
}

.pettyCashPage .pettyCashStat .addExpenseMain {
    flex-direction: row;
    display: flex;
    width: 25%;
    justify-content: space-between;
    align-items: center;
}

.pettyCashPage .pettyCashStat .addExpenseFilterMain {
    display: flex;
    gap: 2rem;
}


.pettyCashPage tbody.p-datatable-tbody>tr td span.hideonMobile {
    display: none;
}

.subscriptionsDetailHistory .subscriptionsDetailTable .subscriptionsDetailHistoryBtn {
    flex-wrap: wrap;
}


body.leftToRight .topbarNewStyle .toolbarMain .menuToggleBtn .ToggleBtn {
    left: 0;
    right: -8px;
}

body.leftToRight .layout-container .layout-rightpanel {
    right: initial !important;
    left: -430px;
    transition: left 0.3s;
}

body.leftToRight .layout-container.menu-layout-static .layout-main {
    margin-left: 0;
    transition: margin-right 0.3s;
}

body.leftToRight .layout-container.menu-layout-static .layout-menu {
    right: 0;
    margin-right: 0;
    transition: margin-right 0.3s;
}

body.leftToRight .layout-container.menu-layout-static.layout-menu-static-inactive .layout-menu {
    margin-right: -250px;
    transition: margin-right 0.3s;
}

body.leftToRight .layout-container.menu-layout-static.layout-menu-static-inactive .layout-main {
    margin-right: 0px;
}

body.leftToRight .layout-container .layout-rightpanel.layout-rightpanel-active {
    left: 0 !important;
    transition: left 0.3s;
    right: initial !important;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

body.leftToRight .layout-container .layout-breadcrumb .layout-breadcrumb-options {
    float: left;
}

body.leftToRight .p-datatable-table .p-datatable-thead>tr>th:first-child {
    border-left: 0px;
    border-right: 1px solid #bdbdbd;
}

body.leftToRight .p-datatable-table .p-datatable-thead>tr>th:last-child {
    border-right: 0px;
    border-left: 1px solid #bdbdbd;
}

body.leftToRight .layout-container .layout-breadcrumb ul {
    margin-right: 20px;
}

body.leftToRight .p-datatable-table .p-datatable-thead>tr>th {
    text-align: right !important;
}

body.leftToRight .p-datatable-table .p-datatable-tbody>tr>td {
    text-align: right !important;
    justify-content: flex-start !important;
}

body.leftToRight .card h3 {
    display: flex;
}

body.leftToRight .add-member-res .memberDetailForm {
    display: flex;
}

body.leftToRight .add-member-res .trainerRadioBtn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
}

body.leftToRight .add-member-res .single-signup-detail-1-res {
    display: flex;
}

body.leftToRight .errorShow {
    margin-right: 33px !important;
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}

body.leftToRight .single-signup-res .gender-opt-detail {
    display: flex;
    text-align: right;
}

/* body.leftToRight .single-signup-res .covid-Option-Detail, */
body.leftToRight .single-signup-res .comment-Box-Below-text {
    text-align: right;
}

body.leftToRight .single-signup-res .personal-training-session-radioButton {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
}

body.leftToRight .inactive-Member .search-Button-Arabic {
    display: flex;
}

body.leftToRight .add-member-res .gender-Radio {
    text-align: right;
    display: flex;

}

/* body.leftToRight .add-member-res .covid-Radio {
    text-align: right;
} */

body.leftToRight .add-visitor-responsive .gender-option {
    text-align: right;
}

body.leftToRight p-radiobutton .p-radiobutton {
    margin-right: 0;
    margin-left: 0.5em;
}

body.leftToRight .textalignRightonDirRTL {
    text-align: right !important;
}

body.leftToRight .displayFlextonDirRTL {
    display: flex;
}

body.leftToRight p-calendar .p-datepicker-trigger {
    right: initial;
    left: 0;
}

body.leftToRight .requestDetail {
    margin-left: 0;
    margin-right: 0;
}

svg path {
    display: none;
}

body.leftToRight .marginRight {
    margin-right: 10px;
}

body.leftToRight .flexAndDirection {
    display: flex;
    flex-direction: column;
}

body.leftToRight p-paginator .p-paginator {
    display: flex;
    flex-direction: row-reverse;
}

body.leftToRight .addNewArabic {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.leftToRight .addNewArabic i {
    margin-left: 5px !important;
}

body.leftToRight .addNewArabic span {
    margin-right: 5px !important;
}

body.leftToRight .topbarNewStyle .toolbarMain .toolbatBtns {
    padding-right: 0;
    padding-left: 20px;
}

body.leftToRight .p-button-icon-left {
    margin-left: 7px;
}

body.leftToRight .TrainingAttendencelabel span {
    display: inline-flex;
    gap: 2px;
}

body.leftToRight .TrainingAttendencelabel span {
    display: inline-flex;
    gap: 2px;
}

.loginLogs body .p-datatable-table .p-datatable-thead>tr>th:first-child {
    width: 85px !important;
}

.members-res .MemberSearchField span.fieldTitle,
.members-res .MemberSearchField .p-dropdown-label {
    color: gray;
}

.add-member-res .memberDetailsButton {
    flex-wrap: wrap;
}

.members-res .MemberToolbarButton {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    margin-top: 12px;
    gap: 20px;
}

body.leftToRight .app-rightpanel-tecfolk-fix .refreshBtn {
    right: 250px !important;
}

body.leftToRight .requestDetail .member-request-form {
    display: flex;
    width: 100%;
}

body.leftToRight .printIcon {
    margin-right: 0 !important;
    margin-left: 5px !important;
}

body.leftToRight .add-member-res .package-icon {
    display: flex;
    margin-right: 32px;
}

.addVisitorFormMain {
    display: flex;
    width: 100%;
}

body.leftToRight .p-scrollpanel-content {
    padding: 0 !important;
}

body.leftToRight .add-visitor-responsive .addVisitor-td {
    display: flex;
    gap: 10px;
}

body.leftToRight .p-datatable-table .p-datatable-tfoot>tr>td:first-child {
    border: 0;
}

body.leftToRight .user-password .p-icon-remove-red-eye,
body.leftToRight .branch-detail .p-icon-remove-red-eye {
    margin-left: 10px;
    float: left;
    margin-right: 0;
}

body.leftToRight .addSubscriptionMain .addSubscriptionItem .p-datepicker-trigger {
    right: initial;
}

body.leftToRight .p-tabview .p-tabview-nav li:last-child {
    left: 0 !important;
}

body.leftToRight .login-body .loginLabels {
    display: flex;
    right: 0;
}

.addSubscriptionMain .addSubscriptionItem .lookLikeInput {
    cursor: auto;
}

/* Add Subscription dialog — mobile cascade + layout (desktop unchanged) */
@media only screen and (max-width: 767px) {
    .addSubscriptionWrapper .p-dialog {
        width: 96% !important;
        max-width: 96vw !important;
    }

    .addSubscriptionWrapper .p-dialog-content {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .addSubscriptionMain .addSubscriptionItem {
        width: 100% !important;
        max-width: 100%;
    }

    .addSubscriptionMain .addSubscriptionItem p-cascadeselect,
    .addSubscriptionMain .addSubscriptionItem p-cascadeselect .p-cascadeselect,
    .addSubscriptionMain .addSubscriptionItem .add-subscription-cascade-field {
        width: 100% !important;
        max-width: 100%;
    }

    .p-cascadeselect-panel.add-subscription-cascade-panel {
        left: 10px !important;
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        max-height: 70vh;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        z-index: 12000 !important;
    }

    .add-subscription-cascade-panel .p-cascadeselect-items,
    .add-subscription-cascade-panel ul.p-cascadeselect-panel {
        width: 100% !important;
        max-width: 100%;
    }

    .add-subscription-cascade-panel .p-cascadeselect-sublist {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        min-width: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        box-shadow: none;
        border-top: 1px solid #e9ecef;
    }

    .add-subscription-cascade-panel .p-cascadeselect-item {
        white-space: normal;
    }

    .add-subscription-cascade-panel .p-cascadeselect-item-content {
        padding: 0.35rem 0.5rem;
    }
}

.selfServices .tecGym-component-heading,
.trainingService .tecGym-component-heading {
    line-height: 1;
}
.salesReportResponsivefix .p-multiselect-panel{
    min-width: 14% !important;
}


/*# sourceMappingURL=styles.css.map*/