/*!
 *  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.8b43027f47b20503057d.eot?v=4.7.0');
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.20fd1704ea223900efa9.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.f691f37e57f04c152e23.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.1e59d2330b4c6deb84b3.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.c1e38fd9e0e74ba58f7a.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;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

@charset "UTF-8";
:root {
  --surface-a: #ffffff;
  --surface-b: #f4f4f4;
  --surface-c: #eaeaea;
  --surface-d: #c8c8c8;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #333333;
  --text-color-secondary: #848484;
  --primary-color: #007ad9;
  --primary-color-text: #ffffff;
  --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}
.p-disabled, .p-component:disabled {
  opacity: 0.5;
}
.p-error, .p-invalid {
  color: #a80000;
}
.p-text-secondary {
  color: #848484;
}
.pi {
  font-size: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 3px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.429rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.786rem;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
  padding: 0.2145rem 0.429rem;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #212121;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.2145rem 0;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.2145rem 0.429rem;
  margin-right: 0.5rem;
  background: #007ad9;
  color: #ffffff;
  border-radius: 3px;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
.p-autocomplete.p-error > .p-inputtext, .p-autocomplete.p-invalid > .p-inputtext {
  border-color: #a80000;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #a80000;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-autocomplete-panel .p-autocomplete-items {
  padding: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #333333;
  background: #eaeaea;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
  border-color: #a80000;
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #a80000;
}
.p-datepicker {
  padding: 0.857rem;
  background: #ffffff;
  color: #333333;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #333333;
  background: #ffffff;
  font-weight: 700;
  margin: 0;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.857rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #d0d0d0;
  color: #333333;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 0.857rem 0 0.429rem 0;
  border-top: 1px solid #d8dae2;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #d8dae2;
  padding: 0.857rem 0 0.429rem 0;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.286rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.429rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.857rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #d8dae2;
  padding-right: 0.857rem;
  padding-left: 0.857rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #eaeaea;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
  background: #eaeaea;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0.25rem;
  }
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 1px solid #a6a6a6;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #007ad9;
  background: #007ad9;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #212121;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #005b9f;
  background: #005b9f;
  color: #ffffff;
}
.p-checkbox.p-error > .p-checkbox-box, .p-checkbox.p-invalid > .p-checkbox-box {
  border-color: #a80000;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #a80000;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f4f4f4;
}
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-checkbox-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #007ad9;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-checkbox-disabled):hover {
  background: #005b9f;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #005b9f;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-highlight .p-checkbox .p-checkbox-box {
  border-color: #ffffff;
}
.p-chips .p-chips-multiple-container {
  padding: 0.2145rem 0.429rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #212121;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.2145rem 0.429rem;
  margin-right: 0.5rem;
  background: #007ad9;
  color: #ffffff;
  border-radius: 3px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.2145rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}
.p-chips.p-error > .p-inputtext, .p-chips.p-invalid > .p-inputtext {
  border-color: #a80000;
}
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #a80000;
}
.p-colorpicker-preview {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #323232;
  border-color: #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}
.p-colorpicker-overlay-panel {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-dropdown {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #212121;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.429rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #666666;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #848484;
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333333;
  background: #ffffff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.429rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333333;
  background: #eaeaea;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333333;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
}
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
  border-color: #a80000;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #a80000;
}
.p-input-filled .p-dropdown {
  background: #f4f4f4;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-editor-container .p-editor-toolbar {
  background: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #333333;
  padding: 0.429rem 0.857rem;
  border-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #333333;
  background: #eaeaea;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #007ad9;
}
.p-inputgroup-addon {
  background: #eaeaea;
  color: #848484;
  border-top: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  padding: 0.429rem 0.429rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #a6a6a6;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #a80000;
}
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #a80000;
}
.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #cccccc;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #b7b7b7;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #007ad9;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #cccccc;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #116fbf;
}
.p-inputswitch.p-error, .p-inputswitch.p-invalid {
  border-color: #a80000;
}
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #a80000;
}
.p-inputtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #333333;
  background: #ffffff;
  padding: 0.429rem 0.429rem;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}
.p-inputtext:enabled:hover {
  border-color: #212121;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-inputtext.p-error, .p-inputtext.p-invalid, .p-inputtext.ng-dirty.ng-invalid {
  border-color: #a80000;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.375375rem 0.375375rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.53625rem 0.53625rem;
}
.p-float-label > label {
  left: 0.429rem;
  color: #666666;
  transition-duration: 0.2s;
}
.p-input-icon-left > i:first-of-type {
  left: 0.429rem;
  color: #848484;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 1.858rem;
}
.p-input-icon-right > i:last-of-type {
  right: 0.429rem;
  color: #848484;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 1.858rem;
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  color: #666666;
}
::-moz-placeholder {
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
.p-input-filled .p-inputtext {
  background-color: #f4f4f4;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #f4f4f4;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.375375rem 0.375375rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.53625rem 0.53625rem;
}
.p-listbox {
  background: #ffffff;
  color: #333333;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
}
.p-listbox .p-listbox-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333333;
  background: #ffffff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.429rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333333;
  background: #eaeaea;
}
.p-listbox.p-error, .p-listbox.p-invalid {
  border-color: #a80000;
}
p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #a80000;
}
.p-multiselect {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #212121;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-multiselect .p-multiselect-label {
  padding: 0.429rem 0.429rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #666666;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-multiselect.p-error, .p-multiselect.p-invalid {
  border-color: #a80000;
}
.p-multiselect-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333333;
  background: #ffffff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.429rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333333;
  background: #eaeaea;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333333;
  background: transparent;
}
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #a80000;
}
.p-input-filled .p-multiselect {
  background: #f4f4f4;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-password-panel {
  padding: 0.571rem 1rem;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
}
.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 1px solid #a6a6a6;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #333333;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #212121;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #007ad9;
  background: #007ad9;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #005b9f;
  background: #005b9f;
  color: #ffffff;
}
.p-radiobutton.p-error > .p-radiobutton-box, .p-radiobutton.p-invalid > .p-radiobutton-box {
  border-color: #a80000;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #a80000;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #f4f4f4;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #007ad9;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #005b9f;
}
.p-radiobutton-label {
  margin-left: 0.5rem;
}
.p-highlight .p-radiobutton .p-radiobutton-box {
  border-color: #ffffff;
}
.p-rating .p-rating-icon {
  color: #333333;
  margin-left: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #e4018d;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star {
  color: #007ad9;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #007ad9;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #b5019f;
}
.p-highlight .p-rating .p-rating-icon {
  color: #ffffff;
}
.p-selectbutton .p-button {
  background: #dadada;
  border: 1px solid #dadada;
  color: #333333;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #666666;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #333333;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #212121;
}
.p-selectbutton .p-button.p-highlight {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #116fbf;
  border-color: #116fbf;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton.p-error > .p-button, .p-selectbutton.p-invalid > .p-button {
  border-color: #a80000;
}
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #a80000;
}
.p-slider {
  background: #c8c8c8;
  border: 0 none;
  border-radius: 3px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 100%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-slider .p-slider-range {
  background: #007ad9;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: 2px solid #666666;
  border-color: #007ad9;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.2s;
}
.p-togglebutton.p-button {
  background: #dadada;
  border: 1px solid #dadada;
  color: #333333;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #666666;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #333333;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #212121;
}
.p-togglebutton.p-button.p-highlight {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #116fbf;
  border-color: #116fbf;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-error, .p-togglebutton.p-button.p-invalid {
  border-color: #a80000;
}
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #a80000;
}
.p-button {
  color: #ffffff;
  background: #007ad9;
  border: 1px solid #007ad9;
  padding: 0.429rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-button:enabled:hover {
  background: #116fbf;
  color: #ffffff;
  border-color: #116fbf;
}
.p-button:enabled:active {
  background: #005b9f;
  color: #ffffff;
  border-color: #005b9f;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(0, 122, 217, 0.04);
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(0, 122, 217, 0.16);
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #848484;
  border-color: #848484;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #eaeaea;
  color: #848484;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #d2d2d2;
  color: #848484;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(0, 122, 217, 0.04);
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(0, 122, 217, 0.16);
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #848484;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #eaeaea;
  color: #848484;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #d2d2d2;
  color: #848484;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #ffffff;
  background-color: #007ad9;
}
.p-button.p-button-raised {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.429rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.375375rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.53625rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #607D8B;
  border: 1px solid #607D8B;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #546E7A;
  color: #ffffff;
  border-color: #546E7A;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #B0BEC5;
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #455A64;
  color: #ffffff;
  border-color: #455A64;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #607D8B;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #007ad9;
  border: 1px solid #007ad9;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #116fbf;
  color: #ffffff;
  border-color: #116fbf;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #005b9f;
  color: #ffffff;
  border-color: #005b9f;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(0, 122, 217, 0.04);
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(0, 122, 217, 0.16);
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(0, 122, 217, 0.04);
  border-color: transparent;
  color: #007ad9;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(0, 122, 217, 0.16);
  border-color: transparent;
  color: #007ad9;
}
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #34A835;
  border: 1px solid #34A835;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #107D11;
  color: #ffffff;
  border-color: #107D11;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #aae5aa;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #0C6B0D;
  color: #ffffff;
  border-color: #0C6B0D;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #34A835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(52, 168, 53, 0.04);
  color: #34A835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(52, 168, 53, 0.16);
  color: #34A835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #34A835;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(52, 168, 53, 0.04);
  border-color: transparent;
  color: #34A835;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(52, 168, 53, 0.16);
  border-color: transparent;
  color: #34A835;
}
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #333333;
  background: #ffba01;
  border: 1px solid #ffba01;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #ED990B;
  color: #333333;
  border-color: #ED990B;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #ffeab4;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #D38B10;
  color: #333333;
  border-color: #D38B10;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(255, 186, 1, 0.04);
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(255, 186, 1, 0.16);
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #ffba01;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(255, 186, 1, 0.04);
  border-color: transparent;
  color: #ffba01;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(255, 186, 1, 0.16);
  border-color: transparent;
  color: #ffba01;
}
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #9C27B0;
  border: 1px solid #9C27B0;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #8E24AA;
  color: #ffffff;
  border-color: #8E24AA;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #CE93D8;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7B1FA2;
  color: #ffffff;
  border-color: #7B1FA2;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #e91224;
  border: 1px solid #e91224;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c01120;
  color: #ffffff;
  border-color: #c01120;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #f9b4ba;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #a90000;
  color: #ffffff;
  border-color: #a90000;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(233, 18, 36, 0.04);
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(233, 18, 36, 0.16);
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #e91224;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(233, 18, 36, 0.04);
  border-color: transparent;
  color: #e91224;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(233, 18, 36, 0.16);
  border-color: transparent;
  color: #e91224;
}
.p-button.p-button-link {
  color: #005b9f;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #005b9f;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #005b9f;
  border-color: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #f4f4f4;
  width: 2rem;
  height: 0.5rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #eaeaea;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-datatable .p-datatable-footer {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: normal;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 1px 1px;
  font-weight: 700;
  color: #333333;
  background: #f4f4f4;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  font-weight: 700;
  color: #333333;
  background: #f4f4f4;
}
.p-datatable .p-sortable-column {
  outline-color: #8dcdff;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #848484;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #007ad9;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e0e0e0;
  color: #333333;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #333333;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #ffffff;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #ffffff;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #333333;
  transition: background-color 0.2s, box-shadow 0.2s;
  outline-color: #8dcdff;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  padding: 0.571rem 0.857rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #007ad9;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #007ad9;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-datatable .p-column-resizer-helper {
  background: #007ad9;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #f4f4f4;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #f9f9f9;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #ffffff;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.72845rem 0.85rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.48535rem 0.72845rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.48535rem 0.72845rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.48535rem 0.85rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.48535rem 0.85rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.07125rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 0.71375rem 1.07125rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 0.71375rem 1.07125rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 0.71375rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 0.71375rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #333333;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: 1px solid #d8dae2;
  border-width: 1px;
}
.p-dataview .p-dataview-footer {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: normal;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 0.571rem 1rem;
}
.fc .fc-view-container th {
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
  color: #333333;
}
.fc .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  color: #333333;
}
.fc .fc-view-container td.fc-head-container {
  border: 1px solid #c8c8c8;
}
.fc .fc-view-container .fc-row {
  border-right: 1px solid #c8c8c8;
}
.fc .fc-view-container .fc-event {
  background: #116fbf;
  border: 1px solid #116fbf;
  color: #ffffff;
}
.fc .fc-view-container .fc-divider {
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
}
.fc .fc-toolbar .fc-button {
  color: #ffffff;
  background: #007ad9;
  border: 1px solid #007ad9;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.fc .fc-toolbar .fc-button:enabled:hover {
  background: #116fbf;
  color: #ffffff;
  border-color: #116fbf;
}
.fc .fc-toolbar .fc-button:enabled:active {
  background: #005b9f;
  color: #ffffff;
  border-color: #005b9f;
}
.fc .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "";
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "";
}
.fc .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #dadada;
  border: 1px solid #dadada;
  color: #333333;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #333333;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #116fbf;
  border-color: #116fbf;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  z-index: 1;
}
.fc .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-orderlist .p-orderlist-controls {
  padding: 0.571rem 1rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 700;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 0.857rem 1rem;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.429rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.429rem 0.857rem;
  margin: 0;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-orderlist .p-orderlist-list .p-orderlist-droppoint.p-orderlist-droppoint-highlight {
  background-color: #0062ae;
}
@media screen and (max-width: 960px) {
  .p-orderlist {
    flex-direction: column;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 0.571rem 1rem;
    flex-direction: row;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .p-orderlist .p-orderlist-controls .p-button:last-child {
    margin-right: 0;
  }
}
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #00325a;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #c8c8c8;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #c8c8c8;
  border-color: #c8c8c8;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #c8c8c8;
  border-color: #c8c8c8;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0.571rem 1rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-paginator {
  background: #f4f4f4;
  color: #333333;
  border: solid #c8c8c8;
  border-width: 1px;
  padding: 0;
  border-radius: 3px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e0e0e0;
  border-color: transparent;
  color: #333333;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e0e0e0;
  border-color: transparent;
  color: #333333;
}
.p-picklist .p-picklist-buttons {
  padding: 0.571rem 1rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 700;
}
.p-picklist .p-picklist-filter-container {
  padding: 0.857rem 1rem;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.429rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-picklist .p-picklist-list {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.429rem 0.857rem;
  margin: 0;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-picklist .p-picklist-list .p-picklist-droppoint.p-picklist-droppoint-highlight {
  background-color: #0062ae;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333333;
}
@media screen and (max-width: 960px) {
  .p-picklist {
    flex-direction: column;
  }
  .p-picklist .p-picklist-buttons {
    padding: 0.571rem 1rem;
    flex-direction: row;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .p-picklist .p-picklist-buttons .p-button:last-child {
    margin-right: 0;
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
    content: "";
  }
}
.p-tree {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0.571rem 1rem;
  border-radius: 3px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  padding: 0.429rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #848484;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #333333;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #eaeaea;
  color: #333333;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.429rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #0062ae;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  color: #333333;
  padding: 0.429rem;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #007ad9;
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #848484;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-treetable .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-treetable .p-treetable-footer {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: normal;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 1px 1px;
  font-weight: 700;
  color: #333333;
  background: #f4f4f4;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  font-weight: 700;
  color: #333333;
  background: #f4f4f4;
}
.p-treetable .p-sortable-column {
  outline-color: #8dcdff;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #848484;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #007ad9;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e0e0e0;
  color: #333333;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #333333;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #333333;
  transition: background-color 0.2s, box-shadow 0.2s;
  outline-color: #8dcdff;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  padding: 0.571rem 0.857rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #333333;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #ffffff;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #333333;
}
.p-treetable .p-column-resizer-helper {
  background: #007ad9;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #f4f4f4;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.749875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.48535rem 0.72845rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.48535rem 0.72845rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.48535rem 0.85rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.48535rem 0.85rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.07125rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 0.71375rem 1.07125rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 0.71375rem 1.07125rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 0.71375rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 0.71375rem 1.25rem;
}
.p-virtualscroller .p-virtualscroller-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #333333;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: normal;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #005b9f;
  background: #005b9f;
  color: #ffffff;
}
.p-accordion .p-accordion-content {
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 2px;
}
.p-card {
  background: #ffffff;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
}
.p-card .p-card-body {
  padding: 1rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #848484;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}
.p-fieldset {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  border-radius: 3px;
}
.p-fieldset .p-fieldset-legend {
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-radius: 3px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 0.857rem 1rem;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-fieldset .p-fieldset-content {
  padding: 0.571rem 1rem;
}
.p-panel .p-panel-header {
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  background: #f4f4f4;
  color: #333333;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 700;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.857rem 1rem;
}
.p-panel .p-panel-content {
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  border-top: 0 none;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #f8f8f8;
  border: 0 none;
}
.p-tabview .p-tabview-nav {
  background: transparent;
  border: 0 none;
  border-width: 1px;
}
.p-tabview .p-tabview-nav li {
  margin-right: 2px;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: 1px solid #c8c8c8;
  border-width: 1px;
  border-color: #c8c8c8;
  background: #f4f4f4;
  color: #333333;
  padding: 0.857rem 1rem;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  margin: 0 0 -1px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-toolbar {
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  border-radius: 3px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-dialog {
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #c8c8c8;
}
.p-dialog .p-dialog-header {
  border-bottom: 1px solid #c8c8c8;
  background: #f4f4f4;
  color: #333333;
  padding: 1rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 700;
  font-size: 1rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #333333;
  padding: 1rem;
}
.p-dialog .p-dialog-footer {
  border-top: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0.571rem 1rem;
  text-align: right;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}
.p-dialog-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-overlaypanel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 0.571rem 1rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #007ad9;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #116fbf;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(200, 200, 200, 0);
  border-bottom-color: #c8c8c8;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #c8c8c8;
}
.p-sidebar {
  background: #ffffff;
  color: #333333;
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.p-sidebar .p-sidebar-close {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-close:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-sidebar .p-sidebar-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-sidebar-mask.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-tooltip .p-tooltip-text {
  background: #333333;
  color: #ffffff;
  padding: 0.429rem 0.429rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #333333;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #333333;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #333333;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #333333;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #f4f4f4;
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 0.571rem 0.857rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #116fbf;
  color: #ffffff;
  border-color: #116fbf;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #005b9f;
  color: #ffffff;
  border-color: #005b9f;
}
.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0.571rem 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #333333;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #333333;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #333333;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #333333;
}
.p-contextmenu {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-contextmenu .p-submenu-list {
  padding: 0;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #eaeaea;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-megamenu {
  padding: 0.5rem;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #333333;
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-megamenu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #eaeaea;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0;
}
.p-menu {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-menubar {
  padding: 0.5rem;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.p-menubar .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #333333;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-menubar .p-submenu-list {
  padding: 0;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #eaeaea;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #333333;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.857rem;
    color: #333333;
    border-radius: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #eaeaea;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.571rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 4.285rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.999rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 7.713rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 9.427rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #005b9f;
  background: #005b9f;
  color: #ffffff;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  margin-bottom: 2px;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 2px;
}
.p-slidemenu {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-slidemenu .p-slidemenu-list {
  padding: 0;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #eaeaea;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #333333;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #333333;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.857rem;
  color: #333333;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #333333;
  border: 1px solid #dee2e6;
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #848484;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #007ad9;
  color: #ffffff;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 700;
  color: #333333;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #d8dae2;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: transparent;
  border: 0 none;
  border-width: 1px;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 2px;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: 1px solid #c8c8c8;
  border-width: 1px;
  border-color: #c8c8c8;
  background: #f4f4f4;
  color: #333333;
  padding: 0.857rem 1rem;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  margin: 0 0 -1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-tieredmenu {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-tieredmenu .p-submenu-list {
  padding: 0;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #eaeaea;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-inline-message {
  padding: 0.5rem;
  margin: 0;
  border-radius: 3px;
}
.p-inline-message.p-inline-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #212121;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 3px;
}
.p-message .p-message-wrapper {
  padding: 1rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-message.p-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-info .p-message-icon {
  color: #212121;
}
.p-message.p-message-info .p-message-close {
  color: #212121;
}
.p-message.p-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-success .p-message-icon {
  color: #212121;
}
.p-message.p-message-success .p-message-close {
  color: #212121;
}
.p-message.p-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-warn .p-message-icon {
  color: #212121;
}
.p-message.p-message-warn .p-message-close {
  color: #212121;
}
.p-message.p-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-error .p-message-icon {
  color: #212121;
}
.p-message.p-message-error .p-message-close {
  color: #212121;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: normal;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}
.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 0.5rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #212121;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #ebedef;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ebedef;
}
.p-galleria .p-galleria-item-nav {
  background: rgba(0, 0, 0, 0.2);
  color: #aeb6bf;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #ebedef;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #ebedef;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #f4f4f4;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #eaeaea;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #007ad9;
  color: #ffffff;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #007ad9;
  color: #ffffff;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #aeb6bf;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #aeb6bf;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-galleria-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-inplace .p-inplace-display {
  padding: 0.429rem 0.429rem;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #eaeaea;
  color: #333333;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-progressbar {
  border: 0 none;
  height: 24px;
  background: #eaeaea;
  border-radius: 3px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #007ad9;
}
.p-progressbar .p-progressbar-label {
  color: #333333;
  line-height: 24px;
}
.p-terminal {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  padding: 0.571rem 1rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.p-blockui.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-badge {
  background: #007ad9;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #607D8B;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #34A835;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #007ad9;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #ffba01;
  color: #333333;
}
.p-badge.p-badge-danger {
  background-color: #e91224;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-tag {
  background: #007ad9;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
}
.p-tag.p-tag-success {
  background-color: #34A835;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #007ad9;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #ffba01;
  color: #333333;
}
.p-tag.p-tag-danger {
  background-color: #e91224;
  color: #ffffff;
}
.p-panel .p-panel-header .p-panel-header-icon {
  color: #848484;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #333333;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  color: #848484;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #333333;
}
/* Customizations to the designer theme should be defined here */

.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-badge{display:inline-block;border-radius:50%;text-align:center}.p-tag{display:inline-block;text-align:center;line-height:1.5}.p-tag.p-tag-rounded{border-radius:10rem}.p-overlay-badge{position:relative;display:inline-block}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(1em,-1em);margin:0}.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.6441e63a57ccc5105bad.png') no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.f8505bd4d6f3e3aa435b.png') no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password-meter{background:transparent url('password-meter.eea288d50533d7995ec1.png') no-repeat left top;height:10px}.p-password-panel-overlay{position:absolute;display:none}.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1.0,1.0);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{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:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}
@font-face {
    font-family: 'primeicons';
    font-display: auto;
    src: url('primeicons.dfbfef2de4bfb34e9722.eot');
    src: url('primeicons.dfbfef2de4bfb34e9722.eot?#iefix') format('embedded-opentype'), url('primeicons.3a0d4a58da62cf7c55bb.ttf') format('truetype'), url('primeicons.e61f3495a7ecd3d571a4.woff') format('woff'), url('primeicons.c55d94a248721abbd220.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-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-o: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";
}

@charset "UTF-8";
/* HELPERS - Base Variable file along with starting point functions, mixins etc.
================================================================================ */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a, body .ngx-pagination, .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer), body .edit-role-select.ng-select.ng-select-single .ng-select-container, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .plain_select_option .ng-select .ng-select-container:hover, body .ng-select.focused:not(.opened) > .ng-control, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select .ng-control:hover, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover, body .dropdown-item .ui-multiselect.ui-state-focus, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .ui-inputtext:focus, body .classic_accordion .ui-accordion .ui-accordion-header a {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, .dropdown-item .ui-dropdown-panel .ui-dropdown-item, body .wide_modal .ui-dialog, body .classic_accordion .ui-accordion .ui-accordion-content, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-header a {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, .back-btn i, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, .switch-accordion-tabs:before, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, .update_photo_holder dropzone, .update_photo_holder.project .dropzone, .project-info .brand-logo-image img, .update-user-image img, .project-basic-info .brand-logo-image, .update-user-image, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.add_new_row_btn svg, .general_plain_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
.clothing_requirements_modal .multiple-dropzone .dz-message, .dz-multiple .dz-message, body dropzone > .dropzone.dz-wrapper .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder dropzone, .update_photo_holder.project .dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-success-mark svg, div .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
.dz-multiple .dz-message span:after, body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder .zoom-image-holder, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder.project .dropzone .dz-message {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.one_line_select.multiple-select-dropdown .ui-multiselect, body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-wrapper .ng-arrow, body .ng-select .ng-arrow-zone .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-down:before, .classic_accordion .ui-accordion-header .pi-caret-right:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item.ui-inputwrapper-focus .ui-dropdown, body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
/* VENDOR - Default fall-backs and external files.
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a, body .ngx-pagination, .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer), body .edit-role-select.ng-select.ng-select-single .ng-select-container, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .plain_select_option .ng-select .ng-select-container:hover, body .ng-select.focused:not(.opened) > .ng-control, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select .ng-control:hover, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover, body .dropdown-item .ui-multiselect.ui-state-focus, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .ui-inputtext:focus, body .classic_accordion .ui-accordion .ui-accordion-header a {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, .dropdown-item .ui-dropdown-panel .ui-dropdown-item, body .wide_modal .ui-dialog, body .classic_accordion .ui-accordion .ui-accordion-content, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-header a {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, .back-btn i, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, .switch-accordion-tabs:before, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, .update_photo_holder dropzone, .update_photo_holder.project .dropzone {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.add_new_row_btn svg, .general_plain_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
.clothing_requirements_modal .multiple-dropzone .dz-message, .dz-multiple .dz-message, body dropzone > .dropzone.dz-wrapper .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder dropzone, .update_photo_holder.project .dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-success-mark svg, div .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
.dz-multiple .dz-message span:after, body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder .zoom-image-holder, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder.project .dropzone .dz-message {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.one_line_select.multiple-select-dropdown .ui-multiselect, body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-wrapper .ng-arrow, body .ng-select .ng-arrow-zone .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-down:before, .classic_accordion .ui-accordion-header .pi-caret-right:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item.ui-inputwrapper-focus .ui-dropdown, body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
*:focus {
  box-shadow: none;
}
body .p-multiselect {
  border: 0;
  font-weight: 400;
  color: grey;
  font-size: 1.2rem;
  width: 130px;
  border-radius: 0;
  font-family: "Nunito", sans-serif !important;
}
body .p-multiselect:not(.p-disabled):hover {
  border-color: #efefef;
  cursor: pointer;
}
body .p-multiselect .close_dropdown {
  font-size: 1rem;
  color: #646464;
  text-transform: uppercase;
  font-weight: 700;
}
body .p-multiselect p-footer {
  display: inline-block;
  padding: 0.8rem 0 0.6rem;
  width: 100%;
  font-family: "Nunito", sans-serif, sans-serif;
  background-color: #f5f5f5;
  text-align: center;
}
body .p-multiselect .p-checkbox .p-checkbox-box {
  border: 0.2rem solid #efefef;
  background: #fff;
  width: 15px;
  height: 15px;
  color: #333333;
  border-radius: 3px;
  transform: translateY(3px);
}
body .p-multiselect .pi.pi-check {
  border: 0.2rem solid #16a085;
  background: #16a085;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
body .p-multiselect .pi.pi-check:before {
  content: "";
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .p-multiselect .p-multiselect-panel .p-multiselect-header {
  background: #f5f5f5;
}
body .p-multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  left: 0.429rem;
  color: grey;
}
body .p-multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-left: 1.9rem;
}
body .p-multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  box-shadow: none;
}
body .p-multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  background-color: white;
  color: #646464;
}
body .location-sc2 .p-multiselect {
  width: auto;
  padding: 0;
}
body .location-sc2 .p-multiselect.p-component {
  border: 0;
  position: absolute;
  top: 10px;
  right: 0;
}
body .location-sc2 .p-multiselect .p-multiselect-label {
  display: none;
}
body .location-sc2 .p-multiselect .p-multiselect-label.p-placeholder {
  display: none;
}
body .location-sc2 .p-multiselect .p-multiselect-trigger {
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  width: 1.5em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.25em;
}
body .location-sc2 .pi-chevron-down:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 10px;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/copy-email.svg);
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
body .location-sc2 .p-multiselect-panel {
  transform-origin: center top !important;
  left: -290px !important;
  top: 0px !important;
  transform: translateY(0px) !important;
  opacity: 1 !important;
}
body .order_clone-roles .p-multiselect {
  width: auto;
  padding: 0;
}
body .order_clone-roles .p-multiselect.p-component {
  height: 40px;
  width: 200px;
  border: 1px solid #16a085;
  border-radius: 4rem;
  font-size: 1.1rem;
  font-family: "Nunito", sans-serif, sans-serif;
}
body .order_clone-roles .p-multiselect .p-multiselect-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .order_clone-roles .p-multiselect .p-multiselect-label.p-placeholder {
  color: #16a085;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 2rem;
}
body .order_clone-roles .p-multiselect .p-multiselect-label.p-placeholder:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/clone-roles.svg);
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
body .order_clone-roles .p-multiselect .p-multiselect-trigger {
  display: none;
}
body .order_clone-role .p-multiselect {
  width: auto;
  padding: 0;
}
body .order_clone-role .p-multiselect.p-component {
  height: 30px;
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif, sans-serif;
  background: none !important;
}
body .order_clone-role .p-multiselect .p-multiselect-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .order_clone-role .p-multiselect .p-multiselect-label.p-placeholder {
  color: #16a085;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 2rem;
}
body .order_clone-role .p-multiselect .p-multiselect-label.p-placeholder:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/clone-roles.svg);
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
body .order_clone-role .p-multiselect .p-multiselect-trigger {
  display: none;
}
body .p-inputtext {
  border: 0;
  padding: 0;
}
body .p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: unset;
  border-color: unset;
}
body .range_filter .p-inputtext {
  padding: 0 0 0 2rem;
  height: auto;
  border: 0;
  font-weight: 600;
  width: 100%;
  background-image: url(/../../assets/images/icons/calendar-icon-grey.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
body .range_filter_top .range_filter .p-inputtext {
  text-transform: lowercase;
  font-size: 1.2rem;
  font-weight: 400;
}
body .p-dialog {
  font-family: "Nunito", sans-serif, sans-serif;
}
body .p-dialog .p-dialog-header {
  border-bottom: 0;
  background: #fff;
  color: #333333;
  padding: 10px 10px 0 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  display: flex;
  justify-content: flex-end;
}
body .p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  box-shadow: none;
}
body .p-dialog .p-dialog-header-icon.p-dialog-header-close.p-link.p-ripple {
  background: #f5f5f5;
  padding: 15px;
}
body .p-dialog .p-dialog-header-icon.p-dialog-header-close.p-link.p-ripple .pi-times:before {
  font-size: 12px;
}
body .p-dialog .p-dialog-footer {
  border-top: 0;
  background: #fff;
  color: #333333;
  padding: 0.571rem 1rem;
  text-align: right;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px;
}
body .p-dialog .p-dialog-footer .p-button {
  background-color: #1abc9c;
  border-color: #1abc9c;
  padding: 0.5rem 1rem;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  border-radius: 2rem;
  color: #fff;
  min-width: 100px;
}
body .p-dialog .p-dialog-footer .p-button .pi {
  display: none;
}
body .p-dialog .p-dialog-footer .p-button:hover {
  background-color: #16a085;
  border-color: #16a085;
}
body .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
  font-size: 1.4rem;
  color: #646464;
  padding: 20px;
}
body .p-dialog .p-dialog-mask.p-component-overlay {
  z-index: 999999999;
}
body .p-dialog .p-dialog-content {
  padding: 1em 1.5em;
}
body .langtabs .p-tabview-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 8px;
  padding: 0.2em 0.2em 0;
  width: 100%;
}
body .langtabs .p-tabview-nav li {
  width: 24%;
}
body .langtabs .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: whitesmoke;
}
body .langtabs .p-tabview-nav li .p-tabview-nav-link {
  width: 100%;
  border: 1px solid #cecece;
  color: #646464;
  background: transparent;
  font-weight: 500;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .langtabs .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  box-shadow: none;
}
body .langtabs .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #fff;
  border-color: #1abc9c;
  color: #1abc9c;
}
body .langtabs .p-tabview-panels {
  border: 0;
}
body .lang-tabs-width .langtabs .p-tabview-nav {
  justify-content: center;
  width: 98%;
}
body .lang-tabs-width .langtabs .p-tabview-nav li {
  width: 22%;
}
body .langtabs-long .p-tabview-nav {
  width: 90% !important;
  margin-left: 40px;
}
body .title-lang-tabs .p-tabview-nav {
  margin: 0 6px;
}
body .scr-3 .p-tabview-nav {
  margin: 0;
  width: 100% !important;
  padding: 0px 50px;
}
body .scr-3 .p-tabview-nav li {
  width: 25% !important;
  margin: 0 !important;
}
body input.p-inputmask.p-inputtext.p-component.p-filled {
  border: 0.1rem solid #c0c0c09c;
  font-size: 1em;
  color: #666666;
  font-weight: normal;
}
body .edited-field input.p-inputmask.p-inputtext.p-component.p-filled {
  border-color: orange;
}
body button.dz-button {
  border: 0;
  background: transparent;
}
body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #fff;
  border-color: #dbdbdb;
  color: #333333;
}
body .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  box-shadow: none;
}
body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #d3d3d36e;
  background-color: #fff;
  color: #1abc9c;
}
body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #fff;
  border-color: whitesmoke;
  color: #1abc9c;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
  border: 0.2rem solid #d3d3d36e;
}
body .p-accordion .p-accordion-header .p-accordion-header-link {
  margin: 0;
  color: #a5a5a5;
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  position: relative;
  font-family: "Nunito", sans-serif, sans-serif;
  border: 0.2rem solid #d3d3d36e;
  border-radius: 2.3rem;
  padding: 6px 0px 6px 15px;
  transition: all 0.15s ease-in-out;
}
body .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 5px;
  width: 3rem;
  height: 3rem;
  background-color: #80808036;
  text-align: center;
  line-height: 3rem;
  border-radius: 100px;
  font-size: 12px;
}
body .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon.pi-chevron-right {
  transform: translateY(-50%) rotate(90deg);
}
body .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon.pi-chevron-down {
  transform: translateY(-50%) rotate(180deg);
}
body .p-accordion .p-accordion-header .p-accordion-header-link .pi-chevron-right:before {
  content: "";
  color: #a5a5a5;
  font-weight: 900;
}
body .p-accordion .p-accordion-header .p-accordion-header-link .pi-chevron-down:before {
  content: "";
  color: #fff;
  font-weight: 900;
}
body .p-accordion .p-accordion-content {
  border: 0.2rem solid #d3d3d36e;
  border-top: 0;
  background-color: #fff;
  padding: 4.4rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  background-clip: padding-box;
}
body .p-rating .p-rating-icon .p-rating-icon {
  color: #f5b041;
  margin-left: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.6em;
}
body .p-rating .p-rating-icon.p-rating-cancel {
  color: #d3d3d36e;
}
body .p-slider.p-slider-horizontal {
  height: 11px;
  background: #fff;
  border: 0.1rem solid #a5a5a5;
  border-radius: 5px;
  margin-top: 7px;
}
body .p-slider.p-slider-horizontal .p-slider-handle {
  background: url(/../../assets/images/icons/pause-icon-grey.svg) center/1rem no-repeat #fff;
  border: 0.1rem solid #a5a5a5;
  cursor: pointer;
  top: 0 !important;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 100%;
}
body .p-slider.p-slider-horizontal .p-slider-handle:focus {
  box-shadow: none;
}
body .p-slider.p-slider-horizontal .p-slider-handle:hover {
  border-color: #cecece;
}
body .p-slider .p-slider-range {
  background: #1abc9c;
}
body .p-sidebar-bottom {
  height: auto;
}
body p-calendar.calendar-border input.p-inputtext.p-component {
  width: 100%;
  min-width: 180px;
  background-image: url(/../../assets/images/icons/calendar-icon-grey.svg);
  background-size: 2rem;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  border-color: #ccc;
  border-radius: 0.3rem;
  height: 4rem;
  padding: 0.6rem 1.2rem;
  color: #666;
  border: 0.1rem solid #cccccc;
  font-family: "Nunito", sans-serif, sans-serif;
  font-size: 12px;
}
body p-calendar.calendar-border.fourth-width-calendar input.p-inputtext.p-component {
  min-width: 190px;
}
body p-calendar.calendar-border.half-width-calendar input.p-inputtext.p-component {
  min-width: 448px;
}
body p-calendar.calendar-border.half-width-calendar p-accordion p-header {
  padding-left: 0.4rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body p-calendar.time-calendar-border input.p-inputtext.p-component {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-image: url(/../../assets/images/icons/clock-icon-grey.svg);
  background-size: 2rem;
  background-position: 1rem center;
  background-repeat: no-repeat;
  border-color: #ccc;
  border-radius: 0.3rem;
  height: 4rem;
  padding: 0.6rem 0rem 0.6rem 4rem;
  color: #666;
  border: 0.1rem solid #cccccc;
  font-family: "Nunito", sans-serif, sans-serif;
  font-size: 12px;
}
body p-calendar.time-calendar-border.fourth-width-calendar input.p-inputtext.p-component {
  min-width: 190px;
}
body p-calendar.time-calendar-border.half-width-calendar input.p-inputtext.p-component {
  min-width: 448px;
}
body p-calendar.time-calendar-border.half-width-calendar p-accordion p-header {
  padding-left: 0.4rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .unavailability-date p-calendar.calendar-border input.p-inputtext.p-component {
  min-width: 220px;
}
body .unavailability-date ng-select.ng-select {
  border-radius: 0.3rem;
  height: 4rem;
  color: #666 !important;
  border: 0.1rem solid #cccccc;
  font-family: "Nunito", sans-serif, sans-serif;
  font-size: 12px;
}
body .unavailability-date ng-select.ng-select .ng-value-container span {
  color: #16a085 !important;
  font-family: "Nunito", sans-serif, sans-serif;
  font-size: 12px;
}
body .unavailability-date ng-select.ng-select .ng-select-container {
  padding: 0 10px;
}
body .unavailability-date ng-select.ng-select .ng-select-container .ng-input > input {
  padding: 0 10px;
}
body .permanent-employee-group ng-select.ng-select .ng-select-container {
  padding: 0 5px !important;
}
body .permanent-employee-group ng-select.ng-select .ng-value-container .ng-input {
  left: 0px !important;
}
body .permanent-employee-group ng-select.ng-select .ng-value-container .ng-input input {
  padding: 0 !important;
}
body button.p-autocomplete-dropdown .pi-chevron-down:before {
  content: "";
  font-size: 15px;
}
body button.p-autocomplete-dropdown.p-ripple.p-button.p-component.p-button-icon-only {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body button.p-autocomplete-dropdown.p-button {
  color: #a5a5a5;
  background: transparent !important;
  border: 0;
}
body button.p-autocomplete-dropdown.p-button:enabled:hover {
  color: #a5a5a5;
}
body button.p-autocomplete-dropdown.p-button:focus {
  box-shadow: none;
}
body .p-datepicker table td > span.p-highlight,
body .p-datepicker table td.p-datepicker-today > span.p-highlight {
  background: #1abc9c;
}
body .fixed-slider-scroll {
  position: fixed;
  bottom: 55px;
  z-index: 99 !important;
  padding: 0 195px 0 5px;
  height: 8px;
  background-color: #f0f0f0 !important;
  left: 30rem;
  right: 35rem;
}
body .fixed-slider-scroll .p-slider {
  background-color: transparent !important;
  border-radius: 0px !important;
  height: 8px !important;
  border: 0 !important;
}
body .fixed-slider-scroll .p-slider .p-slider-range {
  background-color: transparent !important;
}
body .fixed-slider-scroll .p-slider .p-slider-handle {
  background: #a0a0a0 !important;
  border-radius: 5px !important;
  width: 200px !important;
  height: 8px !important;
  top: -1px !important;
}
body .p-sidebar-bottom {
  height: auto;
}
body p-calendar.calendar-border input.p-inputtext.p-component {
  width: 100%;
  min-width: 180px;
  background-image: url(/../../assets/images/icons/calendar-icon-grey.svg);
  background-size: 2rem;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  border-color: #ccc;
  border-radius: 0.3rem;
  height: 4rem;
  padding: 0.6rem 1.2rem;
  color: #666;
  border: 0.1rem solid #cccccc;
  font-family: "Nunito", sans-serif, sans-serif;
  font-size: 12px;
}
body p-calendar.calendar-border.fourth-width-calendar input.p-inputtext.p-component {
  min-width: 190px;
}
body p-calendar.calendar-border.half-width-calendar input.p-inputtext.p-component {
  min-width: 448px;
}
body .big-calendar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body .big-calendar .p-calendar .p-datepicker {
  width: 520px;
  max-width: 56.2rem;
  border: 0.2rem solid #efefef;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2);
}
body .big-calendar .p-datepicker-group-container {
  width: 100%;
}
body .big-calendar .p-datepicker table th {
  text-align: center;
}
body .big-calendar .p-datepicker table td {
  border: 1px solid #efefef;
  padding: 0;
}
body .big-calendar .p-datepicker table td > span.p-highlight {
  background-color: #1abc9c;
  opacity: 1;
  border-radius: 0;
  width: 100%;
}
body .big-calendar .p-datepicker table td > span {
  padding: 2.55rem 1.8rem;
  width: 100%;
  border-radius: 0;
}
body .big-calendar .p-datepicker .p-datepicker-header .p-datepicker-prev:focus, body .big-calendar .p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  box-shadow: none;
}
body .big-calendar .p-datepicker-title {
  font-family: "Nunito", sans-serif, sans-serif;
  font-size: 20px;
}
body .big-calendar .p-datepicker table td > span:focus {
  box-shadow: none;
}
body .big-calendar .p-datepicker .p-datepicker-header {
  padding: 25px 0.5rem;
}
body .big-calendar .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, body .big-calendar .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #1abc9c;
}
body .order-calendar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body .order-calendar .p-calendar .p-datepicker {
  width: 425px;
  max-width: 56.2rem;
  border: 0.2rem solid #ececec;
  box-shadow: none;
}
body .order-calendar .p-datepicker-group-container {
  width: 100%;
}
body .order-calendar .p-datepicker table th {
  text-align: center;
}
body .order-calendar .p-datepicker table td {
  border: 1px solid #efefef;
  padding: 0;
}
body .order-calendar .p-datepicker table td > span.p-highlight {
  background-color: #1abc9c;
  opacity: 1;
  border-radius: 0;
  width: 100%;
}
body .order-calendar .p-datepicker table td > span {
  padding: 2.55rem 1.8rem;
  width: 100%;
  border-radius: 0;
}
body .order-calendar .p-datepicker .p-datepicker-header .p-datepicker-prev:focus, body .order-calendar .p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  box-shadow: none;
}
body .order-calendar .p-datepicker-title {
  font-family: "Nunito", sans-serif, sans-serif;
  font-size: 20px;
}
body .order-calendar .p-datepicker table td > span:focus {
  box-shadow: none;
}
body .order-calendar .p-datepicker .p-datepicker-header {
  padding: 25px 0.5rem;
}
body .order-calendar .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, body .order-calendar .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #1abc9c;
}
body .export-side-bar .p-multiselect {
  border: 0;
  background: transparent;
  padding: 0;
  font-weight: 400;
  color: grey;
  font-size: 1.2rem;
  width: auto;
  border-bottom: 0;
  border-radius: 0;
}
body p-dialog.map_modal.modal_overlay .p-dialog-content {
  width: auto;
  min-width: 600px;
}
body .p-dialog,
body .p-dialog-mask.p-component-overlay {
  pointer-events: auto;
  z-index: 999999999 !important;
}
body .p-toast,
body .p-tooltip {
  z-index: 9999999999999 !important;
}
body .time-stamps .time-stamp-value .p-calendar .p-inputtext {
  flex: 1 1 auto;
  width: 7rem;
  background: #f3f3f3;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  color: #646464;
  height: 3.4rem;
}
body .time-stamps .footer-details input.p-inputmask.p-inputtext.p-component.p-filled {
  border: 0.1rem solid #c0c0c09c;
  font-size: 1em;
  background-color: whitesmoke;
  border-radius: 5px;
  font-size: 12px;
  color: #696969;
  height: 3.4rem;
}
body .p-rating .p-rating-icon.pi-star {
  color: #f5b041;
  margin: 2px;
}
body .p-rating .p-rating-icon.p-rating-cancel {
  color: #d3d3d3d6;
  font-size: 12px;
}
body .p-rating .p-rating-icon:focus {
  box-shadow: none;
}
body .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #e67e22;
}
body .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #CD6155;
}
body .p-rating-icon.pi.pi-star-o {
  color: #f5b041;
  margin: 2px;
  font-size: 12px;
}
body .resources-table-item-box .p-rating .p-rating-icon.pi-star,
body .evaluation-table-item-box .p-rating .p-rating-icon.pi-star,
body .table-data-item-box .p-rating .p-rating-icon.pi-star {
  color: #f5b041;
  margin: 2px;
  font-size: 1.8rem;
}
body .resources-table-item-box .p-rating .p-rating-icon.p-rating-cancel,
body .evaluation-table-item-box .p-rating .p-rating-icon.p-rating-cancel,
body .table-data-item-box .p-rating .p-rating-icon.p-rating-cancel {
  display: none;
}
body .resources-table-item-box .p-rating .p-rating-icon:focus,
body .evaluation-table-item-box .p-rating .p-rating-icon:focus,
body .table-data-item-box .p-rating .p-rating-icon:focus {
  box-shadow: none;
}
body .resources-table-item-box .p-rating-icon.pi.pi-star-o,
body .evaluation-table-item-box .p-rating-icon.pi.pi-star-o,
body .table-data-item-box .p-rating-icon.pi.pi-star-o {
  color: #f5b041;
  margin: 2px;
  font-size: 1.8rem;
}
body .table-wrapper thead th {
  position: sticky !important;
  top: 5.2rem;
  padding: 0.8rem;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  z-index: 99;
  background-color: whitesmoke;
  border-top: 0;
  border-radius: 0;
  vertical-align: top !important;
  border-bottom: 0;
}
body .work-validation-wrapper .table-wrapper tr td.topbottomP5 {
  padding: 18px 0.8rem;
}
body .work-validation-wrapper .table-wrapper tr td.checked.topbottomP5 {
  padding: 17.5px 0.8rem;
}
body .client_modal .p-dialog p {
  margin: 0;
}
body .client_modal .p-dialog .p-dialog-header {
  padding: 1.5rem 3rem;
  color: #646464;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
}
body .client_modal .p-dialog .p-dialog-header .client_modal-title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
body .client_modal .p-dialog .p-dialog-header .p-dialog-header-icons {
  display: none;
}
body .client_modal .p-dialog .p-dialog-content {
  padding: 1.5rem 3rem;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog {
  width: 100%;
  max-width: 100%;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .client_modal-description {
  font-size: 1.4rem;
  font-weight: 600;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content {
  margin-top: 2rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-header {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #ececec;
  background-color: #F5F5F5;
  padding: 1.5rem 2rem;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group:not(:last-child) {
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-group-title {
  color: #303030;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.6rem 0;
  padding-bottom: 0.8rem;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item {
  display: inline-block;
  padding: 1rem 2rem 1rem 0;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item.other {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item .client_modal-content-item-info {
  display: flex;
  align-items: center;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item .client_modal-content-item-info .client_modal-content-item-label {
  display: flex;
  align-items: center;
  margin: 0;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item .client_modal-content-item-info .client_modal-content-item-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #16a085;
  margin-right: 0.5rem;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item .client_modal-content-item-info .client_modal-content-item-description {
  font-size: 1.4rem;
  font-weight: normal;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item .client_modal-content-item-info .client_modal-content-item-description.selected {
  color: #16a085;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item .client_modal-content-info-extra {
  padding-left: 0;
  width: 100%;
  margin-top: 1rem;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item .client_modal-content-info-extra .client_modal-content-item-textarea {
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  resize: none;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .client_modal-footer {
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .client_modal-footer .client_modal-info {
  font-size: 1.4rem;
  font-weight: 700;
  color: #16a085;
}
body .client_modal .p-dialog .p-dialog-content .modal-dialog .client_modal-footer .client_modal-buttons .btn-element:last-child {
  margin-left: 1.2rem !important;
}
body .register-dialog .p-dialog .p-dialog-content {
  padding: 1rem 4rem 4rem 4rem;
  font-size: 12px;
}
body .shift-controllers .p-multiselect-panel {
  position: absolute;
  z-index: 99999 !important;
  bottom: 34px;
  top: unset !important;
  transform-origin: center bottom !important;
}
body .shift-controllers .ng-dropdown-panel.ng-select-bottom {
  width: 12.5rem;
  left: -2px;
  bottom: 28px;
  top: unset;
  border-radius: 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .time-criteria input.p-inputtext.p-component {
  border: 1px solid #ccc;
  padding: 8px;
  width: 60px;
  text-align: center;
  border-radius: 5px;
}
body .space-between-header p-header {
  display: flex;
  justify-content: space-between;
}
body .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
body .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #1abc9c;
}
body .p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
body .p-datepicker .p-datepicker-header .p-datepicker-next:focus,
body .p-datepicker table td > span:focus {
  box-shadow: none;
}
body .unfilled-required-data .p-accordion-header .p-accordion-header-link {
  color: #CD6155 !important;
  border-color: rgba(205, 97, 85, 0.3) !important;
}
body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after {
  content: "";
  display: inline-block;
  right: 3.6rem;
  background-image: url(/../../assets/images/icons/warning-sign.svg);
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
}
body .unfilled-required-data .p-highlight.ui-accordion-header a:after {
  display: none;
}
body .unfilled-required-data .p-accordion-content {
  border-color: rgba(205, 97, 85, 0.3);
}
body .edited-required-data .p-accordion-header .p-accordion-header-link {
  color: orange !important;
  border-color: rgba(255, 165, 0, 0.3) !important;
}
body .edited-required-data .p-highlight.ui-accordion-header a:after {
  display: none;
}
body .edited-required-data .p-accordion-content {
  border-color: rgba(255, 165, 0, 0.3);
}
body .fill-required-data .p-accordion-header .p-accordion-header-link {
  color: orange !important;
  border-color: rgba(255, 165, 0, 0.3) !important;
}
body .fill-required-data .p-accordion-header .p-accordion-header-link::after {
  content: "";
  display: inline-block;
  right: 4.5rem;
  background-image: url(/../../assets/images/icons/bell-orange.png);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
body .fill-required-data .p-highlight.ui-accordion-header a:after {
  display: none;
}
body .fill-required-data .p-accordion-content {
  border-color: rgba(255, 165, 0, 0.3);
}
body .criteria-inner .ui-inputtext {
  height: 3.2rem;
  padding: 0.6rem 1rem;
  width: 10rem;
  border-radius: 0.5rem;
}
body .criteria-inner p-calendar {
  display: inline-block;
}
body .criteria-inner .ui-datepicker.ui-widget.ui-datepicker-timeonly {
  padding: 0;
}
body .range_filter p-calendar {
  width: 9rem;
}
body .range_filter .ui-inputtext {
  padding: 0 0 0 2rem;
  height: auto;
  border: 0;
  font-weight: 600;
  width: 100%;
  background-image: url(/../../assets/images/icons/calendar-icon-grey.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
body .range_filter .ui-datepicker.ui-widget .ui-datepicker-calendar td span {
  padding: 0.8rem 0.8rem;
}
body .ui-button-text-icon-left .ui-button-text {
  padding: 0.4rem 2rem;
}
body .ui-button-text-icon-left .fa {
  display: none;
}
body .ui-dialog-mask {
  z-index: 12345 !important;
}
body #expensesPayrollModal .ui-dialog {
  top: 6rem !important;
}
body #expensesPayrollModal .modal-dialog {
  max-width: 100%;
}
body .ui-toast {
  z-index: 9999 !important;
}
body .ui-growl-item-container {
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
body .ui-growl-item-container.ui-state-highlight.ui-growl-message-error {
  border-color: rgba(205, 97, 85, 0.3);
  background-color: rgba(205, 97, 85, 0.3);
}
body .ui-growl-message {
  color: #262626;
  margin-left: 4rem;
}
body .ui-growl-item {
  padding: 1.2rem 0.5rem;
}
body .ui-growl-item .pi {
  color: #262626;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  border: 0.1rem solid #efefef;
  padding: 1.1rem 1.2rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  color: #646464;
  background-color: #efefef;
}
body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a {
  background-color: #efefef;
  border-color: #efefef;
  color: #262626;
  border-bottom: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-content {
  border: 0.1rem solid #efefef;
  padding: 0;
}
body .classic_accordion p-accordionTab {
  margin-bottom: 0;
  float: left;
  width: 100%;
}
body p-accordionTab {
  margin-bottom: 1.6rem;
  display: inline-block;
  width: 100%;
}
body .work-hour-validation-details .ui-inputtext {
  height: 2.8rem;
  border: 0.1rem solid lightgrey !important;
  padding: 0 0.5rem !important;
  background-color: #fff !important;
}
body .work-hour-validation-details .ui-datepicker.ui-widget {
  width: auto;
}
body .work-hour-validation-details .ui-datepicker.ui-widget.ui-datepicker-timeonly {
  padding: 0 1rem;
}
body .work-hour-validation-details .ui-datepicker.ui-widget .ui-datepicker-calendar td a {
  padding: 0.6rem 0.8rem;
}
body .work-hour-validation-details .ui-datepicker.ui-widget th span {
  color: #fff;
}
body .ui-calendar {
  width: 100%;
}
body .work-validation-dashboard-details .ui-inputtext {
  height: 3.4rem;
  padding: 0.4rem 0.8rem;
  width: 8rem;
  background-color: whitesmoke;
  border: 0.1rem solid var(--almost-light-grey);
  font-size: 1.4rem;
  border-radius: 0.6rem;
}
body .work-validation-dashboard-details .ui-datepicker.ui-widget {
  max-width: 35rem;
}
body .work-validation-dashboard-details .ui-datepicker.ui-widget.ui-datepicker-timeonly {
  width: 12rem;
  padding: 0 1.5rem;
}
body .work-validation-dashboard-details .ui-datepicker.ui-widget .ui-datepicker-calendar thead th {
  color: #fff;
}
body .work-validation-dashboard-details .ui-datepicker.ui-widget .ui-datepicker-calendar td a {
  padding: 0.8rem 0.6rem;
  font-size: 1.2rem;
}
body .ui-inputtext {
  height: 4rem;
  padding: 0.6rem 1.2rem;
  color: #666666;
  border: solid 0.1rem #a5a5a5;
  font-family: "Nunito", sans-serif;
  border-radius: 0.5rem;
}
body .ui-inputtext:hover {
  color: #16a085;
}
body .ui-inputtext:focus {
  border-color: #1abc9c;
}
body .dropdown-item .ui-dropdown .ui-dropdown-panel {
  top: 3.8rem !important;
  left: -0.1rem !important;
  opacity: 1;
  width: calc(100% + 0.2rem);
  border-radius: 0 0 0.3rem 0.3rem;
}
body .dropdown-item .ui-dropdown.ui-dropdown-open {
  border-radius: 0.3rem 0.3rem 0 0;
}
body .dropdown-item .ui-dropdown.ui-dropdown-open .ui-dropdown-trigger .fa:before {
  content: "";
}
body .dropdown-item .ui-dropdown label.ui-dropdown-label {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
  height: 100%;
  line-height: 3.6rem;
  text-transform: capitalize;
  font-size: 1.4rem;
  color: #646464;
}
body .dropdown-item .ui-dropdown .ui-dropdown-clear-icon:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(/../../assets/images/close-icon-black.svg);
  background-size: 1rem;
  display: inline-block;
}
body .dropdown-item .ui-dropdown .ui-dropdown-trigger .fa {
  margin: 0;
  font-size: 2.2rem;
  width: auto;
  padding: 0.5rem 0.6rem;
  line-height: 2.8rem;
  height: 100%;
}
body .dropdown-item .ui-dropdown .ui-dropdown-trigger .fa:before {
  content: "";
}
body .dropdown-item.ui-inputwrapper-focus {
  border-bottom-color: transparent;
}
body p-rating {
  display: inline-block;
  vertical-align: middle;
}
body .pac-container {
  z-index: 9999;
}
body .wide_modal .ui-dialog {
  width: 100% !important;
  min-height: 100vh !important;
  left: 0 !important;
  top: 0 !important;
  overflow: auto;
  border: 0;
  height: 100% !important;
}
body .wide_modal .ui-dialog .ui-dialog-titlebar-icon:hover {
  background-size: 2.5rem;
}
body .ui-timepicker > div {
  margin-left: 0;
}
body .ui-monthpicker .ui-monthpicker-month {
  border-radius: 0.5rem;
}
body .only-months-calendar .ui-datepicker.ui-widget {
  min-width: 23rem;
}
body .only-months-calendar .ui-datepicker .ui-datepicker-header a {
  font-size: 1.2rem;
}
body .default-calendar .ui-datepicker.ui-widget .ui-datepicker-calendar td a {
  font-family: "Nunito", sans-serif;
  padding: 0.6rem 0.8rem;
}
body .default-calendar .ui-datepicker .ui-datepicker-header a {
  font-size: 1.4rem;
}
body .time_from_to_holder .masked-input input {
  height: 4rem;
  width: 8rem !important;
  font-size: 1.4rem;
  background-size: 1.8rem;
  padding-top: 0;
  border-radius: 0.5rem;
}
body .ui-rating a {
  color: #f5b041;
}
body .ui-rating a.ui-rating-cancel {
  color: #d3d3d36e;
}
body .rating-holder .ui-rating a {
  font-size: 2.4rem;
}
body .masked-input input {
  padding: 0.3rem 0.8rem 0 0.8rem;
  border-radius: 1.5rem;
  background-image: url(/../../assets/images/icons/clock-icon-grey.svg);
  width: 7rem;
  height: 2.8rem;
  background-size: 1.4rem;
  background-position: calc(100% - 0.5rem) center;
  background-repeat: no-repeat;
}
body .roles-masked-input input {
  padding: 1.2rem;
  border-radius: 0.8rem;
  border: 1px solid #ececec;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
  border-radius: 0.8rem;
  background-image: url(/../../assets/images/icons/clock-icon-grey.svg);
  width: 7.8rem;
  height: 4rem;
  background-size: 1.5rem;
  background-position: calc(100% - 5.1rem) calc(100% - 1.1rem);
  background-repeat: no-repeat;
}
body .roles-masked-input input:hover, body .roles-masked-input input:active, body .roles-masked-input input:focus {
  border-color: #ececec !important;
}
body .insert-shift-modal .masked-input input {
  padding-top: 0;
  line-height: 3rem;
  height: 3.4rem;
  border-radius: 0.6rem;
}
body .ui-tooltip {
  z-index: 99999 !important;
}
body .ui-tooltip .ui-tooltip-text {
  padding: 0.4rem 0.6rem;
  background-color: #34495e;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
  text-align: center;
}
.ui-toast .ui-toast-message.ui-toast-message-error {
  background-color: #ffbaba;
}
.ui-toast .ui-toast-message.ui-toast-message-success {
  background-color: #aae5aa;
}
.ui-toast .ui-toast-message .ui-toast-message-text-content {
  color: #262626;
}
.ui-toast .ui-toast-message.ui-toast-message-warn {
  background-color: #fad7a0;
}
.ui-toast .ui-toast-icon {
  color: #262626;
}
.ui-toast .ui-toast-close-icon {
  color: #262626;
}
.inline-flex-set {
  display: flex;
  justify-content: space-between;
}
.classic_accordion .ui-accordion-header .pi-caret-down:before {
  margin-top: 0;
  background-image: none;
  -webkit-transform: rotate(90deg);
  -moz-transition: rotate(90deg);
  transform: rotate(90deg);
}
.classic_accordion .ui-accordion .ui-accordion-toggle-icon {
  top: -0.7rem;
  left: -0.3rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  position: relative;
}
.classic_accordion .ui-accordion .ui-accordion-toggle-icon.pi-caret-down {
  top: -0.4rem;
  background-color: transparent;
}
p-accordion p-header {
  padding-left: 0.4rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}
p-accordion.classic_accordion p-header {
  font-weight: bold;
  padding-left: 0;
}
p-accordion.classic_accordion p-header span {
  font-size: 1.2rem;
  color: grey;
}
.agency_settings_wrapper .p-picklist .p-picklist-header {
  background: transparent;
  border: 0;
  font-size: 10px;
  padding: 10px 5px;
}
.agency_settings_wrapper .p-picklist .p-picklist-header .p-picklist-title {
  color: #646464;
  font-weight: 400;
}
.agency_settings_wrapper .p-picklist .p-picklist-filter-container {
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.agency_settings_wrapper .p-picklist .p-picklist-list {
  border-radius: 0.3rem;
  height: 300px;
  overflow: auto;
  padding-top: 1rem;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.agency_settings_wrapper .p-picklist .p-picklist-list li {
  padding: 0.6rem;
}
.agency_settings_wrapper .p-picklist .p-picklist-list li.p-picklist-item.p-highlight {
  background-color: #a3d7cc6b;
  color: #262626;
}
.agency_settings_wrapper .p-picklist .p-picklist-list li.p-picklist-item.p-highlight:focus {
  box-shadow: none;
}
.agency_settings_wrapper .p-picklist .p-picklist-droppoint {
  display: none !important;
}
.agency_settings_wrapper .p-picklist .p-picklist-buttons {
  padding: 0 1.8rem;
}
.agency_settings_wrapper .p-picklist .p-button {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.agency_settings_wrapper .p-picklist .p-button:hover {
  background-color: #16a085 !important;
  border-color: #16a085 !important;
}
.agency_settings_wrapper p-picklist {
  margin-top: 0.6rem;
  display: inline-block;
  width: 100%;
}
.ui-widget-content .default-calendar .ui-inputtext {
  width: 100%;
  background-image: url(/../../assets/images/icons/calendar-icon-grey.svg);
  background-size: 2rem;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  border-color: #cccccc;
  border-radius: 0.3rem;
}
.ui-widget-content .default-calendar .ui-inputtext:hover {
  border-color: #a5a5a5;
  background-image: url(/../../assets/images/icons/calendar-icon-green.svg);
}
.ui-widget-content .default-calendar .ui-inputtext[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  opacity: 1;
}
.ui-widget-content .default-calendar .ui-datepicker td > span {
  padding: 1rem 0.8rem !important;
}
.ui-widget-content .required-filed .default-calendar .ui-inputtext {
  border-color: var(--error-darker-color) !important;
  background-image: url(/../../assets/images/icons/calendar-icon-red.svg) !important;
}
.ui-widget-content .required-filed .default-calendar .ui-inputtext:hover {
  border-color: #a5a5a5;
  background-image: url(/../../assets/images/icons/calendar-icon-green.svg);
}
.ui-widget-content .edited-field .default-calendar .ui-inputtext {
  border-color: orange;
  background-image: url(/../../assets/images/icons/calendar-icon-orange.svg);
}
.ui-widget-content .edited-field .default-calendar .ui-inputtext:hover {
  border-color: #a5a5a5;
  background-image: url(/../../assets/images/icons/calendar-icon-green.svg);
}
.ui-widget-content .divided-section-item .default-calendar .ui-inputtext[disabled] {
  border-color: #cccccc;
}
.dropdown-item.label-value {
  text-indent: 0;
  padding: 0;
  display: inline-block;
  border: 0;
}
.dropdown-item .ui-dropdown-panel .ui-dropdown-item {
  margin: 0;
  padding: 0.7rem 0.5rem;
}
.dropdown-item .ui-dropdown-panel .ui-dropdown-list {
  padding: 0;
}
.dropdown-item .ui-state-highlight {
  background-color: #1abc9c;
  color: #fff;
}
.dropdown-item .ui-dropdown {
  width: 100% !important;
  background-color: transparent;
  height: 100%;
  border: 0.1rem solid #cccccc;
  transition: all 0.15s ease-in-out;
  border-radius: 0.3rem;
}
.dropdown-item .ui-dropdown .ui-dropdown-trigger {
  background-color: transparent;
  border: 0;
  width: auto;
  padding: 0;
}
.dropdown-item *:not(.fa) {
  font-family: "Nunito", sans-serif;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: relative;
  top: 0;
  right: 0;
}
p-dialog .modal-dialog {
  z-index: 999;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  pointer-events: all;
}
p-dialog .modal-dialog .form-wrapper {
  padding: 0;
}
.ui.accordion .title {
  display: inline-block;
  width: 100%;
}
.wide_modal .ui-dialog .ui-dialog-titlebar-close {
  right: 1rem;
  top: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  background-size: 2.5rem;
}
.wide_modal .ui-dialog.ui-widget .ui-dialog-content {
  height: 100% !important;
  max-width: 80%;
  margin: auto;
  overflow: unset;
}
.default-calendar .ui-datepicker.ui-widget {
  width: auto;
}
p-inputMask + span {
  display: inline-block;
  margin: 0 0.4rem;
}
.form-wrapper .edited-field .label-value {
  border-color: orange;
}
.expenses-modal .input-list-item {
  position: relative;
  margin-bottom: 2.5rem;
}
.expenses-modal .remove-selected-item {
  position: absolute;
  left: -2rem;
  top: 0.9rem;
}
.expenses-modal .seventeenth-grid-wrapper {
  grid-template-columns: 1.6fr repeat(6, 1fr);
  grid-gap: 1.5rem;
}
.expenses-modal .fifth-grid-wrapper {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5rem;
}
.expenses-modal .rep-seven {
  grid-template-columns: 1.6fr repeat(7, 1fr);
}
.expenses-modal .rep-six {
  grid-template-columns: 1.6fr repeat(6, 1fr);
}
.expenses-modal .small-action-icon:not(.remove-item) {
  position: absolute;
  right: -2.6rem;
  top: 1.2rem;
}
.expenses-modal .ng-trigger.ng-trigger-animation.ng-tns-c66-25.p-dialog.p-component.ng-star-inserted {
  width: 80%;
}
.edit-list-name-modal .ui-dialog-footer {
  padding: 0 1.2rem;
}
.status-fill-test .status-fill-test--bar .ui-progressbar.ui-widget.ui-widget-content.ui-corner-all.ui-progressbar-determinate {
  height: 1rem !important;
  border-radius: 1rem;
}
.status-fill-test .ui-progressbar-label {
  display: none !important;
}
.status-fill-test .ui-progressbar.ui-progressbar-determinate .ui-progressbar-value {
  border: 0 none;
  background: lightgreen;
}
.available .ui-progressbar.ui-progressbar-determinate .ui-progressbar-value {
  background: #1abc9c;
}
.pending .ui-progressbar.ui-progressbar-determinate .ui-progressbar-value {
  background: rebeccapurple;
}
.declined .ui-progressbar.ui-progressbar-determinate .ui-progressbar-value {
  background: #CD6155;
}
.export-side-bar--header {
  padding: 1rem 4rem;
  margin-bottom: 2.4rem;
}
.list-update-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-shadow.ui-dialog-draggable {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
}
.range_filter_top .range_filter .ui-inputtext {
  font-size: 1.2rem;
  text-transform: lowercase;
}
.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title {
  font-size: 18px;
  padding: 20px 20px 10px 20px;
}
@media only screen and (max-width: 440px) {
  .work-info-wrapper p-calendar.calendar-border.fourth-width-calendar input.p-inputtext.p-component {
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 420px) {
  body .ui-accordion .ui-accordion-content {
    overflow: scroll;
    padding: 2rem;
  }

  .ui-widget-content .default-calendar .ui-inputtext {
    width: 200px;
  }
}
.autocompleteProfessionDropdown .ui-widget-header .ui-button,
.autocompleteProfessionDropdown .ui-widget-content .ui-button,
.autocompleteProfessionDropdown .ui-widget.ui-button,
.autocompleteProfessionDropdown .ui-button {
  border: 0 !important;
  background-color: transparent !important;
  color: transparent !important;
}
.autocompleteProfessionDropdown .ui-autocomplete {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.autocompleteProfessionDropdown button.ui-autocomplete-dropdown.ng-tns-c10-21.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ng-star-inserted {
  width: 0 !important;
}
.autocompleteProfessionDropdown button.ui-autocomplete-dropdown.ng-tns-c10-19.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ng-star-inserted {
  background-color: transparent !important;
  width: 0 !important;
}
.autocompleteProfessionDropdown button.ui-autocomplete-dropdown.ng-tns-c10-21.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ng-star-inserted {
  border: 0;
  background: transparent;
}
.autocompleteProfessionDropdown .ui-button-icon-only .ui-button-icon-left {
  top: 50%;
  left: -15px;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  position: absolute;
}
.autocompleteProfessionDropdown .pi-caret-down:before {
  content: "";
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  right: 0;
}
.autocompleteProfessionDropdown span.ui-button-text.ui-clickable {
  display: none;
}
.autocompleteProfessionDropdown .autocompleteProfession {
  border: 0.1rem solid #cccccc !important;
  padding: 0 0.4rem !important;
  color: #646464 !important;
  font-size: 1.4rem !important;
  height: 4rem !important;
  background-color: #fff !important;
  text-indent: 0.5rem !important;
  margin: 0 !important;
  font-family: "Nunito", sans-serif, sans-serif !important;
  width: 100% !important;
  border-radius: 0.3rem !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  transition: all 0.15s ease-in-out !important;
}
.autocompleteProfessionDropdown .ui-state-highlight {
  background-color: whitesmoke;
  color: #333;
}
.autocompleteProfessionDropdown .ui-autocomplete-panel .ui-autocomplete-list {
  padding: 0;
}
.autocompleteProfessionDropdown .ui-shadow {
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
}
body .masked-input-pause input {
  padding: 0.3rem 0.8rem 0 0.8rem;
  border-radius: 1.5rem;
  background-image: url(/../../assets/images/icons/pause-circle-gray.svg);
  width: 7rem;
  height: 2.8rem;
  background-size: 1.4rem;
  background-position: calc(100% - 0.5rem) center;
  background-repeat: no-repeat;
}
.third-cal input.ui-inputtext.ui-widget.ui-state-default.ui-corner-all {
  width: 100%;
  background-image: url(/../../assets/images/icons/calendar-icon-grey.svg);
  background-size: 2rem;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  border-color: #cccccc;
  border-radius: 0.3rem;
}
.third-cal .ui-datepicker td {
  border: 0;
  padding: 0;
}
.third-cal .default-calendar .ui-datepicker.ui-widget .ui-datepicker-calendar td a,
.third-cal .default-calendar .ui-datepicker.ui-widget .ui-datepicker-calendar td span {
  padding: 0.6rem 0.8rem !important;
}
.full-width-calendar span.p-calendar {
  width: 100%;
}
.langtabs .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-shadow.ui-dialog-draggable {
  width: 700px;
}
.langtabs .ui-tabview-selected:focus {
  outline: none;
}
.langtabs .ui-tabview.ui-tabview-top > .ui-tabview-nav li:hover {
  background-color: whitesmoke;
}
.langtabs ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
.langtabs ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  background: transparent;
  border: 1px solid #cecece;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  color: #646464;
  margin: 0 1px;
  transition: all 0.45s ease-in, color 0s;
}
.langtabs ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li:hover {
  border-color: #9e9c9c;
}
.langtabs ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li:hover > a > span {
  color: #696969;
}
.langtabs ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-default.ui-corner-top.ui-tabview-selected.ui-state-active {
  border-color: #1abc9c;
  color: #1abc9c;
}
.langtabs ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-default.ui-corner-top.ui-tabview-selected.ui-state-active:hover > a > span {
  color: #1abc9c !important;
}
.langtabs ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a {
  cursor: pointer;
}
.langtabs ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a span {
  cursor: pointer;
}
.langtabs-long ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
  width: 92% !important;
  display: flex;
  margin: 0 auto;
  padding: 0;
}
.scr-3 ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
  margin: 0 48px;
  padding-top: 20px;
}
.cloneRoles .ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
  border: 0;
  position: absolute;
  top: 10px;
  right: 0;
}
.cloneRoles label.ui-multiselect-label.ui-corner-all {
  color: transparent;
  border: 0;
  box-shadow: none;
}
.cloneRoles .pi-caret-down {
  position: relative;
}
.cloneRoles .pi-caret-down:before {
  content: "";
  position: absolute;
  top: 8px;
  right: -12px;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/copy-email.svg);
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
.cloneRoles .pi-caret-down:before:hover {
  background-image: url(/../../assets/images/icons/copy-email-darker.svg);
}
.cloneRoles label.ui-multiselect-label.ui-corner-all {
  width: 0px;
}
.cloneRoles .ui-multiselect .ui-multiselect-trigger:focus,
.cloneRoles .ui-multiselect.ui-widget.ui-state-default.ui-corner-all.ui-multiselect-open:focus,
.cloneRoles .ui-multiselect.ui-widget.ui-state-default.ui-corner-all:focus,
.cloneRoles .ui-state-focus:focus {
  outline: none;
}
.cloneRoles .ui-multiselect-label-container {
  display: none;
}
.cloneRoles a.ui-multiselect-close.ui-corner-all {
  background-image: none;
}
.cloneRoles .ui-multiselect-header .ui-inputtext {
  padding: 0.125em 0.125em 0.125em 2em;
  width: 200px;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cloneRoles .ui-chkbox-box.ui-state-active,
.cloneRoles .ui-radiobutton-box.ui-state-active {
  border: 1px solid #16a085;
  background: #16a085;
  color: #fff;
}
.cloneRoles .ui-multiselect-panel .ui-multiselect-item label {
  margin: 0;
  padding: 5px;
}
.cloneRoles .ui-state-highlight {
  background-color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 3rem;
}
.cloneRoles li.ui-multiselect-item.ui-corner-all {
  border: 1px solid white;
}
.cloneRoles .ui-multiselect-panel .ui-multiselect-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
  border-color: #c0c0c085;
  background-color: #eeeeee7a;
  color: #212121;
  cursor: pointer !important;
}
.cloneRoles .ui-multiselect-footer p-footer {
  display: flex;
  padding: 0;
  width: 100%;
  font-family: "Nunito", sans-serif, sans-serif;
  transition: all 0.15s ease-in-out;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.cloneRoles .ui-multiselect-footer p-footer:hover {
  background-color: #fff;
}
.cloneRoles .ui-tooltip .ui-tooltip-arrow {
  transform: translateX(90px);
}
.cloneRoles .pi-times {
  position: relative;
}
.cloneRoles .pi-times:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/times-icon-black.svg);
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
.cloneRoles .pi-times:before:hover {
  background-image: url(/../../assets/images/times-icon-red.svg);
}
.cloneRoles .ui-inputtext {
  height: 4rem;
  padding: 0.6rem 1.2rem;
  color: #666666;
  border: solid 0.1rem #c0c0c085;
  font-family: "Nunito", sans-serif, sans-serif;
  border-radius: 0.5rem;
}
.cloneRoles .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  left: unset !important;
}
.cloneRoles .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-left: 10px !important;
  width: 100% !important;
  min-width: 180px !important;
}
.range-calendar p-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.range-calendar .ui-datepicker .ui-datepicker-header a {
  margin-top: 30px;
}
.timestamps-history-acc .p-accordion-header-text {
  font-weight: 600;
}
.timestamps-history-acc .ui-accordion-content {
  padding: 2.2rem !important;
}
.masked-input.clock-line-time input.p-inputtext.p-component {
  margin-bottom: 0;
}
.edit-ts-modal .p-dialog .p-dialog-content {
  overflow: visible;
}
.edit-ts-modal .p-dialog.p-component {
  width: 500px;
  max-height: 700px;
  overflow: visible;
}
.edit-ts-modal .masked-input input {
  border-radius: 5px;
  margin-bottom: 10px;
  border: 0.1rem solid #cccccc;
  transition: all 0.15s ease-in-out;
}
.edit-ts-modal .masked-input input:hover, .edit-ts-modal .masked-input input:active, .edit-ts-modal .masked-input input:focus {
  border-color: #a5a5a5;
}
.incorrect-ts-modal .p-dialog.p-component {
  width: 400px;
}
.ts-modal .p-dialog .p-dialog-content {
  overflow: visible;
}
.ts-modal .p-dialog.p-component {
  width: 300px;
}
.ts-modal .masked-input input {
  border-radius: 5px;
  margin-bottom: 10px;
  border: 0.1rem solid #cccccc;
  transition: all 0.15s ease-in-out;
}
.ts-modal .masked-input input:hover, .ts-modal .masked-input input:active, .ts-modal .masked-input input:focus {
  border-color: #a5a5a5;
}
.payroll-export-modal .p-dialog.p-component {
  width: 600px;
}
.wages-criterias-list-modal .p-dialog.p-component {
  width: 500px;
}
.planned_expenses .p-dialog.p-component {
  width: 80%;
}
.dz-cloth .dz-button {
  border: 0;
  background: transparent;
  color: #696969;
  font-size: 14px;
}
body.aside-open .big-calendar .p-calendar .p-datepicker {
  max-width: 460px;
}
body.aside-open .order-calendar .p-calendar .p-datepicker {
  max-width: 425px;
}
body .ng-dropdown-panel.ng-select-bottom {
  border: 1px solid whitesmoke;
  border-top: 0;
  min-width: 16.8rem;
}
.clothing-req-langt .p-tabview-nav li {
  width: 24.5% !important;
}
.masked-input-timestamps input.p-inputmask.p-inputtext.p-component.p-filled {
  height: 3.4rem;
  margin: 0;
}
.flexed-end-items {
  display: flex;
  align-items: flex-end;
}
.confirm-proj-no .p-component {
  width: 500px;
  text-align: center;
}
.dialog-no-header .p-dialog-header {
  position: absolute;
  top: 0px;
  right: 0px;
}
.payroll-calendar .p-inputtext.p-component {
  font-family: "Nunito", sans-serif;
}
.masked-input input.p-inputmask.p-inputtext.p-component {
  border: 0.1rem solid rgba(192, 192, 192, 0.61);
  font-size: 1em;
  color: #666;
}
.masked-input-pause input.p-inputmask.p-inputtext.p-component {
  border: 0.1rem solid rgba(192, 192, 192, 0.61);
  font-size: 1em;
  color: #666;
}
.edit-templates-tab .langtabs-long .p-tabview-nav {
  width: 100% !important;
  margin-left: 0px !important;
}
.overflow-dialog .p-dialog-content {
  overflow: visible;
}
.green-switcher.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #1abc9c;
}
.green-switcher.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #fff;
}
.green-switcher.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #16a085;
}
.green-switcher.p-inputswitch.p-focus .p-inputswitch-slider {
  box-shadow: none;
}
.green-switcher.p-inputswitch.p-disabled {
  cursor: not-allowed !important;
}
.green-switcher.p-inputswitch.p-disabled * {
  cursor: not-allowed !important;
}
ng-select.ng-select .ng-value-container .ng-value-label {
  color: #646464 !important;
  padding: 0px 5px;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component {
  width: 50vw;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-header {
  background: #fff;
  padding: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-header .p-dialog-header-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-header .p-dialog-header-icon::before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/../../assets/images/icons/remove-circle-icon.svg);
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-header .p-dialog-header-icon:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-header .p-dialog-header-icon:hover::before {
  background-image: url(/../../assets/images/close-icon-white.svg);
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-header .p-dialog-header-icon:hover .pi-times:before {
  color: #fff;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-header .p-dialog-title {
  font-size: 18px;
  padding: 15px 30px 5px 30px;
  color: #646464;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-content {
  padding: 0px 40px;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-content .p-confirm-dialog-message {
  margin: 0;
  padding: 0;
}
p-table.invite-members-table .p-datatable-auto-layout > .p-datatable-wrapper {
  overflow: visible;
}
p-table .p-datatable-auto-layout > .p-datatable-wrapper::-webkit-scrollbar {
  height: 8px;
}
p-table .p-datatable-auto-layout > .p-datatable-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #aaaaaa;
}
p-table .p-datatable .p-sortable-column:focus {
  box-shadow: none;
}
p-table .p-datatable .p-sortable-column.p-highlight:hover {
  background: #F4F4F4;
  color: #646464;
}
p-table .p-datatable {
  font-family: "Nunito", sans-serif;
}
p-table .p-datatable table {
  border-collapse: unset;
  border-spacing: 0;
}
p-table .p-datatable-thead > tr > th {
  font-size: 12px;
  color: #646464;
}
p-table .p-datatable .p-sortable-column.p-highlight {
  background-color: #f4f4f4;
  color: #646464;
}
p-table .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon.pi-sort-alt:before {
  color: #646464;
}
p-table .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon.pi-sort-amount-up-alt:before {
  color: #646464;
}
p-table .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon.pi-sort-amount-down:before {
  color: #646464;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-color: whitesmoke;
  color: #646464;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:first-child {
  border-top-left-radius: 8px;
  border-color: transparent;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
  border-top-right-radius: 8px;
  border-color: transparent;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.actions-buttons-wrapper-head {
  text-align: center;
  width: 80px !important;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.actions-buttons-wrapper-head-project {
  text-align: center;
  width: 105px !important;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.status-wrapper-head {
  text-align: center;
  width: 80px !important;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.p-sortable-column p-sorticon .p-sortable-column-icon {
  position: relative;
  cursor: pointer;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.p-sortable-column p-sorticon .p-sortable-column-icon.pi-sort-alt::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background-image: url(/../../assets/images/sort-arrows-couple-pointing-down.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.p-sortable-column p-sorticon .p-sortable-column-icon.pi-sort-amount-up-alt::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background-image: url(/../../assets/images/sort-arrows-couple-pointing-down-dark.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.p-sortable-column p-sorticon .p-sortable-column-icon.pi-sort-amount-down::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background-image: url(/../../assets/images/sort-arrows-couple-pointing-down-dark.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr.rejected-line {
  background-color: rgba(205, 97, 85, 0.07);
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr.accepted-line {
  background-color: rgba(22, 160, 133, 0.07);
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr.pending-line {
  background-color: rgba(255, 165, 0, 0.07);
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  color: #85929e;
  border-color: whitesmoke;
  font-size: 12px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td .p-button {
  background-color: #d3d3d36e;
  border-color: #d3d3d36e;
  transition: all 0.3s ease-in-out;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td .p-button.p-button-danger {
  background-color: #CD6155;
  border-color: #CD6155;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td .p-button.p-button-danger:enabled:hover {
  background-color: #DD0000;
  border-color: #DD0000;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td .p-button.p-button-danger .p-button-icon {
  transform: rotate(180deg);
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.actions-buttons-wrapper-body {
  text-align: center;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.actions-buttons-wrapper-body .p-button {
  background-color: #d3d3d36e;
  border-color: #d3d3d36e;
  transition: all 0.3s ease-in-out;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.actions-buttons-wrapper-body .p-button .p-button-icon.pi:before {
  color: #9c9c9c;
  transition: all 0.3s ease-in-out;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.actions-buttons-wrapper-body .p-button.p-button-success:enabled:hover {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.actions-buttons-wrapper-body .p-button.p-button-success:enabled:hover .p-button-icon.pi:before {
  color: #fff;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.actions-buttons-wrapper-body .p-button.p-button-warning:enabled:hover {
  background-color: #CD6155;
  border-color: #CD6155;
}
p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.actions-buttons-wrapper-body .p-button.p-button-warning:enabled:hover .p-button-icon.pi:before {
  color: #fff;
}
p-table .p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border: 0;
  background: transparent;
  margin-top: 10px;
}
p-table .p-datatable-tfoot > tr > td {
  color: #646464 !important;
  font-size: 12px;
  font-weight: normal !important;
  font-family: "Nunito", sans-serif, sans-serif;
  border: 0px !important;
  border-bottom: 1px solid whitesmoke !important;
  background-color: #fff !important;
}
p-table .p-datatable-tfoot > tr > td i {
  font-weight: normal !important;
}
p-table .p-paginator {
  font-family: "Nunito", sans-serif;
}
p-table .p-paginator .p-paginator-element {
  font-size: 12px;
}
p-table .p-paginator .p-paginator-element.p-link:focus {
  box-shadow: none;
}
p-table .p-paginator .p-paginator-current {
  border: 0 none;
  color: #646464;
  min-width: 2.357rem;
  height: 4rem;
  margin: 0;
  margin-left: 0 !important;
  padding: 0 0.5rem;
  font-size: 12px;
}
p-table .p-paginator .p-paginator-first,
p-table .p-paginator .p-paginator-prev,
p-table .p-paginator .p-paginator-next,
p-table .p-paginator .p-paginator-last {
  color: #646464;
  border-radius: 100%;
}
p-table .p-paginator .p-paginator-pages .p-paginator-page {
  color: #646464;
  margin: 0px 2px;
  border-radius: 100%;
  font-family: "Nunito", sans-serif;
}
p-table .p-paginator .p-paginator-pages .p-paginator-page.p-link:focus {
  box-shadow: none;
}
p-table .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff;
  border-radius: 100%;
}
p-calendar .p-calendar {
  width: 100%;
}
p-calendar.time-input-validation-details .p-calendar {
  width: unset;
}
.required-filed p-calendar.calendar-border.half-width-calendar input.p-inputtext.p-component {
  border-color: #DD0000 !important;
}
.edited-field p-calendar.calendar-border.half-width-calendar input.p-inputtext.p-component {
  border-color: orange !important;
}
.new-items-toolbar.p-toolbar.p-component {
  border: 0;
  background: transparent;
  padding-left: 0;
  padding: 0;
  padding-bottom: 10px;
}
.new-items-toolbar.p-toolbar.p-component .p-button.p-button-success {
  background-color: #1abc9c;
  border-color: #1abc9c;
  border-radius: 3rem;
  font-size: 11px;
  font-family: "Nunito", sans-serif, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-items-toolbar.p-toolbar.p-component .p-button.p-button-success .p-button-icon {
  margin-bottom: 2.5px;
}
.new-items-toolbar.p-toolbar.p-component .p-button.p-button-success .p-button-icon.pi-plus:before {
  content: "";
  font-size: 11px;
  font-weight: bold;
}
.new-items-toolbar.p-toolbar.p-component .p-button.p-button-success:enabled:hover {
  background-color: #16a085;
  border-color: #16a085;
}
.new-items-toolbar.p-toolbar.p-component .p-button.p-button-success:focus {
  box-shadow: none;
}
.new-items-toolbar.p-toolbar.p-component .dropzone-holder .hidden-dropzone .p-button-success:enabled:hover {
  background-color: #16a085;
  border-color: #16a085;
}
.new-items-toolbar.p-toolbar.p-component dropzone > .dropzone.dz-wrapper .dz-message .dz-text:hover {
  background-color: red;
}
.new-items-toolbar.p-toolbar.p-component dropzone > .dropzone.dz-wrapper .dz-message .dz-text:hover ~ .p-button-success {
  background-color: #16a085;
  border-color: #16a085;
}
.toolbar-no-padding .new-items-toolbar.p-toolbar.p-component {
  padding: 0;
}
.toolbar-space-between .new-items-toolbar.p-toolbar.p-component {
  justify-content: space-between;
}
.edit-lists-selection .ng-placeholder {
  padding-left: 10px;
}
.edit-lists-selection .ng-input input {
  padding-left: 10px;
  transform: translateY(-3px);
}
.edit-lists-selection .ng-select-container .ng-value-container .ng-clear-wrapper {
  transform: translateY(4px);
}
.edit-lists-selection .ng-select-container .ng-value-container .ng-arrow-wrapper {
  transform: translateY(4px);
}
.edit-lists-selection .ng-dropdown-panel.ng-select-bottom {
  width: 260px;
}
.edit-email-selection .ng-select-container {
  border-right: 2px solid whitesmoke !important;
}
.work-validation-table-wrapper .p-datatable-auto-layout > .p-datatable-wrapper {
  padding-bottom: 70px;
}
.work-validation-table-wrapper .p-paginator-bottom.p-paginator.p-component.ng-star-inserted {
  transform: translateY(-60px);
}
.order_clone-role {
  display: inline-block !important;
}
.order_clone-role.ng-select .ng-select-container {
  background-color: inherit !important;
}
.order_clone-role.ng-select .ng-select-container:hover {
  box-shadow: none;
  cursor: pointer;
}
.order_clone-role.ng-select .ng-select-container.ng-has-value .ng-placeholder {
  display: inline-block !important;
}
.order_clone-role.ng-select .ng-select-container.ng-has-value .ng-clear-wrapper {
  display: none;
}
.order_clone-role.ng-select .ng-select-container.ng-has-value .ng-value-label {
  display: none;
}
.order_clone-role.ng-select .ng-select-container .ng-value-container {
  font-size: 1.4rem;
}
.order_clone-role.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #16a085;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 10px;
  padding-left: 2rem;
}
.order_clone-role.ng-select .ng-select-container .ng-value-container .ng-placeholder:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/clone-roles.svg);
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
.order_clone-role.ng-select .ng-select-container .ng-value-container .ng-input {
  display: none;
}
.order_clone-role.ng-select .ng-select-container .ng-arrow-wrapper {
  display: none;
}
p-dialog.modal_loading .p-dialog.p-component .p-dialog-header {
  display: none;
}
p-dialog.modal_loading .p-dialog.p-component .p-dialog-content {
  padding: 2.5rem 3rem !important;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
p-dialog.modal_loading .p-dialog.p-component .p-dialog-content .modal_loading-body {
  font-size: 3.4rem;
}
.p-selectbutton .p-button:focus {
  box-shadow: none;
}
.p-selectbutton .p-button.p-highlight {
  background: #1abc9c;
  border-color: #1abc9c;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #16a085;
  border-color: #16a085;
}
.p-datatable-loading-overlay.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.06);
}
.custom-input-switch .p-inputswitch {
  width: 50px;
  height: 25px;
}
.custom-input-switch .p-inputswitch.p-focus .p-inputswitch-slider {
  box-shadow: none !important;
  outline: none !important;
}
.custom-input-switch .p-inputswitch .p-inputswitch-slider:before {
  width: 18px;
  height: 18px;
  left: 4px;
  margin-top: -9px;
}
.custom-input-switch .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #1abc9c;
}
.custom-input-switch .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:hover {
  background: #16a085;
}
.custom-input-switch .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #fff;
  transform: translateX(25px);
}
.custom-input-switch .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #16a085;
}
.employee-rating-dropdown .ng-select-container {
  height: 30px !important;
  min-height: 10px !important;
}
.employee-rating-dropdown .ng-select-container .ng-value-container {
  font-size: 10px !important;
}
.employee-rating-dropdown .ng-option-label {
  font-size: 10px !important;
  font-weight: 400 !important;
}
.employee-rating-dropdown ng-dropdown-panel {
  width: 100% !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.employee-rating-dropdown .ng-dropdown-panel-items {
  width: 100% !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.multi-select-max-width-200 .p-multiselect .p-multiselect-label {
  max-width: 110px;
}
.nested-menu-items .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  background-color: #fff !important;
  border: 0;
}
.nested-menu-items .p-menubar .p-menubar-end {
  position: absolute;
  margin-left: 4px;
  pointer-events: none;
  font-family: "Nunito", sans-serif, sans-serif !important;
  color: #646464;
  font-size: 1.4rem;
  padding: 0.4rem;
  height: 4rem;
}
.nested-menu-items .p-menubar.p-component {
  width: 100%;
  padding: 0;
}
.nested-menu-items .p-menubar.p-component p-menubarsub {
  width: 100%;
}
.nested-menu-items .p-menubar.p-component p-menubarsub ul.p-menubar-root-list {
  width: 100%;
}
.nested-menu-items .p-menubar.p-component p-menubarsub ul.p-menubar-root-list li.p-menuitem {
  width: 100%;
}
.nested-menu-items .p-menubar.p-component p-menubarsub ul.p-menubar-root-list li.p-menuitem a.p-menuitem-link.p-ripple {
  width: 100%;
  justify-content: space-between;
  font-family: "Nunito", sans-serif, sans-serif !important;
  color: #999;
  font-size: 13px;
  padding: 1.3rem;
}
.nested-menu-items .p-menubar.p-component p-menubarsub ul.p-menubar-root-list li.p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.nested-menu-items .p-menubar.p-component p-menubarsub ul.p-submenu-list {
  width: -moz-max-content;
  width: max-content;
}
.nested-menu-items .p-menubar.p-component p-menubarsub ul.p-submenu-list li.p-menuitem a.p-menuitem-link.p-ripple {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
  font-size: 14px;
  height: 36px;
  transition: all 0.3s ease-in-out;
}
.nested-menu-items .p-menubar.p-component p-menubarsub ul.p-submenu-list li.p-menuitem a.p-menuitem-link.p-ripple:hover {
  background-color: #eee;
}
.messageModal .p-dialog.p-component {
  min-width: 800px;
}
.notif-tabs-panel-sc4 .p-tabview-panels {
  padding-top: 0;
  margin-top: -25px;
}
.project-modal-template .p-dialog-content, .project-modal-template .p-dialog-header {
  background-color: whitesmoke !important;
}
.manual-selection .custom-input-switch .p-inputswitch {
  height: 20px;
}
.manual-selection .custom-input-switch .p-inputswitch .p-inputswitch-slider {
  background-color: #efefef;
}
.manual-selection .custom-input-switch .p-inputswitch .p-inputswitch-slider:before {
  width: 15px;
  height: 15px;
  left: 4px;
  margin-top: -8px;
}
.manual-selection .custom-input-switch .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background-color: #1abc9c;
}
.proffesional-experience-level-value .ng-value {
  text-overflow: ellipsis;
  max-width: 140px;
}
.proffesional-experience-level-value ng-dropdown-panel {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
body .full-width-no-space-langtabs .p-tabview-nav {
  margin: 0;
  padding: 0;
}
body .full-width-no-space-langtabs .p-tabview-nav li {
  width: 25%;
  margin: 0;
}
body .full-width-no-space-langtabs .p-tabview-panels {
  padding: 0;
}
.client-portal-edit-role .p-dialog.p-component {
  width: 30vw !important;
}
.form-wrapper .label-value.supervisor-on-site {
  height: auto;
  min-height: 4rem;
}
.clothing_req_client .p-dialog.p-component {
  width: 40vw !important;
}
body .ng-dropdown-panel, body .p-multiselect-panel {
  z-index: 10000000000000002000000000000 !important;
}
body .screen-5-extend-mission-req-date-picker {
  z-index: 10000000000000002000000000000 !important;
}
.role-filter-screen-2 .p-multiselect-label {
  padding: 0 !important;
}
body .timestamp-manager-filter .shift-controllers .p-multiselect-panel {
  position: absolute;
  z-index: 99999 !important;
  bottom: unset !important;
  top: 29px !important;
  transform-origin: center bottom !important;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  background: #16a085;
}
.range_filter .month-calendar-dashboard .p-calendar {
  max-width: 110px;
}
.range_filter .month-calendar-dashboard .p-inputtext {
  padding: 0 0 0 2.5rem;
  font-size: 12px;
  background-position: 0px 2px;
  color: #646464;
  font-weight: 400;
}
.hidden-dropdown-arrow span.ng-arrow-wrapper {
  display: none;
}
.client-user-department-select .p-multiselect {
  width: 100%;
  border: 0.1rem solid #cccccc;
  padding: 0 0.4rem;
  color: #646464;
  font-size: 1.4rem;
  height: 4rem;
  background-color: #fff;
  margin: 0;
  font-family: "Nunito", sans-serif;
  width: 100%;
  border-radius: 0.3rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.15s ease-in-out;
}
.client-user-department-select .p-multiselect .p-multiselect-label {
  font-family: "Nunito", sans-serif;
  padding: 7px 5px;
}
.client-user-department-select:hover .p-multiselect {
  border-color: #a5a5a5;
}
.departments-filter .p-multiselect .p-multiselect-panel {
  right: -10px !important;
}
.custom-dept-ms {
  border: 0;
  font-weight: 400;
  color: grey;
  font-size: 1.2rem;
  width: 130px;
  border-radius: 0;
  font-family: "Nunito", sans-serif !important;
}
.custom-dept-ms:not(.p-disabled):hover {
  border-color: #efefef;
  cursor: pointer;
}
.custom-dept-ms-panel .close_dropdown {
  font-size: 1rem;
  color: #646464;
  text-transform: uppercase;
  font-weight: 700;
}
.custom-dept-ms-panel .p-checkbox .p-checkbox-box {
  border: 0.2rem solid #efefef;
  background: #fff;
  width: 15px;
  height: 15px;
  color: #333333;
  border-radius: 3px;
  transform: translateY(3px);
}
.custom-dept-ms-panel .pi.pi-check {
  border: 0.2rem solid #16a085;
  background: #16a085;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.custom-dept-ms-panel .pi.pi-check:before {
  content: "";
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-dept-ms-panel .p-multiselect-header {
  background: #f5f5f5;
}
.custom-dept-ms-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  left: 0.429rem;
  color: grey;
}
.custom-dept-ms-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-left: 1.9rem;
}
.custom-dept-ms-panel .p-multiselect-items .p-multiselect-item:focus {
  box-shadow: none;
}
.custom-dept-ms-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  background: white !important;
  color: #646464 !important;
}
.custom-dept-ms-panel p-footer {
  display: inline-block;
  padding: 0.8rem 0 0.6rem;
  width: 100%;
  font-family: "Nunito", sans-serif, sans-serif;
  background-color: #f5f5f5;
  text-align: center;
}
p-confirmDialog .p-dialog.p-confirm-dialog.p-component {
  width: 40vw;
}
.proj-dashboard-select .p-multiselect {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0.1rem solid #efefef;
}
.p-tooltip.my-split-tooltip {
  background-color: transparent !important;
  color: #646464 !important;
}
.p-tooltip.my-split-tooltip .p-tooltip-text {
  background-color: #fff !important;
  color: #646464 !important;
  padding: 10px;
  text-align: center;
  line-height: 20px;
}
.p-tooltip.my-split-tooltip .p-tooltip-arrow {
  border-color: #fff !important;
}
.clothing-req-tabview .p-tabview-nav {
  padding: 0 !important;
}
.clothing-req-tabview .p-tabview-panels {
  padding: 0;
}
.primeng-button-add-new {
  background-color: #1abc9c !important;
  border-color: #1abc9c !important;
  border-radius: 3rem;
  font-size: 11px;
  font-family: "Nunito", sans-serif, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primeng-button-add-new:focus {
  box-shadow: none !important;
}
.primeng-button-add-new:enabled:focus {
  box-shadow: none !important;
}
.primeng-button-add-new:hover {
  background-color: #16a085 !important;
  border-color: #16a085 !important;
}
.remove-work-hours-btn .p-button {
  position: absolute;
  right: -15px;
  bottom: 30px;
  background-color: #d3d3d36e;
  border-color: #d3d3d36e;
  color: #9c9c9c;
}
.remove-work-hours-btn .p-button:hover {
  background-color: #CD6155 !important;
  border-color: #CD6155 !important;
  color: #fff !important;
}
.calendar-wrapper {
  position: relative;
}
.cal-week-view {
  font-family: "Nunito", sans-serif !important;
  border: none !important;
}
.cal-week-view .cal-day-headers {
  border: none !important;
}
.cal-week-view .cal-header {
  border: none !important;
}
.cal-week-view .cal-header b {
  color: #95a5a6 !important;
  font-weight: normal !important;
}
.cal-week-view .cal-header span {
  color: #16a085 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
.cal-week-view .cal-header.cal-today {
  background-color: #fff !important;
}
.cal-week-view .cal-header:hover {
  background-color: #fff !important;
}
.cal-week-view .cal-time-events {
  border: none !important;
}
.cal-week-view .cal-time-events .cal-day-column {
  background-color: whitesmoke !important;
  margin: 0 5px;
  border-radius: 0;
  border: 1px solid #e5e7e9 !important;
}
.cal-week-view .cal-hour-odd {
  background-color: whitesmoke !important;
}
.cal-week-view .cal-time-label-column .cal-hour-odd {
  background-color: #fff !important;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment, .cal-week-view .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #fff !important;
  border-bottom-style: solid !important;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment .cal-time {
  text-align: right !important;
  padding: 0px 5px !important;
  font-weight: normal !important;
  color: #95a5a6 !important;
  position: absolute;
  top: -8px;
  font-size: 10px !important;
}
.cal-week-view .cal-current-time-marker {
  display: none !important;
}
.cal-week-view .cal-event-container .cal-event {
  color: #fff !important;
  background-color: #d6d6d6 !important;
  border: none !important;
  border-left: 5px solid #c6c6c6 !important;
  color: #fff !important;
  padding: 5px !important;
}
.cal-week-view .cal-event-container .cal-event .line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: relative;
}
.cal-week-view .cal-event-container .cal-event .line i {
  font-size: 12px;
  width: 20px;
  text-align: center;
}
.cal-week-view .cal-event-container .cal-event .line::before {
  content: "";
  width: 15px !important;
  height: 15px !important;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cal-week-view .cal-event-container .cal-event .line.role::before {
  background-image: url(/../../assets/images/icons/breifcase-white.png);
}
.cal-week-view .cal-event-container .cal-event .line.location::before {
  background-image: url(/../../assets/images/icons/locations-white.png);
}
.cal-week-view .cal-event-container .cal-event .line.employees::before {
  background-image: url(/../../assets/images/icons/employees-white.png);
}
.cal-week-view .cal-event-container.event-assigned .cal-event {
  background-color: #A9CCE3 !important;
  border-color: #9bc5e1 !important;
}
.cal-week-view .cal-event-container.event-unassigned .cal-event {
  background-color: #d6d6d6 !important;
  border-color: #c6c6c6 !important;
}
.cal-week-view .cal-event-container.event-unassigned.event-candidate .cal-event {
  background-color: #F5CBA7 !important;
}
.cal-week-view .cal-event-container.event-confirmed .cal-event {
  background-color: #7DCEA0 !important;
  border-color: #71bc92 !important;
}
.cal-week-view .cal-event-container.event-candidate .cal-event {
  border: 0.2rem solid orange !important;
}
.cal-week-view .cal-event-container.event-not-candidate .cal-event {
  border: 0.2rem solid rgba(205, 97, 85, 0.6) !important;
}
.cal-month-view {
  font-family: "Nunito", sans-serif !important;
}
.cal-month-view .cal-header .cal-cell {
  color: #16a085;
  text-align: left !important;
  font-weight: bold !important;
  margin-left: 5px;
}
.cal-month-view .cal-header .cal-cell:hover {
  background-color: transparent !important;
}
.cal-month-view .cal-header:hover {
  background-color: transparent !important;
}
.cal-month-view .cal-cell-row {
  height: auto !important;
}
.cal-month-view .cal-cell-row:hover {
  background-color: transparent !important;
}
.cal-month-view .cal-day-cell {
  height: auto !important;
  background: whitesmoke;
  margin: 5px;
  border-radius: 0px;
  border: 1px solid #e5e7e9 !important;
}
.cal-month-view .cal-day-cell .cal-events {
  display: none;
}
.cal-month-view .cal-day-cell.cal-today.cal-in-month {
  background-color: rgba(22, 160, 133, 0.07) !important;
}
.cal-month-view .cal-day-cell .cal-day-number {
  color: #646464 !important;
  font-size: 12px !important;
}
.cal-month-view .cal-days {
  height: auto !important;
  border: none !important;
}
.cal-month-view .cal-days .cal-cell-row {
  border: none !important;
}
.cal-month-view .cal-cell-top {
  display: flex;
  justify-content: flex-end;
  padding: 2px 4px;
}
.cal-month-view .month-roles {
  margin: 4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 300px;
  overflow: auto;
}
.cal-month-view .month-role-line {
  font-size: 12px;
  line-height: 1.2;
  padding: 2px 4px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff !important;
  border: 0.2rem solid transparent !important;
}
.cal-month-view .month-role-line.event-candidate {
  background-color: #F5CBA7;
  border: 0.2rem solid orange !important;
}
.cal-month-view .month-role-line.event-not-candidate {
  background-color: rgba(205, 97, 85, 0.6);
  border: 0.2rem solid rgba(205, 97, 85, 0.6) !important;
}
.cal-month-view .month-role-line.event-unassigned {
  background: #d6d6d6;
}
.cal-month-view .month-role-line.event-unassigned.event-candidate {
  background-color: #F5CBA7;
  border: 0.2rem solid orange !important;
}
.cal-month-view .month-role-line.event-assigned {
  background: #A9CCE3;
}
.cal-month-view .month-role-line.event-assigned.event-candidate {
  border: 0.2rem solid orange !important;
}
.cal-month-view .month-role-line.event-assigned.event-not-candidate {
  border: 0.2rem solid rgba(205, 97, 85, 0.6) !important;
}
.cal-month-view .month-role-line.event-confirmed {
  background: #7DCEA0;
}
.cal-month-view .month-role-line.event-confirmed.event-candidate {
  border: 0.2rem solid orange !important;
}
.cal-month-view .month-role-line.event-confirmed.event-not-candidate {
  border: 0.2rem solid rgba(205, 97, 85, 0.6) !important;
}
.cal-month-view .cal-cell {
  min-width: 0;
  flex: 1 1 0;
  overflow: hidden;
}
ng-select.ng-select.week-selector .ng-select-container {
  width: 200px;
}
ng-select.ng-select.week-selector .ng-select-container:hover {
  cursor: pointer;
  box-shadow: none !important;
}
ng-select.ng-select.week-selector .ng-value-container {
  display: flex;
  justify-content: center;
}
ng-select.ng-select.week-selector .ng-value-container .ng-value-label {
  color: rgba(100, 100, 100, 0.5) !important;
  font-size: 12px !important;
}
ng-select.ng-select.week-selector .ng-arrow-wrapper {
  display: none !important;
}
ng-select.ng-select.week-selector .ng-option {
  text-align: center;
}
ng-select.ng-select.week-selector .ng-option-disabled.ng-optgroup {
  text-align: center;
  background-color: whitesmoke;
  color: #646464;
  font-weight: 600;
}
.allocation-panel.p-overlaypanel.p-component {
  border: 1px solid #F0F0F0;
  border: 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  width: 400px;
}
.allocation-panel.p-overlaypanel::before {
  border: 0px solid #F0F0F0;
}
.allocation-panel.p-overlaypanel .p-overlaypanel-content {
  padding: 0;
  color: #646464;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}
body .scr-4 .p-tabview-nav li {
  width: 200px;
}
p-inputswitch {
  display: flex;
  align-items: center;
}
.calendar-view-tabs .p-tabview-nav {
  display: none !important;
}
.week-nav .ng-select.ng-select.week-selector .ng-value-container .ng-value-label {
  color: #646464 !important;
}
.week-nav .ng-select.ng-select.week-selector .ng-value-container .ng-value-label:hover {
  color: #1abc9c !important;
}
.week-nav .ng-select.ng-select-single .ng-select-container:hover {
  background-color: transparent !important;
}
.week-nav .ng-dropdown-panel.ng-select-bottom {
  width: 200px !important;
  left: 0 !important;
  bottom: unset !important;
  top: unset !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.wide-tooltip .p-tooltip-text {
  max-width: 560px !important;
  width: 560px !important;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.3;
  padding: 0.75rem 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 1030px) {
  .clothing_req_client .p-dialog.p-component {
    width: 90vw !important;
  }
}
@media only screen and (max-width: 935px) {
  .edit-ts-modal .p-dialog .p-dialog-content {
    overflow: auto;
    max-height: 80vh;
  }
}
@media only screen and (max-width: 780px) {
  .p-rating-icon.pi-star {
    font-size: 1.2rem !important;
  }

  .p-rating-icon.pi.pi-star-o {
    font-size: 1.2rem !important;
  }

  .user-management-table-client-settings {
    overflow: auto;
  }
  .user-management-table-client-settings th, .user-management-table-client-settings td {
    font-size: 10px !important;
  }
  .user-management-table-client-settings .edit-role-select.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    font-size: 1rem;
  }
  .user-management-table-client-settings .label_item {
    min-width: 80px;
    display: inline-block;
    padding: 4px 6px;
    font-size: 1rem;
  }

  .clothing_req_client .p-dialog.p-component {
    width: 90vw !important;
  }

  .edit-ts-modal .p-datepicker {
    display: none;
  }

  .mark_as_favorite_client .p-dialog.p-confirm-dialog.p-component {
    width: 90vw;
  }

  .resources_sedcard_scr4 .p-dialog {
    width: 90vw;
  }
}
@media only screen and (max-width: 630px) {
  body .big-calendar .p-datepicker table td > span {
    padding: 0 0 !important;
  }

  .order_clone-role.ng-select .ng-select-container .ng-value-container .ng-placeholder {
    margin-left: 0px !important;
  }

  .order_clone-role.ng-select .ng-select-container .ng-value-container .ng-placeholder:before {
    left: 0;
  }

  .client-portal-edit-role .p-dialog.p-component {
    width: 70% !important;
  }

  .work-validation-table-wrapper .p-datatable-auto-layout > .p-datatable-wrapper {
    padding-bottom: 20px;
  }

  .work-validation-table-wrapper .p-paginator-bottom.p-paginator.p-component.ng-star-inserted {
    margin-top: 60px;
  }

  .multi-select-max-width-200 .p-multiselect .p-multiselect-label {
    font-size: 10px;
  }

  .confirm_ts_clock {
    flex-direction: row !important;
    align-items: center !important;
  }

  .p-datatable-auto-layout > .p-datatable-wrapper {
    overflow: auto !important;
  }

  th.p-sortable-column.ng-star-inserted {
    width: 100px;
  }

  body .order_clone-roles .p-multiselect.p-component {
    width: 155px;
  }

  body .order_clone-roles .p-multiselect .p-multiselect-label.p-placeholder {
    font-size: 8px !important;
  }
  body .order_clone-roles .p-multiselect .p-multiselect-label.p-placeholder:before {
    width: 15px !important;
    height: 15px !important;
  }
}
@media only screen and (max-width: 430px) {
  .multi-select-max-width-200 .p-multiselect .p-multiselect-label {
    font-size: 10px;
  }

  .ts_filter {
    font-size: 10px;
  }

  .edit-ts-modal .p-dialog.p-component {
    width: 90%;
  }

  .confirm_ts_clock {
    flex-direction: row !important;
    align-items: center !important;
  }

  .timestamp-manager-filter .shift-controllers .multiple-select-dropdown p-multiSelect {
    width: 98% !important;
  }
  .timestamp-manager-filter .p-multiselect.p-component {
    width: 100% !important;
  }
  .timestamp-manager-filter .multi-select-max-width-200 .p-multiselect .p-multiselect-label {
    max-width: 80%;
  }

  .timestamp-manager-wrapper p-table .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    font-size: 10px !important;
  }
  .timestamp-manager-wrapper p-table .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    font-size: 10px !important;
  }

  span.p-paginator-current.ng-star-inserted {
    font-size: 10px !important;
  }

  .timestamp-modal-clock-container p-calendar.masked-input.clock-line-time.ng-tns-c79-11.ng-untouched.ng-pristine.ng-valid.p-inputwrapper-filled {
    width: 80px !important;
  }

  .edit-ts-modal input.p-inputmask.p-inputtext.p-component {
    margin-bottom: 0;
    height: 34px;
  }

  body .order_clone-roles .p-multiselect.p-component {
    height: 30px;
    width: 155px;
    border: 1px solid #16a085;
    font-size: 8px;
    margin-top: 6px;
    margin-right: 5px;
  }

  body .order_clone-roles .p-multiselect .p-multiselect-label.p-placeholder:before {
    top: 6px;
  }
}
@media only screen and (max-width: 380px) {
  .client-portal-edit-role .p-dialog.p-component {
    width: 80% !important;
  }

  .work-validation-table-wrapper .p-datatable-auto-layout > .p-datatable-wrapper {
    padding-bottom: 20px;
  }

  .work-validation-table-wrapper .p-paginator-bottom.p-paginator.p-component.ng-star-inserted {
    margin-top: 60px;
  }

  .btn-element {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 325px) {
  body .client_modal .p-dialog .p-dialog-header .client_modal-title {
    font-size: 14px;
  }

  body .client_modal .p-dialog .p-dialog-content .modal-dialog .content .client_modal-content .client_modal-content-group .client_modal-content-item .client_modal-content-item-info .client_modal-content-item-description {
    font-size: 12px;
  }

  p-confirmDialog .p-dialog.p-confirm-dialog.p-component .p-dialog-header .p-dialog-title {
    font-size: 16px;
  }

  body .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    font-size: 12px;
  }

  body .p-dialog .p-dialog-footer .p-button {
    font-size: 10px;
  }

  .client-portal-edit-role .p-dialog.p-component {
    width: 90% !important;
  }

  .work-validation-table-wrapper .p-datatable-auto-layout > .p-datatable-wrapper {
    padding-bottom: 20px;
  }

  .work-validation-table-wrapper .p-paginator-bottom.p-paginator.p-component.ng-star-inserted {
    margin-top: 60px;
  }

  .general-clock-buttons-wrapper .general-clock-button {
    width: 70px !important;
  }

  .edit-ts-modal .p-dialog.p-component {
    width: 95%;
  }
}
/* BASE -  Reset and typography.
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* -------------------------------------------------------------------
 * ## Animations
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.fadeIn {
  animation: fadein .5s;
}
@keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes fadeTransition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animation-shimmering {
  0% {
    background-position: -30rem 0;
  }
  100% {
    background-position: 80rem 0;
  }
}
@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -46.8rem 0;
  }
  100% {
    background-position: 46.8rem 0;
  }
}
@keyframes scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes opacity-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 1.5rem;
  }
  50% {
    opacity: 0;
    height: 1.2rem;
  }
  100% {
    opacity: 1;
    height: 1.5rem;
  }
}
/* LAYOUT - Structure and layout of components.
========================================================================== */
/* COMPONENT - UI Components
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a, body .ngx-pagination, .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer), body .edit-role-select.ng-select.ng-select-single .ng-select-container, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .plain_select_option .ng-select .ng-select-container:hover, body .ng-select.focused:not(.opened) > .ng-control, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select .ng-control:hover, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover, body .classic_accordion .ui-accordion .ui-accordion-header a, body .ui-inputtext:focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-multiselect.ui-state-focus {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, body .classic_accordion .ui-accordion .ui-accordion-header a, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-content, body .wide_modal .ui-dialog, .dropdown-item .ui-dropdown-panel .ui-dropdown-item {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, .back-btn i, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, .switch-accordion-tabs:before, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, .update_photo_holder dropzone, .update_photo_holder.project .dropzone, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.add_new_row_btn svg, .general_plain_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
.clothing_requirements_modal .multiple-dropzone .dz-message, .dz-multiple .dz-message, body dropzone > .dropzone.dz-wrapper .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder dropzone, .update_photo_holder.project .dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-success-mark svg, div .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
.dz-multiple .dz-message span:after, body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder .zoom-image-holder, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder.project .dropzone .dz-message {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.one_line_select.multiple-select-dropdown .ui-multiselect, body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-wrapper .ng-arrow, body .ng-select .ng-arrow-zone .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-right:before, .classic_accordion .ui-accordion-header .pi-caret-down:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover, body .dropdown-item.ui-inputwrapper-focus .ui-dropdown {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
.btn-element, .btn-element[type=button], .btn-element[type=submit] {
  position: relative;
  border: 0.1rem solid #1abc9c;
  background: #1abc9c;
  color: #fff;
  margin-top: 1rem;
  cursor: pointer;
  height: 3.8rem;
  text-align: center;
  font-size: 1.1rem !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 2rem;
  line-height: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  transition: all 0.15s ease-in-out;
  border-radius: 3rem;
}
.btn-element:hover, .btn-element[type=button]:hover, .btn-element[type=submit]:hover {
  background-color: #16a085;
}
.btn-element.back, .btn-element[type=button].back, .btn-element[type=submit].back {
  min-width: auto;
  margin: 3rem 0 0 4rem;
  padding-left: 2.8rem;
}
.btn-element:focus, .btn-element:active, .btn-element[type=button]:focus, .btn-element[type=button]:active, .btn-element[type=submit]:focus, .btn-element[type=submit]:active {
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.btn-element:hover, .btn-element[type=button]:hover, .btn-element[type=submit]:hover {
  border-color: #16a085;
  color: #fff;
  text-decoration: none;
  background-color: #16a085;
}
.btn-element.back-button, .btn-element[type=button].back-button, .btn-element[type=submit].back-button {
  min-width: auto;
  margin: 0;
}
.btn-element.cancel-btn, .btn-element[type=button].cancel-btn, .btn-element[type=submit].cancel-btn {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  margin-right: 1rem;
  color: #fff;
}
.btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover {
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}
.btn-primary--outline {
  min-width: 10rem;
  display: inline-block;
  position: relative;
  padding: 0 1.4rem;
  background-color: #fff;
  cursor: pointer;
  border: 0.2rem solid #efefef;
  font-size: 1.2rem;
  font-weight: 600;
  color: #646464;
  line-height: 3.2rem;
  padding-left: 35px;
  border-radius: 3rem;
  transition: all 0.15s ease-in-out;
}
.btn-primary--outline:not(.active):hover {
  color: #16a085;
  border-color: lightgrey;
}
.btn-primary--outline.export:before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  content: "";
  display: inline-block;
  transform: translateY(-12px);
  background-image: url(/../../assets/images/icons/export.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.export:hover:before {
  background-image: url(/../../assets/images/icons/export-green.svg);
}
.btn-primary--outline.close-missions:before {
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  content: "";
  display: inline-block;
  background-image: url(/../../assets/images/icons/unlock-thick.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.close-missions:hover:before {
  background-image: url(/../../assets/images/icons/unlock-thick-green.svg);
}
.btn-primary--outline.locked-missions:before {
  position: absolute;
  top: 0.7rem;
  left: 1.5rem;
  content: "";
  display: inline-block;
  background-image: url(/../../assets/images/icons/locked.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.locked-missions:hover:before {
  background-image: url(/../../assets/images/icons/locked-green.svg);
}
.btn-primary--outline.plus-icon:before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  content: "+";
  display: inline-block;
  color: #646464;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 500;
  color: #898e95;
}
.btn-primary--outline.plus-icon:hover:before {
  color: #16a085;
}
.btn-primary--outline.minus-icon:before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  content: "-";
  display: inline-block;
  color: #646464;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 500;
  color: #898e95;
}
.btn-primary--outline.minus-icon:hover:before {
  color: #16a085;
}
.btn-primary--outline.pending-mission-requests:before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  content: "";
  display: inline-block;
  transform: translateY(-12px);
  background-image: url(/../../assets/images/icons/bell-notification-icon-grey.png);
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.pending-mission-requests:hover:before {
  background-image: url(/../../assets/images/icons/bell-notification-icon-grey.png);
}
.btn-primary--outline.reset::before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  content: "";
  display: inline-block;
  transform: translateY(-55%);
  background-image: url(/../../assets/images/icons/reset.png);
  width: 2rem;
  height: 2rem;
  background-size: 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.reset:hover:before {
  background-image: url(/../../assets/images/icons/reset-green.png);
}
.btn-primary--outline.sendMessage {
  text-transform: unset;
}
.btn-primary--outline.sendMessage:before {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  content: "";
  display: inline-block;
  transform: translateY(-12px);
  background-image: url(/../../assets/images/icons/mail.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.sendMessage:hover:before {
  background-image: url(/../../assets/images/icons/mail-green.svg);
}
.btn-primary--outline.saveAsList {
  text-transform: unset;
}
.btn-primary--outline.saveAsList:before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  content: "";
  display: inline-block;
  transform: translateY(-12px);
  background-image: url(/../../assets/images/icons/save-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.saveAsList:hover:before {
  background-image: url(/../../assets/images/icons/save-green.svg);
}
.btn-primary--outline.editList {
  text-transform: unset;
}
.btn-primary--outline.editList:before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  content: "";
  display: inline-block;
  transform: translateY(-12px);
  background-image: url(/../../assets/images/icons/edit-tool.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.editList:hover:before {
  background-image: url(/../../assets/images/icons/edit-tool-green.svg);
}
.btn-primary--outline.editEmployee {
  text-transform: unset;
}
.btn-primary--outline.editEmployee:before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  content: "";
  display: inline-block;
  transform: translateY(-12px);
  background-image: url(/../../assets/images/icons/employees-icon-gray.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.editEmployee:hover:before {
  background-image: url(/../../assets/images/icons/employees-icon-green.svg);
}
.btn-primary--outline.projectDashboard {
  text-transform: unset;
}
.btn-primary--outline.projectDashboard:before {
  position: absolute;
  top: 50%;
  left: 3.6rem;
  content: "";
  display: inline-block;
  transform: translateY(-9.5px);
  background-image: url(/../../assets/images/projects-icon.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.projectDashboard:hover:before {
  background-image: url(/../../assets/images/projects-icon-green.svg);
}
.btn-primary--outline.actionsPage:before {
  position: absolute;
  top: 50%;
  left: 3.6rem;
  content: "";
  display: inline-block;
  transform: translateY(-10px);
  background-image: url(/../../assets/images/icons/security-camera-gray.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.actionsPage:hover:before {
  background-image: url(/../../assets/images/icons/security-camera.svg);
}
.btn-primary--outline.back-arr:before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  content: "";
  display: inline-block;
  transform: translateY(-50%);
  background-image: url(/../../assets/images/icons/back-arr-gray.svg);
  width: 1.2rem;
  height: 1.2rem;
  background-size: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary--outline.back-arr:hover:before {
  background-image: url(/../../assets/images/icons/back-arr-green.svg);
}
.general_plain_btn {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  color: #898e95;
  text-transform: uppercase;
  font-weight: bold;
  height: auto;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.general_plain_btn:hover {
  text-decoration: underline;
  color: #262626;
}
.general_plain_btn .fa {
  color: #1abc9c;
  font-size: 1.6rem;
  margin-right: 0.4rem;
}
.general_plain_btn.small {
  font-size: 1rem;
  line-height: initial;
  margin: 0;
  height: auto;
  font-weight: bold;
}
.general_plain_btn.small svg {
  width: 0.9rem;
}
.general_plain_btn.icon {
  padding-left: 2rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.general_plain_btn.icon.payroll {
  background-image: url(/../../assets/images/icons/credit-card-icon-green.svg);
}
.general_plain_btn.icon.validate-icon {
  background-image: url(/../../assets/images/icons/audit.png);
}
.general_plain_btn.icon.upload {
  background-image: url(/../../assets/images/icons/upload-button.svg);
  background-size: 1.3rem;
}
.general_plain_btn.export:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/../../assets/images/icons/upload-button.svg);
  background-size: 1.4rem;
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transform: rotate(180deg);
  -moz-transition: rotate(180deg);
  transform: rotate(180deg);
}
.add_new_row_btn {
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  color: #898e95;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0.4rem;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0.4rem;
}
.add_new_row_btn:hover {
  text-decoration: underline;
  color: #262626;
}
.back_to_previous_page {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: 3rem;
  background-image: url(/../../assets/images/icons/back-arrow-grey.svg);
}
.back_to_previous_page:hover {
  background-image: url(/../../assets/images/icons/back-arrow-green.svg);
}
.switch-accordion-tabs {
  background-color: transparent;
  border: 0;
  font-size: 1.3rem;
  color: #646464;
  padding: 0;
  font-weight: 600;
}
.switch-accordion-tabs:before {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.2rem;
  background-image: none !important;
  font-size: 2.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  border: 0.2rem solid whitesmoke;
  background-color: whitesmoke;
  color: #898e95;
}
.switch-accordion-tabs:hover {
  color: #262626;
}
.show-all-accordions:before {
  content: " +";
}
.show-all-accordions:hover {
  color: #262626;
}
.generate-btn {
  position: relative;
  border: 0;
  display: inline-block;
  height: 4rem;
  background-color: whitesmoke;
  font-size: 1.3rem;
  font-weight: 600;
  color: #646464;
  padding: 0 1.6rem 0 5.6rem;
  line-height: 4rem;
  margin: 0 0 2rem 1.2rem;
  vertical-align: middle;
  border-radius: 0.4rem;
}
.generate-btn:hover {
  background-color: #80808024;
}
.generate-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4.2rem;
  height: 4rem;
  background-size: 1.9rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #80808012;
}
.export-xlsx:before {
  background-image: url(/../../assets/images/icons/download-to-storage-drive.svg);
}
.export-xlsx:hover:before {
  background-image: url(/../../assets/images/icons/download-to-storage-drive-darker.svg);
}
.download-xlsx:before {
  background-image: url(/../../assets/images/icons/download-to-storage-drive-green.svg);
}
.download-xlsx:hover {
  opacity: 0.8;
  text-decoration: none;
}
.back-btn {
  position: relative;
  display: inline-block;
  height: 3.5rem;
  background-color: #16a085;
  border: 0.1rem solid #fff;
  padding: 0 2rem 0 3rem;
  color: #fff;
  line-height: 3.4rem;
  font-size: 1.3rem;
  border-radius: 20px;
  margin-bottom: 0.8rem;
}
.back-btn.default-position {
  top: 0;
  left: 0;
}
.back-btn:hover {
  background-color: #fff;
  color: #646464;
}
.back-btn i {
  left: 1.2rem;
  font-size: 2.3rem;
  line-height: 2rem;
}
.small-rounded-btn {
  padding: 0.1rem 0.9rem;
  margin-top: 0;
  border: 0.2rem solid #1abc9c;
  background-color: #1abc9c;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  color: #fff;
}
.small-rounded-btn:hover {
  border: 0.2rem solid #16a085;
  background-color: #16a085;
}
.add_new_row_btn svg {
  width: 1.4rem;
}
.hide-all-accordions:before {
  content: "-";
}
@media only screen and (max-width: 325px) {
  .back-btn {
    width: 3rem;
    height: 3rem;
    font-size: 10px;
  }
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a, body .ngx-pagination, .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer), body .edit-role-select.ng-select.ng-select-single .ng-select-container, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .plain_select_option .ng-select .ng-select-container:hover, body .ng-select.focused:not(.opened) > .ng-control, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select .ng-control:hover, body .classic_accordion .ui-accordion .ui-accordion-header a, body .ui-inputtext:focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-multiselect.ui-state-focus, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, body .classic_accordion .ui-accordion .ui-accordion-header a, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-content, body .wide_modal .ui-dialog, .dropdown-item .ui-dropdown-panel .ui-dropdown-item {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .back-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, .update_photo_holder dropzone, .update_photo_holder.project .dropzone, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .switch-accordion-tabs:before {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_plain_btn svg, .add_new_row_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
.clothing_requirements_modal .multiple-dropzone .dz-message, .dz-multiple .dz-message, body dropzone > .dropzone.dz-wrapper .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder dropzone, .update_photo_holder.project .dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-success-mark svg, div .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
.dz-multiple .dz-message span:after, body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder .zoom-image-holder, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder.project .dropzone .dz-message {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.one_line_select.multiple-select-dropdown .ui-multiselect, body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-wrapper .ng-arrow, body .ng-select .ng-arrow-zone .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-right:before, .classic_accordion .ui-accordion-header .pi-caret-down:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover, body .dropdown-item.ui-inputwrapper-focus .ui-dropdown {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
.alert-message {
  position: fixed;
  bottom: 10rem;
  min-width: 25rem;
  max-width: 33rem;
  background-color: #fff;
  color: grey;
  padding: 5.5rem 5.4rem 1.8rem 1rem;
  z-index: 9999999;
  font-size: 1.6rem;
  -webkit-transform: translateX(-100%);
  -moz-transition: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: -0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.16);
  border-top-right-radius: 1rem;
  background-clip: padding-box;
  border-bottom-right-radius: 1rem;
  background-clip: padding-box;
}
.alert-message.show {
  -webkit-transform: translateX(0);
  -moz-transition: translateX(0);
  transform: translateX(0);
}
.alert-message.alert-danger-message {
  box-shadow: 0.1rem 0.6rem 1rem 0 rgba(216, 0, 12, 0.2);
}
.alert-message.alert-danger-message:before {
  background-color: #ffbaba;
}
.alert-message.alert-danger-message .alert-message-text {
  color: #DD0000;
}
.alert-message.alert-danger-message svg polygon {
  fill: #DD0000;
}
.alert-message.alert-danger-message svg path {
  fill: #DD0000;
}
.alert-message.alert-info-message {
  box-shadow: 0.1rem 0.6rem 1rem 0 rgba(0, 82, 155, 0.2);
}
.alert-message.alert-info-message:before {
  background-color: #A9CCE3;
}
.alert-message.alert-info-message .alert-message-text {
  color: #00529b;
}
.alert-message.alert-info-message svg polygon {
  fill: #00529b;
}
.alert-message.alert-info-message svg path {
  fill: #00529b;
}
.alert-message .close-alert {
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 1rem;
}
.alert-message .alert-message-text {
  word-wrap: break-word;
  line-height: 2.5rem;
}
.alert-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background-color: #16a085;
  border-top-right-radius: 1rem;
  background-clip: padding-box;
}
.alert-message.alert-warning-message:before {
  background-color: #feefb3;
}
.alert-message.alert-warning-message .alert-message-text {
  color: #9f6000;
}
.alert-message.alert-warning-message svg polygon {
  fill: #9f6000;
}
.alert-message.alert-warning-message svg path {
  fill: #9f6000;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a, body .ngx-pagination, .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer), body .edit-role-select.ng-select.ng-select-single .ng-select-container, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .plain_select_option .ng-select .ng-select-container:hover, body .ng-select.focused:not(.opened) > .ng-control, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select .ng-control:hover, body .classic_accordion .ui-accordion .ui-accordion-header a, body .ui-inputtext:focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-multiselect.ui-state-focus, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, body .classic_accordion .ui-accordion .ui-accordion-header a, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-content, body .wide_modal .ui-dialog, .dropdown-item .ui-dropdown-panel .ui-dropdown-item {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .back-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, .update_photo_holder dropzone, .update_photo_holder.project .dropzone, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .switch-accordion-tabs:before {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_plain_btn svg, .add_new_row_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
.clothing_requirements_modal .multiple-dropzone .dz-message, .dz-multiple .dz-message, body dropzone > .dropzone.dz-wrapper .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before, .update_photo_holder.project .dropzone .dz-message span:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder dropzone, .update_photo_holder.project .dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-success-mark svg, div .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
.dz-multiple .dz-message span:after, body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder .zoom-image-holder, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder.project .dropzone .dz-message {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.one_line_select.multiple-select-dropdown .ui-multiselect, body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-wrapper .ng-arrow, body .ng-select .ng-arrow-zone .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-right:before, .classic_accordion .ui-accordion-header .pi-caret-down:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover, body .dropdown-item.ui-inputwrapper-focus .ui-dropdown {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  margin-top: 0 !important;
}
dropzone.dz-wrapper > .dropzone .dz-message .dz-text {
  color: #a5a5a5;
  font-weight: 600;
}
dropzone.dz-wrapper > .dropzone:hover .dz-message .dz-text {
  color: #1abc9c;
}
dropzone.tiny-dropzone-area > .dropzone.dz-wrapper.dz-single .dz-preview {
  display: none;
}
dropzone.tiny-dropzone-area > .dropzone.dz-wrapper.dz-single.dz-started .dz-message {
  display: inline-block;
}
body dropzone.dz-wrapper > .dropzone {
  overflow: auto;
  width: 100%;
  min-height: 4rem;
  margin: 0.8rem 0;
  border: 0.1rem dashed #e5e7e9;
  background: whitesmoke;
}
body dropzone.dz-wrapper > .dropzone .dz-message {
  border: 0;
  background: transparent;
  margin: 0;
  min-height: auto;
  width: 100%;
  float: left;
  min-width: 100%;
}
body dropzone.dz-wrapper:hover > .dropzone {
  border-color: #a5a5a5;
}
body dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  position: relative;
  top: 0;
  width: 100%;
  padding: 0.8rem 2.4rem;
  text-align: center;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transform: translateY(0);
  -moz-transition: translateY(0);
  transform: translateY(0);
}
body dropzone > .dropzone.dz-wrapper:hover .dz-message .dz-text:after {
  background-image: url(/../../assets/images/upload-icon-black.svg);
  -webkit-transform: translateY(-0.3rem);
  -moz-transition: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper {
  overflow: hidden;
}
body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message {
  min-height: auto;
  background-color: #16a085;
  border: 0;
  background-image: url(/../../assets/images/icons/upload-file-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message .dz-text {
  display: none;
}
body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message .dz-text:after {
  display: none;
}
body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper {
  overflow: hidden;
}
body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message {
  min-height: auto;
  background-color: #16a085;
  border: 0;
  background-image: url(/../../assets/images/icons/spinner.gif);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message .dz-text {
  display: none;
}
body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message .dz-text:after {
  display: none;
}
body .user-details-section dropzone.dz-wrapper > .dropzone {
  min-height: 9rem;
  margin: 0;
}
body .user-details-section #edit-personal-details dropzone.dz-wrapper > .dropzone {
  max-height: 13rem;
}
body .user-details-section #edit-personal-details dropzone.dz-wrapper > .dropzone.dz-single .dz-preview .dz-image {
  height: 11.2rem;
  width: 11.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
}
body #personal-details dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  min-height: 11rem;
}
body #image-upload dropzone > .dropzone.dz-wrapper:hover .dz-message .dz-text:after {
  background-image: url(/../../assets/images/upload-icon-white.svg);
}
body .agency-upload-photo dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
}
body .agency-upload-photo dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after {
  background-image: url(/../../assets/images/photo-camera.svg);
}
body .agency-upload-photo dropzone > .dropzone.dz-wrapper:hover .dz-message {
  opacity: 1;
}
body .agency-upload-photo dropzone > .dropzone.dz-wrapper:hover .dz-message .dz-text:after {
  background-image: url(/../../assets/images/photo-camera.svg);
}
body .upload-holder dropzone {
  border-radius: 1rem;
}
body .upload-holder dropzone.dz-wrapper > .dropzone {
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  height: 100%;
  margin: 0;
}
body .required-filed dropzone > .dropzone.dz-wrapper .dz-message {
  border-color: #CD6155;
}
body .required-filed dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  color: #DD0000 !important;
}
.edited-field dropzone > .dropzone.dz-wrapper .dz-message {
  border-color: orange;
}
.edited-field dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  color: orange !important;
}
.dz-multiple:hover .dz-message span:after {
  background-image: url(/../../assets/images/upload-icon-black.svg);
  -webkit-transform: translateY(-0.3rem);
  -moz-transition: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
#image-upload .hasImage dropzone > .dropzone.dz-wrapper .dz-message {
  opacity: 0;
}
#image-upload .hasImage:hover dropzone > .dropzone.dz-wrapper .dz-message {
  opacity: 1;
}
#image-upload dropzone > .dropzone.dz-wrapper .dz-message {
  background-color: transparent;
  border: 0;
}
#image-upload dropzone > .dropzone.dz-wrapper:hover .dz-message .dz-text {
  color: #fff;
}
.update_photo_holder.project .dropzone {
  border: 0;
  padding: 0;
  min-height: 11rem;
}
.update_photo_holder.project .dropzone .dz-message {
  margin: 0;
  padding: 0;
}
.update_photo_holder.project .dropzone .dz-message span {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 2rem;
}
.update_photo_holder.project .dropzone .dz-message:hover {
  opacity: 1;
}
.update_photo_holder.project.hasImage .dropzone {
  display: none;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview {
  width: 100%;
  height: 100%;
  margin: 0;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image {
  width: 100%;
  height: 100%;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message {
  margin: 0;
  border: 0;
  min-width: 100%;
  background-color: transparent;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:hover {
  opacity: 1;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after {
  display: none;
}
.update_photo_holder dropzone > .dropzone.dz-wrapper .dz-preview .dz-details {
  display: none;
}
.update_photo_holder .dropzone .dz-preview.dz-error .dz-error-mark {
  display: none;
}
.update_photo_holder .dropzone:hover .dz-preview.dz-error .dz-error-mark {
  display: inline-block;
}
.upload-holder .update_photo_holder .zoom-image-holder {
  border-radius: 1rem;
}
.upload-holder .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  background: none;
  opacity: 1;
  color: #e5e7e9;
}
.upload-holder .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:hover {
  color: grey;
}
.upload-holder .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:hover:before {
  background-image: url(/../../assets/images/icons/photo-camera-grey-dark.svg);
}
.upload-holder .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  background-image: url(/../../assets/images/icons/photo-camera-grey.svg);
}
.upload-holder .update_photo_holder .required-filed dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  background-image: url(/../../assets/images/icons/photo-camera-red.svg);
}
.upload-holder dropzone.dz-wrapper > .dropzone .dz-message .dz-text {
  color: #fff;
}
.upload-holder dropzone > .dropzone.dz-wrapper {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1rem;
}
.dropzone .dz-preview .dz-remove {
  height: 100%;
  width: 100%;
  z-index: 999;
  text-indent: -9999.9rem;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}
.hidden-dropzone:hover {
  background-color: #fff !important;
}
.hidden-dropzone dropzone {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}
div .dropzone .dz-preview {
  min-height: 8rem;
  margin-left: 1rem;
  margin-right: 0;
  background-color: transparent !important;
}
div .dropzone .dz-preview .dz-image {
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
}
div .dropzone .dz-preview .dz-error-mark {
  margin-left: -1.3rem;
  margin-top: -1.3rem;
}
div .dropzone .dz-preview .dz-success-mark {
  margin-left: -1.3rem;
  margin-top: -1.3rem;
}
div .dropzone .dz-preview:last-child {
  margin-right: 1rem;
}
div .dropzone .dz-preview.dz-error .dz-error-message {
  display: none;
}
div .dropzone .dz-preview .dz-details .dz-size {
  display: none;
}
employee-profile dropzone.dz-wrapper > .dropzone.dz-single .dz-message {
  width: 100%;
  min-height: 9rem;
  height: 100%;
}
employee-profile dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  min-height: 11.8rem;
  height: 100%;
  padding-top: 7.5rem;
  position: relative;
}
employee-profile dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(/../../assets/images/move-window.svg);
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  transform: translateX(-50%);
}
employee-profile dropzone.dz-wrapper > .dropzone.dz-single:hover .dz-message .dz-text:before {
  background-image: url(/../../assets/images/move-window-green.svg);
}
.multiple-dropzone .dz-message {
  min-height: 10rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.agency-upload-photo dropzone {
  height: 100%;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper {
  height: 100%;
  overflow: hidden;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  opacity: 0;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview {
  margin: 0;
  width: 100%;
  height: 100%;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image {
  width: 100%;
  height: 100%;
}
.agency-upload-photo dropzone > .dropzone.dz-wrapper .dz-preview .dz-details {
  display: none;
}
.form-wrapper .required-filed .label-value {
  border-color: #CD6155;
}
#employee_skills dropzone {
  max-width: 30rem;
}
.employee-images .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .employee-images .update_photo_holder dropzone > .dropzone.dz-wrapper {
  border-radius: 1rem;
}
.certificate-dz .dropzone.dz-wrapper .dz-message {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.certificate-dz .dropzone.dz-wrapper .dz-message .dz-text {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  height: 38px;
  background-color: #fff;
}
.certificate-dz .dropzone.dz-wrapper .dz-message .dz-text::after {
  background-image: url(/../../assets/images/upload-icon-grey.svg) !important;
}
.dropzone-front-pg .dz-wrapper .dz-message .dz-text:after {
  background-image: url(/../../assets/images/icons/id-front-gray.svg) !important;
}
.dropzone-back-pg .dz-wrapper .dz-message .dz-text:after {
  background-image: url(/../../assets/images/icons/id-back-gray.svg) !important;
}
.dropzone-document {
  font-size: 18px;
  border: 1px dashed #d8d8d8 !important;
  border-radius: 3px;
  padding: 30px 0px;
  text-align: center;
  position: relative;
}
.dropzone-document .dz-image, .dropzone-document .dz-error-mark, .dropzone-document .dz-progress {
  display: none;
}
.dropzone-document .dz-success-mark {
  position: absolute;
  left: 50%;
  bottom: 35px;
  background: #bababac4;
  border-radius: 100%;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a, body .ngx-pagination, .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer), body .edit-role-select.ng-select.ng-select-single .ng-select-container, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .plain_select_option .ng-select .ng-select-container:hover, body .ng-select.focused:not(.opened) > .ng-control, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select .ng-control:hover, body .classic_accordion .ui-accordion .ui-accordion-header a, body .ui-inputtext:focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-multiselect.ui-state-focus, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
body .classic_accordion .ui-accordion .ui-accordion-header a, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-content, body .wide_modal .ui-dialog, .dropdown-item .ui-dropdown-panel .ui-dropdown-item, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .back-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .switch-accordion-tabs:before, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, .update_photo_holder.project .dropzone, .update_photo_holder dropzone, .update_photo_holder dropzone > .dropzone.dz-wrapper, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_plain_btn svg, .add_new_row_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message, .dz-multiple .dz-message, .clothing_requirements_modal .multiple-dropzone .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder.project .dropzone, .update_photo_holder dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-error-mark svg, div .dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after, .dz-multiple .dz-message span:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder.project .dropzone .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder .zoom-image-holder {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.one_line_select.multiple-select-dropdown .ui-multiselect, body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-wrapper .ng-arrow, body .ng-select .ng-arrow-zone .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-right:before, .classic_accordion .ui-accordion-header .pi-caret-down:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover, body .dropdown-item.ui-inputwrapper-focus .ui-dropdown {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
.modal-header .modal-definition, body .modal-dialog .title {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  text-transform: capitalize;
}
.close-modal, .ui-sidebar-close, body .ui-dialog .ui-dialog-titlebar-close {
  opacity: 0.6;
  z-index: 99;
  background-color: whitesmoke;
  border: 0;
  border-radius: 100%;
  position: absolute;
  top: 5rem;
  right: 5rem;
  background-image: url(/../../assets/images/icons/cross-icon-black.svg);
  width: 4.4rem;
  height: 4.4rem;
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
}
.modal .save-template {
  position: absolute;
  right: -3.4rem;
  bottom: 1.6rem;
}
.modal .form-wrapper {
  padding: 0;
}
.modal .modal-body {
  padding: 3rem 2rem;
}
.modal .form-actions {
  font-family: "Nunito", sans-serif !important;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 4rem;
}
.modal form {
  display: inline-block;
  width: 100%;
}
.modal form .btnclear {
  height: 2.8rem;
  line-height: 2.6rem;
  min-width: auto;
  padding: 0 1.2rem;
  font-size: 0.9rem !important;
}
.modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal .nav-tabs > li > a {
  padding: 1.8rem 1.5rem;
  font-size: 1.6rem;
  border-radius: 0;
}
.modal .nav-tabs > li > a:hover {
  color: #262626;
}
.modal .qualifications .ui.input {
  position: absolute;
  top: 1.4rem;
  right: 0;
  width: 63%;
}
body .modal {
  background-color: #fff;
  z-index: 9999;
  height: 100%;
  overflow: auto;
}
body .modal.fade .modal-dialog {
  animation-duration: 0.3s;
  transition: ease opacity 0.3s;
  transform: none;
}
body .modal.fade#expensesModal .modal-dialog {
  width: 50%;
}
body .modal.fade#clothingRequirementsModal .modal-dialog {
  width: 50%;
}
body .modal .modal-dialog {
  position: relative;
  width: 95%;
  margin-top: 10rem;
  max-width: 100%;
}
body .modal-backdrop {
  background: #fff;
  width: 100%;
  opacity: 1 !important;
  animation-duration: 0.3s;
  transition: ease all 0.3s;
}
body .modal-header {
  background-color: transparent;
  padding: 0 2rem;
  border: 0;
  position: relative;
  display: inline-block;
}
body .modal-header .position {
  color: #c0c0c0;
}
body .cdk-overlay-container {
  z-index: 99999;
}
body #filterModal.modal.fade .modal-dialog {
  width: 47%;
}
body .ui-dialog .ui-dialog-titlebar-close {
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-size: 1.4rem;
}
body .ui-confirmdialog.ui-dialog .ui-dialog-content {
  padding: 1em 3em 1em 2em;
}
.modal-header p {
  margin: 0;
  position: relative;
  color: #666666;
  font-size: 1.8rem;
}
.fit-content-on-template-modal .ng-trigger.ng-trigger-animation.p-dialog.p-component.ng-star-inserted {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.load-template-modal .ng-trigger.ng-trigger-animation.p-dialog.p-component.ng-star-inserted {
  min-width: 500px;
}
.load-template-modal .ui-dialog-content {
  overflow: auto;
  max-height: calc(100vh - 16rem);
  padding: 0;
}
.load-template-modal .modal-dialog {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.load-template-modal .modal-header {
  padding: 0 0 3.6rem 0;
}
.load-template-modal .form-actions {
  font-family: "Nunito", sans-serif !important;
  margin-top: 5rem;
  text-align: right;
}
.load-template-modal .form-wrapper {
  padding: 0;
}
.load-template-modal h4 {
  font-size: 1.6rem;
}
.load-template-modal input[type=search] {
  padding-left: 1rem;
  background-position: 100% center;
  background-size: 3rem;
  width: 100%;
}
.load-template-modal .template-editor .icon {
  font-size: 1.4rem;
}
.load-template-modal .boxed-tabs .tab-item {
  position: relative;
  display: inline-block;
  color: #262626;
  padding: 0.6rem 0.8rem;
  line-height: 1.3rem;
  font-size: 1.2rem;
  background-color: whitesmoke;
  margin-right: 1.2rem;
  border: 0.1rem solid #cccccc;
  border-radius: 0.5rem;
}
.load-template-modal .boxed-tabs .tab-item:hover {
  background-color: #16a085;
  color: #fff;
  border-color: #16a085;
}
.full-screen-modal .ng-trigger.ng-trigger-animation.p-dialog.p-component.ng-star-inserted {
  height: 100%;
  max-height: 100%;
  transform: none;
  transition: none;
  width: 100vw !important;
}
.full-screen-modal .p-dialog-content {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}
.clothing_requirements_modal .save-template {
  width: 3.6rem;
  height: 3.6rem;
  background-size: 2.2rem;
  position: relative;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  margin-right: 1rem;
}
.clothing_requirements_modal .actions-btn {
  align-self: flex-end;
}
.clothing_requirements_modal .actions-btn .btn-element {
  margin-top: 0;
}
.clothing_requirements_modal .modal-header {
  display: flex;
  justify-content: space-between;
}
.clothing_requirements_modal .add_new_row_btn {
  margin: 0.8rem 0 0 0.1rem;
}
.close-modal:hover, .ui-sidebar-close:hover {
  border-color: transparent;
  text-decoration: none;
  background-color: #efefef;
  opacity: 0.8;
}
.close-modal img, .ui-sidebar-close img {
  width: 3rem;
  display: none;
}
.small-modal-content .modal-content {
  max-width: 50rem;
  margin: auto;
}
.ui-dialog-mask {
  z-index: 99 !important;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a, body .ngx-pagination, .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer), body .edit-role-select.ng-select.ng-select-single .ng-select-container, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .plain_select_option .ng-select .ng-select-container:hover, body .ng-select.focused:not(.opened) > .ng-control, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select .ng-control:hover, body .classic_accordion .ui-accordion .ui-accordion-header a, body .ui-inputtext:focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-multiselect.ui-state-focus, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
body .classic_accordion .ui-accordion .ui-accordion-header a, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-content, body .wide_modal .ui-dialog, .dropdown-item .ui-dropdown-panel .ui-dropdown-item, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .back-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .switch-accordion-tabs:before, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, .update_photo_holder.project .dropzone, .update_photo_holder dropzone, .update_photo_holder dropzone > .dropzone.dz-wrapper, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_plain_btn svg, .add_new_row_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message, .dz-multiple .dz-message, .clothing_requirements_modal .multiple-dropzone .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder.project .dropzone, .update_photo_holder dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-error-mark svg, div .dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after, .dz-multiple .dz-message span:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder.project .dropzone .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder .zoom-image-holder {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.one_line_select.multiple-select-dropdown .ui-multiselect, body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-wrapper .ng-arrow, body .ng-select .ng-arrow-zone .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-right:before, .classic_accordion .ui-accordion-header .pi-caret-down:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover, body .dropdown-item.ui-inputwrapper-focus .ui-dropdown {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
body .ng-select .ng-select-container {
  background-color: transparent;
  border: 0;
  min-height: 3.8rem;
}
body .ng-select .ng-select-container .ng-value-container {
  padding: 0;
}
body .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding: 0;
  top: 0.8rem;
}
body .ng-select.ng-select-single.main-dropdown-location .ng-select-container .ng-value-container .ng-input {
  top: 1rem;
}
body .ng-select .ng-clear-zone {
  width: auto;
  margin-right: 0;
  display: inline-block;
  min-width: auto;
}
body .ng-select .ng-clear-zone .ng-clear {
  font-size: 2rem;
  width: auto;
  min-width: auto;
}
body .ng-select .ng-control {
  border: 0;
  min-height: 3.8rem;
  height: 3.8rem;
  border-radius: 0.3rem;
}
body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: transparent;
}
body .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-left: 0;
}
body .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: rgba(22, 160, 133, 0.2);
  border: 0.1rem solid rgba(22, 160, 133, 0.5);
}
body .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 0.1rem solid rgba(22, 160, 133, 0.5);
  padding-left: 0;
}
body .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgba(22, 160, 133, 0.5);
  color: #fff;
}
body .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding: 0;
  top: 1.2rem;
  left: 0;
}
body .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding-left: 0;
}
body .ng-select.searchable .ng-arrow-zone {
  padding-right: 0;
}
body .ng-select .ng-clear-wrapper .ng-clear {
  font-size: 2rem;
  font-weight: bold;
}
body .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-width: 0 !important;
  -webkit-transform: rotateX(180deg);
  -moz-transition: rotateX(180deg);
  transform: rotateX(180deg);
}
body .ng-select.ng-multiple .ng-control {
  height: auto;
}
body .ng-select.ng-multiple .ng-control .ng-value-container {
  padding-left: 0;
  padding-top: 0;
}
body .ng-select.ng-multiple .ng-control .ng-value-container .ng-value:first-child {
  padding-left: 2rem;
}
body .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-wrapper.default {
  background-color: rgba(22, 160, 133, 0.1);
  border: 0.1rem solid #16a085;
  border-radius: 0.2rem;
}
body .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-wrapper.default .ng-value-icon.left {
  border-right: 0.1rem solid #16a085;
  padding-left: 0;
}
body .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-wrapper.default .ng-value-icon:hover {
  background-color: #16a085;
  color: #fff;
}
body .ng-select.ng-multiple .ng-control .ng-value-container .ng-placeholder {
  width: 100%;
  padding-bottom: 0;
}
body .ng-select.ng-single .ng-control .ng-value-container {
  padding-left: 0;
}
body .ng-select.ng-single .ng-control .ng-value-container .ng-input {
  padding-left: 0;
}
body .ng-dropdown-panel.ng-select-bottom {
  width: calc(100% + .2rem);
  height: auto;
  padding: 0;
  left: -0.1rem;
  border-top: 0;
  margin-top: 0.1rem;
  z-index: 99;
  border-top-left-radius: 0;
  background-clip: padding-box;
  border-top-right-radius: 0;
  background-clip: padding-box;
}
body .ng-dropdown-panel .scroll-host {
  margin: 0;
}
body .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: whitesmoke;
}
body .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: rgba(22, 160, 133, 0.2);
}
body .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected span {
  color: #262626;
}
body .shift-controllers .ng-select span {
  font-size: 1.2rem;
  font-weight: 400;
}
body .shift-controllers .ng-select span.ng-clear-wrapper {
  text-align: right;
}
body .shift-controllers .ng-select .ng-arrow-wrapper .ng-arrow {
  background-size: 1rem;
  margin-top: 0.5rem;
}
body .shift-controllers .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  margin-bottom: -0.2rem;
}
body .shift-controllers .ui-multiselect-footer p-footer {
  padding: 0.6rem 0 0.4rem 0;
}
body .shift-controllers .ui-multiselect-header .ui-multiselect-filter-container .ui-multiselect-filter-icon {
  top: 0.6rem;
  font-size: 1.3rem;
}
body .shift-controllers .ui-multiselect .ui-multiselect-trigger {
  right: 0;
  padding-right: 0.4rem;
  width: auto;
  background-color: transparent;
}
body .shift-controllers .ui-multiselect .ui-multiselect-trigger .fa {
  font-size: 2rem;
  margin-left: 0;
  margin-top: 0;
  top: 0.2rem;
  left: 0;
  position: relative;
}
body .plain_select_option .ng-select .ng-select-container .ng-value-container {
  padding: 0 7.5rem;
}
body .plain_select_option .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  font-size: 2.2rem;
  font-weight: 300;
  color: #c0c0c0;
}
body .plain_select_option .ng-select .ng-select-container .ng-value-container .ng-input > input {
  height: 100%;
  font-size: 2.2rem;
  font-weight: 600;
}
body .plain_select_option .ng-select .ng-clear-wrapper .ng-clear {
  font-size: 2.4rem;
  font-weight: 300;
  color: #c0c0c0;
}
body .plain_select_option .ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #CD6155;
}
body .plain_select_option .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0;
  padding: 0 7.5rem;
  background-image: url(/../../assets/images/icons/search-icon-grey.svg);
  width: unset;
  height: 100%;
  background-size: 2.2rem;
  background-position: 4rem center;
  background-repeat: no-repeat;
}
body .plain_select_option .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  font-size: 2.2rem;
  padding: 0;
}
body .plain_select_option .ng-select .ng-arrow-wrapper .ng-arrow {
  display: none;
}
body .plain_select_option .ng-dropdown-panel.ng-select-bottom {
  width: 100%;
  border-width: 0.2rem 0;
  border-color: whitesmoke;
  border-style: solid;
}
body .plain_select_option .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 0.8rem 7.5rem;
  font-size: 1.5rem;
}
body .plain_select_option .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #a3d7cc4d;
}
body .plain_select_option .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
  background-color: whitesmoke;
}
body .one_line_select .ui-multiselect-header {
  background: no-repeat;
  background-color: whitesmoke;
  border: 0;
  margin-bottom: 0;
  padding: 0.7rem 0.5rem;
  border-radius: 0;
}
body .edit-role-select.ng-select .ng-clear-wrapper {
  display: none;
}
body .edit-role-select.ng-select.ng-select-single .ng-select-container {
  height: auto;
  min-height: auto;
  background-color: whitesmoke;
}
body .edit-role-select.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  font-size: 1.2rem;
  color: grey;
}
body .edit-role-select.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  height: 100%;
  top: 0;
}
body .edit-role-select.ng-select .ng-arrow-wrapper .ng-arrow {
  width: 1rem;
  height: 1rem;
  margin-top: 0.3rem;
  background-size: contain;
}
body .edit-role-select .ng-dropdown-panel .scroll-host {
  border-color: whitesmoke;
  border-width: 0 0.2rem 0.2rem 0.2rem;
  border-style: solid;
  min-width: 16.8rem;
}
body .edit-role-select.ng-dropdown-panel.ng-select-bottom {
  width: 16.8rem;
}
body .project-planning-overview .editable-icons .ng-control {
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  min-height: 2rem;
}
body .project-planning-overview .editable-icons .opened .ng-control {
  height: 4rem;
  line-height: 4rem;
  min-height: 4rem;
  width: 100%;
}
body .project-planning-overview .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0;
}
body .ng-select-dropdown-outer.bottom {
  left: -0.1rem;
  width: calc(100% + .2rem);
  margin-top: 0.1rem;
  border-right: 0.1rem solid #a5a5a5;
  border-bottom: 0.1rem solid #a5a5a5;
  border-left: 0.1rem solid #a5a5a5;
  z-index: 9999;
}
body .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
  padding: 0 0.3rem;
  line-height: 3.2rem;
  position: relative;
}
body .ng-select-dropdown-outer .ng-select-dropdown .ng-option.marked {
  background-color: #c0c0c0;
}
body .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected {
  background-color: #1abc9c;
  color: #fff;
}
body .form-wrapper .label-value.ng-select-opened {
  border-bottom-right-radius: 0;
  background-clip: padding-box;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
body .form-wrapper .label-value.edit-role-select {
  line-height: 2.2rem;
  padding: 0;
  border: whitesmoke;
  height: auto;
}
body .ui-multiselect-header .ui-multiselect-filter-container .ui-multiselect-filter-icon {
  top: 0.8rem;
  left: 0.7rem;
  color: grey;
}
body .ui-multiselect .ui-multiselect-trigger {
  border-left: 0;
  right: 0.6rem;
}
body .ui-multiselect .ui-multiselect-trigger .fa {
  font-size: 2.5rem;
  margin-left: -0.5rem;
  color: #a5a5a5;
  font-weight: 500;
  margin-top: -1.2rem;
}
body .ui-multiselect .ui-multiselect-trigger .fa:hover {
  color: #646464;
}
body .select-clone-location.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding: 0;
  top: 0.2rem;
  left: 0;
  overflow: hidden;
  width: 95%;
}
body .select-clone-location .ng-option.ng-option-marked.ng-star-inserted {
  line-height: unset;
}
body .select-clone-location.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 1px;
}
body .select-clone-location .ng-value.ng-star-inserted {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
body .select-clone-location span.ng-value-icon.left.ng-star-inserted {
  height: 30px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
body ng-select.label-value.fadeIn.select-clone-location.ng-select.ng-select-multiple.ng-select-searchable.ng-select-clearable.ng-star-inserted.ng-select-opened.ng-select-bottom {
  width: 50rem;
}
.form-wrapper .ng-select-multiple {
  height: auto;
}
.form-wrapper .ng-select-disabled {
  padding: 0;
}
.form-wrapper .label-value.ng-multiple {
  min-height: 4rem;
  height: auto;
}
.form-wrapper .locations-wrapper .main-dropdown-location .label-value {
  margin-bottom: 3rem;
  padding-left: 0;
}
.form-wrapper .locations-wrapper .main-dropdown-location .label-value .selected-option {
  padding-left: 0;
}
.shift-controllers .multiple-select-dropdown .ui-multiselect-panel .ui-inputtext {
  height: 2.4rem;
  padding-left: 2.2rem;
  font-size: 1.2rem;
}
.shift-controllers .multiple-select-dropdown .ui-multiselect-panel .ui-multiselect-item {
  padding: 0.4rem 0.25rem;
}
.shift-controllers .multiple-select-dropdown .ui-multiselect-panel .ui-multiselect-item label {
  font-size: 1.2rem;
  white-space: normal;
}
.shift-controllers .multiple-select-dropdown p-multiSelect {
  margin-left: 0.6rem;
  height: 2.4rem;
}
.shift-controllers .multiple-select-dropdown.multiple-select {
  display: inline-flex;
  align-items: center;
  width: auto;
  float: none;
  background-color: whitesmoke;
  padding: 0.4rem 4.8rem 0.4rem 0.2rem;
  position: relative;
  border-radius: 0.4rem;
}
.shift-controllers .multiple-select-dropdown .ui-multiselect {
  min-width: 100%;
  vertical-align: sub;
  background-color: transparent;
  border: 0;
  height: inherit;
}
.shift-controllers .multiple-select-dropdown .ui-multiselect .ui-multiselect-label {
  padding: 0.2rem 2rem 0.2rem 0.6rem;
  font-size: 1.2rem;
  background-color: transparent;
}
.shift-controllers .multiple-select-dropdown .ui-multiselect-close .pi {
  margin-top: 0.6rem;
}
.shift-controllers .ui-multiselect-header .ui-multiselect-filter-container {
  width: calc(100% - 3.4rem);
}
.shift-controllers .ui-multiselect-header .ui-multiselect-close {
  right: 0.2rem;
  top: 0.3rem;
}
.shift-controllers .ng-select {
  display: inline-block;
  height: 2.4rem;
}
.shift-controllers .ng-select.ng-select-single .ng-select-container {
  height: 2.4rem;
  min-height: auto;
  background-color: transparent;
  margin-left: 0.6rem;
  padding-left: 0.6rem;
  min-width: 7rem;
}
.shift-controllers .ng-select.ng-select-single .ng-select-container:hover {
  border-color: #c0c0c0;
  background-color: #eeeeee;
  color: #262626;
}
.shift-controllers .ng-select.ng-select-single .ng-select-container .ng-value-container {
  margin-right: 0.8rem;
}
.shift-controllers .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0;
  left: 0.7rem;
}
.shift-controllers .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #262626;
  font-size: 1.2rem;
}
.shift-controllers .ng-select .ng-clear-wrapper .ng-clear {
  font-size: 1.5rem;
}
.shift-controllers .ng-dropdown-panel.ng-select-bottom {
  width: 12.5rem;
  left: 1.2rem;
}
.shift-controllers .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  font-size: 1.2rem;
}
.shift-controllers .ui-chkbox .ui-chkbox-box {
  width: 1.4rem;
  height: 1.4rem;
}
.shift-controllers .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
  line-height: 1.2rem;
  position: relative;
  top: 0;
}
.shift-controllers .ui-chkbox .ui-chkbox-box .ui-chkbox-icon:before {
  font-size: 1.2rem;
}
.shift-controllers .ui-multiselect .ui-multiselect-panel {
  min-width: 17.5rem;
  max-width: 17.5rem;
}
.one_line_select.multiple-select-dropdown .ui-multiselect .ui-multiselect-label {
  margin: 0;
  padding: 0.8rem 4rem 0.2rem 0;
  font-weight: 500;
  color: grey;
  font-size: 1.2rem;
  border-radius: 0;
}
.one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer) {
  border: 0.2rem solid #efefef;
  border-top: 0;
  border-radius: 0;
}
.one_line_select.multiple-select-dropdown .ui-multiselect-panel .ui-multiselect-item {
  padding: 0.6rem 0.5rem;
  float: left;
  width: 100%;
  margin: 0;
  border-radius: 0;
}
.one_line_select.multiple-select-dropdown .ui-multiselect-panel .ui-multiselect-item:hover {
  background-color: #f5f5f552;
}
.one_line_select.multiple-select-dropdown .ui-chkbox .ui-chkbox-icon {
  line-height: 1.1rem;
  margin-left: -0.1rem;
}
.one_line_select .ui-multiselect .ui-multiselect-trigger {
  right: 0;
  padding: 0;
}
.one_line_select .ui-multiselect .ui-multiselect-trigger .fa {
  font-size: 2.5rem;
  margin-left: 0;
  color: whitesmoke;
  font-weight: bold;
  margin-top: 0;
  left: 0;
  top: 0.4rem;
}
.one_line_select .ui-multiselect .ui-chkbox .ui-state-default {
  border: 0.2rem solid #efefef;
}
.one_line_select .ui-multiselect .ui-chkbox .ui-state-default.ui-state-active {
  border: 0.2rem solid #16a085;
}
.one_line_select .ui-multiselect .ui-chkbox:hover .ui-state-default {
  border: 0.2rem solid #16a085;
  background-color: transparent;
}
.one_line_select .ui-multiselect .ui-chkbox:hover .ui-state-default.ui-state-active {
  background-color: #16a085;
}
.one_line_select .ui-multiselect .ui-multiselect-panel {
  padding: 0;
}
.one_line_select .ui-multiselect-header input {
  width: calc(100% - 2rem);
  border: 0;
}
.one_line_select .ui-multiselect-header .ui-multiselect-filter-container {
  width: calc(100% - 2rem);
}
.one_line_select .ui-multiselect-panel .ui-multiselect-items-wrapper {
  padding: 0;
}
.one_line_select .ui-multiselect-panel .ui-multiselect-item .ui-chkbox {
  margin-right: 1rem;
}
.one_line_select .range_filter .ui-inputtext {
  color: grey;
  font-size: 1.2rem;
}
.input-holder ng-select > div {
  border: 0;
  outline: none;
}
.plain_select_option .ng-select .ng-clear-wrapper {
  position: absolute;
  top: 1.2rem;
  right: unset;
  bottom: unset;
  left: 1.4rem;
}
.plain_select_option .ng-select.ng-select-single .ng-select-container {
  height: 5.4rem;
}
.edit-role-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
}
.project-planning-overview .editable-icons ng-select {
  z-index: 99;
  text-align: left;
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0;
  position: absolute;
  top: 1.1rem;
  right: 3.3rem;
  bottom: unset;
  left: unset;
}
.project-planning-overview .editable-icons ng-select.ng-select-opened {
  width: 30rem;
  height: 4rem;
  opacity: 1;
}
.project-planning-overview .editable-icons .ng-select .ng-select-container {
  overflow: visible;
}
.project-planning-overview .editable-icons .ng-select .ng-control .ng-value-container .ng-input > input {
  cursor: pointer;
  padding-left: 1rem;
}
.project-planning-overview .editable-icons .ng-select.ng-single .ng-control .ng-value-container {
  padding-left: 1rem;
}
.project-planning-overview .editable-icons .ng-placeholder {
  width: 100%;
}
.project-planning-overview .editable-icons .ng-input {
  padding: 0 !important;
}
.project-planning-overview .editable-icons .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 2.4rem;
}
.ng-select.opened > .ng-control .ng-arrow {
  border-width: 0 !important;
  -webkit-transform: rotateX(180deg);
  -moz-transition: rotateX(180deg);
  transform: rotateX(180deg);
}
.validators ng-select.ng-select.ng-select-single .ng-select-container {
  border: 1px solid rgba(106, 119, 131, 0.3);
  border-radius: 4px;
  padding: 0 1.5rem;
  width: 250px;
}
.range_filter_top {
  display: flex;
  padding: 0 0 0.5rem 0;
  border-bottom: 0.2rem solid #efefef;
  align-items: flex-end;
}
.range_filter_top .ng-select.ng-select-single .ng-select-container {
  min-height: 2rem;
  height: 2.7rem;
  box-shadow: none;
}
.range_filter_top .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0.3rem;
}
.range_filter_top .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
  color: grey;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.range_filter_top .range_item {
  margin-right: 1.6rem;
}
.range_filter_top .range_item:last-child {
  margin-right: 0;
}
.range_filter_top .range-label {
  display: block;
  font-size: 1.2rem;
  color: #8080809c;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.range_filter_top .range_filter {
  display: inline-flex;
  align-items: center;
}
.range_filter_top .range_filter i {
  margin: 0 1rem;
  color: lightgrey;
}
.range_filter_top .range_filter .ui-inputtext {
  font-size: 1.2rem;
}
.range_filter_top .apply-filter-btn {
  font-weight: 600;
  vertical-align: middle;
  border: 0.2rem solid #d3d3d340;
  background-color: whitesmoke;
  padding: 0.2rem 0.5rem;
  margin-left: 1rem;
  color: #262626;
  font-size: 1.1rem;
  cursor: pointer;
  border-radius: 1.6rem;
}
.range_filter_top .apply-filter-btn:hover {
  color: #1abc9c;
}
.range_filter_top .clear-fields {
  font-weight: 900;
  color: grey;
  margin-left: 0.5rem;
  cursor: pointer;
  line-height: 1.4rem;
}
.range_filter_top .clear-fields:hover {
  color: #262626;
}
.export-side-bar .ng-dropdown-panel {
  width: 13rem;
}
.role-dropdown .ng-dropdown-panel {
  position: static;
}
.role-dropdown .ng-dropdown-panel .ng-dropdown-panel-items {
  border: 1px solid whitesmoke;
}
body .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 8px;
}
@media only screen and (max-width: 325px) {
  .range_filter_top .apply-filter-btn {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (max-width: 380px) {
  .range_filter_top .apply-filter-btn {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (max-width: 430px) {
  .range_filter_top .apply-filter-btn {
    width: -moz-max-content;
    width: max-content;
  }
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a, body .ngx-pagination, .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .classic_accordion .ui-accordion .ui-accordion-header a, body .ui-inputtext:focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-multiselect.ui-state-focus, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover, body .ng-select .ng-control:hover, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select.focused:not(.opened) > .ng-control, body .plain_select_option .ng-select .ng-select-container:hover, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .edit-role-select.ng-select.ng-select-single .ng-select-container, .one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer) {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
body .classic_accordion .ui-accordion .ui-accordion-header a, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-content, body .wide_modal .ui-dialog, .dropdown-item .ui-dropdown-panel .ui-dropdown-item, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .back-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .switch-accordion-tabs:before, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, .update_photo_holder.project .dropzone, .update_photo_holder dropzone, .update_photo_holder dropzone > .dropzone.dz-wrapper, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_plain_btn svg, .add_new_row_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message, .dz-multiple .dz-message, .clothing_requirements_modal .multiple-dropzone .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder.project .dropzone, .update_photo_holder dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-error-mark svg, div .dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after, .dz-multiple .dz-message span:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder.project .dropzone .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder .zoom-image-holder {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover, .one_line_select.multiple-select-dropdown .ui-multiselect {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-zone .ng-arrow, body .ng-select .ng-arrow-wrapper .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-right:before, .classic_accordion .ui-accordion-header .pi-caret-down:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover, body .dropdown-item.ui-inputwrapper-focus .ui-dropdown {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
body .ngx-pagination, .pagination-holder {
  margin-top: 3rem;
}
body .ngx-pagination a, body .ngx-pagination li, .pagination-holder .page-numbers a {
  min-width: 3.4rem;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  background-color: whitesmoke;
  color: #898e95;
  margin-right: 1rem;
  border-radius: 3rem;
  transition: background-color 0.15s ease-in-out;
}
body .ngx-pagination li a:hover, body .ngx-pagination li:hover, .pagination-holder .page-numbers a:hover {
  text-decoration: none;
  color: #1abc9c !important;
  background-color: rgba(22, 160, 133, 0.1);
}
.pagination-holder .page-numbers .prev {
  width: auto;
  padding: 0 1rem 0 1.5rem;
}
.pagination-holder .page-numbers .next {
  width: auto;
  padding: 0 1rem 0 1.5rem;
}
.pagination-holder .page-numbers .current {
  color: #fff;
  background-color: #1abc9c;
  pointer-events: none;
}
.pagination-holder .page-numbers li {
  display: block;
  float: left;
  margin: 0 0.2rem;
  text-align: center;
}
.pagination-holder .page-numbers .prev::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}
.pagination-holder .page-numbers .next::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}
body .ngx-pagination li.pagination-previous {
  width: auto;
  padding: 0 1rem 0 1.5rem;
}
body .ngx-pagination li.pagination-previous a {
  width: auto;
  padding: 0 1rem 0 1.5rem;
}
body .ngx-pagination li.pagination-next {
  width: auto;
  padding: 0 1rem 0 1.5rem;
}
body .ngx-pagination li.pagination-next a {
  width: auto;
  padding: 0 1rem 0 0.8rem;
}
body .ngx-pagination li.current {
  color: #fff;
  background-color: #1abc9c;
  pointer-events: none;
}
body .ngx-pagination a {
  margin-right: 0;
}
.ngx-pagination li.pagination-next a:hover {
  background-color: transparent;
}
.ngx-pagination li.pagination-next:hover a {
  background-color: transparent;
}
.ngx-pagination li.pagination-previous a:hover {
  background-color: transparent;
}
.ngx-pagination li.pagination-previous:hover a {
  background-color: transparent;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, .pagination-holder, .pagination-holder .page-numbers a, body .ngx-pagination, body .ngx-pagination li, body .ngx-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .classic_accordion .ui-accordion .ui-accordion-header a, body .ui-inputtext:focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-multiselect.ui-state-focus, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover, body .ng-select .ng-control:hover, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select.focused:not(.opened) > .ng-control, body .plain_select_option .ng-select .ng-select-container:hover, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .edit-role-select.ng-select.ng-select-single .ng-select-container, .one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer) {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
body .classic_accordion .ui-accordion .ui-accordion-header a, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-content, body .wide_modal .ui-dialog, .dropdown-item .ui-dropdown-panel .ui-dropdown-item, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .back-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button, .modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .switch-accordion-tabs:before, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, .update_photo_holder.project .dropzone, .update_photo_holder dropzone, .update_photo_holder dropzone > .dropzone.dz-wrapper, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_plain_btn svg, .add_new_row_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message, .dz-multiple .dz-message, .clothing_requirements_modal .multiple-dropzone .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder.project .dropzone, .update_photo_holder dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-error-mark svg, div .dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after, .dz-multiple .dz-message span:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder.project .dropzone .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder .zoom-image-holder {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover, .one_line_select.multiple-select-dropdown .ui-multiselect {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-zone .ng-arrow, body .ng-select .ng-arrow-wrapper .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-right:before, .classic_accordion .ui-accordion-header .pi-caret-down:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover, body .dropdown-item.ui-inputwrapper-focus .ui-dropdown {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
body .ql-snow .ql-toolbar button, body .ql-snow.ql-toolbar button {
  background-color: #fff;
  text-align: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1rem;
  border: 0.2rem solid #efefef;
}
body .ql-snow .ql-picker-label {
  color: #646464;
}
body .ql-snow.ql-toolbar button svg {
  width: 100%;
}
body .ql-snow .ql-toolbar button svg {
  width: 100%;
}
body .ql-toolbar.ql-snow {
  border: 0.1rem solid #efefef;
  background-color: whitesmoke;
  border-radius: 0.5rem 0.5rem 0 0;
}
body .ql-toolbar.ql-snow + .ql-container.ql-snow {
  border: 0.1rem solid #efefef;
}
body .desc-quill-editor {
  position: relative;
}
body .desc-quill-editor a {
  color: #16a085;
}
body .desc-quill-editor .ql-toolbar.ql-snow + .ql-container.ql-snow {
  border: 0;
}
body .desc-quill-editor .ql-editor {
  margin-top: 0;
  width: 100%;
  height: 18.4rem;
  padding: 0.5rem 0.6rem;
  resize: none;
  border: 0.1rem solid #cccccc;
  color: #646464;
  border-radius: 0.3rem;
}
body .desc-quill-editor .ql-editor:focus {
  border-color: #1abc9c;
}
body .desc-quill-editor .ql-toolbar.ql-snow {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  background-color: transparent !important;
  border: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}
body .desc-quill-editor .ql-formats, body .desc-quill-editor .ql-link {
  margin: 0 !important;
}
body .desc-quill-editor .ql-snow .ql-stroke {
  stroke: #646464 !important;
}
body .desc-quill-editor .ql-snow.ql-toolbar button:hover, body .desc-quill-editor .ql-snow .ql-toolbar button:hover, body .desc-quill-editor .ql-snow.ql-toolbar button:focus, body .desc-quill-editor .ql-snow .ql-toolbar button:focus, body .desc-quill-editor .ql-snow.ql-toolbar button.ql-active, body .desc-quill-editor .ql-snow .ql-toolbar button.ql-active, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-label:hover, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-label:hover, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-item:hover, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-item:hover, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #16a085 !important;
}
body .desc-quill-editor .ql-snow.ql-toolbar button:hover .ql-stroke, body .desc-quill-editor .ql-snow .ql-toolbar button:hover .ql-stroke, body .desc-quill-editor .ql-snow.ql-toolbar button:focus .ql-stroke, body .desc-quill-editor .ql-snow .ql-toolbar button:focus .ql-stroke, body .desc-quill-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke, body .desc-quill-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, body .desc-quill-editor .ql-snow.ql-toolbar button:hover .ql-stroke-miter, body .desc-quill-editor .ql-snow .ql-toolbar button:hover .ql-stroke-miter, body .desc-quill-editor .ql-snow.ql-toolbar button:focus .ql-stroke-miter, body .desc-quill-editor .ql-snow .ql-toolbar button:focus .ql-stroke-miter, body .desc-quill-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, body .desc-quill-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, body .desc-quill-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, body .desc-quill-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #16a085 !important;
}
body .desc-quill-editor .ql-link {
  position: relative;
}
body .desc-quill-editor .ql-link::after {
  content: "Insert/Edit Link";
  position: absolute;
  bottom: -26px;
  /* tweak to sit just below the icon */
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 6px;
  font-size: 10px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}
body .desc-quill-editor .ql-link:hover::after {
  opacity: 1;
}
body .desc-quill-editor.en-desc-quill-link .ql-link::after {
  content: "HyperLink";
}
body .desc-quill-editor.fr-desc-quill-link .ql-link::after {
  content: "HyperLink";
}
body .desc-quill-editor.de-desc-quill-link .ql-link::after {
  content: "HyperLink";
}
body .desc-quill-editor.it-desc-quill-link .ql-link::after {
  content: "HyperLink";
}
body .desc-quill-editor.h-38 .ql-editor {
  height: 38rem !important;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
.tab-header--item, .error-wrapper, .member-photo-modal, .staff-selection-bar .users-list .image, .pagination-holder, .pagination-holder .page-numbers a, body .ngx-pagination, body .ngx-pagination li, body .ngx-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .classic_accordion .ui-accordion .ui-accordion-header a, body .ui-inputtext:focus, body .dropdown-item .ui-dropdown .ui-dropdown-panel, body .dropdown-item .ui-dropdown.ui-state-focus, body .dropdown-item .ui-multiselect.ui-state-focus, .btn-element.cancel-btn:hover, .btn-element[type=button].cancel-btn:hover, .btn-element[type=submit].cancel-btn:hover, body .ng-select .ng-control:hover, body .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, body .ng-select.focused:not(.opened) > .ng-control, body .plain_select_option .ng-select .ng-select-container:hover, body .plain_select_option .ng-dropdown-panel.ng-select-bottom, body .edit-role-select.ng-select.ng-select-single .ng-select-container, .one_line_select.multiple-select-dropdown .ui-widget-content:not(.ui-multiselect-items):not(.ui-multiselect-footer) {
  box-shadow: none;
}
dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
  transform: none;
}
body .classic_accordion .ui-accordion .ui-accordion-header a, body .classic_accordion .ui-accordion .ui-accordion-header.ui-state-active a, body .classic_accordion .ui-accordion .ui-accordion-content, body .wide_modal .ui-dialog, .dropdown-item .ui-dropdown-panel .ui-dropdown-item, #image-upload dropzone > .dropzone.dz-wrapper .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-message {
  border-radius: 0;
}
body .classic_accordion .ui-accordion .ui-accordion-header a {
  transition: none;
}
.tab-header--item, .table-wrapper .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-element.back i, .edit-role-name, .remove-uploaded-file, .staff-selection-bar .actions, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .back-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.user_circle_status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link), .project-basic-info .brand-logo-image, .update-user-image, .project-info .brand-logo-image img, .update-user-image img, body .unfilled-required-data .p-accordion-header .p-accordion-header-link:after, body .fill-required-data .p-accordion-header .p-accordion-header-link::after, .switch-accordion-tabs:before, body dropzone.tiny-dropzone-area > .dropzone.dz-wrapper .dz-message, body dropzone.tiny-dropzone-area.loader-icon > .dropzone.dz-wrapper .dz-message, body .project-basic-info dropzone.dz-wrapper > .dropzone, body .update-user-image dropzone.dz-wrapper > .dropzone, .update_photo_holder.project .dropzone, .update_photo_holder dropzone, .update_photo_holder dropzone > .dropzone.dz-wrapper, .update_photo_holder dropzone > .dropzone.dz-wrapper.dz-single .dz-message, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview, .agency-upload-photo dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image, body .ql-snow.ql-toolbar button, body .ql-snow .ql-toolbar button {
  border-radius: 100%;
}
.copy-email, .user_pop_up .copy-email, .user_pop_up .close-popup, .user_pop_up .close-item, .user_pop_up .file-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}
.brand-logo-image dropzone, .update-user-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.form-steps .disabled-step .step-item, .form-steps .disabled-step a {
  pointer-events: none;
  opacity: 0.8;
  color: #cccccc;
}
.modals a, .action-btn-elements .icon, .action-btn-elements a:not(.premium-link) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.3rem;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin: 0.5rem 0.4rem 0.5rem 0;
}
.requirements-field-buttons .icon, .requirements-field-buttons a {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.modals a:hover, .small-action-icon:hover {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.pay-per-call-locations .remove-location, .location-input .remove-location {
  display: inline-block;
  opacity: 0;
  border: 0;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  background-image: url(/../../assets/images/icons/trash-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
}
.client-profile-section .delete-contact-person, .client-profile-section .add-new-contact-person {
  height: 3.5rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.1rem;
}
.project-planning-overview .list-item.unboxed li, .project-planning-overview .list-item.boxed li {
  display: inline-block;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
}
.top-header-table .absolute-position.action-btn-element, .top-header-table .absolute-position.wages {
  border-right: 0;
  min-height: 5rem;
  line-height: 5rem;
}
.editable-icons .icon, .editable-icons a {
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
  border-color: transparent;
  background-color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  display: inline-block;
}
.project-basic-info .brand-logo-image, .update-user-image {
  overflow: hidden;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.project-info .brand-logo-image img, .update-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_plain_btn svg, .add_new_row_btn svg {
  width: 1rem;
  margin-right: 0.4rem;
  margin-top: -0.3rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message, .dz-multiple .dz-message, .clothing_requirements_modal .multiple-dropzone .dz-message {
  margin: 0;
  border: 0.1rem dashed #cccccc;
  min-width: 100%;
  background-color: whitesmoke;
  border-radius: 0.3rem;
}
.update_photo_holder.project .dropzone .dz-message span:before, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  content: "";
  background-image: url(/../../assets/images/photo-camera.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  display: inline-block;
  bottom: 1.8rem;
}
.update_photo_holder.project .dropzone, .update_photo_holder dropzone {
  height: 100%;
  width: 100%;
  background: none;
}
div .dropzone .dz-preview .dz-error-mark svg, div .dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
body dropzone > .dropzone.dz-wrapper .dz-message .dz-text:after, .dz-multiple .dz-message span:after {
  content: "";
  display: block;
  margin: 1rem auto;
  transition: all 0.15s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/upload-icon-grey.svg);
  display: inline-block;
}
.update_photo_holder.project .dropzone .dz-message, .update_photo_holder dropzone > .dropzone.dz-wrapper .dz-message .dz-text, .update_photo_holder .zoom-image-holder {
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
body .one_line_select .ui-multiselect:not(.ui-state-disabled):hover, .one_line_select.multiple-select-dropdown .ui-multiselect {
  border-width: 0;
  min-width: 22rem;
  top: -0.2rem;
  border-radius: 0;
}
body .ng-select .ng-arrow-zone .ng-arrow, body .ng-select .ng-arrow-wrapper .ng-arrow {
  border-width: 0;
  background-image: url(/../../assets/images/icons/dropdown-icon-grey.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 1.4rem;
  margin-top: 0.7rem;
}
.ui-radiobutton-box.ui-state-active {
  border: 0.1rem solid #16a085;
  background: #16a085;
  color: #fff;
}
.classic_accordion .ui-accordion-header .pi-caret-right:before, .classic_accordion .ui-accordion-header .pi-caret-down:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
  background-image: none;
}
body .dropdown-item .ui-dropdown:not(.ui-state-disabled):hover, body .dropdown-item.ui-inputwrapper-focus .ui-dropdown {
  border-color: #a5a5a5;
  background: transparent;
  color: #171A18;
  outline: 0;
}
.table-wrapper {
  margin-top: 0;
  position: relative;
}
.table-wrapper .table {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 0.5rem;
}
.table-wrapper tr:focus {
  outline: none;
}
.table-wrapper tr:hover {
  cursor: pointer;
  background-color: #f6f6f640;
}
.table-wrapper tr td {
  font-size: 1.2rem;
  color: #85929e;
  padding: 1rem 0.8rem;
  font-weight: 600;
  border-top: 0.1rem solid #dddddd9c;
}
.table-wrapper tr:first-child > td {
  border-top: 0;
}
.table-wrapper tr:last-child > td {
  border-bottom: 0.1rem solid #dddddd9c;
}
.table-wrapper thead {
  border-radius: 0.5rem 0.5rem 0 0;
}
.table-wrapper thead tr {
  border-radius: 0.5rem 0.5rem 0 0;
}
.table-wrapper thead th {
  position: sticky;
  top: 5.2rem;
  padding: 0.8rem;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  z-index: 99;
  background-color: whitesmoke;
  border-top: 0;
  border-radius: 0;
  vertical-align: top !important;
  border-bottom: 0;
}
.table-wrapper thead th:first-child {
  border-top-left-radius: 0.5rem;
}
.table-wrapper thead th:last-child {
  border-top-right-radius: 0.5rem;
}
.table-wrapper thead th.sorting::after, .table-wrapper thead th.ascending::after, .table-wrapper thead th.descending::after {
  content: "";
  border: 0.5rem solid transparent;
  border-top-color: #cccccc;
  position: absolute;
  z-index: 10;
  right: 0.8rem;
  top: 1.6rem;
}
.table-wrapper thead th.sorting {
  cursor: pointer;
  padding-right: 30px !important;
  border-top-color: #cccccc;
}
.table-wrapper thead th.ascending::before {
  border-bottom-color: #16a085;
}
.table-wrapper thead th.ascending::after {
  border-top-color: #646464;
}
.table-wrapper thead th.descending::after {
  transform: rotate(180deg) translateY(5px);
  border-top-color: #646464;
}
.table-wrapper .project-description {
  max-width: 24rem;
  width: 24rem;
}
.table-wrapper .user-id {
  max-width: 6.5rem;
  width: 6.5rem;
}
.table-wrapper .action-icons {
  max-width: 16rem;
  width: 16rem;
}
.table-wrapper .action-icons--item {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.8rem;
  background-color: transparent;
  backface-visibility: hidden;
  transition: none;
  border: 0;
  border-radius: 0;
}
.table-wrapper .action-icons--item:first-child {
  margin-left: 0;
}
.table-wrapper .action-icons--item.delete-item {
  background-image: url(/../../assets/images/icons/waste-bin.svg);
}
.table-wrapper .action-icons--item.delete-item:hover {
  background-image: url(/../../assets/images/icons/waste-bin-black.svg);
}
.table-wrapper .archive-project-icon {
  background-image: url(/../../assets/images/icons/archive.svg);
  background-size: 1.6rem;
}
.table-wrapper .archive-project-icon:hover {
  background-image: url(/../../assets/images/icons/archive-green.svg);
}
.table-wrapper .report-icon {
  background-image: url(/../../assets/images/report-icon-grey.svg);
  position: relative;
  top: -0.2rem;
}
.table-wrapper .report-icon:hover {
  background-image: url(/../../assets/images/report-icon-green.svg);
}
.table-wrapper .trash-icon-agency::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(/../../assets/images/icons/waste-bin.svg);
  transition: all 0.15s ease-in-out;
}
.table-wrapper .trash-icon-agency:hover::before {
  background-image: url(/../../assets/images/icons/waste-bin-black.svg);
}
.table-wrapper .delete-employee {
  background-image: url(/../../assets/images/blocked-icon-grey.svg);
}
.table-wrapper .delete-employee:hover {
  background-image: url(/../../assets/images/blocked-icon-red.svg);
}
/* PAGES - Specific style for a specific page
========================================================================== */
:root {
  --brand-color: #033768;
  --brand-color-lighter: #0c5599;
  --main-text-color: #646464;
  --light-dark: #364150;
  --very-light-grey: #efefef;
  --slight-light-grey: #d3d3d36e;
  --almost-light-grey: #ededee;
  --error-light-color: #CD6155;
  --error-darker-color: #DD0000;
  --pleasent-grey: #cccccc;
  --assigned-color: #A9CCE3;
  --completed-color: #7DCEA0;
  --candidate-color: #F5CBA7;
  --border-grey-color: #a5a5a5;
  --remove-item-color: #d9534f;
  --placeholder-text-color: #8e8e8e;
  --main-font: "Nunito", sans-serif;
  --transition-type-all: all .15s ease-in-out;
  --dropdown-shadow: 0 .1rem .1rem 0 rgba(34, 36, 38, 0.15);
}
body *::-moz-selection {
  color: #fff;
  background: #364150;
}
body *::selection {
  color: #fff;
  background: #364150;
}
.initials {
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
  line-height: 3.7rem;
  background-color: lightgrey;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border-radius: 100%;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.default-font {
  font-family: "Nunito", sans-serif;
}
.edit-item {
  background-color: transparent;
  position: absolute;
  right: 4.6rem;
  top: 3.2rem;
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/edit-icon-grey.svg);
  display: inline-block;
}
.edit-item:hover {
  background-image: url(/../../assets/images/edit-icon-black.svg);
}
.edit-item.show {
  display: inline-block !important;
}
.view-item {
  background-color: transparent;
  position: absolute;
  right: 4.6rem;
  top: 3.2rem;
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/eye-grey.svg);
  display: inline-block;
}
.view-item:hover {
  background-image: url(/../../assets/images/icons/eye-darker.svg);
}
.view-item.show {
  display: inline-block !important;
}
.form-wrapper {
  width: 100%;
  padding: 3rem;
}
.form-wrapper .label-value {
  border: 0.1rem solid #cccccc;
  padding: 0 0.4rem;
  color: #646464;
  font-size: 1.4rem;
  height: 4rem;
  background-color: #fff;
  text-indent: 0.5rem;
  margin: 0;
  font-family: "Nunito", sans-serif;
  width: 100%;
  border-radius: 0.3rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.15s ease-in-out;
}
.form-wrapper .label-value.opened {
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
.form-wrapper .label-value:hover {
  border-color: #a5a5a5;
}
.form-wrapper .label-value:focus {
  border-color: #1abc9c;
}
.form-wrapper .label-value.full {
  width: 100%;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.form-wrapper .label-value.main-dropdown-location {
  background-image: url(/../../assets/images/icons/location-icon-grey.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.8rem;
  margin-bottom: 4rem;
  border-width: 0 0 0.1rem 0;
  border-color: #cccccc;
  height: auto;
  padding-left: 1.6rem;
  border-radius: 0;
}
.form-wrapper .label-value.main-dropdown-location.ng-select-focused {
  background-image: url(/../../assets/images/icons/location-icon-green.svg);
}
.form-wrapper .label-value.main-dropdown-location:focus {
  background-image: url(/../../assets/images/icons/location-icon-green.svg);
}
.form-wrapper .label-value.main-dropdown-location .ng-select-container {
  background-color: transparent;
  box-shadow: none;
}
.form-wrapper .label-value.main-dropdown-location.ng-select-opened .label-value {
  border-width: 0 0.1rem 0.1rem 0.1rem;
}
.form-wrapper .label-value.invalid-input {
  border-color: #DD0000;
}
.form-wrapper h3 {
  color: #646464;
}
.form-wrapper p {
  color: #646464;
}
.form-wrapper .title {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #646464;
}
.form-wrapper label {
  color: #646464;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}
.form-wrapper label:hover.label-value {
  border-color: #a5a5a5;
}
.form-wrapper label:hover.label-value[readonly] {
  border-color: whitesmoke;
}
.form-wrapper .label-value[readonly] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  cursor: default;
  pointer-events: none;
}
.form-wrapper .label-value[readonly]:hover {
  border-color: whitesmoke;
}
.form-wrapper .label-value[readonly]:focus {
  border-color: whitesmoke;
}
.form-wrapper .label-name {
  width: 100%;
}
.form-wrapper .label-name.small-font {
  font-size: 1rem;
}
.form-wrapper .third label {
  width: 10rem;
}
.form-wrapper .third .label-value {
  width: calc(100% - 10rem);
  padding-left: 0;
}
.form-wrapper .locations-wrapper .text-green {
  color: #1abc9c;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1.6rem;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.form-wrapper .locations-wrapper .text-green:hover {
  opacity: 0.7;
}
.form-wrapper .locations-wrapper .label-value:not(.main-dropdown-location) {
  padding-left: 3.2rem;
  padding-right: 2.8rem;
  background-color: transparent;
  border-width: 0 0 0.1rem 0;
  font-size: 1.3rem;
  border-color: #cccccc;
  border-radius: 0;
  background-image: url(/../../assets/images/icons/location-icon-grey.svg);
  width: 100%;
  height: 3rem;
  background-size: 1.3rem;
  background-position: 2.3rem 0.7rem;
  background-repeat: no-repeat;
}
.form-wrapper .locations-wrapper .location .label-value {
  padding-left: 0;
}
.form-wrapper input.label-value.search-location-api {
  margin-bottom: 0;
  height: auto;
  padding: 0.8rem 0 0.2rem 1.8rem;
}
.form-wrapper.agency-profile-section h3 {
  margin-bottom: 0.6rem;
  margin-top: 3.2rem;
}
.divided-section-item {
  position: relative;
  margin-bottom: 0.1rem;
  padding: 1.6rem;
  background-color: whitesmoke;
  box-shadow: 0.2rem 0.4rem 1rem 0 #cccccc;
  border-radius: 0.3rem;
}
.divided-section-item .label-value[readonly] {
  border-color: #cccccc;
}
.divided-section-item .label-value[readonly]:focus {
  border-color: #cccccc;
}
.divided-section-item.highlight-row {
  background-color: #f6e1df;
}
.divided-section-item label:hover + .label-value[readonly] {
  border-color: #cccccc;
}
.full-width .label-name {
  width: 50%;
}
.full-width .label-value {
  width: 50%;
}
.fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.label-value ::-webkit-input-placeholder {
  color: #cccccc;
}
.label-value :-moz-placeholder {
  color: #cccccc;
}
.label-value ::-moz-placeholder {
  color: #cccccc;
}
.label-value :-ms-input-placeholder {
  color: #cccccc;
}
.switch-holder-boxed {
  display: inline-block;
  margin: 0 1.4rem 0.8rem 0;
  position: relative;
}
.switch-holder-boxed input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.switch-holder-boxed input:hover + label {
  background-color: whitesmoke;
}
.switch-holder-boxed input:checked + label {
  background-color: #1abc9c;
  color: #fff;
}
.switch-holder-boxed label {
  padding: 0.6rem 1rem;
  background-color: #ccd1d16b;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 0.4rem;
}
.switch-holder {
  display: inline-block;
  margin-right: 1.8rem;
  position: relative;
}
.switch-holder input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.switch-holder input:hover + label {
  color: #646464;
}
.switch-holder input:hover + label:before {
  border-color: #1abc9c;
}
.switch-holder input:checked + label {
  color: #262626;
}
.switch-holder label {
  color: #898e95;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  text-transform: none;
  cursor: pointer;
  float: left;
}
.switch-holder label:hover {
  color: #646464;
}
.switch-holder label:hover:before {
  border-color: #1abc9c;
}
.switch-holder label:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  border: 0.1rem solid #a5a5a5;
  vertical-align: text-top;
  margin-right: 0.6rem;
  line-height: 1.5rem;
  font-size: 1.1rem;
  background-color: #fff;
}
.switch-holder.checkbox_holder label:before {
  border-radius: 0.3rem;
}
.checkbox_holder {
  margin-right: 1.8rem;
}
.checkbox_holder input:checked + label:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  text-align: center;
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #fff;
}
.radio-button-holder input:checked + label:before {
  border: 0.4rem solid #1abc9c;
  background-color: #fff;
}
.radio-button-holder label:before {
  border-radius: 100%;
}
.radio-button-disabled label {
  color: #a5a5a55e;
}
.radio-button-disabled label::before {
  background-color: transparent;
  border-color: #a5a5a55e;
}
.radio-button-disabled input:hover + label {
  color: #a5a5a55e;
}
.radio-button-disabled input:hover + label::before {
  border-color: #a5a5a55e;
}
.search-icon {
  cursor: pointer;
  background-image: url(/../../assets/images/icons/search-icon-grey.svg);
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: center right;
}
.search-icon:hover {
  background-image: url(/../../assets/images/search-icon-black.svg);
}
.page-wrapper {
  display: inline-block;
  margin: 5.4rem 0 0 0;
  width: 100%;
  transition: all 0.2s ease-in;
}
.page-wrapper .wrapper {
  padding: 2.6rem 4rem 2.9rem 4rem;
  display: inline-block;
  width: 100%;
  position: relative;
}
.page-wrapper .staff-allocation-wrapper {
  padding: 0 4rem 0px 4rem;
  min-height: 71vh;
}
.page-wrapper .staff-allocation-holder:after {
  content: "";
  height: 5.1rem;
  width: 0.2rem;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -0.1rem;
}
.shift-controllers {
  float: left;
  width: 100%;
  padding: 1.2rem 4rem;
  margin-bottom: 2.5rem;
  position: sticky;
  z-index: 999;
  top: 15.4rem;
  background-color: #fcfbfc;
}
.shift-controllers .left-aligned-buttons {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.shift-controllers .action-btn-small {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: sub;
  height: 100%;
  width: 3.6rem;
  cursor: pointer;
  border-radius: 0 0.5rem 0.5rem 0;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #80808012;
}
.shift-controllers .action-btn-small:hover {
  background-color: #80808024;
}
.shift-controllers .copy-email {
  background-image: url(/../../assets/images/icons/copy-email.svg);
}
.shift-controllers .copy-email:hover {
  background-image: url(/../../assets/images/icons/copy-email-darker.svg);
}
.shift-controllers .generate-pdf {
  background-image: url(/../../assets/images/icons/pdf-file.svg);
}
.shift-controllers .generate-pdf:hover {
  background-image: url(/../../assets/images/icons/pdf-file-darker.svg);
}
.shift-controllers .planning-export-pdf {
  background-image: url(/../../assets/images/icons/pdf-file.svg);
  transition: all 0.15s ease-in-out;
}
.shift-controllers .planning-export-pdf:hover {
  background-image: url(/../../assets/images/icons/download-to-storage-drive-darker.svg);
}
.shift-controllers .download-pdf {
  background-image: url(/../../assets/images/icons/pdf-file-green.svg);
}
.shift-controllers .download-pdf:hover {
  opacity: 0.8;
}
.user_pop_up {
  position: absolute;
  display: none;
  z-index: 99;
  color: #262626;
  left: 3.8rem;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  top: -0.5rem;
  background-color: #fff;
  width: 28rem;
  margin-top: 3.3rem;
  min-height: inherit;
  margin-left: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
  transition: all 0.25s ease-in;
}
.user_pop_up .user-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0.8rem 0 0.4rem 0;
  color: #646464;
  line-height: 1.2rem;
}
.user_pop_up .user-name a {
  color: #646464;
  font-size: 1.4rem;
  width: auto;
  float: none;
}
.user_pop_up .user-name a:hover {
  color: #1abc9c;
}
.user_pop_up .info {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  white-space: normal;
}
.user_pop_up .user-info-box {
  display: flex;
  align-items: center;
  width: 100%;
  float: left;
  text-align: center;
  white-space: normal;
}
.user_pop_up .user-location {
  font-weight: 600;
  color: #a5a5a5;
  margin-bottom: 0;
}
.user_pop_up .profile-link {
  height: 3rem;
  line-height: 3rem;
  min-width: auto;
  font-size: 1.2rem;
}
.user_pop_up .profile-link:hover {
  text-decoration: none;
  opacity: 0.9;
}
.user_pop_up .profile-link-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
}
.user_pop_up .user-image {
  width: 5rem;
  height: 5rem;
  margin: 1.4rem auto 0 auto;
  border: 0.4rem solid #fff;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
}
.user_pop_up .user-image .initials {
  width: 4.2rem;
  height: 4.2rem;
  line-height: 4.2rem;
  font-size: 1.6rem;
}
.user_pop_up .user-image img {
  width: 4.2rem;
  height: 4.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.user_pop_up .actions {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
}
.user_pop_up.bottom {
  margin-top: 1.8rem;
}
.user_pop_up.bottom .user_pop_up_arrow:before {
  bottom: -0.7rem;
  top: inherit;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  -moz-transition: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
}
.user_pop_up.bottom .user_pop_up_arrow:after {
  top: inherit;
  left: 0;
  bottom: -1.1rem;
}
.user_pop_up:before {
  content: "";
  height: 6.4rem;
  background-color: whitesmoke;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
.user_pop_up .file-item {
  background-image: url(/../../assets/images/icons/file-icon-grey.svg);
}
.user_pop_up .file-item:hover {
  background-image: url(/../../assets/images/icons/file-icon-green.svg);
}
.user_pop_up .close-item {
  background-image: url(/../../assets/images/icons/remove-user-icon-grey.svg);
}
.user_pop_up .close-item:hover {
  background-image: url(/../../assets/images/icons/remove-user-icon-red.svg);
}
.user_pop_up .close-popup {
  background-image: url(/../../assets/images/icons/delete-icon-thick.svg);
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #85929ed4;
  border: 0.1rem solid #fff;
  margin-right: 0;
  border-radius: 100%;
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
}
.user_pop_up .close-popup:hover {
  background-color: #CD6155;
}
.user_pop_up .copy-email {
  background-image: url(/../../assets/images/icons/copy-email.svg);
}
.user_pop_up .copy-email:hover {
  background-image: url(/../../assets/images/icons/copy-email-darker.svg);
}
.user_pop_up.is_not_premium_popup {
  width: 20rem;
  padding: 1rem;
  left: inherit;
  right: -1rem;
  transform: none;
}
.user_pop_up.is_not_premium_popup:before {
  display: none;
}
.user_pop_up.is_not_premium_popup p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #898e95;
  line-height: 1.6rem;
  text-align: center;
  white-space: normal;
  font-weight: 400;
}
.user_pop_up .status {
  font-weight: 600;
  position: absolute;
  top: 0.8rem;
  left: 2rem;
  text-transform: capitalize;
  font-size: 1.2rem;
}
.user_pop_up .status:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: absolute;
  top: 0.4rem;
  left: -1rem;
  border-radius: 100%;
}
.user_pop_up .status.assigned {
  color: #A9CCE3;
}
.user_pop_up .status.assigned:before {
  background-color: #A9CCE3;
}
.user_pop_up .status.completed {
  color: #7DCEA0;
}
.user_pop_up .status.completed:before {
  background-color: #7DCEA0;
}
.user_pop_up .status.self-booked {
  color: #7DCEA0;
}
.user_pop_up .status.self-booked:before {
  background-color: #7DCEA0;
}
.user_pop_up:not(.job-cancellation-alert) .user-location:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.2rem;
  margin-right: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/location-icon-grey.svg);
  display: inline-block;
}
.copy-email {
  background-image: url(/../../assets/images/icons/copy-email.svg);
}
.copy-email:hover {
  background-image: url(/../../assets/images/icons/copy-email-darker.svg);
}
.staff-selection-bar {
  float: left;
  width: 30rem;
  margin-left: 1rem;
  background-color: #fff;
  margin-top: 5.45rem;
  position: sticky;
  top: 22rem;
  border: 0.1rem solid #e5e7e9;
}
.staff-selection-bar .title {
  background-color: whitesmoke;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 0.1rem solid #e5e7e9;
  float: left;
  width: 100%;
  padding: 0.8rem 1rem 1rem 1rem;
  display: inline-block;
}
.staff-selection-bar .title .right-aligned {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
.staff-selection-bar .title .icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 1.6rem;
  margin-left: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
.staff-selection-bar .title .icon:hover {
  background-color: #d3d3d37d;
}
.staff-selection-bar .title .title-name {
  display: inline-block;
  cursor: default;
  font-size: 1.2rem;
  font-weight: bold;
  color: grey;
}
.staff-selection-bar .title span {
  cursor: pointer;
  display: inline-block;
}
.staff-selection-bar .title a {
  color: #262626;
  padding-left: 0.5rem;
}
.staff-selection-bar .title i.icon {
  margin: 0;
  font-size: 1.8rem;
}
.staff-selection-bar .input {
  width: 100%;
}
.staff-selection-bar form {
  float: left;
  width: 100%;
  padding: 0.8rem;
}
.staff-selection-bar .users-icon {
  float: left;
  width: 100%;
  padding: 0.9rem 0.7rem;
}
.staff-selection-bar .header-panel {
  width: 100%;
  float: left;
}
.staff-selection-bar .header-panel-flex {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.staff-selection-bar .users-list {
  float: left;
  position: relative;
  width: 100%;
}
.staff-selection-bar .users-list li {
  display: flex;
  align-items: center;
  padding: 1rem 0.7rem 1rem 0.7rem;
  line-height: 3.2rem;
  border-bottom: 0;
  background-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: 1rem center;
  cursor: pointer;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.staff-selection-bar .users-list li.unassigned {
  background-color: #fad7a021;
  background-image: repeating-linear-gradient(-45deg, #fad7a09e, #fad7a09e 5%, transparent 5%, transparent 50%), repeating-linear-gradient(45deg, #fad7a09e, #fad7a09e 5%, transparent 5%, transparent 50%);
  background-size: 0.8rem 0.8rem;
  background-repeat: repeat;
}
.staff-selection-bar .users-list li.accepted-invite {
  background-color: #1abc9c;
  color: #fff;
}
.staff-selection-bar .users-list li.accepted-invite:hover {
  color: #262626;
}
.staff-selection-bar .users-list li.rejected-invite {
  background-color: white;
}
.staff-selection-bar .users-list li:hover {
  background-color: #f5f5f591;
}
.staff-selection-bar .users-list li:hover .actions {
  opacity: 1;
}
.staff-selection-bar .users-list li:last-child {
  margin-bottom: 0;
}
.staff-selection-bar .users-list li.selected {
  background-color: #fad7a059;
  background-image: url(/../../assets/images/icons/check-symbol-.svg);
  padding-left: 3.6rem;
}
.staff-selection-bar .users-list li.candidate {
  background-color: #fad7a059;
}
.staff-selection-bar .users-list .info {
  flex: 1;
  padding-left: 1rem;
  max-width: calc(100% - 4rem);
}
.staff-selection-bar .users-list .user-info-box {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 1rem;
  max-width: calc(100% - 4rem);
}
.staff-selection-bar .users-list .selected .location {
  color: grey;
}
.staff-selection-bar .users-list .selected .user-name:not(.name) {
  color: #262626;
}
.staff-selection-bar .users-list img {
  width: 3.4rem;
  height: 3.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.staff-selection-bar .users-list .empty_state {
  padding: 2.4rem 0;
  display: inline-block;
  width: 100%;
  cursor: default;
}
.staff-selection-bar .users-list .empty_state img {
  width: 4rem;
  height: 4rem;
  border-radius: 0;
}
.staff-selection-bar .users-list .empty_state h4 {
  font-size: 2rem;
}
.staff-selection-bar .users-list .empty_state p {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.staff-selection-bar .users-list .image {
  width: 4rem;
  min-width: 4rem;
  min-height: 4rem;
}
.staff-selection-bar .users-list a.search {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: grey;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: center;
  margin-top: 0.2rem;
  border: 0.1rem solid grey;
  border-radius: 100%;
}
.staff-selection-bar .users-list a.search:hover {
  border-color: #16a085;
  color: #16a085;
}
.staff-selection-bar .users-list a i {
  margin: 0;
}
.staff-selection-bar .users-list .accepted-invite a.search {
  background-color: #fff;
}
.staff-selection-bar .users-list .accepted-invite:hover a.search {
  background-color: #d6d6d6;
}
.staff-selection-bar .users-list .user-name:focus {
  outline: none;
}
.staff-selection-bar .users-list .user-name:not(.name) {
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 100%;
  max-width: 22rem;
  line-height: 1.6rem;
  margin-bottom: 0.2rem;
}
.staff-selection-bar .users-list .panel-filter li {
  width: 50%;
  padding: 0;
}
.staff-selection-bar .users-list .panel-filter li a {
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  padding: 0.4rem 1.4rem;
  background-color: transparent;
  height: 100%;
  width: 100%;
  line-height: 3.3rem;
  border-radius: 0;
}
.staff-selection-bar .users-list .panel-filter li.active a {
  background-color: #92f0de;
  border-width: 0.1rem 0.1rem 0 0.1rem;
  border-style: solid;
  border-color: #92f0de;
}
.staff-selection-bar .users-list .panel-filter img {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.7rem;
}
.staff-selection-bar .users-list .location {
  display: table;
  color: #898e95;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.staff-selection-bar .users-list .candidate .user-name {
  color: #262626;
}
.staff-selection-bar .users-list-send-to-client {
  margin-left: 0px !important;
  width: 100%;
  color: #fff !important;
}
.staff-selection-bar .actions {
  right: 0;
  display: inline-flex;
  align-items: center;
  opacity: 0;
  padding-right: 1rem;
  height: 100%;
}
.staff-selection-bar .action-to-do {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.5rem;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #80808029;
  border-radius: 100%;
}
.staff-selection-bar .action-to-do:hover {
  background-color: #8080804d;
}
.staff-selection-bar .reject-employee {
  background-image: url(/../../assets/images/icons/red-cross.svg);
}
.staff-selection-bar .reject-employee:hover {
  background-color: white;
}
.staff-selection-bar .employee-conflicts {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 12px;
  background-image: url(/../../assets/images/icons/warning-sign.svg);
  cursor: pointer;
}
.staff-selection-bar .view-profile {
  background-image: url(/../../assets/images/icons/user-profile-avatar.svg);
}
.staff-selection-bar .send-notification {
  background-image: url(/../../assets/images/icons/notification-bell-outline.svg);
}
.staff-selection-bar .checkbox-wrap {
  line-height: inherit;
  margin-bottom: 1.4rem;
  margin-right: 1.4rem;
  display: inline-block;
}
.staff-selection-bar .checkbox-wrap:last-child {
  margin-bottom: 0;
}
.staff-selection-bar.panel-on-hold .title .title-name {
  width: calc(100% - 10.2rem);
}
.staff-selection-bar .ui.inverted.input input {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  width: 100%;
  background-color: #ebebeb9c;
  border: 0.1rem solid transparent;
  border-radius: 2rem;
}
.staff-selection-bar .ui.inverted.input input:focus {
  border: 0.1rem solid #8080803b;
}
.staff-selection-bar .selected .actions {
  background-color: white;
}
.staff-selection-bar .candidate .actions {
  background-color: transparent;
}
.staff-selection-bar .unassigned .actions {
  background-color: transparent;
}
.empty-area .icon {
  width: 5rem;
  height: 5rem;
  background-size: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/employees-group-grey.svg);
  display: inline-block;
}
.empty-area h4 {
  margin-top: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #898e95;
  margin-bottom: 0;
}
.empty-area p {
  line-height: 1.6rem;
  max-width: 80%;
  margin: 0.6rem auto 0 auto;
  color: #85929e;
  font-weight: bold;
}
.user-progress-bar {
  display: inline-block;
  width: 20%;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  vertical-align: middle;
  margin: 0 0.4rem;
  overflow: hidden;
  border-radius: 2rem;
}
.user-progress-bar.unassigned {
  background-color: #d6d6d6;
}
.user-progress-bar .assigned-user {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  margin-top: 0.4rem;
  color: #fff;
  text-align: left;
}
.user-progress-bar.completed {
  background-color: #7DCEA0;
}
.user-progress-bar.self-booked {
  background-color: #7DCEA0;
}
.user-progress-bar.cancel-request {
  background-color: rgba(205, 97, 85, 0.4);
}
.user-progress-bar.assigned {
  background-color: #A9CCE3;
}
.user-progress-bar.yellow {
  background-color: #F5CBA7;
}
.user-progress-bar.not-candidate {
  background-color: whitesmoke;
}
.user-progress-bar.candidate {
  background-color: #F5CBA7;
}
.progress-item.unassigned {
  background-color: #d6d6d6;
}
.progress-item.completed {
  background-color: #7DCEA0;
}
.progress-item.self-booked {
  background-color: #7DCEA0;
}
.progress-item.yellow {
  background-color: #F5CBA7;
}
.progress-item.not-candidate {
  background-color: whitesmoke;
}
.progress-item.candidate {
  background-color: #F5CBA7;
}
.staff-allocation-overview .fourth-level .warning-row .headcol .item-name {
  color: #CD6155;
}
.staff-allocation-overview .third-level .item-name.warning-row {
  color: #CD6155;
}
.staff-allocation-overview .arrow:before {
  top: 0.3rem;
}
.project-planning-overview {
  width: 50rem;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 0.1rem;
  position: static;
  float: right;
  margin-right: 36.3rem;
  transition: transform 0.4s ease-in;
}
.project-planning-overview .third-level .headcol .item-name {
  padding-left: 5rem;
}
.project-planning-overview .third-level .item-name {
  border-top: 0;
}
.project-planning-overview .third-level li {
  min-height: 4rem;
  position: relative;
}
.project-planning-overview .third-level .arrow.warning-row:before {
  color: #CD6155;
}
.project-planning-overview .third-level .list-item:hover span.sup-input {
  opacity: 1;
}
.project-planning-overview .white-bg {
  background-color: #fff;
}
.project-planning-overview .whitesmoke-bg {
  background-color: whitesmoke;
}
.project-planning-overview .item-name {
  display: inline-block;
  min-height: 4rem;
  line-height: 4rem;
  color: #646464;
  width: 100%;
}
.project-planning-overview .item-name.arrow {
  padding-left: 0.8rem;
  padding-right: 5.2rem;
}
.project-planning-overview .item-name.arrow:hover {
  text-decoration: none;
  color: #16a085;
}
.project-planning-overview .item-name.arrow:hover:before {
  color: #16a085;
}
.project-planning-overview .wrapped-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}
.project-planning-overview .list-item {
  margin: 0;
}
.project-planning-overview .list-item.boxed {
  border-top: 0;
}
.project-planning-overview .list-item.boxed li {
  border-right: 0.1rem solid #e5e7e9;
  overflow: hidden;
}
.project-planning-overview .list-item.small-input input {
  height: 2.8rem;
  width: 4.4rem;
  border-radius: 2rem;
}
.project-planning-overview .list-item.small-input .sup-input {
  height: 1.6rem;
  width: 2.2rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
  z-index: 9;
  background-color: whitesmoke;
  font-size: 1rem;
  border-radius: 0;
}
.project-planning-overview .list-item.small-input input[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  opacity: 0.8;
  color: lightgrey;
}
.project-planning-overview .list-item.small-input span.sup-input {
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
  text-align: center;
  z-index: 9;
  background-color: #d3d3d359;
  font-size: 1.6rem;
  line-height: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  border-radius: 100%;
}
.project-planning-overview .list-item.small-input span.sup-input.filled {
  background-color: #16a085;
  color: #fff;
}
.project-planning-overview .list-item input {
  margin: 0;
  position: relative;
}
.project-planning-overview .list-item:not(.full-width-list):not(.editable-icons) {
  height: 4rem;
}
.project-planning-overview .add-shift {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0.6rem;
  top: 0.8rem;
}
.project-planning-overview .add-shift:hover {
  opacity: 0.7;
}
.project-planning-overview .second-level .arrow {
  padding-left: 2.8rem;
}
.project-planning-overview .second-level .arrow:hover {
  text-decoration: none;
}
.project-planning-overview .second-level .item-name {
  border-top: 0;
  border-bottom: 0;
}
.project-planning-overview .second-level .wrapped-text {
  max-width: calc(100% - 5.2rem);
  position: relative;
  padding-right: 3.4rem;
}
.project-planning-overview .second-level.item-name.arrow {
  padding-left: 2rem;
}
.project-planning-overview .requirements-field-buttons {
  text-align: center;
}
.project-planning-overview .b-bottom {
  border-bottom: 0.1rem solid #e5e7e9;
  transition: all 0.8s cubic-bezier(0.535, 0, 0, 1) 0s;
}
.project-planning-overview .b-top {
  border-top: 0.1rem solid #c0c0c0;
}
.project-planning-overview table {
  border-collapse: separate;
  border-spacing: 0;
  backface-visibility: hidden;
}
.project-planning-overview .highlight-row td, .project-planning-overview .highlight-row th {
  background-color: #e9c3c682 !important;
}
.project-planning-overview .headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-right: 0 none black;
}
.project-planning-overview td, .project-planning-overview th {
  margin: 0;
  border-top-width: 0;
  white-space: nowrap;
  padding: 0;
}
.project-planning-overview .long {
  width: 60rem;
}
.project-planning-overview .absolute-position {
  position: absolute;
}
.project-planning-overview .absolute-position.wages {
  right: 13.1rem;
  width: 23.2rem;
  border-left: 0.1rem solid #e5e7e9;
  border-right: 0.1rem solid #e5e7e9;
  backface-visibility: hidden;
}
.project-planning-overview .absolute-position.action-btn-element {
  right: 0;
  width: 13.1rem;
  max-height: 4.1rem;
  border-right: 0.1rem solid #e5e7e9;
  display: inline-table;
  backface-visibility: hidden;
}
.project-planning-overview .absolute-position.locations {
  width: calc(100% - 86.3rem);
  border-right: 0.1rem solid #e5e7e9;
  border-left: 0.1rem solid #e5e7e9;
}
.project-planning-overview .locations .ui-inputtext {
  border: solid 0.1rem #c0c0c09c;
}
.project-planning-overview input.edit-item-name {
  border: 0;
  line-height: 3.8rem;
  width: calc(100% - 5.2rem);
  padding-right: 0.6rem;
  letter-spacing: 0.05rem;
  background-color: transparent;
}
.project-planning-overview input.edit-item-name:focus {
  color: #16a085;
}
.project-planning-overview.scroll_is_visible .list-item.boxed li:last-child {
  border-right: 0;
}
.project-planning-overview > table:last-child .item-name {
  border-top: 0;
}
.project-planning-overview .arrow:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  color: #646464;
  font-weight: bold;
}
.project-planning-overview .active-panel .arrow:before {
  -webkit-transform: rotate(90deg);
  -moz-transition: rotate(90deg);
  transform: rotate(90deg);
}
.project-planning-overview .block-list li {
  display: block;
  border: 0;
}
.project-planning-overview .days p {
  margin: 0;
  font-weight: 600;
  height: 2rem;
  line-height: 2rem;
}
.project-planning-overview .editable-icons.list-item a {
  top: 1.4rem;
}
.users-list .is_not_premium_popup {
  bottom: -11.5rem;
  top: inherit;
}
.users-list .slim-scroll {
  overflow: auto;
  max-height: 46vh;
  margin-bottom: 0;
  border-top-width: 0;
}
.users-list li:hover .is_not_premium_popup {
  display: inline-block;
}
.users-list .initials:not(.inner-initials) {
  display: inline-block;
  width: 3.4rem;
  min-width: 3.4rem;
  height: 3.4rem;
  font-size: 1.3rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #fff;
  border: 0.1rem solid #8080801f;
}
.user_pop_up_arrow::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 2.2rem;
  width: 0;
  height: 0;
  display: inline-block;
  border: 0.6rem solid black;
  border-color: transparent transparent whitesmoke whitesmoke;
  box-sizing: border-box;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg) translateX(-50%);
  -moz-transition: rotate(135deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
  box-shadow: -0.4rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.09);
}
.is_not_premium_popup .user_pop_up_arrow::before {
  border-color: transparent transparent #fff #fff;
  left: inherit;
  right: 0.2rem;
}
.is_not_premium_popup .premium-link {
  margin-right: 0;
  border: 0.1rem dashed #85929e;
  padding: 0.4rem 0.8rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 2.6rem;
  font-weight: 300;
  border-radius: 1.5rem;
}
.is_not_premium_popup .premium-link:hover {
  border-color: #16a085;
}
.user_circle_status {
  position: relative;
}
.user_circle_status:before {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  border: 0.3rem solid #d6d6d6;
  display: inline-block;
  border-radius: 100%;
}
.user_circle_status.available:before {
  border-color: #F5CBA7;
}
.user_circle_status.applied:before {
  border-color: #7DCEA0;
}
.user_circle_status.not-available:before {
  border-color: whitesmoke;
}
.user_circle_status .user_circle_liked_by_client_box {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.main-top-bar {
  float: left;
  position: relative;
  padding: 1.2rem 4rem;
  line-height: 2.7rem;
  min-height: 5.1rem;
  width: 100%;
  margin-left: 0;
  margin-top: 3rem;
}
.main-top-bar.transparent-bg {
  background-color: transparent;
}
.main-top-bar .create-new-project {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #364150;
  display: inline-block;
  text-align: center;
  padding-top: 0.3rem;
  float: left;
  margin: 0.7rem 1.5rem 0 0;
  border-radius: 0.3rem;
}
.main-top-bar .general_plain_btn {
  float: right;
  margin-top: 0.7rem;
}
.number-of-projects {
  display: inline-block;
  background-color: whitesmoke;
  border: 0.2rem solid #efefef;
  color: #646464;
  font-weight: 600;
  line-height: 2.5rem;
  min-width: 2.6rem;
  height: 2.6rem;
  padding: 0 0.6rem;
  margin-left: 0.4rem;
  vertical-align: middle;
  font-size: 1.2rem;
  text-align: center;
  top: 0.3rem;
  position: relative;
  float: right;
  border-radius: 1.5rem;
}
.project-name-holder {
  min-width: 18rem;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0 0.6rem 0 1rem;
}
.project-name-holder:focus {
  outline: none;
}
.project-name-holder.active {
  background-color: #1abc9c;
  color: #fff;
  text-transform: capitalize;
  border-color: #1abc9c;
}
.project-name-holder.active .number-of-projects {
  background-color: #fff;
  border-color: #fff;
}
.project-name-holder.active .project {
  color: #fff;
}
.project-name-holder.add-new-project {
  margin-right: 0;
}
.project-name-holder .project {
  font-size: 1.4rem;
  padding-right: 0.7rem;
  display: inline-block;
  font-weight: 500;
  color: #898e95;
  height: 100%;
  line-height: 0.37rem;
}
.project-name-holder:hover .project {
  color: #1abc9c;
}
.search-input {
  position: relative;
  display: inline-block;
}
.search-input input {
  min-width: 30rem;
  padding: 1.2rem 2.8rem 0.5rem 0;
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
  background-image: url(/../../assets/images/icons/magnifier-tool.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 1.3rem;
  border-width: 0 0 0.2rem 0;
  border-color: #efefef;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}
.search-input input ::-webkit-input-placeholder {
  color: lightgrey;
}
.search-input input :-moz-placeholder {
  color: lightgrey;
}
.search-input input ::-moz-placeholder {
  color: lightgrey;
}
.search-input input :-ms-input-placeholder {
  color: lightgrey;
}
.search-input input:focus {
  background-image: url(/../../assets/images/icons/magnifier-tool-green.svg);
  border-color: #1abc9c;
}
.search-input input.focused {
  background-image: url(/../../assets/images/icons/magnifier-tool-green.svg);
  border-color: #1abc9c;
}
.search-input input ::-webkit-input-placeholder {
  color: red;
}
.search-input input :-moz-placeholder {
  color: red;
}
.search-input input ::-moz-placeholder {
  color: red;
}
.search-input input :-ms-input-placeholder {
  color: red;
}
.user-box-info {
  width: 47rem;
  background-color: #fff;
  border: 0.2rem solid #d3d3d36e;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding: 1.6rem;
  overflow: hidden;
  border-radius: 3.4rem;
}
.user-box-info hr {
  margin: 1.2rem 0;
}
.user-box-info .added-info {
  float: left;
  width: calc(100% - 12rem);
  text-align: left;
  padding-left: 2.4rem;
}
.user-box-info .user-name {
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
  line-height: 2.4rem;
  font-weight: 600;
  color: #262626;
}
.user-box-info .label-item {
  color: #c0c0c0;
  font-size: 1.3rem;
}
.user-box-info .image-wrapper {
  float: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.user-box-info .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 18rem;
  height: 18rem;
  border-radius: 100%;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
}
.user-box-info .image-wrapper .initials {
  width: 18rem;
  height: 18rem;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 18rem;
  letter-spacing: 0.2rem;
}
.user-box-info p {
  font-size: 1.4rem;
  color: grey;
  margin-bottom: 0;
  font-weight: 400;
}
.user-box-info .number {
  font-size: 1.3rem;
}
.user-box-info .expulsion {
  color: #CD6155;
}
.user-box-info .user-activity {
  color: grey;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
}
.user-box-info .status {
  width: 1.5rem;
  height: 1.5rem;
  float: left;
  position: absolute;
  right: 0;
  bottom: 1.8rem;
  border: 0.3rem solid #fff;
  transition: ease-out all 0.15s;
  box-sizing: content-box;
  border-radius: 100%;
}
.form-steps {
  text-align: center;
  background-color: transparent;
  width: auto;
  position: absolute;
  right: 4.4rem;
  padding: 0;
  bottom: 1.5rem;
}
.form-steps ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.form-steps li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.form-steps li:last-child:after {
  display: none;
}
.form-steps li:last-child a {
  margin-right: 0;
}
.form-steps li:last-child .step-item {
  margin-right: 0;
}
.form-steps li:after {
  content: "";
  width: 5.5rem;
  height: 0.1rem;
  background-color: #cccccc;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -0.4rem;
  -webkit-transform: translateY(-50%);
  -moz-transition: translateY(-50%);
  transform: translateY(-50%);
}
.form-steps .step-item {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 3.8rem;
  text-align: center;
  color: #666666;
  background-color: #fff;
  border: 0.1rem solid #fff;
  margin-right: 5rem;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 100%;
  transition: none;
}
.form-steps .step-item:hover {
  color: #16a085;
  text-decoration: none;
}
.form-steps .step-item:focus {
  color: #16a085;
}
.form-steps .step-item:active {
  color: #16a085;
}
.form-steps .step-item.current-step {
  border: 0.1rem solid #fff;
  color: #fff;
  text-align: center;
  background-color: #1abc9c;
}
.input-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}
.input-holder:last-child {
  margin-bottom: 0;
}
.input-holder:first-child {
  margin-bottom: 2rem;
}
.input-holder.half {
  width: calc(50% - .2rem);
}
.input-holder.half .label-name {
  width: 8rem;
}
.input-holder.third {
  width: calc(33% - .2rem);
  padding: 0 1rem;
}
.input-holder .half-width {
  float: left;
  width: calc(100% - 18rem);
}
.input-holder .half-width .dropdown-list {
  width: 50%;
  float: left;
}
.error-message {
  color: #DD0000 !important;
}
.main-location.column-padding {
  line-height: 3.4rem;
  padding-left: 0.6rem;
}
.main-location.location-open .icon {
  -webkit-transform: rotate(0deg);
  -moz-transition: rotate(0deg);
  transform: rotate(0deg);
}
.textarea-elm {
  margin-top: 0;
  width: 100%;
  height: 18.4rem;
  padding: 0.5rem 0.6rem;
  resize: none;
  border: 0.1rem solid #cccccc;
  color: #646464;
  border-radius: 0.3rem;
}
.textarea-elm:focus {
  border-color: #1abc9c;
}
.form-holder {
  margin-top: 2.4rem;
  display: inline-block;
  width: 100%;
}
.form-holder .divided-section-title {
  margin: 4rem 0 1.2rem 0 !important;
  font-weight: 600;
  color: #646464;
  font-size: 1.5rem;
}
.row-element {
  position: relative;
}
#wageModal .small-action-icon {
  position: absolute;
  top: 1.2rem;
}
#wageModal .row-element {
  margin-bottom: 3rem;
  display: inline-block;
  width: 100%;
}
.project_status_tooltip {
  text-align: center;
  margin-bottom: 0;
  padding: 0.6rem 0.4rem;
  line-height: 1rem;
}
.project_status_tooltip p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.1rem;
}
.project_status_tooltip strong {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  display: inline-block;
}
.project_status_tooltip.confirmed p {
  color: #7DCEA0;
}
.project_status_tooltip.self-booked p {
  color: #7DCEA0;
}
.project_status_tooltip.assigned p {
  color: #A9CCE3;
}
.locations-column-loop {
  position: relative;
}
.locations-column .remove-select {
  position: absolute;
  left: 4.8rem;
  bottom: 1rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.locations-column .remove-select.last-child {
  bottom: 1.3rem;
}
.locations-column .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0.4rem;
  height: auto;
  width: auto;
  margin-left: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transition: rotate(-90deg);
  transform: rotate(-90deg);
}
.locations-column .add-icon.small {
  position: absolute;
  bottom: 0.7rem;
  right: 1rem;
  line-height: 0.8rem;
  background-color: transparent;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
}
.locations-column .add-icon.small:hover {
  border: 0;
  background-color: transparent;
  opacity: 0.9;
  box-shadow: none;
}
.locations-column .add-icon.small:hover svg * {
  fill: #16a085;
}
.panel-body .add-icon svg {
  position: relative;
  bottom: 0.5rem;
}
.panel-body .panel-body .panel a {
  padding-left: 2rem;
}
body .client-profile-section h2 {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
body .client-profile-section .contact-person-row-repeatable h2 {
  margin-top: 0;
}
body .alert-danger {
  left: 0;
  width: 100%;
  color: #CD6155;
  background: transparent;
  font-size: 1.2rem;
  border: 0;
  padding: 0;
  margin: 0 0 0 0.4rem;
}
body .alert-danger-relative {
  position: absolute;
  left: 0;
  top: 3.8rem;
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #DD0000;
  width: calc(100%);
  margin: 0 0 0 1.4rem;
}
body .panel-body .panel-body .panel {
  height: 3.7rem;
  line-height: 3.7rem;
  border: 0;
  background-color: #f5f6f7;
}
body .panel-body .panel-body .panel-body .panel {
  height: auto;
  line-height: normal;
}
body .is_not_premium_item:hover {
  text-decoration: none !important;
  cursor: default !important;
}
body .pac-logo:after {
  display: none;
}
body textarea + .alert-danger {
  position: relative;
  top: -0.3rem;
  left: 0;
  width: 100%;
  margin: 0;
}
body .half .alert-danger {
  width: calc(100% - 8rem) !important;
  margin-left: 8rem;
}
body .clothing-requirements .alert-danger {
  margin-left: 0.7rem;
}
.action-btn-elements a:hover {
  opacity: 0.8;
}
.action-btn-elements a:focus {
  outline: 0;
  color: #fff;
}
.action-btn-elements a:last-child {
  margin-right: 0;
}
.requirements-field-buttons a.is-filled {
  opacity: 1;
}
.requirements-field-buttons .icon:hover {
  opacity: 0.8;
}
.requirements-field-buttons .wage {
  background-image: url(/../../assets/images/money-icon-green.svg);
}
.requirements-field-buttons .expenses {
  background-image: url(/../../assets/images/food-icon-green.svg);
}
.requirements-field-buttons .clothing {
  background-image: url(/../../assets/images/dresscode-icon-green.svg);
}
.requirements-field-buttons .tariff-group {
  background-image: url(/../../assets/images/dollar.png);
  background-size: 25px;
  background-repeat: no-repeat;
}
.requirements-field-buttons .filter {
  background-image: url(/../../assets/images/filter-icon-white.svg);
  background-color: #16a085;
  background-size: 1.6rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.requirements-field-buttons .user_pop_up.is_not_premium_popup {
  top: 0;
  right: -0.3rem;
}
.time-from-to {
  display: inline-block;
  padding: 0 0 0 6rem;
  width: 100%;
  position: relative;
}
.small-action-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  background-color: #1abc9c;
  border: 0.1rem solid #1abc9c;
  line-height: 1.7rem;
  color: #fff;
  font-size: 0.9rem;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
}
.small-action-icon:hover {
  text-decoration: none;
}
.small-action-icon:hover i {
  color: #fff;
}
.small-action-icon:focus {
  text-decoration: none;
}
.small-action-icon:active {
  text-decoration: none;
}
.small-action-icon i {
  color: #fff;
}
[data-class=user-position-row] {
  background-color: #f5f6f7;
}
.remove-uploaded-file {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.4rem;
  cursor: pointer;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/icons/remove-circle-icon.svg);
  display: inline-block;
}
.remove-uploaded-file:hover {
  background-image: url(/../../assets/images/icons/remove-circle-red-icon.svg);
}
.remove-uploaded-file:hover + .uploaded-file-link {
  border-color: #CD6155;
}
.remove-item {
  background-color: transparent;
  border-color: #CD6155;
}
.remove-item.small-action-icon {
  transform: none;
  border-radius: 0.3rem;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
}
.remove-item:hover {
  background-color: #CD6155;
  border-color: #CD6155;
}
.remove-item:hover svg polygon {
  fill: #fff;
}
.remove-item svg {
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: rotate(135deg);
  -moz-transition: rotate(135deg);
  transform: rotate(135deg);
}
.remove-item svg polygon {
  transition: all 0.15s ease-in-out;
}
.check-item {
  background-color: transparent;
  border-color: #1abc9c;
}
.check-item.small-action-icon {
  transform: none;
  border-radius: 0.3rem;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
}
.check-item:hover {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.check-item:hover svg path {
  fill: #fff;
}
.check-item svg {
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: rotate(0deg);
  -moz-transition: rotate(0deg);
  transform: rotate(0deg);
}
.check-item svg path {
  transition: all 0.15s ease-in-out;
}
.clothing-requirments-images li {
  width: 17rem;
  height: auto;
  float: left;
  margin-right: 1rem;
  position: relative;
}
.clothing-requirments-images .close {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-size: 2rem;
  opacity: 1;
  position: absolute;
  top: -0.6rem;
  right: -0.9rem;
  cursor: pointer;
  color: #1abc9c;
  font-size: 0;
  background-image: url(/../../assets/images/close-icon-white.svg);
}
.clothing-requirements input[type=text] {
  width: 100%;
}
.clothing-requirements .template {
  max-width: 23rem;
  margin-bottom: 0.5rem;
  float: right;
  margin-top: -3rem;
}
.clothing-requirements .dropzone.dz-clickable {
  border: 0;
  padding: 0;
  min-height: inherit;
}
.expenses .form-wrapper .label-value {
  padding-left: 0;
  padding-right: 0;
}
.mydp {
  vertical-align: middle;
}
.top-title {
  font-weight: 600;
  margin-bottom: 3rem;
}
.or {
  display: inline-block;
  width: 4rem;
  text-align: center;
  margin-top: -0.6rem;
  font-size: 1.1rem;
  font-weight: 300;
}
.criteria-inner .small-input {
  width: 10rem;
  height: 3.2rem;
}
.criteria-inner .time-between i {
  margin: 0 1rem;
  color: #808080b5;
}
.languages-section {
  margin-bottom: 4rem;
}
.current__item.checkbox_holder {
  position: absolute;
  bottom: 0.8rem;
  left: 2rem;
}
.current__item.checkbox_holder label {
  margin-bottom: 0;
}
.current__item.checkbox_holder input + label:before {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
  margin-top: -0.3rem;
  border-radius: 0.3rem;
}
.current__item.switch-holder label:before {
  background-color: #fff;
}
.location .calendar {
  right: 1.6rem;
}
.location .small-action-icon {
  position: absolute;
  top: 2rem;
  z-index: 9;
}
.locations-wrapper {
  margin: 4rem 0;
  display: inline-block;
  min-height: 34rem;
}
.locations-wrapper .location-input {
  padding: 0.2rem 0.4rem 0 0.2rem;
  cursor: pointer;
}
.locations-wrapper .full-width-label {
  width: 100%;
  line-height: inherit;
  padding: 0;
  border: 0;
}
.locations-wrapper ng-select {
  margin-bottom: 2rem;
}
.locations-wrapper .input-holder:first-child {
  margin-bottom: 0;
}
.location-top-holder {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.2rem;
}
.location-top-holder:hover .accordion-arrow {
  background-color: #cacfd266;
}
.location-top-holder:hover .remove-location {
  opacity: 1;
}
.location-top-holder:hover .location-input {
  background-color: #f5f5f591;
}
.accordion-arrow {
  display: inline-block;
  right: 0;
  position: absolute;
  top: 0.4rem;
  border: 0.1rem solid whitesmoke;
  cursor: pointer;
  background-color: whitesmoke;
  border-radius: 100%;
  background-image: url(/../../assets/images/icons/arrow-down-sign-to-navigate.svg);
  width: 2.2rem;
  height: 2.2rem;
  background-size: 1rem;
  background-position: center 0.8rem;
  background-repeat: no-repeat;
}
.accordion-arrow.opened {
  background-image: url(/../../assets/images/icons/arrow-down-sign-green.svg);
  -webkit-transform: rotate(180deg);
  -moz-transition: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-arrow:hover {
  text-decoration: none;
  background-color: #cacfd266;
}
.accordion-arrow:focus {
  text-decoration: none;
}
.location-input {
  float: left;
  width: 100%;
  position: relative;
}
.location-input .remove-location:hover {
  background-image: url(/../../assets/images/icons/trash-icon-dark-grey.svg);
  text-decoration: none;
}
.pay-per-call-locations .remove-location:hover {
  background-image: url(/../../assets/images/icons/trash-icon-dark-grey.svg);
}
.pay-per-call-locations .location_item:hover .remove-location {
  opacity: 1;
}
.is_not_premium_item {
  opacity: 0.5;
}
.is_not_premium_holder {
  position: relative;
  line-height: 3rem;
}
.is_not_premium_holder:hover .user_pop_up.is_not_premium_popup {
  display: inline-block;
}
.add_section_template {
  display: inline-flex;
  align-items: center;
}
.add_section_template .user_pop_up.is_not_premium_popup {
  right: unset;
  left: 50%;
  margin-left: 0;
  top: 0.6rem;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  transform: translateX(-50%);
}
.add_section_template .is_not_premium_popup .user_pop_up_arrow::before {
  left: 10rem;
  right: unset;
}
.street-info .street-number {
  width: 7.6rem;
  float: left;
}
.street-info .street-name {
  width: calc(100% - 7.6rem);
  float: left;
  padding-right: 1rem;
}
.agency-upload-photo {
  width: 11rem;
  height: 11rem;
  background-size: cover;
  margin-right: 2.5rem;
  box-shadow: 0 0 0.6rem 0 #e3e6e4;
  border-radius: 100%;
}
.agency-upload-photo.default-image {
  background-size: 5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.client-profile-section .btn-element {
  width: auto;
  padding: 0 1.4rem;
  max-width: 100%;
  min-width: 20rem;
}
.client-profile-section .delete-contact-person {
  background: transparent;
  border-color: transparent;
  color: #CD6155;
  padding: 0 0.8rem;
  font-size: 2rem;
  height: auto;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 9;
  opacity: 0;
}
.client-profile-section .delete-contact-person i {
  margin-right: 0;
}
.client-profile-section .delete-contact-person:hover {
  color: #DD0000;
  text-decoration: none;
  background-color: transparent;
  box-shadow: none;
}
.client-profile-section .contact-person-row-repeatable:hover .delete-contact-person {
  opacity: 1;
}
.contact-person-row-repeatable {
  background-color: whitesmoke;
  position: relative;
}
.contact-person-row-repeatable:last-child {
  margin-bottom: 0;
}
.selected-dates {
  padding: 0.8rem 1rem;
  float: left;
  width: 100%;
  font-weight: 600;
}
.selected-dates ul {
  max-height: 14.5rem;
  overflow: auto;
}
.selected-dates li {
  line-height: 2rem;
  font-size: 1.1rem;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background-color: #f5f5f58a;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  border: 0.1rem solid whitesmoke;
  border-radius: 1.8rem;
}
.pac-container {
  border: 0.1rem solid #d6d6d6 !important;
  box-shadow: 0 1rem 1.7rem 0 #4d4d4d;
}
.status {
  position: relative;
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  box-sizing: content-box;
}
.status.online {
  background-color: #1abc9c;
}
.status.black {
  background-color: #262626;
}
.status.offline {
  background-color: #DD0000;
}
.colored-bg-box {
  position: relative;
}
.colored-bg {
  background-color: whitesmoke;
}
.country-code {
  position: absolute;
  bottom: 0.1rem;
  height: 3.8rem;
  border-width: 0 0.1rem 0 0;
  left: 1.6rem;
  border-color: #cccccc;
  border-radius: 0.3rem 0 0 0.3rem;
}
.create-project-bar {
  height: 10rem;
}
.create-project-bar.colored-bg-box::before {
  height: 100%;
}
.create-project-bar .project-info {
  position: absolute;
  bottom: 1rem;
  left: 4rem;
  width: calc(100% - 42rem);
}
.create-project-bar .project-name {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 4px !important;
}
.create-project-bar .project-name.project-name-mt {
  margin-top: 40px !important;
}
.create-project-bar .company-name {
  font-size: 1.5rem;
  color: #fff;
}
.colored-bg-box {
  top: 5.4rem;
  position: sticky;
  z-index: 999;
  padding: 1rem 4rem;
}
.colored-bg-box::before {
  content: "";
  width: 100%;
  height: 10rem;
  background-color: #16a085;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.uploaded-file {
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.uploaded-file-link {
  font-size: 1.2rem;
  color: #85929e !important;
  border: 0.1rem dashed #898e95;
  padding: 0.4rem;
  border-radius: 1rem;
  transition: all 0.15s ease-in-out;
}
.uploaded-file-link:hover {
  border-color: #16a085;
  color: #262626 !important;
  text-decoration: none;
}
.uploaded-file-link.delete-hovered {
  border-color: #CD6155;
}
.uploaded-file-link:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  vertical-align: sub;
  margin-right: 0.4rem;
  background-repeat: no-repeat;
  background-position: center;
}
.uploaded-file-link.driver-licence:before {
  background-image: url(/../../assets/images/icons/driver-license.svg);
}
.uploaded-file-link.video:before {
  background-image: url(/../../assets/images/icons/video-camera.svg);
}
.uploaded-file-link.cv:before {
  background-image: url(/../../assets/images/icons/cv.svg);
}
.uploaded-file-link.document:before {
  transform: translateY(2px);
  background-image: url(/../../assets/images/icons/document.svg);
}
.uploaded-file-link.passport:before {
  background-image: url(/../../assets/images/icons/id-card.svg);
}
.uploaded-file-link:hover:before {
  background-image: url(/../../assets/images/icons/document.svg);
}
.member-photo-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  z-index: 9999;
}
.member-photo-modal .modal-content {
  width: auto;
  z-index: 9;
}
.member-photo-modal:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.7;
  z-index: 9;
  cursor: pointer;
}
.member-photo-modal img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-height: 100vh;
}
.member-photo-modal .close-modal {
  position: absolute;
  right: 2rem;
  top: 2rem;
  opacity: 1;
  z-index: 99;
  background-color: #b3b3b3;
  background-image: url(/../../assets/images/thick-cross-white.svg);
}
.member-photo-modal .close-modal:hover {
  opacity: 0.8;
}
.blurred-bg {
  filter: blur(0.2rem);
}
.zoom-image-holder .delete {
  margin-right: 1rem;
}
.zoom-image-holder .zoom-in {
  margin-left: 1rem;
}
.zoom-image-holder a:hover {
  color: #fff;
}
.form_steps_list {
  float: left;
  width: 17rem;
  position: sticky;
  top: 8rem;
}
.form_steps_list ul {
  display: inline-block;
  text-align: right;
}
.form_steps_list li a:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #16a085;
  position: absolute;
  top: 1.1rem;
  right: -2rem;
  transition: all 0.6s ease;
  -webkit-transform: scale(0);
  -moz-transition: scale(0);
  transform: scale(0);
  border-radius: 1rem;
}
.form_steps_list li a:before {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: #e5e7e9;
  position: absolute;
  right: -1.6rem;
}
.form_steps_list li.active a {
  color: #16a085;
}
.form_steps_list li.active a:after {
  -webkit-transform: scale(1);
  -moz-transition: scale(1);
  transform: scale(1);
}
.error-wrapper {
  background: whitesmoke;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  justify-content: center;
}
.error-wrapper img {
  width: 7rem;
}
.error-wrapper small {
  font-size: 1.8rem;
  color: #666666;
  display: block;
  margin-bottom: 3.6rem;
}
.error-text {
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
  margin-top: 3.6rem;
  margin-bottom: 0.8rem;
}
.public-pool {
  margin-right: 0;
  margin-left: 1.8rem;
  margin-top: 1rem;
}
.public-pool.switch-holder label:hover {
  color: #262626;
}
.save-template {
  display: inline-block;
  text-indent: -99999.9rem;
  background-color: whitesmoke;
  border: 0.1rem solid #1abc9c;
  background-image: url(/../../assets/images/template-icon-green.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.4rem;
}
.editable-icons {
  padding-right: 1rem;
  text-align: right;
}
.editable-icons .save-template {
  background-image: url(/../../assets/images/icons/save-as-template-black.svg);
  background-size: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  top: 0.5rem;
  border-color: #646464;
}
.editable-icons a.premium-link {
  width: 100%;
  height: auto;
  background-image: none;
  top: 0;
  margin-left: 0;
}
.editable-icons .clone {
  position: relative;
  top: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../../assets/images/clone-icon-black.svg);
  display: inline-block;
}
.editable-icons .clone:hover {
  background-image: url(/../../assets/images/clone-icon-green.svg);
}
.editable-icons .filter {
  background-image: url(/../../assets/images/filter-icon-black.svg);
}
.editable-icons .filter:hover {
  background-image: url(/../../assets/images/filter-icon-green.svg);
}
.editable-icons .delete {
  background-image: url(/../../assets/images/times-icon-black.svg);
}
.editable-icons .delete:hover {
  background-image: url(/../../assets/images/times-icon-red.svg);
}
.edit-role-name {
  display: inline-block;
  font-size: 0;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  cursor: pointer;
  right: 0.8rem;
  background-image: url(/../../assets/images/edit-icon-grey.svg);
  width: 2rem;
  height: 2rem;
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
}
.edit-role-name:hover {
  background-image: url(/../../assets/images/edit-icon-black.svg);
}
.project-planning-total-values .headcol {
  padding-left: 1.5rem;
}
.project-planning-total-values .absolute-position.action-btn-element {
  padding-right: 1.5rem;
}
.filter-badge {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 0.6rem;
  line-height: 1.7rem;
  background-color: #fff;
  color: #16a085;
  border: 0.1rem solid #16a085;
  position: absolute;
  z-index: 9;
  text-align: center;
  pointer-events: none;
  top: -0.7rem;
  left: 1.6rem;
  backface-visibility: hidden;
  border-radius: 1rem;
}
.red-filter-badge {
  color: #CD6155;
  border: 0.1rem solid #CD6155;
}
.current-template {
  background-color: rgba(22, 160, 133, 0.2);
}
.top-header-table {
  color: #fff;
}
.top-header-table .absolute-position.locations {
  border-left: 0;
}
.top-header-table .days .date {
  font-size: 1.2rem;
  margin-top: 0.7rem;
  font-weight: 600;
}
.top-header-table .days .day {
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.top-header-table .item-name {
  min-height: 5rem;
  line-height: 5rem;
  position: relative;
  z-index: 99;
  transition: transform 0.15s ease-in-out;
}
.top-header-table .list-item.boxed {
  border-top: 0.1rem solid #e5e7e9;
}
.top-header-table .list-item.boxed li {
  height: 5rem;
  border-bottom: 0.2rem solid #efefef;
}
.top-header-table .list-item:not(.full-width-list):not(.editable-icons) {
  height: 5rem;
}
.top-header-table .long .item-name.first-level {
  background-color: #ecfcf9;
  color: #fff;
}
.project-planning-overview-holder {
  position: relative;
}
.rating-value {
  font-size: 1.2rem;
}
.rating-td {
  min-width: 14rem;
  width: 14rem;
  max-width: 14rem;
}
.pay_per_call_project {
  padding-bottom: 2.8rem;
}
.pay_per_call_project .current__item.checkbox_holder {
  bottom: 0;
  left: 1.5rem;
  margin-right: 0;
}
.template-editor .section-title {
  padding: 0 !important;
}
.template-editor .section-title p {
  font-size: 1.6rem;
  margin-top: 0.5rem;
  color: #a5a5a5;
}
.template-editor .edit-item {
  display: inline-block;
  position: relative;
  top: 0.2rem;
  right: 0;
  margin-left: 0.8rem;
}
.content_placeholder_item {
  animation: animation-shimmering 1.5s linear infinite;
  background-color: #f5f6f7;
  background-image: linear-gradient(-90deg, #f5f6f7 0, #edf1f2 50%, #f5f6f7 100%);
  background-position: -30rem 0;
  background-repeat: no-repeat;
  background-size: 30rem 100%;
  box-sizing: border-box;
}
.content_placeholder_item.employee-table-data {
  height: 4rem;
  width: 100%;
  margin-bottom: 1rem;
}
.linear-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f5f6f7;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 100rem 10.4rem;
  height: 2.4rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.inter-crop {
  background: #fff;
  width: 1.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 26rem;
}
.inter-crop.right {
  left: inherit;
  right: 29rem;
}
.section-title svg {
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  margin-right: 0.4rem;
  position: relative;
  bottom: 0.3rem;
}
.required_input:after {
  content: "*";
  display: inline-block;
  font-size: 1.4rem;
  color: #CD6155;
  margin-left: 0.2rem;
  line-height: 1rem;
}
.checkbox-list .switch-holder {
  margin-bottom: 3rem;
}
.label-name:hover + .search-icon {
  background-image: url(/../../assets/images/search-icon-black.svg);
}
.filter-search input:focus {
  background-image: url(/../../assets/images/search-icon-black.svg);
}
.next-arrow i {
  font-size: 2.2rem;
  vertical-align: sub;
  margin-left: 0.2rem;
}
.btn-element.back i {
  font-size: 2.2rem;
  left: 1.4rem;
  margin-top: -0.1rem;
}
.progressbar-holder span {
  color: #a5a5a5;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5rem;
  height: 1.5rem;
  font-weight: 600;
}
.warning-row .progressbar-holder span:not(.assigned-user) {
  color: #CD6155;
}
.progress-inner.is-not-premium .user-progress-bar {
  background-color: #cacfd23d;
  border: 0.1rem solid #cacfd259;
}
.user_pop_up_arrow:after {
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  height: 1.2rem;
  top: -1.1rem;
}
.panel-on-hold.staff-selection-bar {
  padding: 0;
  z-index: 999;
  box-shadow: 0 0.3rem 1.3rem 0.1rem #cccccc;
}
.panel-on-hold.staff-selection-bar .title .title-name {
  cursor: move;
}
.modal_overlay:before {
  content: "";
  background: #666666;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.wrapper .section-title {
  margin: 1rem 0 5rem;
}
.wrapper .section-title h2 {
  font-size: 2.3rem;
  font-weight: 600;
  margin: 0;
}
.add-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}
.modals a:focus {
  outline: none;
  color: #fff;
}
.modals a:active {
  color: #fff;
  outline: none;
}
.modals a:last-child {
  margin-right: 0;
}
.top-header-dates p {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.top-header-dates p:last-child {
  margin-bottom: 0.7rem;
}
.modal .small-action-icon {
  float: right;
}
.action .small-action-icon {
  margin-right: 1rem;
}
.action-anchors a {
  margin-left: 0.8rem;
}
.action-btn-column .small-action-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: 0;
  line-height: normal;
  vertical-align: middle;
}
.small-input input {
  width: 2.8rem;
  border: 0.1rem solid #c0c0c09c;
  text-align: center;
  padding: 0 0.3rem;
  font-size: 1.2rem;
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}
.small-input input:focus {
  border-color: #1abc9c;
}
div[data-class=user-position-row].column-padding.action {
  line-height: 3.6rem;
}
.nav-tabs a {
  color: #262626;
}
.image-wrapper.clothing-requirments-images {
  max-height: 100%;
  overflow: hidden;
  padding-top: 2rem;
}
.grid-item-element.disabled {
  opacity: 0.7;
}
ul.small-input {
  margin-bottom: 0 !important;
}
.date .small-action-icon {
  right: 1.6rem;
  position: absolute;
  top: 2rem;
  z-index: 9;
}
.main-dropdown-location.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #aaaaaadb;
  font-size: 1.3rem;
  margin-top: 0.4rem;
  margin-left: 5px;
}
.pr-planning-wrapper .nex-prev-btn {
  margin-top: 0;
  float: right;
  width: auto;
}
.project-planning-view .nex-prev-btn .btn-element {
  margin-top: 0.6rem;
}
.add_new_row_btn.is_not_premium_item {
  padding-bottom: 0.4rem;
  margin-bottom: 0;
}
.add_members_table.table-wrapper .table {
  table-layout: fixed;
}
.no-contacts p {
  color: lightgrey;
  font-weight: 400;
  text-align: center;
  font-size: 1.7rem;
}
.user-statuses .switch-holder label {
  text-transform: lowercase;
}
.country-code-input .label-value {
  padding-left: 5.4rem;
}
.update_photo_holder .zoom-image-holder:hover {
  opacity: 1;
}
.update_photo_holder .zoom-image-holder a {
  color: #d6d6d6;
  font-size: 2.2rem;
}
.hamburger--slider .hamburger-inner {
  -webkit-transform: translate3d(0, 1rem, 0) rotate(45deg);
  -moz-transition: translate3d(0, 1rem, 0) rotate(45deg);
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--slider .hamburger-inner:before {
  opacity: 0;
  -webkit-transform: rotate(-45deg) translate3d(-0.571429rem, -0.6rem, 0);
  -moz-transition: rotate(-45deg) translate3d(-0.571429rem, -0.6rem, 0);
  transform: rotate(-45deg) translate3d(-0.571429rem, -0.6rem, 0);
}
.hamburger--slider .hamburger-inner:after {
  -webkit-transform: translate3d(0, -1.6rem, 0) rotate(-90deg);
  -moz-transition: translate3d(0, -1.6rem, 0) rotate(-90deg);
  transform: translate3d(0, -1.6rem, 0) rotate(-90deg);
}
.aside-hidden .hamburger--slider .hamburger-inner {
  opacity: 1;
  transform: none;
}
.aside-hidden .hamburger--slider .hamburger-inner:before {
  opacity: 1;
  transform: none;
  transition: all 0.15s ease-in-out;
}
.aside-hidden .hamburger--slider .hamburger-inner:after {
  opacity: 1;
  transform: none;
}
.insert-shift-modal .fa {
  color: grey;
  margin: 0 1rem;
}
.filter-badge.check {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  top: -0.5rem;
  right: -0.5rem;
  left: inherit;
  line-height: 1.5rem;
  border-radius: 100%;
}
.upload_file_area .filter-badge {
  top: 0.3rem;
}
.third-level table tr:last-child td {
  border-bottom: 0.1rem solid #e5e7e9;
}
.third-level table tr:last-child th {
  border-bottom: 0.1rem solid #e5e7e9;
}
.form-control.small_rounder_input {
  height: 3.4rem;
  width: 6.4rem;
  font-size: 1.2rem;
  border-radius: 0.4rem;
}
.form-control.small_rounder_input:focus {
  border-color: #16a085;
  box-shadow: none;
}
.project-basic-info .brand-logo-image {
  position: absolute;
  width: 11rem;
  height: 11rem;
  z-index: 99;
  float: left;
  bottom: -5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  transform: translateX(-50%);
}
.project-basic-info .brand-logo-image.default-image {
  background-size: 5rem;
}
.tab-header {
  display: inline-flex;
  max-width: 100%;
}
.tab-header--item {
  position: relative;
  bottom: auto;
  margin-right: 1rem;
  line-height: 1.4rem;
  color: #909497;
  border: 0.2rem solid #efefef;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem;
  overflow-wrap: break-word;
  background-color: #fff;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
.tab-header--item:hover {
  border-color: lightgrey;
  color: #1abc9c;
}
.tab-header--item.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #fff;
}
.tab-header--item:last-child {
  margin-right: 0;
}
.tab-header--item---unvalidate {
  color: #CD6155;
}
.tab-header--item---unvalidate:hover {
  color: #DD0000;
}
.tab-header .badge {
  line-height: initial;
  font-size: 0.8rem;
  color: #262626;
  padding: 0;
  position: relative;
  bottom: 0.1rem;
  display: none;
}
.tab-header .active .badge {
  color: #1abc9c;
}
.action-icons .expenses-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem;
  background-image: url(/../../assets/images/food-icon-green.svg);
}
.action-icons .expenses-icon:hover {
  text-decoration: none;
}
.classic-list-ui--headline {
  line-height: 3.1rem;
  padding-left: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  border-radius: 0.6rem 0.6rem 0 0;
}
.classic-list-ui ul {
  max-height: 40rem;
  overflow: auto;
  margin-bottom: 0;
  border-radius: 0 0 0.6rem 0.6rem;
}
.classic-list-ui--item {
  display: inline-flex;
  width: 100%;
  line-height: 4rem;
  font-size: 1.4rem;
  padding-left: 0.5rem;
}
.classic-list-ui--item:not(:last-child) {
  border-bottom: 0.2rem solid whitesmoke;
}
.classic-list-ui--item:hover {
  background-color: whitesmoke;
}
.classic-list-ui .actions {
  margin-right: 1rem;
  flex: 1;
  text-align: right;
}
.classic-list-ui .actions a {
  color: #85929e;
  font-size: 1.6rem;
  margin-left: 1rem;
}
.classic-list-ui .actions a:hover {
  text-decoration: none;
  color: #1abc9c;
}
.classic-list-ui .actions .fa-edit {
  position: relative;
  top: 0.1rem;
}
.rel-pos {
  position: relative;
}
.show-password {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.space-between-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aside-open .fixed-slider-scroll {
  left: 48rem !important;
  right: 35rem !important;
}
.aside-open .page-wrapper {
  margin-left: 18rem;
  width: calc(100% - 18rem);
}
.aside-open .table-wrapper {
  overflow-x: scroll;
}
.aside-open .table-wrapper.unavailability-table-wrapper {
  overflow-x: visible;
}
.aside-open .table-wrapper .translate-onaside {
  transform: translateY(-52px) !important;
}
.aside-open .table-wrapper .translate-empty-aside {
  transform: translateY(-40px) !important;
}
.aside-open .table-wrapper .translate-employees-aside {
  transform: translateY(-32px) !important;
}
.aside-open .open-side-position {
  padding-left: 10px !important;
}
.aside-open .open-side-position .break-duration {
  display: none;
}
.aside-open .open-side-position .input-pause {
  margin-left: 5px;
}
.aside-open .open-side-position .masked-input-pause {
  margin-left: 15px;
}
.aside-open .page-wrapper .wrapper {
  padding: 2.9rem 4rem 2.9rem 4rem;
}
.aside-open .edit-item {
  right: 12% !important;
}
.aside-open .edit-item.show {
  right: 12% !important;
}
.aside-open .edit-openside {
  right: -1rem !important;
}
.aside-open .btn-primary--outline, .aside-open .btn-element {
  margin-bottom: 5px;
}
.aside-open .sc3-sbtw .notification-modal-header {
  margin-bottom: 8px;
}
.aside-open .shadow-table {
  overflow: visible;
}
.aside-open .tabs-on-open-aside {
  align-items: flex-start !important;
}
.aside-open .project-name-holder, .aside-open .actionsPage {
  min-width: 14rem;
}
.aside-open .employee-dashboard-tabs .project-name-holder {
  min-width: 13rem;
}
@media only screen and (max-width: 1470px) {
  .aside-open .edit-item {
    right: 16% !important;
  }
  .aside-open .edit-item.show {
    right: 16% !important;
  }
}
.translate-header {
  transform: translateY(-52px);
}
.translate-header40 {
  transform: translateY(-40px);
}
.no-highlight::-moz-selection {
  color: #85929e;
  background: none;
}
.no-highlight::selection {
  color: #85929e;
  background: none;
}
.no-highlight::-moz-selection {
  color: #85929e;
  background: none;
}
.opensticky {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18rem;
  background-color: whitesmoke;
  padding: 10px;
  color: #646464;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 1px 0px 2px 0 rgba(38, 38, 38, 0.2);
  cursor: pointer;
  width: 25px;
  height: 40px;
  background-image: url(/../../assets/images/icons/right-arrow-64.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.opensticky.openstickyEmployee {
  top: 35%;
}
.closesticky {
  background-image: url(/../../assets/images/icons/left-arrow-64.svg) !important;
}
.mail-tag-item {
  margin-right: 0.8rem;
  padding: 0.2rem 0.4rem;
  background-color: whitesmoke;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 0.6rem;
  color: #646464;
}
.error-msg-red {
  color: #CD6155 !important;
  margin: 0;
  margin-top: 10px;
  margin-left: 5px;
}
.reuqired-field-border {
  border-color: #CD6155 !important;
}
.centered-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-50 {
  width: 50%;
}
.max-amount-btn {
  background-color: #1abc9c;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  border-radius: 10px;
  font-size: 10px;
  padding: 2px 0 0 0;
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: 5px;
  right: -7px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  padding: 0;
  line-height: 19px;
  padding-left: 1px;
}
.max-amount-btn:hover {
  background-color: #16a085;
  cursor: pointer;
}
.transform-unset {
  text-transform: unset;
}
.centered-text {
  text-align: center;
}
.aligned-items {
  display: flex;
  align-items: center;
}
.table-with-click tr td {
  position: relative;
}
.stretched-link {
  color: #85929e;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Or 0, if you have other buttons in your tables */
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.right-aligned-items {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.close-btn {
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.close-btn::before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/../../assets/images/icons/remove-circle-icon.svg);
}
.close-btn:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.close-btn:hover::before {
  background-image: url(/../../assets/images/close-icon-white.svg);
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.vertical-align-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.add-plus-icon {
  background-image: url(/../../assets/images/add-plus-icon-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  height: 10px;
  width: 10px;
  margin-right: 5px;
}
.check-circle-icon {
  height: 100px;
  width: 100px;
  background-image: url(/../../assets/images/check-circle-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}
.edit-template-icon {
  height: 12px;
  width: 12px;
  background-image: url(/../../assets/images/template-icon-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.save-template-icon {
  height: 10px;
  width: 10px;
  background-image: url(/../../assets/images/icons/save-as-template-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.notification-history-icon {
  height: 10px;
  width: 10px;
  background-image: url(/../../assets/images/notification-history-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.credits-counter {
  background-color: #1abc9c;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  margin-left: 8px;
  margin-bottom: 5px;
  cursor: default !important;
}
.small-italic-text {
  font-size: 10px;
  color: #999;
  font-style: italic;
}
.htmlInnerText a {
  color: #16a085 !important;
}
.full-width .label-name.week-selector {
  width: 100%;
}
.full-width .label-value.week-selector {
  width: 100%;
}
@media only screen and (max-width: 630px) {
  .aside-open .page-wrapper {
    margin-left: 0;
    width: 100%;
  }

  .page-wrapper .wrapper {
    padding: 2rem !important;
  }

  .tab-header {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 430px) {
  .page-wrapper .wrapper {
    padding: 1.5rem !important;
  }

  .colored-bg-box {
    padding: 1rem 1.5rem;
  }

  .create-project-bar .project-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 380px) {
  .create-project-bar .project-name {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 325px) {
  .page-wrapper .wrapper {
    padding: 1rem !important;
  }

  .create-project-bar .project-name {
    font-size: 1.2rem;
  }
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* # SASS - Placeholders
========================================================================== */
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
html body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
}
h6, .h6 {
  font-size: 1.4rem;
}
@font-face {
  font-family: "jobrocks-icon";
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190");
  src: url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.eot?66629190#iefix") format("embedded-opentype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.woff?66629190") format("woff"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.ttf?66629190") format("truetype"), url("/../../assets/jobrcoks-font-icons/font/jobrocks-icon.svg?66629190#jobrocks-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon_glyph {
  font-family: "jobrocks-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------------------------------------------
 * ## Colors
 * ------------------------------------------------------------------- */
/* SASS - Mixins
========================================================================== */
/* SOME GENERAL SPECIFICATIONS */
section {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
blockquote {
  quotes: none;
}
html {
  font-size: 62.5%;
}
select:focus, button:focus {
  outline: none;
}
.section-title h2 {
  font-size: 2rem;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
}
input {
  border-radius: 0;
}
input:focus {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
textarea {
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
textarea:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #646464;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
}
a, a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: var(--transition-type-all);
}
/* BODY GENERAL STYLE */
body {
  font-size: 1.2rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #646464;
  letter-spacing: 0.05rem;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  min-width: 120rem;
}
body.staff-allocation::-webkit-scrollbar {
  height: 0.5rem !important;
}
body.staff-allocation::-webkit-scrollbar-thumb {
  background-color: #aaaaaa !important;
  outline: 0.1rem solid slategrey !important;
}
body *::-moz-selection {
  color: #fff;
  background: var(--light-dark);
}
body *::selection, body *::-moz-selection {
  color: #fff;
  background: var(--light-dark);
}
body .no-margin {
  margin: 0;
}
body .no-p-right {
  padding-right: 0;
}
body .empty_state p {
  color: #c0c0c0;
  font-size: 1.4rem;
  max-width: 80%;
  margin: auto;
  line-height: 1.8rem;
}
/* BODY SCROLL */
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  outline: 0.1rem solid slategrey;
}
.slim-scroll::-webkit-scrollbar {
  width: 0.5rem;
}
.slim-scroll::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  outline: 0.1rem solid slategrey;
}
.slim-scroll-h::-webkit-scrollbar {
  height: 0.5rem;
}
.slim-scroll-h::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  outline: 0.1rem solid slategrey;
}
.transition-primary {
  transition: all 0.15s ease-in-out;
}
.transition-bg {
  transition: background-color 0.15s ease-in-out;
}
.br-0 {
  border-right: 0 !important;
}
.full-width {
  width: 100%;
}
.wrapped-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.empty_state {
  text-align: center;
  padding: 6rem 0;
}
.empty_state h4 {
  margin: 2.8rem 0 0.6rem 0;
  font-size: 2.8rem;
}
.space_between_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* GRID */
.grid-wrapper {
  display: grid;
  position: relative;
}
.half-grid-wrapper {
  grid-template-columns: 1fr 1fr;
  grid-gap: 10rem;
}
.quarter-grid-wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.5rem;
}
.fifth-grid-wrapper {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5rem;
}
.auto-grid-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 1.5rem;
}
.third-grid-wrapper {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
}
.sixth-grid-wrapper {
  grid-template-columns: repeat(6, 1fr) !important;
  grid-gap: 1.5rem;
}
.seventh-grid-wrapper {
  grid-template-columns: repeat(7, 1fr) !important;
  grid-gap: 1.5rem;
}
.eigth-grid-wrapper {
  grid-template-columns: repeat(8, 1fr) !important;
  grid-gap: 1.5rem;
}
.ninth-grid-wrapper {
  grid-template-columns: repeat(9, 1fr) !important;
  grid-gap: 1.5rem;
}
.planned_expenses .seventeenth-grid-wrapper {
  grid-template-columns: 1.6fr repeat(6, 1fr);
  grid-gap: 1.5rem;
}
.cursor-pointer {
  cursor: pointer;
}
.table-with-click tr td {
  position: relative;
}
.stretched-link {
  color: #85929e;
}
.stretched-link:hover {
  color: #85929e !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Or 0, if you have other buttons in your tables */
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 430px) {
  .space_between_content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 780px) {
  .space_between_content {
    align-items: flex-start !important;
    flex-direction: column-reverse;
  }

  .page-wrapper .wrapper {
    padding: 2rem !important;
  }
}
@media only screen and (max-width: 430px) {
  .page-wrapper .wrapper {
    padding: 1.5rem !important;
  }
}
@media only screen and (max-width: 380px) {
  .page-wrapper .wrapper {
    padding: 1rem !important;
  }
}
/* -------------------------------------------------------------------
 * ## Media Queries
 * ------------------------------------------------------------------- */
@media (max-width: 76.8rem) {
  html body {
    min-width: 100%;
  }

  .login-inner {
    width: calc(100% - 4rem);
  }

  .login-page {
    padding: 2rem 0;
  }

  .login {
    padding: 1.5rem 3rem;
  }

  .login-header {
    font-size: 2.5rem;
    margin: 0 auto 1.6rem auto;
  }
}
@media (max-width: 40rem) {
  .login {
    margin: 30px;
  }
}
@media (max-width: 33rem) {
  .login {
    margin: 50px;
    padding: 4rem 2rem !important;
  }
}
@media (max-width: 33rem) {
  .register-inner {
    width: 100% !important;
  }

  .register-box {
    margin: 10px !important;
  }
}
@media (max-width: 780px) {
  .top-btn-actions.mb-1 {
    margin-bottom: 40px !important;
  }

  .switch-accordion-tabs {
    bottom: -3rem !important;
  }

  .half-grid-wrapper {
    grid-template-columns: unset;
    grid-gap: 0px;
  }

  .five-grid-wrapper {
    grid-template-columns: 3fr 3fr !important;
    grid-gap: 0;
  }
  .five-grid-wrapper p-calendar span.p-calendar {
    width: 100%;
  }

  .fifth-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .languages-grid {
    width: 100% !important;
  }

  body .p-accordion .p-accordion-content {
    padding: 40px 20px !important;
  }

  .input-holder p-calendar span.p-calendar {
    width: 100%;
  }

  .grid-item-element.rel-pos {
    width: 600px;
  }

  .availability-area .row-cell-y {
    width: 10rem !important;
  }

  .availability-area .row-cell-x {
    width: 7rem !important;
    min-width: 7rem !important;
  }

  .availability-checkall .day-label {
    font-size: 8px;
  }

  .unavailable-table {
    width: 90% !important;
  }

  .generate-salary-holder p-calendar {
    width: 100%;
  }

  .table-wrapper {
    max-width: 600px;
    overflow-y: scroll;
  }

  .profile-options {
    top: 29.6rem !important;
    z-index: 999999 !important;
  }
}
@media (max-width: 430px) {
  .user-profile-info .back-btn {
    margin-top: 20px;
  }

  .colored-bg-box::before {
    height: 18rem;
  }

  .profile-options {
    display: none;
  }

  .user-box-info {
    width: 40rem;
    margin-top: 28px;
    margin-left: -25px;
  }

  body .p-accordion .p-accordion-content {
    padding: 20px 10px !important;
  }

  .employee-profile-birth-date {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-gap: 1.2rem;
  }

  .user-age label {
    top: -15px !important;
  }

  .table-wrapper {
    overflow-y: scroll;
    max-width: 310px;
  }

  .appearance-wrapper {
    padding: 0 15px 0 0;
  }

  .upload-holder ul {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 5rem !important;
  }

  .five-grid-wrapper {
    grid-template-columns: 1fr !important;
  }

  .fifth-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .fifth-grid-wrapper p-calendar span.p-calendar {
    width: 100%;
  }

  .grid-item-element.last-child {
    margin-bottom: 30px;
  }

  .grid-wrapper.availability-area {
    max-width: 310px;
    overflow: scroll;
    padding-left: 10px;
  }

  .work-info-wrapper {
    width: 310px;
  }

  body p-calendar.calendar-border.half-width-calendar input.p-inputtext.p-component {
    min-width: 310px;
  }

  .transportation-wrapper {
    width: 310px;
  }
  .transportation-wrapper .input-holder:last-child {
    margin-bottom: 20px;
  }
  .transportation-wrapper .switch-holder label {
    min-width: 59px;
  }

  .third-grid-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 1rem !important;
  }

  .public-regional-network {
    width: 100% !important;
  }

  .interests-wrapper .switch-holder label {
    min-width: 140px;
  }
}
@media (max-width: 400px) {
  .user-box-info {
    width: 35rem !important;
    margin-left: -28px;
  }

  .switch-accordion-tabs {
    left: -30px;
  }

  .input-holder, .label-value {
    width: 100% !important;
  }

  .upload-holder.grid-wrapper.employee-images,
.grid-wrapper.five-grid-wrapper.transition-bg,
.grid-wrapper.fifth-grid-wrapper.professional-experience.divided-section-item.transition-bg,
.grid-wrapper.third-grid-wrapper.no-padding {
    width: 100%;
  }

  .user-profile-info.colored-bg-box {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .form-wrapper {
    padding: 5px !important;
  }
}
@media (max-width: 320px) {
  .user-box-info {
    width: 30rem !important;
    margin-left: -29px;
  }

  .table-wrapper {
    max-width: 250px;
  }

  .divided-section-item {
    padding: 20px 15px 20px 5px;
  }

  .contact-info-holder .divided-section-item,
.grid-wrapper.availability-area,
.work-info-wrapper,
body p-calendar.calendar-border.half-width-calendar input.p-inputtext.p-component,
.transportation-wrapper {
    width: 100% !important;
    min-width: 250px !important;
  }

  .personal-info-wrapper .switch-holder label {
    min-width: 100px;
  }

  .work-info-wrapper .input-holder, .work-info-wrapper .label-value {
    min-width: 250px !important;
  }
  .work-info-wrapper p-calendar span.p-calendar {
    width: 100% !important;
  }
  .work-info-wrapper body p-calendar.calendar-border.fourth-width-calendar input.p-inputtext.p-component {
    min-width: 100% !important;
  }
}
@media (max-width: 780px) {
  .opensticky {
    display: none;
  }
}
@media (max-width: 580px) {
  .agency-details-top {
    margin-left: 50px !important;
  }
}
@media (max-width: 780px) {
  .form-holder.form-wrapper.section.agency-profile-section h2.content-heading {
    margin-top: 20px;
  }
  .form-holder.form-wrapper.section.agency-profile-section .mobile-thead {
    transform: translateY(-52px) !important;
  }
  .form-holder.form-wrapper.section.agency-profile-section .row-flex {
    display: flex;
  }
  .form-holder.form-wrapper.section.agency-profile-section .manage_roles {
    overflow-y: scroll;
  }
}
@media (max-width: 430px) {
  .form-holder.form-wrapper.section.agency-profile-section .text-section {
    margin-top: 20px;
  }
  .form-holder.form-wrapper.section.agency-profile-section .agency-info {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .form-holder.form-wrapper.section.agency-profile-section .row {
    flex-direction: column;
  }
  .form-holder.form-wrapper.section.agency-profile-section .col-6, .form-holder.form-wrapper.section.agency-profile-section .col-2, .form-holder.form-wrapper.section.agency-profile-section .col-4, .form-holder.form-wrapper.section.agency-profile-section .col-3, .form-holder.form-wrapper.section.agency-profile-section .col-1 {
    max-width: 100%;
  }
  .form-holder.form-wrapper.section.agency-profile-section .min-break-wrapper {
    overflow-y: scroll;
  }
}
@media (max-width: 400px) {
  .form-holder.form-wrapper.section.agency-profile-section {
    padding: 3rem 2rem;
  }
  .form-holder.form-wrapper.section.agency-profile-section button.btn-element.float-none {
    margin-top: 10px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 320px) {
  .form-holder.form-wrapper.section.agency-profile-section .content_area {
    padding: 4rem 1rem 0.8rem 1rem;
  }
  .form-holder.form-wrapper.section.agency-profile-section .col-lg-7.offset-lg-1.rel-pos {
    width: 94%;
  }
}
@media (max-width: 780px) {
  .wrapper.locations-view-wrapper.form-wrapper .table-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .page-wrapper {
    margin: 8.4rem 0 0 0;
  }

  .section-title {
    padding: 0px 2.4rem !important;
  }

  .wrapper.locations-view-wrapper.form-wrapper {
    padding: 2.6rem 2rem 2.9rem 2rem;
  }

  .search-input input {
    min-width: 37rem !important;
  }
}
@media (max-width: 400px) {
  .search-input input {
    min-width: 33rem !important;
  }
}
@media (max-width: 320px) {
  .search-input input {
    min-width: 27rem !important;
  }
}
@media (max-width: 780px) {
  .wrapper.invited-jobs-wrapper .table-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .wrapper.invited-jobs-wrapper {
    padding: 2.6rem 2rem 2.9rem 2rem;
  }
}
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }

.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.cal-month-view .cal-cell .cal-event {
    pointer-events: all !important; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }

@media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-open-day-events {
  padding: 15px; }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-month-view .cal-draggable {
  cursor: move; }

.cal-month-view .cal-drag-active * {
  pointer-events: none; }

.cal-month-view .cal-event-title {
  cursor: pointer; }

.cal-month-view .cal-event-title:hover {
    text-decoration: underline; }

.cal-month-view {
  background-color: #fff; }

.cal-month-view .cal-cell-row:hover {
    background-color: #fafafa; }

.cal-month-view .cal-cell-row .cal-cell:hover,
  .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #ededed; }

.cal-month-view .cal-days {
    border-color: #e1e1e1; }

.cal-month-view .cal-day-cell:not(:last-child) {
    border-right-color: #e1e1e1; }

.cal-month-view .cal-days .cal-cell-row {
    border-bottom-color: #e1e1e1; }

.cal-month-view .cal-day-badge {
    background-color: #b94a48;
    color: #fff; }

.cal-month-view .cal-event {
    background-color: #1e90ff;
    border-color: #d1e8ff;
    color: #fff; }

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: #8b0000; }

.cal-month-view .cal-day-cell.cal-today {
    background-color: #e8fde7; }

.cal-month-view .cal-day-cell.cal-drag-over {
    background-color: #e0e0e0 !important; }

.cal-month-view .cal-open-day-events {
    color: #fff;
    background-color: #555;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }

.cal-week-view * {
    box-sizing: border-box; }

.cal-week-view .cal-day-headers {
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }

.cal-week-view .cal-day-headers .cal-header {
    flex: 1;
    text-align: center;
    padding: 5px; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }

.cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }

.cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }

.cal-week-view .cal-day-column {
    flex-grow: 1;
    border-left: solid 1px; }

.cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }

.cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }

.cal-week-view .cal-current-time-marker {
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 2; }

.cal-week-view .cal-all-day-events {
    border: solid 1px;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }

.cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }

.cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }

.cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }

.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }

.cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }

.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }

.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }

.cal-week-view .cal-all-day-events .cal-time-label-column {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }

.cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }

.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }

.cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }

.cal-week-view .cal-drag-active * {
      pointer-events: none; }

.cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px;
    border-top: 0;
    -js-display: flex;
    display: flex; }

.cal-week-view .cal-time-events .cal-day-columns {
      -js-display: flex;
      display: flex;
      flex-grow: 1; }

.cal-week-view .cal-time-events .cal-day-column {
      position: relative; }

.cal-week-view .cal-time-events .cal-events-container {
      position: relative; }

.cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }

.cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }

.cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }

.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }

.cal-week-view .cal-hour-segment {
    position: relative; }

.cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }

.cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }

.cal-week-view .cal-draggable {
    cursor: move; }

.cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }

.cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }

.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }

.cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1; }

.cal-week-view .cal-day-headers {
    border-color: #e1e1e1;
    border-top: 0; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right-color: #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-color: #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }

.cal-week-view .cal-day-column {
    border-left-color: #e1e1e1; }

.cal-week-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }

.cal-week-view .cal-all-day-events {
    border-color: #e1e1e1; }

.cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }

.cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }

.cal-week-view .cal-time-events {
    border-color: #e1e1e1; }

.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
      background-color: #ededed; }

.cal-week-view .cal-hour-odd {
    background-color: #fafafa; }

.cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }

.cal-week-view .cal-current-time-marker {
    background-color: #ea4334; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }

.cal-day-view mwl-calendar-week-view-header {
    display: none; }

.cal-day-view .cal-events-container {
    margin-left: 70px; }

.cal-day-view .cal-day-column {
    border-left: 0; }

.cal-day-view .cal-current-time-marker {
    margin-left: 70px;
    width: calc(100% - 70px); }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem; }

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000; }

.cal-tooltip-inner {
  color: #fff;
  background-color: #000; }

.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }

.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.cal-month-view .cal-cell .cal-event {
    pointer-events: all !important; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }

@media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-open-day-events {
  padding: 15px; }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-month-view .cal-draggable {
  cursor: move; }

.cal-month-view .cal-drag-active * {
  pointer-events: none; }

.cal-month-view .cal-event-title {
  cursor: pointer; }

.cal-month-view .cal-event-title:hover {
    text-decoration: underline; }

.cal-month-view {
  background-color: #fff; }

.cal-month-view .cal-cell-row:hover {
    background-color: #fafafa; }

.cal-month-view .cal-cell-row .cal-cell:hover,
  .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #ededed; }

.cal-month-view .cal-days {
    border-color: #e1e1e1; }

.cal-month-view .cal-day-cell:not(:last-child) {
    border-right-color: #e1e1e1; }

.cal-month-view .cal-days .cal-cell-row {
    border-bottom-color: #e1e1e1; }

.cal-month-view .cal-day-badge {
    background-color: #b94a48;
    color: #fff; }

.cal-month-view .cal-event {
    background-color: #1e90ff;
    border-color: #d1e8ff;
    color: #fff; }

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: #8b0000; }

.cal-month-view .cal-day-cell.cal-today {
    background-color: #e8fde7; }

.cal-month-view .cal-day-cell.cal-drag-over {
    background-color: #e0e0e0 !important; }

.cal-month-view .cal-open-day-events {
    color: #fff;
    background-color: #555;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }

.cal-week-view * {
    box-sizing: border-box; }

.cal-week-view .cal-day-headers {
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }

.cal-week-view .cal-day-headers .cal-header {
    flex: 1;
    text-align: center;
    padding: 5px; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }

.cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }

.cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }

.cal-week-view .cal-day-column {
    flex-grow: 1;
    border-left: solid 1px; }

.cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }

.cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }

.cal-week-view .cal-current-time-marker {
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 2; }

.cal-week-view .cal-all-day-events {
    border: solid 1px;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }

.cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }

.cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }

.cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }

.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }

.cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }

.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }

.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }

.cal-week-view .cal-all-day-events .cal-time-label-column {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }

.cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }

.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }

.cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }

.cal-week-view .cal-drag-active * {
      pointer-events: none; }

.cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px;
    border-top: 0;
    -js-display: flex;
    display: flex; }

.cal-week-view .cal-time-events .cal-day-columns {
      -js-display: flex;
      display: flex;
      flex-grow: 1; }

.cal-week-view .cal-time-events .cal-day-column {
      position: relative; }

.cal-week-view .cal-time-events .cal-events-container {
      position: relative; }

.cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }

.cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }

.cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }

.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }

.cal-week-view .cal-hour-segment {
    position: relative; }

.cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }

.cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }

.cal-week-view .cal-draggable {
    cursor: move; }

.cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }

.cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }

.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }

.cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1; }

.cal-week-view .cal-day-headers {
    border-color: #e1e1e1;
    border-top: 0; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right-color: #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-color: #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }

.cal-week-view .cal-day-column {
    border-left-color: #e1e1e1; }

.cal-week-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }

.cal-week-view .cal-all-day-events {
    border-color: #e1e1e1; }

.cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }

.cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }

.cal-week-view .cal-time-events {
    border-color: #e1e1e1; }

.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
      background-color: #ededed; }

.cal-week-view .cal-hour-odd {
    background-color: #fafafa; }

.cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }

.cal-week-view .cal-current-time-marker {
    background-color: #ea4334; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }

.cal-day-view mwl-calendar-week-view-header {
    display: none; }

.cal-day-view .cal-events-container {
    margin-left: 70px; }

.cal-day-view .cal-day-column {
    border-left: 0; }

.cal-day-view .cal-current-time-marker {
    margin-left: 70px;
    width: calc(100% - 70px); }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem; }

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000; }

.cal-tooltip-inner {
  color: #fff;
  background-color: #000; }

/* You can add global styles to this file, and also import other style files */

@font-face {
  font-family: 'Century Gothic';
  src: url('centurygothic.b194aa2bd524e2c973f7.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'Century Gothic';
  src: url('assets/fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
} */

