@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url('fontawesome-webfont.eot?v=4.6.3');
  src: url('fontawesome-webfont.eot?#iefix&v=4.6.3') format("embedded-opentype"), url('fontawesome-webfont.woff2?v=4.6.3') format("woff2"), url('fontawesome-webfont.woff?v=4.6.3') format("woff"), url('fontawesome-webfont.ttf?v=4.6.3') format("truetype"), url('fontawesome-webfont.svg?v=4.6.3#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.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@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: #fff;
}
/* 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: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.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;
}
@charset "UTF-8";
/**
Template Name: Material Able Admin Template
Author: #
Email: #
File: style.css
=============
  == Table of Contents==
	- Custom Css
	- Generic classes
		-	Margin, Padding, Font class, text align, position, floating, overflow, background class, text color, display class, boarder class
	- Theme Elements
		-	Accordion, Button, tabs, typography, buttons, box shadow, pagination, Basic card
	- General Elements
		-	Lable & Badges, Materialize general elements, Lables
	- Pages
		-   Progress bar, Chat , dark layout
============= */
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
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,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
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;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 0.75rem;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.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);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem 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;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary, .wizard > .actions a, .sweet-alert button.confirm {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover, .wizard > .actions a:hover, .sweet-alert button.confirm:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .wizard > .actions .btn-check:focus + a, .sweet-alert .btn-check:focus + button.confirm, .btn-primary:focus, .wizard > .actions a:focus, .sweet-alert button.confirm:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .wizard > .actions .btn-check:checked + a, .sweet-alert .btn-check:checked + button.confirm, .btn-check:active + .btn-primary, .wizard > .actions .btn-check:active + a, .sweet-alert .btn-check:active + button.confirm, .btn-primary:active, .wizard > .actions a:active, .sweet-alert button.confirm:active, .btn-primary.active, .wizard > .actions a.active, .sweet-alert button.active.confirm, .show > .btn-primary.dropdown-toggle, .wizard > .actions .show > a.dropdown-toggle, .sweet-alert .show > button.dropdown-toggle.confirm {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .wizard > .actions .btn-check:checked + a:focus, .sweet-alert .btn-check:checked + button.confirm:focus, .btn-check:active + .btn-primary:focus, .wizard > .actions .btn-check:active + a:focus, .sweet-alert .btn-check:active + button.confirm:focus, .btn-primary:active:focus, .wizard > .actions a:active:focus, .sweet-alert button.confirm:active:focus, .btn-primary.active:focus, .wizard > .actions a.active:focus, .sweet-alert button.active.confirm:focus, .show > .btn-primary.dropdown-toggle:focus, .wizard > .actions .show > a.dropdown-toggle:focus, .sweet-alert .show > button.dropdown-toggle.confirm:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .wizard > .actions a:disabled, .sweet-alert button.confirm:disabled, .btn-primary.disabled, .wizard > .actions a.disabled, .sweet-alert button.disabled.confirm {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.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:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.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, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  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 {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.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: #0d6efd;
}
.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;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: 75vh;
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-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.55);
}
.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55);
}
.navbar-light .navbar-text a,
.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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.55);
}
.navbar-dark .navbar-text a,
.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;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  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.5rem 1rem;
  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.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-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;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action: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.5rem 1rem;
  color: #212529;
  text-decoration: none;
  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: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(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;
  flex-shrink: 0;
  align-items: center;
  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 .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  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 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}
.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}
.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}
.gap-3 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}
.gap-4 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}
.gap-5 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !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-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-sm-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-sm-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-md-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-md-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-lg-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-lg-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-xl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-xl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-xxl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

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

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/**  =====================
      Custom css start
==========================  **/
body {
  background-color: #ecf0f5;
  font-size: 0.9375rem;
  overflow-x: hidden;
  color: #373a3c;
  font-family: "Open Sans", sans-serif;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 200px, rgba(255, 255, 255, 0.9) 0%);
  background-attachment: fixed;
}
ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
*:focus {
  outline: none;
}
a {
  font-size: 13px;
  color: #37474f;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1400px) {
  a {
    font-size: 14px;
  }
}
a:focus, a:hover {
  text-decoration: none;
  color: #aaa;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
}
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: 1rem;
}
h6, .h6 {
  font-size: 0.875rem;
}
p {
  font-size: 13px;
}
b,
strong {
  font-weight: 600;
}
code {
  padding: 0 3px;
  border-radius: 3px;
}
.img-radius {
  border-radius: 50%;
}
.media-left {
  padding-right: 20px;
}
/**====== Custom css end ======**/
/**  =====================
      Main-body css start
==========================  **/
.main-body .page-wrapper {
  padding: 0.6rem;
  transition: all ease-in 0.3s;
}
/**====== Main-body css end ======**/
/**  =====================
      Card-Layout css start
==========================  **/
.card {
  border-radius: 0.25rem;
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
  border: none;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.card .card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px 20px;
  border-radius: 0 0 5px 5px;
}
.card .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px;
  position: relative;
}
.card .card-header.borderless {
  border-bottom: 0px solid transparent;
}
.card .card-header.borderless + .card-block,
.card .card-header.borderless + .card-block-big,
.card .card-header.borderless + .card-block-small {
  padding-top: 0;
}
.card .card-header .card-header-left {
  display: inline-block;
}
.card .card-header .card-header-right {
  right: 10px;
  top: 13px;
  display: inline-block;
  float: right;
  padding: 7px 0;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .card .card-header .card-header-right {
    display: none;
  }
}
.card .card-header .card-header-right i {
  margin: 0 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #37474f;
  line-height: 1;
}
.card .card-header .card-header-right .card-option {
  width: 35px;
  height: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
  display: inline-block;
}
.card .card-header span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.card .card-header h5, .card .card-header .h5 {
  margin-bottom: 0;
  color: #37474f;
  font-size: 0.9375rem;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.1;
}
.card .card-block {
  padding: 1.25rem;
}
.card .card-block.card-p-0 {
  padding: 1.25rem 0 0 0;
}
.card .card-block.p-b-0 {
  padding-bottom: 0;
}
.card .card-block table tr {
  padding-bottom: 20px;
}
.card .card-block .sub-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.card .card-block code {
  background-color: #eee;
  margin: 5px;
  display: inline-block;
}
.card .card-block .dropdown-menu {
  top: 38px;
}
.card .card-block p {
  line-height: 1.4;
}
.card .card-block a.dropdown-item {
  margin-bottom: 0;
  font-size: 14px;
  transition: 0.25s;
}
.card .card-block a.dropdown-item:active,
.card .card-block a.dropdown-item .active {
  background-color: #aaa;
}
.card .card-block.remove-label i {
  margin: 0;
  padding: 0;
}
.card .card-block.button-list span.badge {
  margin-left: 5px;
}
.card .card-block .dropdown-menu {
  background-color: #fff;
  padding: 0;
}
.card .card-block .dropdown-menu .dropdown-divider {
  background-color: #ddd;
  margin: 3px 0;
}
.card .card-block .dropdown-menu > a {
  padding: 10px 16px;
  line-height: 1.429;
}
.card .card-block .dropdown-menu > li > a:focus,
.card .card-block .dropdown-menu > li > a:hover {
  background-color: rgba(202, 206, 209, 0.5);
}
.card .card-block .dropdown-menu > li:first-child > a:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.card .card-block .badge-box {
  padding: 10px;
  margin: 12px 0;
}
.card .card-block-big {
  padding: 1.5625rem;
}
.card .card-block-small {
  padding: 0.9375rem;
}
.card-footer {
  background: transparent;
}
.pcoded .card.full-card {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.44);
  border-radius: 0px;
  width: calc(100vw - 17px);
  height: 100vh;
}
.pcoded .card.full-card.card-load {
  position: fixed;
}
.pcoded .card.card-load {
  position: relative;
  overflow: hidden;
}
.pcoded .card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
.pcoded .card.card-load .card-loader i {
  margin: 0 auto;
  color: #aaa;
  font-size: 20px;
}
.rotate-refresh {
  -webkit-animation: mymove 0.8s infinite linear;
          animation: mymove 0.8s infinite linear;
  display: inline-block;
}
@-webkit-keyframes mymove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mymove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-header {
  background-size: cover;
  position: relative;
  border-radius: 0;
  padding-bottom: 50px;
}
.page-header h4, .page-header .h4 {
  color: #fff;
  font-weight: 400;
}
.page-header .page-block {
  padding: 1.25rem;
}
.page-header .page-block .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}
.page-header .page-block .breadcrumb a {
  font-size: 14px;
  color: #fff;
}
.page-header .page-block .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  font-family: "feather";
  content: "";
  color: #fff;
}
.page-header .page-block .breadcrumb .breadcrumb-item:last-child a {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-header .page-block .breadcrumb {
    float: left;
    margin-top: 10px;
  }
}
.sub-title {
  border-bottom: 1px solid rgba(204, 204, 204, 0.35);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #2c3e50;
}
/**======  Card-Layout css end ======**/
/*======= Typography css start ========*/
.blockquote {
  border-left: 0.25rem solid #eceeef;
  padding: 0.5rem 1rem;
}
.blockquote.blockquote-reverse {
  text-align: right;
  padding-right: 1rem;
  border-right: 0.25rem solid #eceeef;
  border-left: none;
}
.typography h1, .typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6 {
  margin: 0 0 20px;
}
.typography small, .typography .small {
  margin-left: 10px;
  font-weight: 500;
  color: #777;
}
.card-block.list-tag ul li {
  display: block;
  float: none;
  margin-bottom: 5px;
}
.card-block.list-tag ol li {
  margin-bottom: 5px;
}
.inline-order-list {
  margin-top: 50px;
}
.inline-order-list h4, .inline-order-list .h4,
.inline-order-list p {
  margin-bottom: 0;
}
.card-block ul li.list-inline-item {
  display: inline-block;
  float: left;
}
/*======= Typography css end ========*/
/**  =====================
      Modal css start
==========================  **/
.modal {
  z-index: 1050;
}
.modal .modal-dialog {
  pointer-events: all;
}
.bd-example .modal {
  display: block;
  position: inherit;
  background-color: #2C3E50;
  margin-bottom: 20px;
}
.card .overflow-container h5, .card .overflow-container .h5 {
  margin-bottom: 5px;
}
.button-page .card-block a.nav-link {
  margin-bottom: 0;
}
.pcoded-navbar {
  background: #fff;
}
[themebg-pattern=theme1] .btn-primary, [themebg-pattern=theme1] .wizard > .actions a, .wizard > .actions [themebg-pattern=theme1] a, [themebg-pattern=theme1] .sweet-alert button.confirm, .sweet-alert [themebg-pattern=theme1] button.confirm {
  background: #aaa !important;
  border-color: #919191 !important;
}
[themebg-pattern=theme1] .form-material .form-primary .form-control:focus ~ .form-bar:after, [themebg-pattern=theme1] .form-material .form-primary .form-control:focus ~ .form-bar:before,
[themebg-pattern=theme1] .mat-tab-group.mat-primary .mat-ink-bar, [themebg-pattern=theme1] .mat-tab-nav-bar.mat-primary .mat-ink-bar,
[themebg-pattern=theme1] .mat-radio-button.mat-accent .mat-radio-inner-circle,
[themebg-pattern=theme1] .mat-form-field.mat-focused .mat-form-field-ripple {
  background: #aaa !important;
}
[themebg-pattern=theme1] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #aaa !important;
}
[themebg-pattern=theme1] .mat-input-element {
  caret-color: #aaa !important;
}
[themebg-pattern=theme1] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #aaa !important;
}
[themebg-pattern=theme1] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #dddddd !important;
}
[themebg-pattern=theme1] mat-tree-node.selected {
  background-color: rgba(170, 170, 170, 0.1) !important;
}
[themebg-pattern=theme1] .form-material .form-primary .form-control:focus ~ label,
[themebg-pattern=theme1] .mat-form-field.mat-focused .mat-form-field-label,
[themebg-pattern=theme1] .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
[themebg-pattern=theme1] .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #aaa !important;
}
[themebg-pattern=theme1] .checkbox-fade.fade-in-primary .cr, [themebg-pattern=theme1] .checkbox-fade.zoom-primary .cr, [themebg-pattern=theme1] .checkbox-zoom.fade-in-primary .cr, [themebg-pattern=theme1] .checkbox-zoom.zoom-primary .cr {
  border: 2px solid #aaa !important;
}
[themebg-pattern=theme1] .checkbox-fade.fade-in-primary .cr .cr-icon, [themebg-pattern=theme1] .checkbox-fade.zoom-primary .cr .cr-icon, [themebg-pattern=theme1] .checkbox-zoom.fade-in-primary .cr .cr-icon, [themebg-pattern=theme1] .checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #aaa !important;
}
[themebg-pattern=theme1] .mat-progress-spinner circle, [themebg-pattern=theme1] .mat-spinner circle {
  stroke: #aaa !important;
}
[themebg-pattern=theme2] .btn-primary, [themebg-pattern=theme2] .wizard > .actions a, .wizard > .actions [themebg-pattern=theme2] a, [themebg-pattern=theme2] .sweet-alert button.confirm, .sweet-alert [themebg-pattern=theme2] button.confirm {
  background: #012b42 !important;
  border-color: #000a10 !important;
}
[themebg-pattern=theme2] .form-material .form-primary .form-control:focus ~ .form-bar:after, [themebg-pattern=theme2] .form-material .form-primary .form-control:focus ~ .form-bar:before,
[themebg-pattern=theme2] .mat-tab-group.mat-primary .mat-ink-bar, [themebg-pattern=theme2] .mat-tab-nav-bar.mat-primary .mat-ink-bar,
[themebg-pattern=theme2] .mat-radio-button.mat-accent .mat-radio-inner-circle,
[themebg-pattern=theme2] .mat-form-field.mat-focused .mat-form-field-ripple {
  background: #012b42 !important;
}
[themebg-pattern=theme2] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #012b42 !important;
}
[themebg-pattern=theme2] .mat-input-element {
  caret-color: #012b42 !important;
}
[themebg-pattern=theme2] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #012b42 !important;
}
[themebg-pattern=theme2] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #036ca6 !important;
}
[themebg-pattern=theme2] mat-tree-node.selected {
  background-color: rgba(1, 43, 66, 0.1) !important;
}
[themebg-pattern=theme2] .form-material .form-primary .form-control:focus ~ label,
[themebg-pattern=theme2] .mat-form-field.mat-focused .mat-form-field-label,
[themebg-pattern=theme2] .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
[themebg-pattern=theme2] .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #012b42 !important;
}
[themebg-pattern=theme2] .checkbox-fade.fade-in-primary .cr, [themebg-pattern=theme2] .checkbox-fade.zoom-primary .cr, [themebg-pattern=theme2] .checkbox-zoom.fade-in-primary .cr, [themebg-pattern=theme2] .checkbox-zoom.zoom-primary .cr {
  border: 2px solid #012b42 !important;
}
[themebg-pattern=theme2] .checkbox-fade.fade-in-primary .cr .cr-icon, [themebg-pattern=theme2] .checkbox-fade.zoom-primary .cr .cr-icon, [themebg-pattern=theme2] .checkbox-zoom.fade-in-primary .cr .cr-icon, [themebg-pattern=theme2] .checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #012b42 !important;
}
[themebg-pattern=theme2] .mat-progress-spinner circle, [themebg-pattern=theme2] .mat-spinner circle {
  stroke: #012b42 !important;
}
[themebg-pattern=theme3] .btn-primary, [themebg-pattern=theme3] .wizard > .actions a, .wizard > .actions [themebg-pattern=theme3] a, [themebg-pattern=theme3] .sweet-alert button.confirm, .sweet-alert [themebg-pattern=theme3] button.confirm {
  background: #056f9a !important;
  border-color: #034b69 !important;
}
[themebg-pattern=theme3] .form-material .form-primary .form-control:focus ~ .form-bar:after, [themebg-pattern=theme3] .form-material .form-primary .form-control:focus ~ .form-bar:before,
[themebg-pattern=theme3] .mat-tab-group.mat-primary .mat-ink-bar, [themebg-pattern=theme3] .mat-tab-nav-bar.mat-primary .mat-ink-bar,
[themebg-pattern=theme3] .mat-radio-button.mat-accent .mat-radio-inner-circle,
[themebg-pattern=theme3] .mat-form-field.mat-focused .mat-form-field-ripple {
  background: #056f9a !important;
}
[themebg-pattern=theme3] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #056f9a !important;
}
[themebg-pattern=theme3] .mat-input-element {
  caret-color: #056f9a !important;
}
[themebg-pattern=theme3] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #056f9a !important;
}
[themebg-pattern=theme3] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #0eb4f7 !important;
}
[themebg-pattern=theme3] mat-tree-node.selected {
  background-color: rgba(5, 111, 154, 0.1) !important;
}
[themebg-pattern=theme3] .form-material .form-primary .form-control:focus ~ label,
[themebg-pattern=theme3] .mat-form-field.mat-focused .mat-form-field-label,
[themebg-pattern=theme3] .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
[themebg-pattern=theme3] .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #056f9a !important;
}
[themebg-pattern=theme3] .checkbox-fade.fade-in-primary .cr, [themebg-pattern=theme3] .checkbox-fade.zoom-primary .cr, [themebg-pattern=theme3] .checkbox-zoom.fade-in-primary .cr, [themebg-pattern=theme3] .checkbox-zoom.zoom-primary .cr {
  border: 2px solid #056f9a !important;
}
[themebg-pattern=theme3] .checkbox-fade.fade-in-primary .cr .cr-icon, [themebg-pattern=theme3] .checkbox-fade.zoom-primary .cr .cr-icon, [themebg-pattern=theme3] .checkbox-zoom.fade-in-primary .cr .cr-icon, [themebg-pattern=theme3] .checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #056f9a !important;
}
[themebg-pattern=theme3] .mat-progress-spinner circle, [themebg-pattern=theme3] .mat-spinner circle {
  stroke: #056f9a !important;
}
[themebg-pattern=theme4] .btn-primary, [themebg-pattern=theme4] .wizard > .actions a, .wizard > .actions [themebg-pattern=theme4] a, [themebg-pattern=theme4] .sweet-alert button.confirm, .sweet-alert [themebg-pattern=theme4] button.confirm {
  background: #1f3b2e !important;
  border-color: #0d1a14 !important;
}
[themebg-pattern=theme4] .form-material .form-primary .form-control:focus ~ .form-bar:after, [themebg-pattern=theme4] .form-material .form-primary .form-control:focus ~ .form-bar:before,
[themebg-pattern=theme4] .mat-tab-group.mat-primary .mat-ink-bar, [themebg-pattern=theme4] .mat-tab-nav-bar.mat-primary .mat-ink-bar,
[themebg-pattern=theme4] .mat-radio-button.mat-accent .mat-radio-inner-circle,
[themebg-pattern=theme4] .mat-form-field.mat-focused .mat-form-field-ripple {
  background: #1f3b2e !important;
}
[themebg-pattern=theme4] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1f3b2e !important;
}
[themebg-pattern=theme4] .mat-input-element {
  caret-color: #1f3b2e !important;
}
[themebg-pattern=theme4] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1f3b2e !important;
}
[themebg-pattern=theme4] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #427e62 !important;
}
[themebg-pattern=theme4] mat-tree-node.selected {
  background-color: rgba(31, 59, 46, 0.1) !important;
}
[themebg-pattern=theme4] .form-material .form-primary .form-control:focus ~ label,
[themebg-pattern=theme4] .mat-form-field.mat-focused .mat-form-field-label,
[themebg-pattern=theme4] .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
[themebg-pattern=theme4] .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1f3b2e !important;
}
[themebg-pattern=theme4] .checkbox-fade.fade-in-primary .cr, [themebg-pattern=theme4] .checkbox-fade.zoom-primary .cr, [themebg-pattern=theme4] .checkbox-zoom.fade-in-primary .cr, [themebg-pattern=theme4] .checkbox-zoom.zoom-primary .cr {
  border: 2px solid #1f3b2e !important;
}
[themebg-pattern=theme4] .checkbox-fade.fade-in-primary .cr .cr-icon, [themebg-pattern=theme4] .checkbox-fade.zoom-primary .cr .cr-icon, [themebg-pattern=theme4] .checkbox-zoom.fade-in-primary .cr .cr-icon, [themebg-pattern=theme4] .checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #1f3b2e !important;
}
[themebg-pattern=theme4] .mat-progress-spinner circle, [themebg-pattern=theme4] .mat-spinner circle {
  stroke: #1f3b2e !important;
}
[themebg-pattern=theme5] .btn-primary, [themebg-pattern=theme5] .wizard > .actions a, .wizard > .actions [themebg-pattern=theme5] a, [themebg-pattern=theme5] .sweet-alert button.confirm, .sweet-alert [themebg-pattern=theme5] button.confirm {
  background: #471c1c !important;
  border-color: #220e0e !important;
}
[themebg-pattern=theme5] .form-material .form-primary .form-control:focus ~ .form-bar:after, [themebg-pattern=theme5] .form-material .form-primary .form-control:focus ~ .form-bar:before,
[themebg-pattern=theme5] .mat-tab-group.mat-primary .mat-ink-bar, [themebg-pattern=theme5] .mat-tab-nav-bar.mat-primary .mat-ink-bar,
[themebg-pattern=theme5] .mat-radio-button.mat-accent .mat-radio-inner-circle,
[themebg-pattern=theme5] .mat-form-field.mat-focused .mat-form-field-ripple {
  background: #471c1c !important;
}
[themebg-pattern=theme5] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #471c1c !important;
}
[themebg-pattern=theme5] .mat-input-element {
  caret-color: #471c1c !important;
}
[themebg-pattern=theme5] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #471c1c !important;
}
[themebg-pattern=theme5] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #903939 !important;
}
[themebg-pattern=theme5] mat-tree-node.selected {
  background-color: rgba(71, 28, 28, 0.1) !important;
}
[themebg-pattern=theme5] .form-material .form-primary .form-control:focus ~ label,
[themebg-pattern=theme5] .mat-form-field.mat-focused .mat-form-field-label,
[themebg-pattern=theme5] .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
[themebg-pattern=theme5] .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #471c1c !important;
}
[themebg-pattern=theme5] .checkbox-fade.fade-in-primary .cr, [themebg-pattern=theme5] .checkbox-fade.zoom-primary .cr, [themebg-pattern=theme5] .checkbox-zoom.fade-in-primary .cr, [themebg-pattern=theme5] .checkbox-zoom.zoom-primary .cr {
  border: 2px solid #471c1c !important;
}
[themebg-pattern=theme5] .checkbox-fade.fade-in-primary .cr .cr-icon, [themebg-pattern=theme5] .checkbox-fade.zoom-primary .cr .cr-icon, [themebg-pattern=theme5] .checkbox-zoom.fade-in-primary .cr .cr-icon, [themebg-pattern=theme5] .checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #471c1c !important;
}
[themebg-pattern=theme5] .mat-progress-spinner circle, [themebg-pattern=theme5] .mat-spinner circle {
  stroke: #471c1c !important;
}
[themebg-pattern=theme6] .btn-primary, [themebg-pattern=theme6] .wizard > .actions a, .wizard > .actions [themebg-pattern=theme6] a, [themebg-pattern=theme6] .sweet-alert button.confirm, .sweet-alert [themebg-pattern=theme6] button.confirm {
  background: #7C4DFF !important;
  border-color: #561aff !important;
}
[themebg-pattern=theme6] .form-material .form-primary .form-control:focus ~ .form-bar:after, [themebg-pattern=theme6] .form-material .form-primary .form-control:focus ~ .form-bar:before,
[themebg-pattern=theme6] .mat-tab-group.mat-primary .mat-ink-bar, [themebg-pattern=theme6] .mat-tab-nav-bar.mat-primary .mat-ink-bar,
[themebg-pattern=theme6] .mat-radio-button.mat-accent .mat-radio-inner-circle,
[themebg-pattern=theme6] .mat-form-field.mat-focused .mat-form-field-ripple {
  background: #7C4DFF !important;
}
[themebg-pattern=theme6] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #7C4DFF !important;
}
[themebg-pattern=theme6] .mat-input-element {
  caret-color: #7C4DFF !important;
}
[themebg-pattern=theme6] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #7C4DFF !important;
}
[themebg-pattern=theme6] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #c7b3ff !important;
}
[themebg-pattern=theme6] mat-tree-node.selected {
  background-color: rgba(124, 77, 255, 0.1) !important;
}
[themebg-pattern=theme6] .form-material .form-primary .form-control:focus ~ label,
[themebg-pattern=theme6] .mat-form-field.mat-focused .mat-form-field-label,
[themebg-pattern=theme6] .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
[themebg-pattern=theme6] .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #7C4DFF !important;
}
[themebg-pattern=theme6] .checkbox-fade.fade-in-primary .cr, [themebg-pattern=theme6] .checkbox-fade.zoom-primary .cr, [themebg-pattern=theme6] .checkbox-zoom.fade-in-primary .cr, [themebg-pattern=theme6] .checkbox-zoom.zoom-primary .cr {
  border: 2px solid #7C4DFF !important;
}
[themebg-pattern=theme6] .checkbox-fade.fade-in-primary .cr .cr-icon, [themebg-pattern=theme6] .checkbox-fade.zoom-primary .cr .cr-icon, [themebg-pattern=theme6] .checkbox-zoom.fade-in-primary .cr .cr-icon, [themebg-pattern=theme6] .checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #7C4DFF !important;
}
[themebg-pattern=theme6] .mat-progress-spinner circle, [themebg-pattern=theme6] .mat-spinner circle {
  stroke: #7C4DFF !important;
}
[themebg-pattern=theme7] .btn-primary, [themebg-pattern=theme7] .wizard > .actions a, .wizard > .actions [themebg-pattern=theme7] a, [themebg-pattern=theme7] .sweet-alert button.confirm, .sweet-alert [themebg-pattern=theme7] button.confirm {
  background: #424242 !important;
  border-color: #292929 !important;
}
[themebg-pattern=theme7] .form-material .form-primary .form-control:focus ~ .form-bar:after, [themebg-pattern=theme7] .form-material .form-primary .form-control:focus ~ .form-bar:before,
[themebg-pattern=theme7] .mat-tab-group.mat-primary .mat-ink-bar, [themebg-pattern=theme7] .mat-tab-nav-bar.mat-primary .mat-ink-bar,
[themebg-pattern=theme7] .mat-radio-button.mat-accent .mat-radio-inner-circle,
[themebg-pattern=theme7] .mat-form-field.mat-focused .mat-form-field-ripple {
  background: #424242 !important;
}
[themebg-pattern=theme7] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #424242 !important;
}
[themebg-pattern=theme7] .mat-input-element {
  caret-color: #424242 !important;
}
[themebg-pattern=theme7] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #424242 !important;
}
[themebg-pattern=theme7] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #757575 !important;
}
[themebg-pattern=theme7] mat-tree-node.selected {
  background-color: rgba(66, 66, 66, 0.1) !important;
}
[themebg-pattern=theme7] .form-material .form-primary .form-control:focus ~ label,
[themebg-pattern=theme7] .mat-form-field.mat-focused .mat-form-field-label,
[themebg-pattern=theme7] .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
[themebg-pattern=theme7] .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #424242 !important;
}
[themebg-pattern=theme7] .checkbox-fade.fade-in-primary .cr, [themebg-pattern=theme7] .checkbox-fade.zoom-primary .cr, [themebg-pattern=theme7] .checkbox-zoom.fade-in-primary .cr, [themebg-pattern=theme7] .checkbox-zoom.zoom-primary .cr {
  border: 2px solid #424242 !important;
}
[themebg-pattern=theme7] .checkbox-fade.fade-in-primary .cr .cr-icon, [themebg-pattern=theme7] .checkbox-fade.zoom-primary .cr .cr-icon, [themebg-pattern=theme7] .checkbox-zoom.fade-in-primary .cr .cr-icon, [themebg-pattern=theme7] .checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #424242 !important;
}
[themebg-pattern=theme7] .mat-progress-spinner circle, [themebg-pattern=theme7] .mat-spinner circle {
  stroke: #424242 !important;
}
[themebg-pattern=theme8] .btn-primary, [themebg-pattern=theme8] .wizard > .actions a, .wizard > .actions [themebg-pattern=theme8] a, [themebg-pattern=theme8] .sweet-alert button.confirm, .sweet-alert [themebg-pattern=theme8] button.confirm {
  background: #d20a11 !important;
  border-color: #a1080d !important;
}
[themebg-pattern=theme8] .form-material .form-primary .form-control:focus ~ .form-bar:after, [themebg-pattern=theme8] .form-material .form-primary .form-control:focus ~ .form-bar:before,
[themebg-pattern=theme8] .mat-tab-group.mat-primary .mat-ink-bar, [themebg-pattern=theme8] .mat-tab-nav-bar.mat-primary .mat-ink-bar,
[themebg-pattern=theme8] .mat-radio-button.mat-accent .mat-radio-inner-circle,
[themebg-pattern=theme8] .mat-form-field.mat-focused .mat-form-field-ripple {
  background: #d20a11 !important;
}
[themebg-pattern=theme8] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #d20a11 !important;
}
[themebg-pattern=theme8] .mat-input-element {
  caret-color: #d20a11 !important;
}
[themebg-pattern=theme8] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #d20a11 !important;
}
[themebg-pattern=theme8] .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #f64c52 !important;
}
[themebg-pattern=theme8] mat-tree-node.selected {
  background-color: rgba(210, 10, 17, 0.1) !important;
}
[themebg-pattern=theme8] .form-material .form-primary .form-control:focus ~ label,
[themebg-pattern=theme8] .mat-form-field.mat-focused .mat-form-field-label,
[themebg-pattern=theme8] .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
[themebg-pattern=theme8] .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #d20a11 !important;
}
[themebg-pattern=theme8] .checkbox-fade.fade-in-primary .cr, [themebg-pattern=theme8] .checkbox-fade.zoom-primary .cr, [themebg-pattern=theme8] .checkbox-zoom.fade-in-primary .cr, [themebg-pattern=theme8] .checkbox-zoom.zoom-primary .cr {
  border: 2px solid #d20a11 !important;
}
[themebg-pattern=theme8] .checkbox-fade.fade-in-primary .cr .cr-icon, [themebg-pattern=theme8] .checkbox-fade.zoom-primary .cr .cr-icon, [themebg-pattern=theme8] .checkbox-zoom.fade-in-primary .cr .cr-icon, [themebg-pattern=theme8] .checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #d20a11 !important;
}
[themebg-pattern=theme8] .mat-progress-spinner circle, [themebg-pattern=theme8] .mat-spinner circle {
  stroke: #d20a11 !important;
}
.sweet-alert button.confirm {
  background-color: #aaa;
}
.sweet-alert .sa-input-error {
  top: 23px;
}
/**====== Modal css end ======**/
/**  =====================
      Accordion css start
==========================  **/
.accordion-msg {
  display: block;
  color: #222222;
  padding: 14px 20px;
  border-top: 1px solid #ddd;
  font-weight: 500;
  cursor: pointer;
}
.accordion-msg:focus,
.accordion-msg:hover {
  text-decoration: none;
  outline: none;
}
.faq-accordion .accordion-desc {
  padding: 20px;
}
.accordion-desc {
  color: #222222;
  padding: 0 20px 20px;
}
#color-accordion .accordion-desc {
  margin-top: 14px;
}
.ui-accordion-header-icon {
  float: right;
  font-size: 20px;
}
.accordion-title {
  margin-bottom: 0;
}
.accordion-block {
  padding: 0;
}
.accordion-block p {
  margin-bottom: 0;
}
.color-accordion-block a.ui-state-active, .color-accordion-block a:focus, .color-accordion-block a:hover {
  color: #fff;
  background: #4680ff;
}
a.bg-default:focus,
a.bg-default:hover {
  background-color: #f0f0f0;
  color: #fff;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #c4c4c4;
  color: #fff;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #b5d98b;
  color: #fff;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #08e3ff;
  color: #fff;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ffcf8a;
  color: #fff;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ff8585;
  color: #fff;
}
/**====== Accordion css end ======**/
/**  =====================
      Tabs css start
==========================  **/
.tab-list p {
  padding: 10px;
}
.tab-with-img i {
  position: absolute;
  padding: 5px;
}
.tab-icon {
  margin-bottom: 30px;
}
.tab-icon i {
  padding-right: 10px;
}
.tab-below {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.tab-below.nav-tabs .nav-link.active {
  border-color: transparent #ddd #ddd #ddd;
}
.tab-below .nav-item {
  margin-top: -2px;
}
.tab-below.nav-tabs .nav-link {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card-header ~ .tab-icon .tab-with-img .sub-title i {
  right: 10px;
}
.tab-with-img .nav-link {
  position: relative;
}
.tabs-left,
.tabs-right {
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}
.tabs-left,
.tabs-left-content,
.tabs-right,
.tabs-right-content {
  display: table-cell;
}
.nav-tabs.tabs-left .slide {
  height: 35px;
  width: 4px;
  bottom: 15px;
}
.nav-tabs.tabs-right .slide {
  height: 35px;
  width: 4px;
  bottom: 15px;
  right: 0;
}
.md-tabs.tabs-left .nav-item,
.md-tabs.tabs-right .nav-item,
.tabs-left .nav-item,
.tabs-right .nav-item {
  width: 100%;
  position: relative;
}
.md-tabs {
  position: relative;
}
.md-tabs .nav-item + .nav-item {
  margin: 0;
}
.md-tabs .nav-link {
  border: none;
  color: #37474f;
}
.md-tabs .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
}
.md-tabs .nav-link:focus,
.md-tabs .nav-link:hover {
  border: none;
}
.md-tabs .nav-item .nav-link.active ~ .slide {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.md-tabs .nav-item .nav-link ~ .slide {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link.active:hover {
  color: #aaa;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.md-tabs .nav-item a {
  padding: 20px 0;
  color: #37474f;
}
.nav-tabs .slide {
  background: #aaa;
  width: 100%;
  height: 4px;
  position: absolute;
  transition: left 0.3s ease-out;
  bottom: 0;
}
.nav-tabs .slide .nav-item.show .nav-link,
.nav-tabs .slide .nav-link {
  color: #aaa;
}
.img-tabs img {
  width: 100px;
  margin: 0 auto;
}
.img-tabs a {
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}
.img-tabs a span i {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  bottom: 10px;
  right: 70px;
}
.img-tabs a img {
  border: 3px solid;
}
.img-tabs a.active {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.img-tabs .nav-item:first-child {
  border-bottom: none;
}
#pc-left-panel-menu {
  margin-bottom: 20px;
}
.img-circle {
  border-radius: 50%;
}
.b-none {
  border: none;
}
/**====== Tabs css end ======**/
/**  =====================
      Table css start
==========================  **/
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #4680FE;
}
.table-responsive {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}
.table.table-xl td,
.table.table-xl th {
  padding: 1.25rem 2rem;
}
.table.table-lg td,
.table.table-lg th {
  padding: 0.9rem 2rem;
}
.table.table-de td,
.table.table-de th {
  padding: 0.75rem 2rem;
}
.table.table-sm td,
.table.table-sm th {
  padding: 0.6rem 2rem;
}
.table.table-xs td,
.table.table-xs th {
  padding: 0.4rem 2rem;
}
.table-columned > tbody > tr > td:first-child,
.table-columned > tbody > tr > th:first-child {
  border-left: 0;
}
.table-columned > tfoot > tr > td:first-child,
.table-columned > tfoot > tr > th:first-child {
  border-left: 0;
}
.table-columned > tbody > tr > td,
.table-columned > tbody > tr > th {
  border: 0;
  border-left: 1px solid #ddd;
}
.table-columned > tfoot > tr > td,
.table-columned > tfoot > tr > th {
  border: 0;
  border-left: 1px solid #ddd;
}
.table-border-style {
  padding: 0;
}
.table-border-style .table {
  margin-bottom: 0;
}
.table > thead > tr > th {
  border-bottom-color: #ccc;
}
.table-borderless tbody tr td,
.table-borderless tbody tr th {
  border: 0;
}
.table-bordered > thead > tr.border-solid > td,
.table-bordered > thead > tr.border-solid > th {
  border-bottom-width: 2px;
}
.table-bordered > thead > tr.border-solid:first-child > td,
.table-bordered > thead > tr.border-solid:first-child th {
  border-bottom-width: 2px;
}
.table-bordered > thead > tr.border-double > td,
.table-bordered > thead > tr.border-double > th {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
.table-bordered > thead > tr.border-double:first-child > td,
.table-bordered > thead > tr.border-double:first-child th {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
/**====== Table css end ======**/
/*====== Warning css starts ======= */
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  padding: 50px 0;
}
.ie-warning p {
  font-size: 17px;
}
.ie-warning .iew-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 50px 0;
}
.ie-warning .iew-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .iew-download > li {
  float: left;
  vertical-align: top;
}
.ie-warning .iew-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
}
.ie-warning .iew-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .iew-download > li > a:hover {
  background-color: #eee;
}
/*====== Warning css ends ======= */
.progress {
  height: 1rem;
}
.progress .progress-bar {
  height: 100%;
  color: inherit;
}
/**  =====================
      Theme-preloader css start
==========================  **/
.loader-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 9999;
}
.loader-bg .loader-bar {
  position: fixed;
  height: 5px;
  width: 80%;
  top: 0;
  left: 0;
  background: #2196f3;
  -webkit-animation: barfiller 2s;
          animation: barfiller 2s;
}
@-webkit-keyframes barfiller {
  0% {
    width: 0;
  }
  25% {
    width: 20%;
  }
  50% {
    width: 40%;
  }
  70% {
    width: 60%;
  }
  100% {
    width: 80%;
  }
}
@keyframes barfiller {
  0% {
    width: 0;
  }
  25% {
    width: 20%;
  }
  50% {
    width: 40%;
  }
  70% {
    width: 60%;
  }
  100% {
    width: 80%;
  }
}
@-moz-document url-prefix() {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF url('select-arrow.png') no-repeat 95% center;
  }
}
/**  =====================
      Generic-class css start
========================== **/
.generic-card-block code {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.generic-image-body li {
  padding: 0 20px;
  display: inline-block;
}
.generic-image-body code {
  display: block;
}
.generic-image-body img {
  display: block;
  margin: 10px auto 20px;
}
/*====== Padding , Margin css starts ======*/
.p-0 {
  padding: 0px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-l-0 {
  padding-left: 0px;
}
.p-r-0 {
  padding-right: 0px;
}
.m-0 {
  margin: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.p-5 {
  padding: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.m-5 {
  margin: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.p-10 {
  padding: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.m-10 {
  margin: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.p-15 {
  padding: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.m-15 {
  margin: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.p-20 {
  padding: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.m-20 {
  margin: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.p-25 {
  padding: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.m-25 {
  margin: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.p-30 {
  padding: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.m-30 {
  margin: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.p-35 {
  padding: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.m-35 {
  margin: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.p-40 {
  padding: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.m-40 {
  margin: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.p-45 {
  padding: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.m-45 {
  margin: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.p-50 {
  padding: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.m-50 {
  margin: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
/*====== Padding , Margin css ends ======*/
/*====== Display css starts ======*/
.d-none {
  display: none;
}
.d-inline-block {
  display: inline-block;
}
.d-inline-flex {
  display: inline-flex;
}
/*====== display css ends ======*/
/*====== Border-radius css starts ======*/
.b-radius-0 {
  border-radius: 0px;
}
.b-radius-5 {
  border-radius: 5px;
}
.b-radius-10 {
  border-radius: 10px;
}
/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-10 {
  font-size: 10px;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-32 {
  font-size: 32px;
}
.f-34 {
  font-size: 34px;
}
.f-36 {
  font-size: 36px;
}
.f-38 {
  font-size: 38px;
}
.f-40 {
  font-size: 40px;
}
.f-42 {
  font-size: 42px;
}
.f-44 {
  font-size: 44px;
}
.f-46 {
  font-size: 46px;
}
.f-48 {
  font-size: 48px;
}
.f-50 {
  font-size: 50px;
}
.f-52 {
  font-size: 52px;
}
.f-54 {
  font-size: 54px;
}
.f-56 {
  font-size: 56px;
}
.f-58 {
  font-size: 58px;
}
.f-60 {
  font-size: 60px;
}
.f-62 {
  font-size: 62px;
}
.f-64 {
  font-size: 64px;
}
.f-66 {
  font-size: 66px;
}
.f-68 {
  font-size: 68px;
}
.f-70 {
  font-size: 70px;
}
.f-72 {
  font-size: 72px;
}
.f-74 {
  font-size: 74px;
}
.f-76 {
  font-size: 76px;
}
.f-78 {
  font-size: 78px;
}
.f-80 {
  font-size: 80px;
}
/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100;
}
.f-w-200 {
  font-weight: 200;
}
.f-w-300 {
  font-weight: 300;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-800 {
  font-weight: 800;
}
.f-w-900 {
  font-weight: 900;
}
/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal;
}
.f-s-italic {
  font-style: italic;
}
.f-s-oblique {
  font-style: oblique;
}
.f-s-initial {
  font-style: normal;
  font-style: initial;
}
.f-s-inherit {
  font-style: inherit;
}
/*====== Font-style css ends ======*/
.text {
  /*====== Text-Transform css starts ======*/
  /*====== Text-Transform css ends ======*/
  /*====== Text-Decoration css starts ======*/
  /*====== Text-Decoration css ends ======*/
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-overline {
  text-decoration: overline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline;
}
.sub {
  vertical-align: sub;
}
.super {
  vertical-align: super;
}
.top {
  vertical-align: top;
}
.text-top {
  vertical-align: text-top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.text-bottom {
  vertical-align: text-bottom;
}
.initial {
  vertical-align: baseline;
  vertical-align: initial;
}
.inherit {
  vertical-align: inherit;
}
/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.pos-static {
  position: static;
}
.pos-absolute {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.pos-relative {
  position: relative;
}
.pos-initial {
  position: static;
  position: initial;
}
.pos-inherit {
  position: inherit;
}
/*====== Position css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden;
}
.o-visible {
  overflow: visible;
}
.o-auto {
  overflow: auto;
}
/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-20 {
  width: 20px;
}
.img-30 {
  width: 30px;
}
.img-40 {
  width: 40px;
}
.img-50 {
  width: 50px;
}
.img-60 {
  width: 60px;
}
.img-70 {
  width: 70px;
}
.img-80 {
  width: 80px;
}
.img-90 {
  width: 90px;
}
.img-100 {
  width: 100px;
}
/*====== Image-sizes css ends ======*/
/*======= Text css starts ===========*/
.text-primary {
  color: #aaa;
}
.text-warning {
  color: #ffba57;
}
.text-default {
  color: #d6d6d6;
}
.text-danger {
  color: #ff5252;
}
.text-success {
  color: #9ccc65;
}
.text-inverse {
  color: #37474f;
}
.text-info {
  color: #00bcd4;
}
.text-custom {
  color: #64b0f2;
}
.text-pink {
  color: #ff7aa3;
}
.text-dark {
  color: #2b3d51;
}
.text-purple {
  color: #9261c6;
}
.text-muted {
  color: #78909c;
}
/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}
.label-primary {
  background: #aaa;
}
.label-warning {
  background: #ffba57;
}
.label-default {
  background: #d6d6d6;
}
.label-danger {
  background: #ff5252;
}
.label-success {
  background: #9ccc65;
}
.label-inverse {
  background: #37474f;
}
.label-info {
  background: #00bcd4;
}
.label-warning {
  color: #fff;
}
/*======= Label-color css starts  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background: #aaa;
}
.badge-warning {
  background: #ffba57;
}
.badge-default {
  background: #d6d6d6;
}
.badge-danger {
  background: #ff5252;
}
.badge-success {
  background: #9ccc65;
}
.badge-inverse {
  background: #37474f;
}
.badge-info {
  background: #00bcd4;
}
/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-color-box {
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.49);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.bg-color-box span {
  color: #fff;
}
.bg-primary {
  background-color: #aaa;
  color: #fff;
}
.bg-warning {
  background-color: #ffba57;
  color: #fff;
}
.bg-default {
  background-color: #d6d6d6;
  color: #fff;
}
.bg-danger {
  background-color: #ff5252;
  color: #fff;
}
.bg-success {
  background-color: #9ccc65;
  color: #fff;
}
.bg-inverse {
  background-color: #37474f;
  color: #fff;
}
.bg-info {
  background-color: #00bcd4;
  color: #fff;
}
/*======= Background-color css end  ======= */
/*======= Button-color css starts  ======= */
.color-primary {
  background-color: #aaa;
}
.color-warning {
  background-color: #ffba57;
}
.color-default {
  background-color: #d6d6d6;
}
.color-danger {
  background-color: #ff5252;
}
.color-success {
  background-color: #9ccc65;
}
.color-inverse {
  background-color: #37474f;
}
.color-info {
  background-color: #00bcd4;
}
/*======= Button-color css ends  ======= */
/*======= Loader-color css starts  ======= */
.loader-primary {
  background-color: #aaa;
}
.loader-warning {
  background-color: #ffba57;
}
.loader-default {
  background-color: #d6d6d6;
}
.loader-danger {
  background-color: #ff5252;
}
.loader-success {
  background-color: #9ccc65;
}
.loader-inverse {
  background-color: #37474f;
}
.loader-info {
  background-color: #00bcd4;
}
/*======= Loader-color css ends  ======= */
/*======= Nestable-color css starts  ======= */
.nestable-primary {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
.nestable-warning {
  background-color: #ffba57;
  border-color: #ffba57;
  color: #fff;
}
.nestable-default {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #fff;
}
.nestable-danger {
  background-color: #ff5252;
  border-color: #ff5252;
  color: #fff;
}
.nestable-success {
  background-color: #9ccc65;
  border-color: #9ccc65;
  color: #fff;
}
.nestable-inverse {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
}
.nestable-info {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
}
/*======= Nestable-color css ends  ======= */
/*======= Table-Border-Bottom-color css starts  ======= */
table tbody .border-bottom-primary td,
table tbody .border-bottom-primary th,
table thead .border-bottom-primary th {
  border-bottom: 1px solid #aaa;
}
table tbody .border-bottom-warning td,
table tbody .border-bottom-warning th,
table thead .border-bottom-warning th {
  border-bottom: 1px solid #ffba57;
}
table tbody .border-bottom-default td,
table tbody .border-bottom-default th,
table thead .border-bottom-default th {
  border-bottom: 1px solid #d6d6d6;
}
table tbody .border-bottom-danger td,
table tbody .border-bottom-danger th,
table thead .border-bottom-danger th {
  border-bottom: 1px solid #ff5252;
}
table tbody .border-bottom-success td,
table tbody .border-bottom-success th,
table thead .border-bottom-success th {
  border-bottom: 1px solid #9ccc65;
}
table tbody .border-bottom-inverse td,
table tbody .border-bottom-inverse th,
table thead .border-bottom-inverse th {
  border-bottom: 1px solid #37474f;
}
table tbody .border-bottom-info td,
table tbody .border-bottom-info th,
table thead .border-bottom-info th {
  border-bottom: 1px solid #00bcd4;
}
/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #aaa;
  color: #fff;
  border: 3px solid #aaa;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #919191;
  border: 3px solid #919191;
}
.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #ffba57;
  color: #fff;
  border: 3px solid #ffba57;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #ffa524;
  border: 3px solid #ffa524;
}
.table-styling .table-default,
.table-styling.table-default {
  background-color: #d6d6d6;
  color: #fff;
  border: 3px solid #d6d6d6;
}
.table-styling .table-default thead,
.table-styling.table-default thead {
  background-color: #bdbdbd;
  border: 3px solid #bdbdbd;
}
.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #ff5252;
  color: #fff;
  border: 3px solid #ff5252;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #ff1f1f;
  border: 3px solid #ff1f1f;
}
.table-styling .table-success,
.table-styling.table-success {
  background-color: #9ccc65;
  color: #fff;
  border: 3px solid #9ccc65;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #83bf3f;
  border: 3px solid #83bf3f;
}
.table-styling .table-inverse,
.table-styling.table-inverse {
  background-color: #37474f;
  color: #fff;
  border: 3px solid #37474f;
}
.table-styling .table-inverse thead,
.table-styling.table-inverse thead {
  background-color: #222c31;
  border: 3px solid #222c31;
}
.table-styling .table-info,
.table-styling.table-info {
  background-color: #00bcd4;
  color: #fff;
  border: 3px solid #00bcd4;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #008fa1;
  border: 3px solid #008fa1;
}
/*======= Table styling css ends  ======= */
/*======= Toolbar css starts  ======= */
.toolbar-primary .tool-item {
  background: #aaa;
}
.toolbar-primary .tool-item.selected,
.toolbar-primary .tool-item:hover {
  background: #919191;
}
.toolbar-primary.tool-top .arrow {
  border-color: #aaa transparent transparent;
}
.toolbar-primary.tool-bottom .arrow {
  border-color: transparent transparent #aaa;
}
.toolbar-primary.tool-left .arrow {
  border-color: transparent transparent transparent #aaa;
}
.toolbar-primary.tool-right .arrow {
  border-color: transparent #aaa transparent transparent;
}
.btn-toolbar-primary.pressed {
  background-color: #aaa;
}
.toolbar-warning .tool-item {
  background: #ffba57;
}
.toolbar-warning .tool-item.selected,
.toolbar-warning .tool-item:hover {
  background: #ffa524;
}
.toolbar-warning.tool-top .arrow {
  border-color: #ffba57 transparent transparent;
}
.toolbar-warning.tool-bottom .arrow {
  border-color: transparent transparent #ffba57;
}
.toolbar-warning.tool-left .arrow {
  border-color: transparent transparent transparent #ffba57;
}
.toolbar-warning.tool-right .arrow {
  border-color: transparent #ffba57 transparent transparent;
}
.btn-toolbar-warning.pressed {
  background-color: #ffba57;
}
.toolbar-light .tool-item {
  background: #d6d6d6;
}
.toolbar-light .tool-item.selected,
.toolbar-light .tool-item:hover {
  background: #bdbdbd;
}
.toolbar-light.tool-top .arrow {
  border-color: #d6d6d6 transparent transparent;
}
.toolbar-light.tool-bottom .arrow {
  border-color: transparent transparent #d6d6d6;
}
.toolbar-light.tool-left .arrow {
  border-color: transparent transparent transparent #d6d6d6;
}
.toolbar-light.tool-right .arrow {
  border-color: transparent #d6d6d6 transparent transparent;
}
.btn-toolbar-light.pressed {
  background-color: #d6d6d6;
}
.toolbar-danger .tool-item {
  background: #ff5252;
}
.toolbar-danger .tool-item.selected,
.toolbar-danger .tool-item:hover {
  background: #ff1f1f;
}
.toolbar-danger.tool-top .arrow {
  border-color: #ff5252 transparent transparent;
}
.toolbar-danger.tool-bottom .arrow {
  border-color: transparent transparent #ff5252;
}
.toolbar-danger.tool-left .arrow {
  border-color: transparent transparent transparent #ff5252;
}
.toolbar-danger.tool-right .arrow {
  border-color: transparent #ff5252 transparent transparent;
}
.btn-toolbar-danger.pressed {
  background-color: #ff5252;
}
.toolbar-success .tool-item {
  background: #9ccc65;
}
.toolbar-success .tool-item.selected,
.toolbar-success .tool-item:hover {
  background: #83bf3f;
}
.toolbar-success.tool-top .arrow {
  border-color: #9ccc65 transparent transparent;
}
.toolbar-success.tool-bottom .arrow {
  border-color: transparent transparent #9ccc65;
}
.toolbar-success.tool-left .arrow {
  border-color: transparent transparent transparent #9ccc65;
}
.toolbar-success.tool-right .arrow {
  border-color: transparent #9ccc65 transparent transparent;
}
.btn-toolbar-success.pressed {
  background-color: #9ccc65;
}
.toolbar-dark .tool-item {
  background: #37474f;
}
.toolbar-dark .tool-item.selected,
.toolbar-dark .tool-item:hover {
  background: #222c31;
}
.toolbar-dark.tool-top .arrow {
  border-color: #37474f transparent transparent;
}
.toolbar-dark.tool-bottom .arrow {
  border-color: transparent transparent #37474f;
}
.toolbar-dark.tool-left .arrow {
  border-color: transparent transparent transparent #37474f;
}
.toolbar-dark.tool-right .arrow {
  border-color: transparent #37474f transparent transparent;
}
.btn-toolbar-dark.pressed {
  background-color: #37474f;
}
.toolbar-info .tool-item {
  background: #00bcd4;
}
.toolbar-info .tool-item.selected,
.toolbar-info .tool-item:hover {
  background: #008fa1;
}
.toolbar-info.tool-top .arrow {
  border-color: #00bcd4 transparent transparent;
}
.toolbar-info.tool-bottom .arrow {
  border-color: transparent transparent #00bcd4;
}
.toolbar-info.tool-left .arrow {
  border-color: transparent transparent transparent #00bcd4;
}
.toolbar-info.tool-right .arrow {
  border-color: transparent #00bcd4 transparent transparent;
}
.btn-toolbar-info.pressed {
  background-color: #00bcd4;
}
/*======= Toolbar css ends  ======= */
/*======= Card-Border-Top-color css starts  ======= */
.card-border-primary {
  border-top: 4px solid #aaa;
}
.card-border-warning {
  border-top: 4px solid #ffba57;
}
.card-border-default {
  border-top: 4px solid #d6d6d6;
}
.card-border-danger {
  border-top: 4px solid #ff5252;
}
.card-border-success {
  border-top: 4px solid #9ccc65;
}
.card-border-inverse {
  border-top: 4px solid #37474f;
}
.card-border-info {
  border-top: 4px solid #00bcd4;
}
/*======= Card-Border-Top-color css ends  ======= */
/*======= Card-color css starts  ======= */
.card-primary {
  background: #aaa;
}
.card-warning {
  background: #ffba57;
}
.card-default {
  background: #d6d6d6;
}
.card-danger {
  background: #ff5252;
}
.card-success {
  background: #9ccc65;
}
.card-inverse {
  background: #37474f;
}
.card-info {
  background: #00bcd4;
}
/*======= Card-color css ends  ======= */
/*======= All-Borders-color css starts  ======= */
.b-t-primary {
  border-top: 1px solid #aaa;
}
.b-b-primary {
  border-bottom: 1px solid #aaa;
}
.b-l-primary {
  border-left: 1px solid #aaa;
}
.b-r-primary {
  border-right: 1px solid #aaa;
}
.b-primary {
  border: 1px solid #aaa;
}
.b-t-warning {
  border-top: 1px solid #ffba57;
}
.b-b-warning {
  border-bottom: 1px solid #ffba57;
}
.b-l-warning {
  border-left: 1px solid #ffba57;
}
.b-r-warning {
  border-right: 1px solid #ffba57;
}
.b-warning {
  border: 1px solid #ffba57;
}
.b-t-default {
  border-top: 1px solid #d6d6d6;
}
.b-b-default {
  border-bottom: 1px solid #d6d6d6;
}
.b-l-default {
  border-left: 1px solid #d6d6d6;
}
.b-r-default {
  border-right: 1px solid #d6d6d6;
}
.b-default {
  border: 1px solid #d6d6d6;
}
.b-t-danger {
  border-top: 1px solid #ff5252;
}
.b-b-danger {
  border-bottom: 1px solid #ff5252;
}
.b-l-danger {
  border-left: 1px solid #ff5252;
}
.b-r-danger {
  border-right: 1px solid #ff5252;
}
.b-danger {
  border: 1px solid #ff5252;
}
.b-t-success {
  border-top: 1px solid #9ccc65;
}
.b-b-success {
  border-bottom: 1px solid #9ccc65;
}
.b-l-success {
  border-left: 1px solid #9ccc65;
}
.b-r-success {
  border-right: 1px solid #9ccc65;
}
.b-success {
  border: 1px solid #9ccc65;
}
.b-t-inverse {
  border-top: 1px solid #37474f;
}
.b-b-inverse {
  border-bottom: 1px solid #37474f;
}
.b-l-inverse {
  border-left: 1px solid #37474f;
}
.b-r-inverse {
  border-right: 1px solid #37474f;
}
.b-inverse {
  border: 1px solid #37474f;
}
.b-t-info {
  border-top: 1px solid #00bcd4;
}
.b-b-info {
  border-bottom: 1px solid #00bcd4;
}
.b-l-info {
  border-left: 1px solid #00bcd4;
}
.b-r-info {
  border-right: 1px solid #00bcd4;
}
.b-info {
  border: 1px solid #00bcd4;
}
/*======= All-Borders-color css ends  ======= */
/*======= All-color css start  ======= */
.bg-facebook {
  background: #3B5997;
}
.text-facebook {
  color: #3B5997;
}
.bg-twitter {
  background: #42C0FB;
}
.text-twitter {
  color: #42C0FB;
}
.bg-dribbble {
  background: #EC4A89;
}
.text-dribbble {
  color: #EC4A89;
}
.bg-pinterest {
  background: #BF2131;
}
.text-pinterest {
  color: #BF2131;
}
.bg-youtube {
  background: #E0291D;
}
.text-youtube {
  color: #E0291D;
}
.bg-googleplus {
  background: #C73E2E;
}
.text-googleplus {
  color: #C73E2E;
}
.bg-instagram {
  background: #AA7C62;
}
.text-instagram {
  color: #AA7C62;
}
.bg-viber {
  background: #7B519D;
}
.text-viber {
  color: #7B519D;
}
.bg-amazon {
  background: #000;
}
.text-amazon {
  color: #000;
}
.bg-behance {
  background: #0057ff;
}
.text-behance {
  color: #0057ff;
}
.bg-dropbox {
  background: #3380FF;
}
.text-dropbox {
  color: #3380FF;
}
.bg-c-blue {
  background: #448aff;
}
.text-c-blue {
  color: #448aff;
}
.bg-c-red {
  background: #ff5252;
}
.text-c-red {
  color: #ff5252;
}
.bg-c-green {
  background: #9ccc65;
}
.text-c-green {
  color: #9ccc65;
}
.bg-c-yellow {
  background: #ffba57;
}
.text-c-yellow {
  color: #ffba57;
}
.bg-c-orenge {
  background: #FE8A7D;
}
.text-c-orenge {
  color: #FE8A7D;
}
.bg-c-lite-green {
  background: #69CEC6;
}
.text-c-lite-green {
  color: #69CEC6;
}
.bg-c-purple {
  background: #536dfe;
}
.text-c-purple {
  color: #536dfe;
}
/*======= All-color css ends  ======= */
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(1) > a > .pcoded-micon {
  color: #aaa;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(2) > a > .pcoded-micon {
  color: #012b42;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(3) > a > .pcoded-micon {
  color: #056f9a;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(4) > a > .pcoded-micon {
  color: #1f3b2e;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(5) > a > .pcoded-micon {
  color: #471c1c;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(6) > a > .pcoded-micon {
  color: #7C4DFF;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(7) > a > .pcoded-micon {
  color: #424242;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(8) > a > .pcoded-micon {
  color: #d20a11;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(9) > a > .pcoded-micon {
  color: #aaa;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(10) > a > .pcoded-micon {
  color: #012b42;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(11) > a > .pcoded-micon {
  color: #056f9a;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(12) > a > .pcoded-micon {
  color: #1f3b2e;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(13) > a > .pcoded-micon {
  color: #471c1c;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(14) > a > .pcoded-micon {
  color: #7C4DFF;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(15) > a > .pcoded-micon {
  color: #424242;
}
.pcoded[nav-type=st1] .pcoded-item > li:nth-child(16) > a > .pcoded-micon {
  color: #d20a11;
}
.pcoded[nav-type=st2] .pcoded-item > li > a > .pcoded-micon {
  color: #37474f;
}
.pcoded[nav-type=st1] .pcoded-item > li > a > .pcoded-micon, .pcoded[nav-type=st2] .pcoded-item > li > a > .pcoded-micon {
  color: #37474f;
}
.pcoded[nav-type=st1] .pcoded-item > li > a > .pcoded-micon b, .pcoded[nav-type=st2] .pcoded-item > li > a > .pcoded-micon b {
  display: none;
}
/**  =====================
      Left-side-menu css start
==========================  **/
.main-menu {
  float: left;
  width: 100%;
  z-index: 99;
}
.main-menu .main-menu-header {
  padding: 1rem 0.625rem;
  background-blend-mode: overlay;
  background-size: cover;
  position: relative;
}
.main-menu .main-menu-header img {
  position: relative;
  width: 60px;
  margin: 0 auto 15px;
  display: block;
}
.main-menu .main-menu-header .user-details {
  display: block;
  position: relative;
  text-align: center;
}
.main-menu .main-menu-header .user-details #more-details {
  cursor: pointer;
  font-size: 0.8125rem;
}
.main-menu .main-menu-header .user-details p {
  margin-bottom: 0;
  color: #666;
  font-weight: 600;
  font-size: 1rem;
}
.main-menu .main-menu-header .user-details span {
  color: #666;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
.main-menu .main-menu-header .user-details span i {
  font-size: 10px;
  margin-left: 10px;
}
.main-menu .main-menu-content .more-details {
  display: none;
}
.main-menu .main-menu-content .more-details a {
  padding: 10px 25px;
  display: block;
  color: #000;
  transition: all ease-in 0.3s;
}
.main-menu .main-menu-content .more-details a:hover {
  color: #aaa;
}
.main-menu .main-menu-content .more-details a i {
  margin-right: 10px;
}
.main-menu .main-menu-content .menu-search {
  padding: 20px 20px 10px;
}
.main-menu .main-menu-content li {
  position: relative;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-content {
  display: none;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-header .img-menu-user {
  width: 30px;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-header .user-details {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a {
  margin: 0 auto;
  border-radius: 0;
  z-index: 1026;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a + .pcoded-submenu {
  margin-top: 0;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[pcoded-navbar-position=fixed],
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[pcoded-navbar-position=absolute] {
  position: relative;
  top: 0;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[pcoded-navbar-position=fixed] .main-menu,
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[pcoded-navbar-position=absolute] .main-menu {
  width: 50px;
  height: 100%;
}
.sidebar_toggle a {
  margin: -5px;
  line-height: 1;
}
/**  =====================
      Main-header css start
==========================  **/
.header-navbar {
  min-height: 50px;
  padding: 0;
}
.header-navbar .navbar-wrapper .navbar-logo {
  position: relative;
  align-items: center;
  display: flex;
  float: left;
  height: 50px;
  text-align: center;
  width: 230px;
  padding: 10px;
}
.header-navbar .navbar-wrapper .navbar-logo a {
  margin: 0 auto;
}
.header-navbar .navbar-wrapper .navbar-logo a span {
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .header-navbar .navbar-wrapper .navbar-logo {
    justify-content: center;
  }
}
.header-navbar .navbar-wrapper .navbar-logo h5, .header-navbar .navbar-wrapper .navbar-logo .h5 {
  margin-bottom: 0;
}
.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
  position: absolute;
  font-size: 16px;
  line-height: 3;
  width: 40px;
}
.header-navbar .navbar-wrapper .navbar-logo .mobile-options,
.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
  display: none;
}
.header-navbar .navbar-wrapper .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right {
  float: left;
  margin-bottom: 0;
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li {
  float: left;
  line-height: 3.1;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li {
    padding: 0 15px;
  }
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li .sidebar_toggle a, .header-navbar .navbar-wrapper .navbar-container .nav-right li .sidebar_toggle a {
  display: none;
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li > a, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
  font-size: 16px;
  display: block;
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li > a > i.flag-icon, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a > i.flag-icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.header-navbar .navbar-wrapper .navbar-container .nav-left a, .header-navbar .navbar-wrapper .navbar-container .nav-right a {
  padding: 0 0.6rem;
}
.header-navbar .navbar-wrapper .navbar-container .nav-left .dropdown-toggle::after, .header-navbar .navbar-wrapper .navbar-container .nav-right .dropdown-toggle::after {
  display: none;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right {
  float: right;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
  margin-right: 10px;
  width: 40px;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile i {
  font-size: 10px;
  margin-left: 10px;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(1) .show-notification li:first-child:hover, .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(1) .profile-notification li:first-child:hover {
  background-color: #fff;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification {
  perspective: 1000px;
  z-index: 99;
  position: relative;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: none;
  opacity: 1;
  position: absolute;
  left: auto;
  right: -15px;
  visibility: visible;
  overflow: visible;
  width: 24rem;
  padding: 15px 0;
  transform: translateY(20px);
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.show:before, .header-navbar .navbar-wrapper .navbar-container .header-notification .show.profile-notification:before {
  content: "";
  border: 10px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  position: absolute;
  border-radius: 3px;
  top: -8px;
  right: 15px;
  box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  z-index: 1002;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
  color: #373a3c;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
  line-height: normal;
  line-height: initial;
  padding: 1em 20px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child {
  padding: 10px 20px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child h6, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child h6, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child .h6, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child .h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child label, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child label {
  float: right;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li img, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li img {
  width: 40px;
  margin-right: 10px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover {
  background-color: #f1f1f1;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover, .header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover {
  background-color: transparent;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-msg {
  margin-bottom: 5px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-time, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-time {
  font-size: 12px;
  color: #919aa3;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
  width: 17em;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
  font-size: 15px;
  padding-left: 0;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a:hover {
  background-color: transparent;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i {
  font-size: 15px;
  margin-left: 0;
  margin-right: 5px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
  border-top: none;
  padding: 0.7em 20px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child {
  padding: 0.7em 20px;
}
.header-navbar .navbar-wrapper .navbar-container .badge {
  border-radius: 50%;
  right: -12px;
  position: absolute;
  top: 5px;
  padding: 4px;
  width: 19px;
  -webkit-animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.header-navbar .navbar-wrapper .header-search {
  line-height: 0.8;
}
.header-navbar .navbar-wrapper .header-search .main-search {
  padding: 9px 0;
  display: block;
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 20px;
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control {
  padding: 0.3rem 0.75rem;
  width: 0;
  border: none;
  background-color: transparent;
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append,
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend {
  background-color: transparent;
  border: none;
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append .input-group-text,
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend .input-group-text {
  background-color: transparent;
  color: #fff;
  border: none;
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append.search-close,
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend.search-close {
  display: none;
}
.header-navbar .navbar-wrapper .header-search .main-search.open {
  color: #000;
  line-height: 1;
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group {
  background-color: #fff;
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .form-control {
  display: block;
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append .input-group-text,
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend .input-group-text {
  color: #000;
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append.search-close,
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend.search-close {
  display: flex;
}
@-webkit-keyframes not-blink {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes not-blink {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*======= Main-header css end ======*/
.pcoded .pcoded-container {
  position: relative;
}
.pcoded .pcoded-header {
  width: 100%;
  z-index: 1029;
  position: relative;
  display: block;
}
.pcoded .pcoded-navbar {
  display: block;
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
}
.pcoded-main-container {
  display: block;
  position: relative;
  background: #ecf0f5;
  min-height: calc(100vh - 50px);
}
.pcoded .pcoded-content {
  position: relative;
  display: block;
}
.pcoded-inner-navbar {
  display: block;
  position: relative;
}
.pcoded-inner-content {
  padding: 10px;
  margin-top: -50px;
}
.pcoded .pcoded-navbar .pcoded-item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
}
.pcoded .pcoded-navbar .pcoded-item:after {
  content: "";
  background-color: #efefef;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.pcoded .pcoded-navbar .pcoded-item > li {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pcoded .pcoded-navbar .pcoded-item > li > a {
  display: block;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
  transition: all 0s linear;
}
.pcoded .pcoded-navbar .pcoded-item > li > a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pcoded .pcoded-navbar .pcoded-item > li.active > a, .pcoded .pcoded-navbar .pcoded-item > li.pcoded-trigger > a, .pcoded .pcoded-navbar .pcoded-item > li:hover > a {
  box-shadow: 0 15px 8px -9px rgba(0, 0, 0, 0.25);
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  list-style: outside none none;
  margin: 10px 0;
  padding: 0;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext {
  transition: all 0.3s ease-in-out;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext:before {
  transition: all 0.3s ease-in-out;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  padding-right: 5px;
}
.pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
  font-size: 1rem;
  padding: 4px;
  margin-right: 0;
  border-radius: 4px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  text-align: center;
}
.pcoded[vertical-placement=left] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a .pcoded-mtext {
  margin-left: 5px;
}
.pcoded[vertical-placement=left] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a .pcoded-mtext:before {
  padding-right: 10px;
}
.pcoded[vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a .pcoded-mtext {
  margin-right: 5px;
}
.pcoded[vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a .pcoded-mtext:before {
  padding-left: 10px;
}
.pcoded[vertical-placement=right] .main-body .page-wrapper .page-header-title i {
  margin-right: 0;
  margin-left: 20px;
}
.pcoded-inner-navbar {
  height: 100%;
}
.pcoded[theme-layout=vertical][vertical-nav-type=offcanvas] .pcoded-navbar {
  opacity: 0;
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a {
  border-radius: 4px;
  float: left;
  font-size: 18px;
  height: 35px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  top: 7px;
  width: 40px;
  border-width: 0;
  border-style: solid;
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a i {
  position: relative;
  top: -7px;
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a:hover {
  text-decoration: none;
}
.sidebar_toggle a:focus {
  text-decoration: none;
}
.pcoded[theme-layout=vertical] .pcoded-right-header .pcoded-badge {
  background-color: #777;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  min-height: 17px;
  min-width: 10px;
  opacity: 1;
  padding: 4px 7px;
  position: absolute;
  right: -4px;
  text-align: center;
  top: 9px;
  transition: opacity 0.3s linear 0s;
  vertical-align: middle;
  visibility: visible;
  white-space: nowrap;
}
.pcoded[theme-layout=vertical] .pcoded-navbar {
  z-index: 1027;
  height: calc(100% - 50px);
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=absolute] {
  height: 100%;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=fixed] {
  top: 50px;
}
.pcoded[theme-layout=vertical] .pcoded-content {
  position: relative;
  display: block;
}
.pcoded[theme-layout=vertical] .pcoded-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.pcoded[theme-layout=vertical].pcoded-wrapper,
.pcoded[theme-layout=vertical] .pcoded-main-container {
  position: relative;
  margin: 0 auto;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li > a {
  text-align: left;
  padding: 7px 10px;
  margin: 5px 10px;
  border-radius: 2px;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  position: relative;
  width: 100%;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
  text-align: left;
  padding: 10px 15px 10px 20px;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu li > a {
  padding-left: 40px;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  list-style: outside none none;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  display: none;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger.active > .pcoded-submenu {
  display: block;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dashed] li > a {
  border-bottom-style: dashed;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dotted] li > a {
  border-bottom-style: dotted;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=solid] li > a {
  border-bottom-style: solid;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=none] li > a {
  border: none;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=false] > li > a {
  border-bottom-width: 0;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true] li > a {
  border-bottom-width: 1px;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true] > li > a {
  border-bottom-width: 0;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=false] .pcoded-hasmenu .pcoded-submenu li > a {
  border-bottom-width: 0;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li > a {
  border-bottom-width: 1px;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li:last-child > a {
  border-bottom-width: 0;
}
.pcoded[theme-layout=vertical][vertical-layout=wide] .pcoded-container {
  width: 100%;
  margin: 0 auto;
}
.pcoded[theme-layout=vertical][vertical-layout=box] #styleSelector,
.pcoded[theme-layout=vertical][vertical-layout=box] .p-chat-user,
.pcoded[theme-layout=vertical][vertical-layout=box] .showChat_inner {
  position: absolute;
}
.pcoded[theme-layout=vertical][vertical-layout=box] #styleSelector {
  top: 0;
}
.pcoded[theme-layout=vertical][vertical-layout=box] .pcoded-container {
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
}
.pcoded[theme-layout=vertical][vertical-layout=box] .selector-toggle > a {
  background: white;
  color: #ff5252;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 14px 8px;
  left: -105px;
}
.pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container .pcoded-header {
  max-width: 1200px;
}
@media only screen and (min-width: 1550px) {
  .pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container {
    max-width: 1500px;
  }
  .pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container .pcoded-header {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 2200px) {
  .pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container {
    max-width: 2000px;
  }
  .pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container .pcoded-header {
    max-width: 2000px;
  }
}
.pcoded[theme-layout=vertical][pcoded-device-type=tablet][vertical-layout=box] .pcoded-container {
  width: 100%;
  margin: 0 auto;
}
.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-layout=box] .pcoded-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.pcoded .pcoded-navbar[pcoded-navbar-position=relative] {
  position: relative;
}
.pcoded .pcoded-navbar[pcoded-navbar-position=fixed] {
  position: fixed;
}
.pcoded .pcoded-navbar[pcoded-navbar-position=absolute] {
  position: absolute;
}
.pcoded .pcoded-header[pcoded-header-position=relative] {
  position: relative;
}
.pcoded .pcoded-header[pcoded-header-position=fixed] {
  position: fixed;
  top: 0;
  z-index: 1028;
}
.pcoded .pcoded-header[pcoded-header-position=absolute] {
  position: absolute;
}
.pcoded .pcoded-overlay-box {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
  overflow: hidden;
}
.pcoded[vertical-nav-type=compact][vertical-effect=overlay] .pcoded-overlay-box, .pcoded[vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-overlay-box {
  visibility: visible;
  z-index: 1026;
  opacity: 0.3;
  transition: opacity 0.3s linear;
  overflow: hidden;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
  display: none;
  font-size: 10px;
  padding-right: 5px;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
  font-style: normal;
  padding-right: 4px;
  font-size: 10px;
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  font-family: "feather";
  font-size: 12px;
  padding-right: 5px;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style1] .pcoded-submenu li > a .pcoded-mtext:before {
  content: "";
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style2] .pcoded-submenu li > a .pcoded-mtext:before {
  content: "";
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style3] .pcoded-submenu li > a .pcoded-mtext:before {
  content: "";
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style4] .pcoded-submenu li > a .pcoded-mtext:before {
  content: "";
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style5] .pcoded-submenu li > a .pcoded-mtext:before {
  content: "";
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style6] .pcoded-submenu li > a .pcoded-mtext:before {
  content: "";
}
.pcoded li.pcoded-hasmenu > a:after {
  float: right;
  font-style: normal;
  margin-left: 3px;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 5px;
  font-family: "feather";
  padding-top: 5px;
  transition: opacity 0.3s linear;
}
.pcoded li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after {
  top: 0;
}
.pcoded li.pcoded-hasmenu[dropdown-icon=style1] > a:after {
  content: "";
}
.pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style1] > a:after {
  content: "";
}
.pcoded li.pcoded-hasmenu[dropdown-icon=style2] > a:after {
  content: "";
}
.pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style2] > a:after {
  content: "";
}
.pcoded li.pcoded-hasmenu[dropdown-icon=style3] > a:after {
  content: "";
}
.pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style3] > a:after {
  content: "";
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li:hover > a:before {
  border-left-style: solid;
  border-left-width: 5px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
  border-left-style: solid;
  border-left-width: 5px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li.active > a:before {
  border-left-style: solid;
  border-left-width: 5px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar {
  float: right;
  right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .main-menu-content,
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .main-menu-header {
  text-align: right;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .main-menu-content ul {
  padding-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-content {
  float: unset;
  left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .breadcrumb-item {
  float: right;
}
.pcoded[theme-layout=vertical][vertical-placement=left] .pcoded-navbar {
  float: left;
}
.pcoded[theme-layout=vertical][vertical-placement=left] .pcoded-content {
  float: unset;
  right: 0;
}
.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-header .pcoded-left-header,
.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar {
  width: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=push] .pcoded-header .pcoded-right-header {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-left: 230px;
  margin-right: -230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=push] .pcoded-content {
  margin-left: 230px;
  margin-right: -230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=push] .pcoded-header .pcoded-right-header {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-right: 0;
  margin-left: -230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=push] .pcoded-content {
  margin-right: 230px;
  margin-left: -230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header,
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-content {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header,
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-content {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-content {
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-content {
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-nav-type=expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=expanded][pcoded-device-type=desktop] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=expanded][pcoded-device-type=tablet] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  left: 100%;
  position: absolute;
  width: 230px;
  z-index: 1024;
  top: 0;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-container {
  background-color: #ecf0f5;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-header .pcoded-left-header {
  width: 230px;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar {
  width: 50px;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a {
  padding: 10px 13px 4px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-content {
  margin-left: 50px;
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-header .pcoded-right-header {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-left-header {
  width: 50px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-right: 45px;
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-content {
  margin-right: 50px;
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=shrink] .pcoded-content {
  margin-left: 50px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=shrink] .pcoded-content {
  margin-right: 50px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=overlay] .pcoded-content {
  margin-left: 50px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=overlay] .pcoded-content {
  margin-right: 50px;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 12px;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
  opacity: 1;
  visibility: visible;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-mtext {
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding-left: 22px;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
  opacity: 0;
  visibility: hidden;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger a:after {
  opacity: 1;
  visibility: visible;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger {
  display: block;
  position: relative;
  width: 290px;
  z-index: 1024;
  border-right: none;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  left: 50px;
  position: absolute;
  width: 240px;
  z-index: 1024;
  border-left-style: solid;
  border-left-width: 1px;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  position: relative;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  position: absolute;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header .pcoded-left-header {
  width: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header .pcoded-right-header {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-left-header {
  width: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-left: 0;
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-navbar {
  width: 230px;
  margin-left: -250px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-content {
  margin-left: 0;
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header .pcoded-left-header {
  width: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header .pcoded-right-header {
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-left-header {
  width: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-right: 0;
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-navbar {
  width: 230px;
  margin-right: -250px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-content {
  margin-right: 0;
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header .pcoded-left-header {
  width: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-left-header {
  width: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-navbar {
  width: 230px;
  margin-left: -250px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-content {
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header .pcoded-left-header {
  width: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-left-header {
  width: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-navbar {
  width: 230px;
  margin-right: -230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-content {
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header .pcoded-left-header {
  width: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
  margin-left: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-left-header {
  width: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-navbar {
  width: 230px;
  margin-left: -250px;
}
.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-content {
  margin-left: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header .pcoded-left-header {
  width: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
  margin-right: 230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-left-header {
  width: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
  margin-right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-navbar {
  width: 230px;
  margin-right: -230px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-content {
  margin-right: 0;
}
.pcoded-navbar .sidebar_toggle a {
  opacity: 1;
  visibility: visible;
  transform: rotateX(90deg);
  position: absolute;
}
.pcoded-navbar .sidebar_toggle a:hover {
  color: #fff;
}
.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-nav-type=collapsed] .pcoded-header.nocollapsed .pcoded-left-header {
  padding-left: 45px;
}
.pcoded[theme-layout=vertical][pcoded-device-type=phone] .pcoded-header.nocollapsed .sidebar_toggle a {
  background: transparent none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 18px;
  height: 35px;
  margin-right: 5px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 6px;
  width: 40px;
  z-index: 1028;
}
.pcoded.nocollapsed[theme-layout=vertical][pcoded-device-type=phone] .pcoded-navbar {
  top: 0;
  z-index: 1030;
}
.pcoded.nocollapsed[theme-layout=vertical][pcoded-device-type=phone] .pcoded-main-container {
  position: unset;
}
.pcoded .pcoded-navbar .pcoded-navigation-label {
  font-size: 13px;
  font-weight: bold;
  opacity: 1;
  padding: 10px 15px;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme=theme1] {
  color: #aaa;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme=theme2] {
  color: #012b42;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme=theme3] {
  color: #056f9a;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme=theme4] {
  color: #1f3b2e;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme=theme5] {
  color: #471c1c;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme=theme6] {
  color: #7C4DFF;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme=theme7] {
  color: #424242;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme=theme8] {
  color: #d20a11;
}
.pcoded .pcoded-navbar .pcoded-search + .pcoded-navigation-label {
  border-top: 0 solid transparent;
}
.pcoded[vertical-nav-type=collapsed] .pcoded-navbar .pcoded-navigation-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: rotateX(90deg);
  transition: opacity 0.3s linear;
}
.pcoded .pcoded-navbar .pcoded-item li a .pcoded-badge {
  position: absolute;
  right: 30px;
  text-align: center;
  top: 10px;
  vertical-align: middle;
  text-transform: lowercase;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s linear;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-submenu > li a .pcoded-badge {
  top: 10px;
  right: 2px;
}
.pcoded[vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a .pcoded-badge {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
}
.pcoded[vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-badge {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s linear;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .card .card-header h5:after, .pcoded[theme-layout=vertical][vertical-placement=right] .card .card-header .h5:after {
  right: -30px;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li.active > a:before {
  left: auto;
  right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after {
  left: 8px;
  right: auto;
  top: 7px;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
  left: auto;
  right: 0;
  padding-right: 40px;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item li a .pcoded-badge {
  position: relative;
  right: 15px;
  top: -2px;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li:hover > a:before {
  left: auto;
  right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
  left: auto;
  right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
  text-align: right;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
  float: right;
  left: 6px;
  top: 3px;
  padding-right: 10px;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item li .pcoded-submenu li > a .pcoded-badge {
  left: 35px;
  position: absolute;
  right: auto;
  top: 11px;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-navigation-label {
  text-align: right;
  padding: 10px 15px 2px 20px;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-navigation-label:before {
  left: auto;
  right: 20px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][pcoded-device-type=desktop] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][pcoded-device-type=tablet] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  left: auto;
  right: 100%;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu > a:after {
  left: 7px;
  right: auto;
  top: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger {
  left: auto;
  right: 240px;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  left: auto;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item li a .pcoded-badge {
  position: absolute;
  right: auto;
  top: 10px;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-header .sidebar_toggle {
  float: right;
}
.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-search.open .pcoded-search-box {
  right: 0;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
  text-align: right;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
  padding-left: 10px;
  transform: rotate(180deg);
}
body[themebg-pattern=theme1] {
  background-color: #aaa;
}
body[themebg-pattern=theme2] {
  background-color: #012b42;
}
body[themebg-pattern=theme3] {
  background-color: #056f9a;
}
body[themebg-pattern=theme4] {
  background-color: #1f3b2e;
}
body[themebg-pattern=theme5] {
  background-color: #471c1c;
}
body[themebg-pattern=theme6] {
  background-color: #7C4DFF;
}
body[themebg-pattern=theme7] {
  background-color: #424242;
}
body[themebg-pattern=theme8] {
  background-color: #d20a11;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  border-left-color: #ededed;
  box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.3);
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  border-left-color: #545454;
  box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.3);
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-trigger > a {
  border-bottom: 1px solid #5c5c5c;
}
.pcoded #styleSelector {
  min-height: 300px;
  height: calc(100vh - 50px);
  border: 1px solid #e9e9e9;
  background: #FFF;
  position: fixed;
  margin: 0;
  padding: 20px;
  width: 400px;
  top: 50px;
  z-index: 100;
  transition: 0.5s;
}
.pcoded #styleSelector.open {
  background: #FFF none repeat scroll 0 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.pcoded #styleSelector .soc-icon {
  width: 55px;
  height: 55px;
  padding: 15px;
  border-radius: 50%;
}
.pcoded #styleSelector .soc-icon i {
  font-size: 25px;
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .pcoded #styleSelector {
    display: none;
  }
}
.pcoded[theme-layout=horizontal] #styleSelector, .pcoded[vertical-placement=left] #styleSelector {
  right: -400px;
  border-left: 2px solid rgba(48, 53, 73, 0.28);
}
.pcoded[theme-layout=horizontal] #styleSelector.open, .pcoded[vertical-placement=left] #styleSelector.open {
  right: 0;
}
.pcoded[vertical-placement=right] #styleSelector {
  left: -400px;
  border-right: 2px solid rgba(48, 53, 73, 0.28);
}
.pcoded[vertical-placement=right] #styleSelector.open {
  left: 0;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] {
  background-color: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .main-menu .main-menu-header .user-details p {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .main-menu .main-menu-content .more-details a {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li > a {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li > a .pcoded-micon {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.active > a {
  color: #FFF;
  border-bottom-color: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li > a {
  border-bottom-color: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
  background: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li > a {
  border-bottom-color: #5c5c5c;
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after,
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu > a:after {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger > a:after,
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.active:hover > a, .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li:hover > a {
  color: #FFF;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
  color: #FFF;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
  border-left-color: transparent;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
  color: #FFF;
  background-color: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:before {
  border-bottom-color: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:after {
  border-left-color: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
  border-bottom-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:after {
  border-left-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li:hover > a:before {
  border-left-color: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu:hover > a:after {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-trigger > a {
  border-bottom-color: #424242;
}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu:hover > a:after {
  color: #fff;
}
.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=sub-expanded] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  border-left-color: transparent;
}
.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=ex-popover] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  border-left-color: transparent;
}
.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar[navbar-theme=theme1] {
  background-color: #424242;
}
.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li:hover > a {
  color: #FFF;
}
.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar[navbar-theme=theme1] .sidebar_toggle a {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] {
  background-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .main-menu .main-menu-header .user-details span {
  color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .main-menu .main-menu-content .more-details a {
  color: #666;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after,
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-hasmenu > a:after {
  color: #666;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.active:hover > a, .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li:hover > a {
  color: #666;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-trigger > a {
  border-bottom-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li > a {
  color: #666;
  border-bottom-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.active > a {
  color: #FFF;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-submenu {
  background-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-submenu li > a {
  border-bottom-color: #ededed;
  color: #666;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-submenu li > a .pcoded-mtext:before {
  border-bottom-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-submenu li > a .pcoded-mtext:after {
  border-left-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-submenu li:hover > a:before {
  border-left-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-submenu li.active > a {
  color: #666;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-submenu li.active > a .pcoded-mtext:before {
  border-bottom-color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-submenu li.active > a .pcoded-mtext:after {
  border-left-color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li:hover > a {
  color: #aaa;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li.active > a {
  font-weight: 500;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li:hover > a {
  color: #aaa;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li:hover > a .pcoded-micon {
  color: #aaa;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover > a {
  background: #aaa;
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li .pcoded-submenu li:hover > a {
  color: #012b42;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li .pcoded-submenu li.active > a {
  font-weight: 500;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li:hover > a {
  color: #012b42;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li:hover > a .pcoded-micon {
  color: #012b42;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover > a {
  background: #012b42;
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li .pcoded-submenu li:hover > a {
  color: #056f9a;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li .pcoded-submenu li.active > a {
  font-weight: 500;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li:hover > a {
  color: #056f9a;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li:hover > a .pcoded-micon {
  color: #056f9a;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover > a {
  background: #056f9a;
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li .pcoded-submenu li:hover > a {
  color: #1f3b2e;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li .pcoded-submenu li.active > a {
  font-weight: 500;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li:hover > a {
  color: #1f3b2e;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li:hover > a .pcoded-micon {
  color: #1f3b2e;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover > a {
  background: #1f3b2e;
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li .pcoded-submenu li:hover > a {
  color: #471c1c;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li .pcoded-submenu li.active > a {
  font-weight: 500;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li:hover > a {
  color: #471c1c;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li:hover > a .pcoded-micon {
  color: #471c1c;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover > a {
  background: #471c1c;
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li .pcoded-submenu li:hover > a {
  color: #7C4DFF;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li .pcoded-submenu li.active > a {
  font-weight: 500;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li:hover > a {
  color: #7C4DFF;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li:hover > a .pcoded-micon {
  color: #7C4DFF;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover > a {
  background: #7C4DFF;
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li .pcoded-submenu li:hover > a {
  color: #424242;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li .pcoded-submenu li.active > a {
  font-weight: 500;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li:hover > a {
  color: #424242;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li:hover > a .pcoded-micon {
  color: #424242;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover > a {
  background: #424242;
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li .pcoded-submenu li:hover > a {
  color: #d20a11;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li .pcoded-submenu li.active > a {
  font-weight: 500;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li:hover > a {
  color: #d20a11;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li:hover > a .pcoded-micon {
  color: #d20a11;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover > a {
  background: #d20a11;
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger > a:after, .pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover:hover > a:after,
.pcoded[theme-layout=vertical] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li:hover > a {
  background: #aaa;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover > a {
  background: #aaa;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li:hover > a {
  background: #012b42;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover > a {
  background: #012b42;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li:hover > a {
  background: #056f9a;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover > a {
  background: #056f9a;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li:hover > a {
  background: #1f3b2e;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover > a {
  background: #1f3b2e;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li:hover > a {
  background: #471c1c;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover > a {
  background: #471c1c;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li:hover > a {
  background: #7C4DFF;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover > a {
  background: #7C4DFF;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li:hover > a {
  background: #424242;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover > a {
  background: #424242;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li:hover > a {
  background: #d20a11;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li:hover > a:before {
  border-left-color: transparent;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item li:hover > a:after {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover:hover > a,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover > a {
  background: #d20a11;
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger > a .pcoded-micon, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover:hover > a .pcoded-micon,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover > a .pcoded-micon {
  color: #fff;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger > a:before, .pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover:hover > a:before,
.pcoded[theme-layout=horizontal] .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li:hover > a:before {
  border-left-color: transparent;
}
.selector-toggle {
  position: relative;
}
.pcoded .selector-toggle > a {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #ff5252;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 14px 10px;
}
.pcoded[theme-layout=horizontal] .selector-toggle > a, .pcoded[vertical-placement=left] .selector-toggle > a {
  left: -80px;
  border-right: 0;
  border-radius: 50% 0 0 50%;
}
.pcoded[vertical-placement=right] .selector-toggle > a {
  right: -80px;
  border-left: 0;
  border-radius: 0 50% 50% 0;
}
.pcoded[vertical-placement=right] .selector-toggle > a:before {
  left: 10px;
}
.selector-toggle > a:before {
  font-family: "feather";
  font-size: 20px;
  content: "";
  position: relative;
  float: left;
  left: 13px;
  line-height: 35px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-animation: mymove 1.3s infinite linear;
          animation: mymove 1.3s infinite linear;
}
.open .selector-toggle > a:before {
  content: "";
  -webkit-animation: mymove 0s infinite linear;
          animation: mymove 0s infinite linear;
}
#styleSelector .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 2px solid #aaa;
  padding-bottom: 5px;
}
#styleSelector .nav-tabs .nav-item {
  width: calc(100% / 2);
  margin: 0;
  padding: 0;
  float: left;
}
#styleSelector .nav-tabs .nav-item a {
  color: #37474f;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  padding: 0.66rem 1rem;
  border-radius: 2px;
  border: none;
  transition: all 0.3s ease-in-out;
}
#styleSelector .nav-tabs .nav-item a.active {
  color: #fff;
  background: #aaa;
}
#styleSelector .style-cont {
  background-color: #F6F7FB;
  padding: 10px;
}
#styleSelector .st-main-title {
  font-size: 18px;
}
#styleSelector .checkbox-fade label {
  margin-bottom: 0.8rem;
}
#styleSelector .sub-title {
  text-transform: capitalize;
}
#styleSelector #menu-effect {
  padding-bottom: 15px;
}
#styleSelector #menu-effect .radio > label {
  padding-left: 0;
}
#styleSelector #menu-effect .radio .helper {
  bottom: -30px;
  left: 3px;
}
#styleSelector #menu-effect .radio .helper:after, #styleSelector #menu-effect .radio .helper:before {
  top: auto;
  bottom: 0;
}
#styleSelector #menu-effect .micon {
  font-size: 20px;
  padding: 3px;
  width: 30px;
  display: block;
  height: 30px;
  text-align: center;
}
#styleSelector #menu-effect .micon.st1 {
  background-color: transparent;
}
#styleSelector #menu-effect .micon.st1 i {
  color: #aaa;
}
#styleSelector #menu-effect .micon.st2 {
  background-color: transparent;
}
#styleSelector #menu-effect .micon.st2 i {
  color: #37474f;
}
#styleSelector #bg-pattern-visiblity {
  padding-left: 30px;
}
#styleSelector .form-control {
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
#styleSelector .form-control:focus {
  border: none;
  background-color: #f1f1f1;
}
#styleSelector ul {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#styleSelector ul li {
  border-bottom: 0 solid #e9e9e9;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#styleSelector ul li p.selector-title,
#styleSelector ul li span.selector-title {
  color: #444;
  font-size: 14px;
  margin: 0 0 15px;
  padding: 10px 0;
  text-align: left;
}
#styleSelector ul li p.selector-title {
  font-weight: 500;
  border-bottom: 1px solid #e9e9e9;
}
#styleSelector ul li p.selector-title.main-title {
  font-weight: 500;
}
#styleSelector ul li p.sub-title.drp-title {
  border-bottom: 0 solid transparent;
  margin-bottom: 0;
  margin-top: 10px;
}
#styleSelector > ul > li > .sub-title {
  color: #9c9c9c;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  text-align: left;
}
#styleSelector li {
  padding: 5px;
}
.theme-option select {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 3px 10px;
}
.theme-color {
  padding: 0;
  width: 100%;
}
.theme-color a {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 5px 8px 5px 0;
  box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
  overflow: hidden;
  width: 45px;
  height: 40px;
}
.theme-color a:focus, .theme-color a:hover {
  text-decoration: none;
}
.theme-color a.small {
  width: 20px;
  height: 20px;
}
.theme-color a .cont,
.theme-color a .head {
  display: block;
  position: relative;
}
.theme-color a .cont:after, .theme-color a .cont:before,
.theme-color a .head:after,
.theme-color a .head:before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
}
.theme-color a .cont:after,
.theme-color a .head:after {
  width: 40%;
  left: 0;
}
.theme-color a .cont:before,
.theme-color a .head:before {
  width: 60%;
  right: 0;
}
.theme-color a .head {
  height: 10px;
}
.theme-color a .head:before {
  background: #fff;
}
.theme-color a .cont {
  height: 30px;
}
.theme-color a .cont:before {
  background: #F6F7FB;
}
.theme-color a[menu-caption=theme1] {
  background: #aaa;
}
.theme-color a[menu-caption=theme2] {
  background: #012b42;
}
.theme-color a[menu-caption=theme3] {
  background: #056f9a;
}
.theme-color a[menu-caption=theme4] {
  background: #1f3b2e;
}
.theme-color a[menu-caption=theme5] {
  background: #471c1c;
}
.theme-color a[menu-caption=theme6] {
  background: #7C4DFF;
}
.theme-color a[menu-caption=theme7] {
  background: #424242;
}
.theme-color a[menu-caption=theme8] {
  background: #d20a11;
}
.theme-color a[header-theme=theme1] .head {
  background: #aaa;
}
.theme-color a[header-theme=theme1] .head:after, .theme-color a[header-theme=theme1] .head:before {
  background: transparent;
}
.theme-color a[header-theme=theme2] .head {
  background: #012b42;
}
.theme-color a[header-theme=theme2] .head:after, .theme-color a[header-theme=theme2] .head:before {
  background: transparent;
}
.theme-color a[header-theme=theme3] .head {
  background: #056f9a;
}
.theme-color a[header-theme=theme3] .head:after, .theme-color a[header-theme=theme3] .head:before {
  background: transparent;
}
.theme-color a[header-theme=theme4] .head {
  background: #1f3b2e;
}
.theme-color a[header-theme=theme4] .head:after, .theme-color a[header-theme=theme4] .head:before {
  background: transparent;
}
.theme-color a[header-theme=theme5] .head {
  background: #471c1c;
}
.theme-color a[header-theme=theme5] .head:after, .theme-color a[header-theme=theme5] .head:before {
  background: transparent;
}
.theme-color a[header-theme=theme6] .head {
  background: #7C4DFF;
}
.theme-color a[header-theme=theme6] .head:after, .theme-color a[header-theme=theme6] .head:before {
  background: transparent;
}
.theme-color a[header-theme=theme7] .head {
  background: #424242;
}
.theme-color a[header-theme=theme7] .head:after, .theme-color a[header-theme=theme7] .head:before {
  background: transparent;
}
.theme-color a[header-theme=theme8] .head {
  background: #d20a11;
}
.theme-color a[header-theme=theme8] .head:after, .theme-color a[header-theme=theme8] .head:before {
  background: transparent;
}
.theme-color a[navbar-theme=theme1] {
  background: #424242;
}
.theme-color a[navbar-theme=themelight1] {
  background: #fff;
}
.theme-color a[active-item-theme=theme1] {
  background: #aaa;
}
.theme-color a[active-item-theme=theme2] {
  background: #012b42;
}
.theme-color a[active-item-theme=theme3] {
  background: #056f9a;
}
.theme-color a[active-item-theme=theme4] {
  background: #1f3b2e;
}
.theme-color a[active-item-theme=theme5] {
  background: #471c1c;
}
.theme-color a[active-item-theme=theme6] {
  background: #7C4DFF;
}
.theme-color a[active-item-theme=theme7] {
  background: #424242;
}
.theme-color a[active-item-theme=theme8] {
  background: #d20a11;
}
.theme-color a[layout-type=dark] .cont:after {
  background: #424242;
}
.theme-color a[layout-type=dark] .cont:before {
  background: #5c5c5c;
}
.theme-color a[layout-type=dark] .head:after {
  background: #5c5c5c;
}
.theme-color a[layout-type=dark] .head:before {
  background: #424242;
}
.theme-color a[layout-type=reset] {
  padding: 11px 0;
  text-align: center;
  background-color: #ff5252;
  transition: all 0.3s ease-in-out;
}
.theme-color a[layout-type=reset] i {
  font-size: 20px;
  margin-right: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.theme-color a[layout-type=reset]:hover {
  background-color: rgba(255, 82, 82, 0.8);
}
.theme-color a[layout-type=reset]:hover i {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.theme-color a[themebg-pattern=theme1] {
  background: #aaa;
}
.theme-color a[themebg-pattern=theme2] {
  background: #012b42;
}
.theme-color a[themebg-pattern=theme3] {
  background: #056f9a;
}
.theme-color a[themebg-pattern=theme4] {
  background: #1f3b2e;
}
.theme-color a[themebg-pattern=theme5] {
  background: #471c1c;
}
.theme-color a[themebg-pattern=theme6] {
  background: #7C4DFF;
}
.theme-color a[themebg-pattern=theme7] {
  background: #424242;
}
.theme-color a[themebg-pattern=theme8] {
  background: #d20a11;
}
.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li > a .pcoded-micon {
  float: none;
  position: relative;
  z-index: 1051;
  left: 90%;
  top: 1px;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed][vertical-placement=right] .pcoded-navbar .pcoded-item > li > a .pcoded-micon i {
  left: 0;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed][vertical-placement=right] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a .pcoded-micon i, .pcoded[theme-layout=vertical][vertical-nav-type=collapsed][vertical-placement=right] .pcoded-navbar .pcoded-item > li.pcoded-trigger.active > a .pcoded-micon i {
  left: 94%;
}
.pcoded.nocollapsed[theme-layout=vertical][pcoded-device-type=phone] .pcoded-main-container {
  position: static;
}
.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-main-container, .pcoded[theme-layout=vertical][vnavigation-view=view3] .pcoded-main-container {
  position: static;
}
.pcoded .pcoded-header[header-theme=theme1] {
  background: #aaa;
}
.pcoded .pcoded-header[header-theme=theme1] .dropdown-toggle,
.pcoded .pcoded-header[header-theme=theme1] .input-group-addon,
.pcoded .pcoded-header[header-theme=theme1] a {
  color: #fff;
}
.pcoded .pcoded-header[header-theme=theme2] {
  background: #012b42;
}
.pcoded .pcoded-header[header-theme=theme2] .dropdown-toggle,
.pcoded .pcoded-header[header-theme=theme2] .input-group-addon,
.pcoded .pcoded-header[header-theme=theme2] a {
  color: #fff;
}
.pcoded .pcoded-header[header-theme=theme3] {
  background: #056f9a;
}
.pcoded .pcoded-header[header-theme=theme3] .dropdown-toggle,
.pcoded .pcoded-header[header-theme=theme3] .input-group-addon,
.pcoded .pcoded-header[header-theme=theme3] a {
  color: #fff;
}
.pcoded .pcoded-header[header-theme=theme4] {
  background: #1f3b2e;
}
.pcoded .pcoded-header[header-theme=theme4] .dropdown-toggle,
.pcoded .pcoded-header[header-theme=theme4] .input-group-addon,
.pcoded .pcoded-header[header-theme=theme4] a {
  color: #fff;
}
.pcoded .pcoded-header[header-theme=theme5] {
  background: #471c1c;
}
.pcoded .pcoded-header[header-theme=theme5] .dropdown-toggle,
.pcoded .pcoded-header[header-theme=theme5] .input-group-addon,
.pcoded .pcoded-header[header-theme=theme5] a {
  color: #fff;
}
.pcoded .pcoded-header[header-theme=theme6] {
  background: #7C4DFF;
}
.pcoded .pcoded-header[header-theme=theme6] .dropdown-toggle,
.pcoded .pcoded-header[header-theme=theme6] .input-group-addon,
.pcoded .pcoded-header[header-theme=theme6] a {
  color: #fff;
}
.pcoded .pcoded-header[header-theme=theme7] {
  background: #424242;
}
.pcoded .pcoded-header[header-theme=theme7] .dropdown-toggle,
.pcoded .pcoded-header[header-theme=theme7] .input-group-addon,
.pcoded .pcoded-header[header-theme=theme7] a {
  color: #fff;
}
.pcoded .pcoded-header[header-theme=theme8] {
  background: #d20a11;
}
.pcoded .pcoded-header[header-theme=theme8] .dropdown-toggle,
.pcoded .pcoded-header[header-theme=theme8] .input-group-addon,
.pcoded .pcoded-header[header-theme=theme8] a {
  color: #fff;
}
.pcoded[fream-type=theme1][theme-layout=vertical] .page-header {
  background: #aaa;
}
.pcoded[fream-type=theme1][theme-layout=horizontal] .page-header {
  background: #d0d0d0;
}
.pcoded[fream-type=theme2][theme-layout=vertical] .page-header {
  background: #012b42;
}
.pcoded[fream-type=theme2][theme-layout=horizontal] .page-header {
  background: #025c8d;
}
.pcoded[fream-type=theme3][theme-layout=vertical] .page-header {
  background: #056f9a;
}
.pcoded[fream-type=theme3][theme-layout=horizontal] .page-header {
  background: #07a4e4;
}
.pcoded[fream-type=theme4][theme-layout=vertical] .page-header {
  background: #1f3b2e;
}
.pcoded[fream-type=theme4][theme-layout=horizontal] .page-header {
  background: #396d55;
}
.pcoded[fream-type=theme5][theme-layout=vertical] .page-header {
  background: #471c1c;
}
.pcoded[fream-type=theme5][theme-layout=horizontal] .page-header {
  background: #7e3232;
}
.pcoded[fream-type=theme6][theme-layout=vertical] .page-header {
  background: #7C4DFF;
}
.pcoded[fream-type=theme6][theme-layout=horizontal] .page-header {
  background: #b49aff;
}
.pcoded[fream-type=theme7][theme-layout=vertical] .page-header {
  background: #424242;
}
.pcoded[fream-type=theme7][theme-layout=horizontal] .page-header {
  background: #686868;
}
.pcoded[fream-type=theme8][theme-layout=vertical] .page-header {
  background: #d20a11;
}
.pcoded[fream-type=theme8][theme-layout=horizontal] .page-header {
  background: #f5333a;
}
.pcoded.pcoded-toggle-animate .pcoded-content {
  transition: all 0.5s ease-in-out;
}
.pcoded.pcoded-toggle-animate .pcoded-header .pcoded-left-header,
.pcoded.pcoded-toggle-animate .pcoded-header .pcoded-right-header {
  transition: all 0.5s ease-in-out;
}
.pcoded.pcoded-toggle-animate .pcoded-navbar {
  transition: all 0.3s ease-in-out;
}
.pcoded.pcoded-toggle-animate .pcoded-navbar .user-details {
  transition: all 0.5s ease-in-out;
  transform: rotateX(90deg);
}
.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
  transition-delay: 0.2s;
  transform: rotateX(90deg);
}
.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-mtext {
  transition: all 0.3s ease-in-out;
  transform: rotateX(90deg);
}
.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li a .pcoded-badge {
  transition: all 0.5s ease-in-out;
  transform: rotateX(90deg);
}
.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after, .pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger a:after {
  transition: all 0.5s ease-in-out;
  transform: rotateX(90deg);
}
.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after {
  transform: rotateX(90deg);
  transition: opacity 0.5s linear;
}
body .pcoded[pcoded-device-type=phone][vertical-nav-type=expanded] .pcoded-navbar,
body .pcoded[pcoded-device-type=phone][vertical-nav-type=expanded] .pcoded-navbar[pcoded-navbar-position=fixed], body .pcoded[pcoded-device-type=tablet][vertical-nav-type=expanded] .pcoded-navbar,
body .pcoded[pcoded-device-type=tablet][vertical-nav-type=expanded] .pcoded-navbar[pcoded-navbar-position=fixed] {
  position: absolute;
  top: 50px;
}
body .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a .pcoded-micon {
  left: 0;
}
body .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-micon {
  left: calc(100% - 23px);
}
body .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-item > li.pcoded-trigger > a > .pcoded-mtext {
  padding-right: 90px;
}
body .pcoded[vertical-placement=right] .showChat_inner,
body .pcoded[vertical-placement=right] .users {
  right: auto;
  left: 0;
}
body .pcoded[vertical-placement=right] .main-body {
  direction: rtl;
}
body .pcoded[vertical-placement=right] .main-body .page-wrapper .page-header-breadcrumb {
  float: left;
}
body .pcoded[vertical-placement=right] .main-body .language-markup {
  direction: ltr;
}
body .pcoded[vertical-placement=right] .back_chatBox i,
body .pcoded[vertical-placement=right] .back_friendlist i {
  left: auto;
  right: -40px;
  border-radius: 0 50% 50% 0;
  padding: 12px 7px 12px 0;
  box-shadow: 2px 0 9px -2px rgba(0, 0, 0, 0.3);
}
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-logo {
  float: right;
}
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container {
  margin-left: 0;
  margin-right: 240px;
}
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-left li,
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-right li {
  float: right;
}
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-left, body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-right {
  float: right;
}
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-right {
  float: left;
}
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification {
  right: auto;
  left: -15px;
}
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before,
body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before {
  right: auto;
  left: 15px;
}
body .pcoded[vertical-placement=right][vertical-nav-type=collapsed] .header-navbar .navbar-wrapper .navbar-container {
  margin-right: 0;
}
body .pcoded[vertical-nav-type=collapsed] .header-navbar .navbar-wrapper .navbar-container {
  margin-left: 0;
}
body.menu-bottom .navbar-wrapper {
  z-index: 1050;
}
body.menu-bottom .p-chat-user,
body.menu-bottom .showChat_inner {
  top: 0;
}
body.menu-bottom .pcoded[pcoded-device-type=phone][vertical-nav-type=expanded] .pcoded-navbar,
body.menu-bottom .pcoded[pcoded-device-type=phone][vertical-nav-type=expanded] .pcoded-navbar[pcoded-navbar-position=fixed], body.menu-bottom .pcoded[pcoded-device-type=tablet][vertical-nav-type=expanded] .pcoded-navbar,
body.menu-bottom .pcoded[pcoded-device-type=tablet][vertical-nav-type=expanded] .pcoded-navbar[pcoded-navbar-position=fixed] {
  top: 0;
}
body.menu-bottom .navbar-wrapper {
  bottom: 0;
  top: auto;
  z-index: 1050;
}
@media only screen and (max-width: 992px) {
  body.menu-bottom .navbar-wrapper .pcoded-navbar {
    top: -50px;
  }
}
body.menu-bottom .pcoded[theme-layout=vertical] .header-navbar {
  min-height: auto;
  bottom: 0;
  top: auto;
  z-index: 9999;
}
body.menu-bottom .pcoded[theme-layout=vertical] .header-navbar[pcoded-header-position=absolute], body.menu-bottom .pcoded[theme-layout=vertical] .header-navbar[pcoded-header-position=relative] {
  position: fixed;
}
body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
  top: auto;
  bottom: 100px;
}
body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
  transform: rotate(-135deg);
  top: auto;
  bottom: -10px;
}
body.menu-bottom .pcoded[pcoded-device-type=tablet] .pcoded-content,
body.menu-bottom .pcoded[pcoded-device-type=phone] .pcoded-content {
  padding-top: 0;
}
body.menu-bottom .pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=fixed] {
  top: 0;
}
body.menu-bottom #collapse-menu {
  display: none;
}
.pcoded[pcoded-device-type=tablet] .pcoded-header[pcoded-header-position=relative],
.pcoded[pcoded-device-type=tablet] .pcoded-header[pcoded-header-position=absolute],
.pcoded[pcoded-device-type=phone] .pcoded-header[pcoded-header-position=relative],
.pcoded[pcoded-device-type=phone] .pcoded-header[pcoded-header-position=absolute] {
  position: fixed;
}
.pcoded[pcoded-device-type=tablet] .pcoded-content,
.pcoded[pcoded-device-type=phone] .pcoded-content {
  padding-top: 50px;
}
.pcoded[theme-layout=horizontal] .pcoded-container {
  position: relative;
}
.pcoded[theme-layout=horizontal] .pcoded-header {
  z-index: 1024;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar {
  display: block;
  height: 50px;
  width: 100%;
  z-index: 1023;
  box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.4);
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.pcoded[theme-layout=horizontal] .pcoded-navbar li.pcoded-hasmenu > a:after {
  right: 3px;
  top: -3px;
}
.pcoded[theme-layout=horizontal] #styleSelector {
  z-index: 1024;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=phone] .p-chat-user,
.pcoded[theme-layout=horizontal][pcoded-device-type=phone] .showChat_inner, .pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .p-chat-user,
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .showChat_inner {
  top: 107px;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=desktop] .navbar-logo .mobile-menu,
.pcoded[theme-layout=horizontal][pcoded-device-type=desktop] .pcoded-brand .menu-toggle {
  display: none;
}
.pcoded[theme-layout=horizontal] .page-header {
  padding-top: 50px;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dashed] > li > a {
  border-right-style: dashed;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dotted] > li > a {
  border-right-style: dotted;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=solid] > li > a {
  border-right-style: solid;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dashed] .pcoded-hasmenu .pcoded-submenu li > a {
  border-bottom-style: dashed;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dotted] .pcoded-hasmenu .pcoded-submenu li > a {
  border-bottom-style: dotted;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=solid] .pcoded-hasmenu .pcoded-submenu li > a {
  border-bottom-style: solid;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[item-border=false] > li > a {
  border-right-width: 0;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[item-border=true] > li > a {
  border-right-width: 1px;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[subitem-border=false] .pcoded-hasmenu .pcoded-submenu li > a {
  border-bottom-width: 0;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li > a {
  border-bottom-width: 1px;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 5px;
  position: relative;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li > a {
  display: block;
  font-size: 13px;
  padding: 5px 20px;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li > a {
    padding: 5px;
  }
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a {
  line-height: 1.85;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  list-style: outside none none;
  margin: 0;
  padding: 5px 0;
  box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.4);
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 3px 10px;
  position: relative;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
  display: block;
  font-size: 14px;
  padding: 7px 10px;
  text-decoration: none;
  position: relative;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a:after {
  padding-top: 7px;
  line-height: 1;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
  font-size: 14px;
  padding: 0;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item.pcoded-search-item > li > a > .pcoded-micon {
  padding: 0 5px 0 7px;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
  font-size: 13px;
  padding-right: 5px;
}
.pcoded[theme-layout=horizontal][horizontal-layout=widebox] .pcoded-container {
  width: 100%;
}
.pcoded[theme-layout=horizontal][horizontal-layout=widebox] .pcoded-content .pcoded-wrapper,
.pcoded[theme-layout=horizontal][horizontal-layout=widebox] .pcoded-header .pcoded-wrapper,
.pcoded[theme-layout=horizontal][horizontal-layout=widebox] .pcoded-navbar .pcoded-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li {
  float: left;
  padding: 5px 10px;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item li a {
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item li.active > a, .pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item li.pcoded-trigger > a, .pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item li:hover > a {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  position: absolute;
  min-width: 200px;
  z-index: 1;
  border-top-width: 0;
  top: 100%;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext {
  transition: all 0s ease-in-out;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext:before {
  transition: all 0s ease-in-out;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-submenu .pcoded-submenu {
  position: absolute;
  min-width: 250px;
  z-index: 1;
  left: 100%;
  top: -1px;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 50%;
  transition: transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item .pcoded-submenu li.pcoded-hasmenu > a:after {
  margin-left: 3px;
  position: relative;
  float: right;
  top: -3px;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.active > a:after, .pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
  font-style: normal;
  margin-left: 3px;
  padding-left: 5px;
  position: relative;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.edge.pcoded-trigger > .pcoded-submenu {
  right: 0;
}
.pcoded[theme-layout=horizontal][horizontal-placement=top] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger.active .pcoded-submenu {
  border-top-style: solid;
  border-top-width: 1px;
}
.pcoded[theme-layout=horizontal] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu > li:last-child > a {
  border-bottom-color: transparent;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item.pcoded-search-item > li > a > .pcoded-micon {
  display: block;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=desktop] .pcoded-navbar .pcoded-inner-navbar, .pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-inner-navbar {
  position: relative;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar {
  height: auto;
  padding: 10px 10px 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 50%;
  transition: transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-inner-navbar, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-inner-navbar {
  height: auto;
  position: relative;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar.show-menu, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar.show-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item {
  display: block;
  float: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > li, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > li {
  float: none;
  display: block;
  position: relative;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item[item-border=true] > li > a, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item[item-border=true] > li > a {
  border-right-width: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item[item-border=true] > li.pcoded-trigger > a, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item[item-border=true] > li.pcoded-trigger > a {
  border-bottom-width: 0;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu {
  min-width: 100%;
  z-index: 2;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  position: relative;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu > .pcoded-submenu, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu > .pcoded-submenu {
  left: 0;
  min-width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu,
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu,
.pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  position: relative;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu > .pcoded-submenu, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu > .pcoded-submenu > .pcoded-hasmenu > .pcoded-submenu {
  left: 0;
  min-width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet][horizontal-placement=bottom] .pcoded-navbar, .pcoded[theme-layout=horizontal][pcoded-device-type=phone][horizontal-placement=bottom] .pcoded-navbar {
  bottom: auto;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after, .pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.active > a:after, .pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.active > a:after, .pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
  position: absolute;
  right: 13px;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-header, .pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-header {
  height: auto;
  padding-top: 0;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu, .pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  border-top: none;
  margin: 15px auto;
  min-width: 90%;
  width: 90%;
  box-shadow: none;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu, .pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu {
  min-width: 90%;
  width: 90%;
}
.pcoded[theme-layout=horizontal][pcoded-device-type=phone] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu, .pcoded[theme-layout=horizontal][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu {
  min-width: 90%;
}
.pcoded[theme-layout=horizontal] .pcoded-header[pcoded-header-position=relative] ~ .pcoded-main-container {
  top: -1px;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-submenu > li a .pcoded-badge {
  top: 7px;
  right: 20px;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu.edge > .pcoded-submenu {
  left: auto;
  right: 100%;
}
.pcoded-main-container {
  clear: both;
}
.pcoded .pcoded-navbar .pcoded-item:after {
  display: none;
}
body.horizontal-icon .pcoded[theme-layout=horizontal] .page-header, body.horizontal-icon-fixed .pcoded[theme-layout=horizontal] .page-header {
  padding-top: 100px;
}
body.horizontal-icon .pcoded .pcoded-navbar, body.horizontal-icon-fixed .pcoded .pcoded-navbar {
  height: 80px;
}
body.horizontal-icon .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon, body.horizontal-icon-fixed .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
  display: block;
  text-align: center;
  margin: 0 auto;
}
body.horizontal-icon .pcoded .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a, body.horizontal-icon-fixed .pcoded .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a {
  line-height: 30px;
}
body.horizontal-icon .pcoded[pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a, body.horizontal-icon-fixed .pcoded[pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a {
  height: 70px;
}
/**  =====================
      Theme-Buttons css start
==========================  **/
.btn-default .badge {
  background-color: #fff;
  color: #e0e0e0;
}
.btn {
  border-radius: 2px;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .btn {
    padding: 10px 15px;
  }
}
.close {
  cursor: pointer;
}
.button-page .card-block {
  margin-bottom: -20px;
}
.button-page .card-block ul {
  margin-bottom: 0;
  display: inline-block;
}
.button-page .card-block a {
  margin-bottom: 20px;
}
.button-page .card-block ul li {
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.button-page .btn {
  margin-bottom: 20px;
  margin-right: 10px;
}
.btn.btn-round {
  border-radius: 2rem;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-skew {
  transform: skew(-15deg);
}
.btn i {
  margin-right: 5px;
}
.btn.btn-icon {
  border-radius: 50%;
  width: 40px;
  line-height: 30px;
  height: 40px;
  padding: 3px;
  text-align: center;
}
.btn.btn-out {
  outline: 1px solid #fff;
  outline-offset: -5px;
}
.btn.btn-out-dashed {
  outline: 1px dashed #fff;
  outline-offset: -5px;
}
.btn.btn-out-dotted {
  outline: 1px dotted #fff;
  outline-offset: -5px;
}
.btn-group,
.btn-group-vertical {
  display: inline-block;
}
.btn-group .btn {
  float: left;
}
.icon-btn i {
  margin-right: 0;
}
.button-page .btn-group {
  margin-right: 10px;
}
.show > .dropdown-menu {
  overflow: hidden;
}
.dropdown-danger,
.dropdown-default,
.dropdown-disabled,
.dropdown-info,
.dropdown-inverse,
.dropdown-primary,
.dropdown-success,
.dropdown-warning,
.dropdown-warning {
  display: inline-block;
  position: relative;
}
.btn-group [class*=btn-],
.dropdown-split [class*=btn-] {
  margin-right: 0;
}
.list-group-item.active {
  background-color: #aaa;
  border-color: #aaa;
}
.show > .btn-primary.dropdown-toggle, .wizard > .actions .show > a.dropdown-toggle, .sweet-alert .show > button.dropdown-toggle.confirm {
  background-color: #8b8b8b;
  border-color: #8b8b8b;
  box-shadow: none;
  color: #fff;
}
#Note-list li:hover .Note-delete {
  opacity: 1;
  transform: translateX(0px);
}
#Note-list li:hover .Note-delete:hover {
  background: rgba(0, 0, 0, 0.8);
}
.button-list .btn {
  margin-bottom: 10px;
  margin-right: 30px;
}
.Note-delete {
  margin-bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  position: absolute;
  right: 20px;
  color: #fff;
  transition: all ease-in 0.3s;
  border-radius: 2px;
  cursor: pointer;
  transform: translateX(10px);
}
.popover-body .color-code {
  margin-bottom: 10px;
}
.popover-body .display-color {
  width: 75px;
  height: 2.5rem;
  border-radius: 0.25rem;
  margin-right: 30px;
  background-color: rgba(170, 170, 170, 0.5);
  border-color: rgba(170, 170, 170, 0.5);
}
.popover-body span.block {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.popover-title {
  text-align: center;
}
.btn.btn-disabled,
.dropdown-disabled,
.dropdown-split-disabled {
  cursor: not-allowed;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active.active,
.nav-pills .nav-link.active.active:focus,
.nav-pills .nav-link.active.active:hover {
  background: transparent;
  color: #0275d8;
  text-align: center;
  border-bottom: 1px solid #0275d8;
}
.btn {
  /**====== Basic-Buttons css Start ======**/
  /**====== Basic-Buttons css end ======**/
  /**====== Outline-Buttons css Start ======**/
  /**====== Outline-Buttons css end ======**/
  /**====== gradient css Start ======**/
  /**====== gradient-Buttons css end ======**/
  /**====== matrialized-Buttons css Start ======**/
  /**====== matrialized css end ======**/
  /**====== Button-Size css start ======**/
  /**====== Button-Size css end ======**/
  /**====== Badges-button css start ======**/
  /**====== Badges-button css end ======**/
  /**====== Social-Buttons css start ======**/
  /**====== Social-Buttons css end ======**/
}
.btn-primary, .wizard > .actions a, .sweet-alert button.confirm {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.btn-primary:hover, .wizard > .actions a:hover, .sweet-alert button.confirm:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn-primary:active, .wizard > .actions a:active, .sweet-alert button.confirm:active {
  background-color: #8b8b8b;
  border-color: #8b8b8b;
  box-shadow: none;
  color: #fff;
}
.btn-primary:focus, .wizard > .actions a:focus, .sweet-alert button.confirm:focus {
  box-shadow: none;
  color: #fff;
  background-color: #c4c4c4;
}
.btn-primary.disabled, .wizard > .actions a.disabled, .sweet-alert button.disabled.confirm {
  background-color: rgba(170, 170, 170, 0.5);
  border-color: rgba(170, 170, 170, 0.5);
}
.btn-warning {
  background-color: #ffba57;
  border-color: #ffba57;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.btn-warning:hover {
  background-color: #ffcf8a;
  border-color: #ffcf8a;
  color: #fff;
}
.btn-warning:active {
  background-color: #ffa11a;
  border-color: #ffa11a;
  box-shadow: none;
  color: #fff;
}
.btn-warning:focus {
  box-shadow: none;
  color: #fff;
  background-color: #ffcf8a;
}
.btn-warning.disabled {
  background-color: rgba(255, 186, 87, 0.5);
  border-color: rgba(255, 186, 87, 0.5);
}
.btn-danger {
  background-color: #ff5252;
  border-color: #ff5252;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.btn-danger:hover {
  background-color: #ff8585;
  border-color: #ff8585;
}
.btn-danger:active {
  background-color: #ff1515;
  border-color: #ff1515;
  box-shadow: none;
  color: #fff;
}
.btn-danger:focus {
  box-shadow: none;
  color: #fff;
  background-color: #ff8585;
}
.btn-danger.disabled {
  background-color: rgba(255, 82, 82, 0.5);
  border-color: rgba(255, 82, 82, 0.5);
}
.btn-success {
  background-color: #9ccc65;
  border-color: #9ccc65;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.btn-success:hover {
  background-color: #b5d98b;
  border-color: #b5d98b;
}
.btn-success:active {
  background-color: #7eb73d;
  border-color: #7eb73d;
  box-shadow: none;
  color: #fff;
}
.btn-success:focus {
  box-shadow: none;
  color: #fff;
  background-color: #b5d98b;
}
.btn-success.disabled {
  background-color: rgba(156, 204, 101, 0.5);
  border-color: rgba(156, 204, 101, 0.5);
}
.btn-inverse {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.btn-inverse:hover {
  background-color: #4c626d;
  border-color: #4c626d;
}
.btn-inverse:active {
  background-color: #1e272b;
  border-color: #1e272b;
  box-shadow: none;
  color: #fff;
}
.btn-inverse:focus {
  box-shadow: none;
  color: #fff;
  background-color: #4c626d;
}
.btn-inverse.disabled {
  background-color: rgba(55, 71, 79, 0.5);
  border-color: rgba(55, 71, 79, 0.5);
}
.btn-info {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.btn-info:hover {
  background-color: #08e3ff;
  border-color: #08e3ff;
}
.btn-info:active {
  background-color: #008697;
  border-color: #008697;
  box-shadow: none;
  color: #fff;
}
.btn-info:focus {
  box-shadow: none;
  color: #fff;
  background-color: #08e3ff;
}
.btn-info.disabled {
  background-color: rgba(0, 188, 212, 0.5);
  border-color: rgba(0, 188, 212, 0.5);
}
.btn-disabled {
  background-color: rgba(206, 197, 182, 0.5);
  border-color: rgba(206, 197, 182, 0.5);
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.btn-outline-primary {
  color: #8b8b8b;
  background-color: #fff;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffa11a;
  background-color: #fff;
  background-color: transparent;
}
.btn-outline-danger {
  color: #ff1515;
  background-color: #fff;
  background-color: transparent;
}
.btn-outline-success {
  color: #7eb73d;
  background-color: #fff;
  background-color: transparent;
}
.btn-outline-inverse {
  color: #1e272b;
  background-color: #fff;
  background-color: transparent;
}
.btn-outline-inverse:hover {
  color: #fff;
}
.btn-outline-warning {
  color: #ffa11a;
  background-color: #fff;
  background-color: transparent;
}
.btn-outline-info {
  color: #008697;
  background-color: #fff;
  background-color: transparent;
}
.btn-outline-disabled {
  color: #b5a891;
  background-color: #fff;
}
.btn-grd-danger, .btn-grd-disabled, .btn-grd-info, .btn-grd-inverse, .btn-grd-primary, .btn-grd-success, .btn-grd-warning, .btn-grd-warning {
  background-size: 200% auto;
  transition: 0.5s ease-in-out;
  color: #fff;
}
.btn-grd-danger:hover, .btn-grd-disabled:hover, .btn-grd-info:hover, .btn-grd-inverse:hover, .btn-grd-primary:hover, .btn-grd-success:hover, .btn-grd-warning:hover, .btn-grd-warning:hover {
  background-position: right center;
}
.btn-grd-danger.hor-grd, .btn-grd-disabled.hor-grd, .btn-grd-info.hor-grd, .btn-grd-inverse.hor-grd, .btn-grd-primary.hor-grd, .btn-grd-success.hor-grd, .btn-grd-warning.hor-grd, .btn-grd-warning.hor-grd {
  background-size: auto 200%;
}
.btn-grd-danger.hor-grd:hover, .btn-grd-disabled.hor-grd:hover, .btn-grd-info.hor-grd:hover, .btn-grd-inverse.hor-grd:hover, .btn-grd-primary.hor-grd:hover, .btn-grd-success.hor-grd:hover, .btn-grd-warning.hor-grd:hover, .btn-grd-warning.hor-grd:hover {
  background-position: bottom center;
}
.btn-grd-primary {
  background-image: linear-gradient(to right, #c4c4c4 0%, #8b8b8b 51%, #c4c4c4 100%);
}
.btn-grd-primary.hor-grd {
  background-image: linear-gradient(to top, #c4c4c4 0%, #8b8b8b 51%, #c4c4c4 100%);
}
.btn-grd-warning {
  background-image: linear-gradient(to right, #ffcf8a 0%, #ffa11a 51%, #ffcf8a 100%);
}
.btn-grd-warning.hor-grd {
  background-image: linear-gradient(to top, #ffcf8a 0%, #ffa11a 51%, #ffcf8a 100%);
}
.btn-grd-danger {
  background-image: linear-gradient(to right, #ff8585 0%, #ff1515 51%, #ff8585 100%);
}
.btn-grd-danger.hor-grd {
  background-image: linear-gradient(to top, #ff8585 0%, #ff1515 51%, #ff8585 100%);
}
.btn-grd-success {
  background-image: linear-gradient(to right, #b5d98b 0%, #7eb73d 51%, #b5d98b 100%);
}
.btn-grd-success.hor-grd {
  background-image: linear-gradient(to top, #b5d98b 0%, #7eb73d 51%, #b5d98b 100%);
}
.btn-grd-inverse {
  background-image: linear-gradient(to right, #4c626d 0%, #1e272b 51%, #4c626d 100%);
}
.btn-grd-inverse.hor-grd {
  background-image: linear-gradient(to top, #4c626d 0%, #1e272b 51%, #4c626d 100%);
}
.btn-grd-info {
  background-image: linear-gradient(to right, #08e3ff 0%, #008697 51%, #08e3ff 100%);
}
.btn-grd-info.hor-grd {
  background-image: linear-gradient(to top, #08e3ff 0%, #008697 51%, #08e3ff 100%);
}
.btn-grd-disabled {
  background-image: linear-gradient(to right, #e2ddd5 0%, #b5a891 51%, #e2ddd5 100%);
}
.btn-grd-disabled.hor-grd {
  background-image: linear-gradient(to top, #e2ddd5 0%, #b5a891 51%, #e2ddd5 100%);
}
.btn-mat {
  position: relative;
  border-radius: 0;
  border: none;
}
.btn-mat:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.btn-mat:hover {
  border: none;
}
.btn-mat:hover:before {
  left: 0;
  right: 0;
}
.btn-primary.btn-mat, .wizard > .actions a.btn-mat, .sweet-alert button.btn-mat.confirm {
  background-color: #aaa;
}
.btn-primary.btn-mat:before, .wizard > .actions a.btn-mat:before, .sweet-alert button.btn-mat.confirm:before {
  background-color: #8b8b8b;
}
.btn-warning.btn-mat {
  background-color: #ffba57;
}
.btn-warning.btn-mat:before {
  background-color: #ffa11a;
}
.btn-danger.btn-mat {
  background-color: #ff5252;
}
.btn-danger.btn-mat:before {
  background-color: #ff1515;
}
.btn-success.btn-mat {
  background-color: #9ccc65;
}
.btn-success.btn-mat:before {
  background-color: #7eb73d;
}
.btn-inverse.btn-mat {
  background-color: #37474f;
}
.btn-inverse.btn-mat:before {
  background-color: #1e272b;
}
.btn-info.btn-mat {
  background-color: #00bcd4;
}
.btn-info.btn-mat:before {
  background-color: #008697;
}
.btn-outline-disabled {
  background-color: #cec5b6;
}
.btn-outline-disabled:before {
  background-color: #b5a891;
}
.btn-xlg {
  padding: 14px 20px;
  font-size: 21px;
  line-height: 40px;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 12px 18px;
  font-size: 18px;
  line-height: 32px;
}
.btn-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 23px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 8px 14px;
  line-height: 16px;
  font-size: 11px;
}
.btn-mini {
  padding: 5px 10px;
  line-height: 14px;
  font-size: 10px;
}
.btn-primary .badge, .wizard > .actions a .badge, .sweet-alert button.confirm .badge {
  color: #aaa;
  background-color: #fff;
}
.btn-success .badge {
  color: #9ccc65;
  background-color: #fff;
}
.btn-info .badge {
  color: #00bcd4;
  background-color: #fff;
}
.btn-warning .badge {
  color: #ffba57;
  background-color: #fff;
}
.btn-danger .badge {
  color: #ff5252;
  background-color: #fff;
}
.btn-dribbble, .btn-dropbox, .btn-facebook, .btn-flickr, .btn-github, .btn-google-plus, .btn-instagram, .btn-linkedin, .btn-pinterest, .btn-skype, .btn-tumblr, .btn-twitter, .btn-youtube {
  color: #fff;
}
.btn-dribbble:focus, .btn-dribbble:hover, .btn-dropbox:focus, .btn-dropbox:hover, .btn-facebook:focus, .btn-facebook:hover, .btn-flickr:focus, .btn-flickr:hover, .btn-github:focus, .btn-github:hover, .btn-google-plus:focus, .btn-google-plus:hover, .btn-instagram:focus, .btn-instagram:hover, .btn-linkedin:focus, .btn-linkedin:hover, .btn-pinterest:focus, .btn-pinterest:hover, .btn-skype:focus, .btn-skype:hover, .btn-tumblr:focus, .btn-tumblr:hover, .btn-twitter:focus, .btn-twitter:hover, .btn-youtube:focus, .btn-youtube:hover {
  color: #fff;
  box-shadow: none;
}
.btn-facebook {
  background-color: #3b5998;
}
.btn-twitter {
  background-color: #00ACED;
}
.btn-linkedin {
  background-color: #007BB6;
}
.btn-dribbble {
  background-color: #EA4C89;
}
.btn-google-plus {
  background-color: #DD4B39;
}
.btn-instagram {
  background-color: #517FA4;
}
.btn-pinterest {
  background-color: #CB2027;
}
.btn-dropbox {
  background-color: #32506D;
}
.btn-tumblr {
  background-color: #00ACED;
}
/**====== Drop-down-Buttons css start ======**/
.dropdown-primary .dropdown-menu a:hover,
.dropdown-split-primary .dropdown-menu a:hover {
  background-color: #aaa;
  color: #fff;
}
.dropdown-split-success .dropdown-menu a:hover,
.dropdown-success .dropdown-menu a:hover {
  background-color: #9ccc65;
  color: #fff;
}
.dropdown-info .dropdown-menu a:hover,
.dropdown-split-info .dropdown-menu a:hover {
  background-color: #00bcd4;
  color: #fff;
}
.dropdown-split-warning .dropdown-menu a:hover,
.dropdown-warning .dropdown-menu a:hover {
  background-color: #ffba57;
  color: #fff;
}
.dropdown-danger .dropdown-menu a:hover,
.dropdown-split-danger .dropdown-menu a:hover {
  background-color: #ff5252;
  color: #fff;
}
.dropdown-inverse .dropdown-item,
.dropdown-split-inverse .dropdown-item {
  transition: all 0.3s ease-in;
}
.dropdown-inverse .dropdown-item:hover,
.dropdown-split-inverse .dropdown-item:hover {
  background-color: #37474f;
  color: #fff;
}
/**====== Drop-down-Buttons css end ======**/
/**====== Theme-Buttons css end ======**/
/**  =====================
      Basic form elements css start
==========================  **/
.col-form-label {
  font-size: 14px;
}
.select2-container {
  width: 100%;
}
.form-group {
  margin-bottom: 1.25em;
}
.form-group .form-control-lg {
  font-size: 1.25em;
}
.form-group .form-control-round {
  border-radius: 50px;
}
.form-group .form-control-static:focus {
  outline: none;
}
.form-control {
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #cccccc;
}
.form-control:focus {
  border: 1px solid #aaa;
}
.form-control.form-control-normal {
  font-weight: 400;
}
.form-control.form-control-bold {
  font-weight: 500;
}
.form-control.form-control-capitalize {
  text-transform: capitalize;
}
.form-control.form-control-uppercase {
  text-transform: uppercase;
}
.form-control.form-control-lowercase {
  text-transform: lowercase;
}
.form-control.form-control-variant {
  font-feature-settings: "smcp";
  font-variant: small-caps;
}
.form-control.form-control-left {
  text-align: left;
}
.form-control.form-control-center {
  text-align: center;
}
.form-control.form-control-right {
  text-align: right;
}
.form-control.form-control-rtl {
  direction: rtl;
}
.form-control:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/*===== Border Inputs start =====*/
.form-control-primary {
  border-color: #aaa;
  color: #aaa;
}
.form-control-primary:focus {
  border-color: #aaa;
}
.input-group-primary .input-group-append .input-group-text,
.input-group-primary .input-group-prepend .input-group-text {
  background-color: #aaa;
}
.input-group-primary .form-control {
  border-color: #aaa;
}
.form-control-warning {
  border-color: #ffba57;
  color: #ffba57;
}
.form-control-warning:focus {
  border-color: #ffba57;
}
.input-group-warning .input-group-append .input-group-text,
.input-group-warning .input-group-prepend .input-group-text {
  background-color: #ffba57;
}
.input-group-warning .form-control {
  border-color: #ffba57;
}
.form-control-default {
  border-color: #d6d6d6;
  color: #d6d6d6;
}
.form-control-default:focus {
  border-color: #d6d6d6;
}
.input-group-default .input-group-append .input-group-text,
.input-group-default .input-group-prepend .input-group-text {
  background-color: #d6d6d6;
}
.input-group-default .form-control {
  border-color: #d6d6d6;
}
.form-control-danger {
  border-color: #ff5252;
  color: #ff5252;
}
.form-control-danger:focus {
  border-color: #ff5252;
}
.input-group-danger .input-group-append .input-group-text,
.input-group-danger .input-group-prepend .input-group-text {
  background-color: #ff5252;
}
.input-group-danger .form-control {
  border-color: #ff5252;
}
.form-control-success {
  border-color: #9ccc65;
  color: #9ccc65;
}
.form-control-success:focus {
  border-color: #9ccc65;
}
.input-group-success .input-group-append .input-group-text,
.input-group-success .input-group-prepend .input-group-text {
  background-color: #9ccc65;
}
.input-group-success .form-control {
  border-color: #9ccc65;
}
.form-control-inverse {
  border-color: #37474f;
  color: #37474f;
}
.form-control-inverse:focus {
  border-color: #37474f;
}
.input-group-inverse .input-group-append .input-group-text,
.input-group-inverse .input-group-prepend .input-group-text {
  background-color: #37474f;
}
.input-group-inverse .form-control {
  border-color: #37474f;
}
.form-control-info {
  border-color: #00bcd4;
  color: #00bcd4;
}
.form-control-info:focus {
  border-color: #00bcd4;
}
.input-group-info .input-group-append .input-group-text,
.input-group-info .input-group-prepend .input-group-text {
  background-color: #00bcd4;
}
.input-group-info .form-control {
  border-color: #00bcd4;
}
/*===== Form Input-Text start =====*/
.form-txt-primary {
  color: #aaa;
}
.form-txt-primary:focus {
  color: #aaa;
}
.form-txt-primary::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-txt-primary:-ms-input-placeholder {
  color: #aaa;
}
.form-txt-primary::-webkit-input-placeholder {
  color: #aaa;
}
.form-txt-warning {
  color: #ffba57;
}
.form-txt-warning:focus {
  color: #ffba57;
}
.form-txt-warning::-moz-placeholder {
  color: #ffba57;
  opacity: 1;
}
.form-txt-warning:-ms-input-placeholder {
  color: #ffba57;
}
.form-txt-warning::-webkit-input-placeholder {
  color: #ffba57;
}
.form-txt-default {
  color: #d6d6d6;
}
.form-txt-default:focus {
  color: #d6d6d6;
}
.form-txt-default::-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.form-txt-default:-ms-input-placeholder {
  color: #d6d6d6;
}
.form-txt-default::-webkit-input-placeholder {
  color: #d6d6d6;
}
.form-txt-danger {
  color: #ff5252;
}
.form-txt-danger:focus {
  color: #ff5252;
}
.form-txt-danger::-moz-placeholder {
  color: #ff5252;
  opacity: 1;
}
.form-txt-danger:-ms-input-placeholder {
  color: #ff5252;
}
.form-txt-danger::-webkit-input-placeholder {
  color: #ff5252;
}
.form-txt-success {
  color: #9ccc65;
}
.form-txt-success:focus {
  color: #9ccc65;
}
.form-txt-success::-moz-placeholder {
  color: #9ccc65;
  opacity: 1;
}
.form-txt-success:-ms-input-placeholder {
  color: #9ccc65;
}
.form-txt-success::-webkit-input-placeholder {
  color: #9ccc65;
}
.form-txt-inverse {
  color: #37474f;
}
.form-txt-inverse:focus {
  color: #37474f;
}
.form-txt-inverse::-moz-placeholder {
  color: #37474f;
  opacity: 1;
}
.form-txt-inverse:-ms-input-placeholder {
  color: #37474f;
}
.form-txt-inverse::-webkit-input-placeholder {
  color: #37474f;
}
.form-txt-info {
  color: #00bcd4;
}
.form-txt-info:focus {
  color: #00bcd4;
}
.form-txt-info::-moz-placeholder {
  color: #00bcd4;
  opacity: 1;
}
.form-txt-info:-ms-input-placeholder {
  color: #00bcd4;
}
.form-txt-info::-webkit-input-placeholder {
  color: #00bcd4;
}
/*===== Form Background-inputs start =====*/
.form-bg-primary {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
.form-bg-primary:focus {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
.form-bg-primary::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-bg-primary:-ms-input-placeholder {
  color: #fff;
}
.form-bg-primary::-webkit-input-placeholder {
  color: #fff;
}
.form-bg-warning {
  background-color: #ffba57;
  border-color: #ffba57;
  color: #fff;
}
.form-bg-warning:focus {
  background-color: #ffba57;
  border-color: #ffba57;
  color: #fff;
}
.form-bg-warning::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-bg-warning:-ms-input-placeholder {
  color: #fff;
}
.form-bg-warning::-webkit-input-placeholder {
  color: #fff;
}
.form-bg-default {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #fff;
}
.form-bg-default:focus {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #fff;
}
.form-bg-default::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-bg-default:-ms-input-placeholder {
  color: #fff;
}
.form-bg-default::-webkit-input-placeholder {
  color: #fff;
}
.form-bg-danger {
  background-color: #ff5252;
  border-color: #ff5252;
  color: #fff;
}
.form-bg-danger:focus {
  background-color: #ff5252;
  border-color: #ff5252;
  color: #fff;
}
.form-bg-danger::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-bg-danger:-ms-input-placeholder {
  color: #fff;
}
.form-bg-danger::-webkit-input-placeholder {
  color: #fff;
}
.form-bg-success {
  background-color: #9ccc65;
  border-color: #9ccc65;
  color: #fff;
}
.form-bg-success:focus {
  background-color: #9ccc65;
  border-color: #9ccc65;
  color: #fff;
}
.form-bg-success::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-bg-success:-ms-input-placeholder {
  color: #fff;
}
.form-bg-success::-webkit-input-placeholder {
  color: #fff;
}
.form-bg-inverse {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
}
.form-bg-inverse:focus {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
}
.form-bg-inverse::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-bg-inverse:-ms-input-placeholder {
  color: #fff;
}
.form-bg-inverse::-webkit-input-placeholder {
  color: #fff;
}
.form-bg-info {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
}
.form-bg-info:focus {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
}
.form-bg-info::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-bg-info:-ms-input-placeholder {
  color: #fff;
}
.form-bg-info::-webkit-input-placeholder {
  color: #fff;
}
/*===== Form Validation states start =====*/
.has-success .col-form-label {
  color: #9ccc65;
}
.has-success .form-control-success {
  border-color: #9ccc65;
}
.has-warning .col-form-label {
  color: #ffba57;
}
.has-warning .form-control-success {
  border-color: #ffba57;
}
.has-danger .col-form-label {
  color: #ff5252;
}
.has-danger .form-control-success {
  border-color: #ff5252;
}
/*===== Form-icon css starts =====*/
.left-icon-control {
  position: relative;
}
.left-icon-control input {
  padding-left: 50px;
}
.left-icon-control .form-icon {
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -12px;
}
.right-icon-control {
  position: relative;
}
.right-icon-control input {
  padding-right: 50px;
}
.right-icon-control .form-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.right-icon-control .form-icon .btn.btn-icon {
  width: 35px;
  height: 35px;
  padding: 0;
}
.right-icon-control .btn > i {
  margin-right: 0;
}
/*===== Form-icon css ends =====*/
/*===== Basic form elements ends =====*/
/**  =====================
      Form group-add-on css start
==========================  **/
.input-group {
  margin-bottom: 1.25em;
}
.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  background-color: #aaa;
  border-color: rgba(0, 0, 0, 0.15);
  color: #000;
}
.input-group-button .input-group-addon {
  transition: all ease-in 0.3s;
}
.input-group-button .input-group-addon:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.input-group-button .input-group-addon:hover .btn {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.input-group-dropdown [class*=btn-] {
  margin-bottom: 0;
}
/*===== Form group-add-on ends =====*/
/**  =====================
      Switches css start
==========================  **/
.js-dynamic-disable,
.js-dynamic-enable {
  vertical-align: inherit;
}
/*===== Switches css ends =====*/
/**  =====================
      Radio-button css start
==========================  **/
.form-radio {
  position: relative;
}
.form-radio .form-help {
  position: absolute;
  width: 100%;
}
.form-radio label {
  position: relative;
  padding-left: 1.5rem;
  text-align: left;
  color: #333;
  display: block;
  line-height: 1.8;
}
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.radio .helper {
  position: absolute;
  top: -0.15rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.radio .helper::after {
  transform: scale(0);
  background-color: #aaa;
  border-color: #aaa;
}
.radio .helper::after, .radio .helper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid #aaa;
}
.radio label:hover .helper {
  color: #aaa;
}
.radio input:checked ~ .helper::after {
  transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #aaa;
  -webkit-animation: ripple 0.3s linear forwards;
          animation: ripple 0.3s linear forwards;
}
.radio.radiofill input:checked ~ .helper::after {
  transform: scale(1);
}
.radio.radiofill .helper::after {
  background-color: #aaa;
}
.radio.radio-outline input:checked ~ .helper::after {
  transform: scale(0.6);
}
.radio.radio-outline .helper::after {
  background-color: #fff;
  border: 0.225rem solid #aaa;
}
.radio.radio-matrial input ~ .helper::after {
  background-color: #fff;
}
.radio.radio-matrial input:checked ~ .helper::after {
  transform: scale(0.5);
  box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.72);
}
.radio.radio-matrial input:checked ~ .helper::before {
  background-color: #aaa;
}
.radio.radio-disable {
  opacity: 0.7;
}
.radio.radio-disable label {
  cursor: not-allowed;
}
.radio-inline {
  display: inline-block;
  margin-right: 20px;
}
.radio.radio-primary .helper::after {
  background-color: #aaa;
  border-color: #aaa;
}
.radio.radio-primary .helper::before {
  border-color: #aaa;
}
.radio.radio-outline.radio-primary .helper::after {
  background-color: #fff;
  border: 0.225rem solid #aaa;
}
.radio.radio-outline.radio-primary .helper::before {
  border-color: #aaa;
}
.radio.radio-matrial.radio-primary input ~ .helper::after {
  background-color: #fff;
  border-color: #fff;
}
.radio.radio-matrial.radio-primary input ~ .helper::before {
  background-color: #aaa;
  border-color: #aaa;
}
.radio.radio-warning .helper::after {
  background-color: #ffba57;
  border-color: #ffba57;
}
.radio.radio-warning .helper::before {
  border-color: #ffba57;
}
.radio.radio-outline.radio-warning .helper::after {
  background-color: #fff;
  border: 0.225rem solid #ffba57;
}
.radio.radio-outline.radio-warning .helper::before {
  border-color: #ffba57;
}
.radio.radio-matrial.radio-warning input ~ .helper::after {
  background-color: #fff;
  border-color: #fff;
}
.radio.radio-matrial.radio-warning input ~ .helper::before {
  background-color: #ffba57;
  border-color: #ffba57;
}
.radio.radio-default .helper::after {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.radio.radio-default .helper::before {
  border-color: #d6d6d6;
}
.radio.radio-outline.radio-default .helper::after {
  background-color: #fff;
  border: 0.225rem solid #d6d6d6;
}
.radio.radio-outline.radio-default .helper::before {
  border-color: #d6d6d6;
}
.radio.radio-matrial.radio-default input ~ .helper::after {
  background-color: #fff;
  border-color: #fff;
}
.radio.radio-matrial.radio-default input ~ .helper::before {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.radio.radio-danger .helper::after {
  background-color: #ff5252;
  border-color: #ff5252;
}
.radio.radio-danger .helper::before {
  border-color: #ff5252;
}
.radio.radio-outline.radio-danger .helper::after {
  background-color: #fff;
  border: 0.225rem solid #ff5252;
}
.radio.radio-outline.radio-danger .helper::before {
  border-color: #ff5252;
}
.radio.radio-matrial.radio-danger input ~ .helper::after {
  background-color: #fff;
  border-color: #fff;
}
.radio.radio-matrial.radio-danger input ~ .helper::before {
  background-color: #ff5252;
  border-color: #ff5252;
}
.radio.radio-success .helper::after {
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.radio.radio-success .helper::before {
  border-color: #9ccc65;
}
.radio.radio-outline.radio-success .helper::after {
  background-color: #fff;
  border: 0.225rem solid #9ccc65;
}
.radio.radio-outline.radio-success .helper::before {
  border-color: #9ccc65;
}
.radio.radio-matrial.radio-success input ~ .helper::after {
  background-color: #fff;
  border-color: #fff;
}
.radio.radio-matrial.radio-success input ~ .helper::before {
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.radio.radio-inverse .helper::after {
  background-color: #37474f;
  border-color: #37474f;
}
.radio.radio-inverse .helper::before {
  border-color: #37474f;
}
.radio.radio-outline.radio-inverse .helper::after {
  background-color: #fff;
  border: 0.225rem solid #37474f;
}
.radio.radio-outline.radio-inverse .helper::before {
  border-color: #37474f;
}
.radio.radio-matrial.radio-inverse input ~ .helper::after {
  background-color: #fff;
  border-color: #fff;
}
.radio.radio-matrial.radio-inverse input ~ .helper::before {
  background-color: #37474f;
  border-color: #37474f;
}
.radio.radio-info .helper::after {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.radio.radio-info .helper::before {
  border-color: #00bcd4;
}
.radio.radio-outline.radio-info .helper::after {
  background-color: #fff;
  border: 0.225rem solid #00bcd4;
}
.radio.radio-outline.radio-info .helper::before {
  border-color: #00bcd4;
}
.radio.radio-matrial.radio-info input ~ .helper::after {
  background-color: #fff;
  border-color: #fff;
}
.radio.radio-matrial.radio-info input ~ .helper::before {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
/*===== Radio Button css ends =====*/
/*===== Border-checkbox css start =====*/
.border-checkbox-section .border-checkbox-group {
  display: inline-block;
}
.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:before {
  -webkit-animation: ripple 0.3s linear forwards;
          animation: ripple 0.3s linear forwards;
}
.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after {
  -webkit-animation: check linear 0.5s;
  animation: check linear 0.5s;
  opacity: 1;
  border-color: #aaa;
}
.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after .border-checkbox-label:before {
  border-color: #eee;
}
.border-checkbox-section .border-checkbox-group .border-checkbox-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  margin-right: 15px;
}
.border-checkbox-section .border-checkbox-group .border-checkbox-label:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  opacity: 0.9;
  border-right: 2px solid #eee;
  border-top: 2px solid #eee;
  position: absolute;
  left: 4px;
  top: 11px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
}
.border-checkbox-section .border-checkbox-group .border-checkbox-label:before {
  content: "";
  display: block;
  border: 2px solid #aaa;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
.border-checkbox-section .border-checkbox {
  display: none;
}
.border-checkbox-section .border-checkbox:disabled ~ .border-checkbox-label {
  cursor: no-drop;
  color: #ccc;
}
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 12px;
    width: 6px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 12px;
    width: 6px;
  }
}
.border-checkbox-section .border-checkbox-group-primary .border-checkbox-label:before {
  border: 2px solid #aaa;
}
.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #aaa;
}
.border-checkbox-section .border-checkbox-group-warning .border-checkbox-label:before {
  border: 2px solid #ffba57;
}
.border-checkbox-section .border-checkbox-group-warning .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #ffba57;
}
.border-checkbox-section .border-checkbox-group-default .border-checkbox-label:before {
  border: 2px solid #d6d6d6;
}
.border-checkbox-section .border-checkbox-group-default .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #d6d6d6;
}
.border-checkbox-section .border-checkbox-group-danger .border-checkbox-label:before {
  border: 2px solid #ff5252;
}
.border-checkbox-section .border-checkbox-group-danger .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #ff5252;
}
.border-checkbox-section .border-checkbox-group-success .border-checkbox-label:before {
  border: 2px solid #9ccc65;
}
.border-checkbox-section .border-checkbox-group-success .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #9ccc65;
}
.border-checkbox-section .border-checkbox-group-inverse .border-checkbox-label:before {
  border: 2px solid #37474f;
}
.border-checkbox-section .border-checkbox-group-inverse .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #37474f;
}
.border-checkbox-section .border-checkbox-group-info .border-checkbox-label:before {
  border: 2px solid #00bcd4;
}
.border-checkbox-section .border-checkbox-group-info .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #00bcd4;
}
/*===== zoom Fade-in-checkbox css start =====*/
.checkbox-fade,
.checkbox-zoom {
  display: inline-block;
  margin-right: 15px;
}
.checkbox-fade label,
.checkbox-zoom label {
  line-height: 20px;
}
.checkbox-fade label input[type=checkbox],
.checkbox-fade label input[type=radio],
.checkbox-zoom label input[type=checkbox],
.checkbox-zoom label input[type=radio] {
  display: none;
}
.checkbox-fade label input[type=checkbox]:checked + .cr > .cr-icon,
.checkbox-fade label input[type=radio]:checked + .cr > .cr-icon,
.checkbox-zoom label input[type=checkbox]:checked + .cr > .cr-icon,
.checkbox-zoom label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox-fade label input[type=checkbox] + .cr > .cr-icon,
.checkbox-fade label input[type=radio] + .cr > .cr-icon,
.checkbox-zoom label input[type=checkbox] + .cr > .cr-icon,
.checkbox-zoom label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox-fade label:after,
.checkbox-zoom label:after {
  content: "";
  display: table;
  clear: both;
}
.checkbox-fade.fade-in-disable .cr,
.checkbox-fade.fade-in-disable label,
.checkbox-zoom.fade-in-disable .cr,
.checkbox-zoom.fade-in-disable label {
  color: #ccc;
  cursor: no-drop;
}
.checkbox-fade .cr,
.checkbox-zoom .cr {
  border-radius: 0;
  border: 2px solid #aaa;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 20px;
  margin-right: 1rem;
  position: relative;
  width: 20px;
}
.checkbox-fade .cr .cr-icon,
.checkbox-zoom .cr .cr-icon {
  color: #aaa;
  font-size: 0.8em;
  left: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.checkbox-fade input[type=checkbox]:checked + .cr,
.checkbox-zoom input[type=checkbox]:checked + .cr {
  -webkit-animation: ripple 0.3s linear forwards;
          animation: ripple 0.3s linear forwards;
}
.checkbox-fade label {
  line-height: 20px;
}
.checkbox-fade label input[type=checkbox],
.checkbox-fade label input[type=radio] {
  display: none;
}
.checkbox-fade label input[type=checkbox]:checked + .cr > .cr-icon,
.checkbox-fade label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox-fade label input[type=checkbox] + .cr > .cr-icon,
.checkbox-fade label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox-zoom label {
  line-height: 20px;
}
.checkbox-zoom label input[type=checkbox],
.checkbox-zoom label input[type=radio] {
  display: none;
}
.checkbox-zoom label input[type=checkbox]:checked + .cr > .cr-icon,
.checkbox-zoom label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.checkbox-zoom label input[type=checkbox] + .cr > .cr-icon,
.checkbox-zoom label input[type=radio] + .cr > .cr-icon {
  transform: scale3d(0.2, 0.2, 0.1) translate3d(0, 0, 0);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox-fade.fade-in-primary .cr, .checkbox-fade.zoom-primary .cr,
.checkbox-zoom.fade-in-primary .cr,
.checkbox-zoom.zoom-primary .cr {
  border: 2px solid #aaa;
}
.checkbox-fade.fade-in-primary .cr .cr-icon, .checkbox-fade.zoom-primary .cr .cr-icon,
.checkbox-zoom.fade-in-primary .cr .cr-icon,
.checkbox-zoom.zoom-primary .cr .cr-icon {
  color: #aaa;
}
.checkbox-fade.fade-in-warning .cr, .checkbox-fade.zoom-warning .cr,
.checkbox-zoom.fade-in-warning .cr,
.checkbox-zoom.zoom-warning .cr {
  border: 2px solid #ffba57;
}
.checkbox-fade.fade-in-warning .cr .cr-icon, .checkbox-fade.zoom-warning .cr .cr-icon,
.checkbox-zoom.fade-in-warning .cr .cr-icon,
.checkbox-zoom.zoom-warning .cr .cr-icon {
  color: #ffba57;
}
.checkbox-fade.fade-in-default .cr, .checkbox-fade.zoom-default .cr,
.checkbox-zoom.fade-in-default .cr,
.checkbox-zoom.zoom-default .cr {
  border: 2px solid #d6d6d6;
}
.checkbox-fade.fade-in-default .cr .cr-icon, .checkbox-fade.zoom-default .cr .cr-icon,
.checkbox-zoom.fade-in-default .cr .cr-icon,
.checkbox-zoom.zoom-default .cr .cr-icon {
  color: #d6d6d6;
}
.checkbox-fade.fade-in-danger .cr, .checkbox-fade.zoom-danger .cr,
.checkbox-zoom.fade-in-danger .cr,
.checkbox-zoom.zoom-danger .cr {
  border: 2px solid #ff5252;
}
.checkbox-fade.fade-in-danger .cr .cr-icon, .checkbox-fade.zoom-danger .cr .cr-icon,
.checkbox-zoom.fade-in-danger .cr .cr-icon,
.checkbox-zoom.zoom-danger .cr .cr-icon {
  color: #ff5252;
}
.checkbox-fade.fade-in-success .cr, .checkbox-fade.zoom-success .cr,
.checkbox-zoom.fade-in-success .cr,
.checkbox-zoom.zoom-success .cr {
  border: 2px solid #9ccc65;
}
.checkbox-fade.fade-in-success .cr .cr-icon, .checkbox-fade.zoom-success .cr .cr-icon,
.checkbox-zoom.fade-in-success .cr .cr-icon,
.checkbox-zoom.zoom-success .cr .cr-icon {
  color: #9ccc65;
}
.checkbox-fade.fade-in-inverse .cr, .checkbox-fade.zoom-inverse .cr,
.checkbox-zoom.fade-in-inverse .cr,
.checkbox-zoom.zoom-inverse .cr {
  border: 2px solid #37474f;
}
.checkbox-fade.fade-in-inverse .cr .cr-icon, .checkbox-fade.zoom-inverse .cr .cr-icon,
.checkbox-zoom.fade-in-inverse .cr .cr-icon,
.checkbox-zoom.zoom-inverse .cr .cr-icon {
  color: #37474f;
}
.checkbox-fade.fade-in-info .cr, .checkbox-fade.zoom-info .cr,
.checkbox-zoom.fade-in-info .cr,
.checkbox-zoom.zoom-info .cr {
  border: 2px solid #00bcd4;
}
.checkbox-fade.fade-in-info .cr .cr-icon, .checkbox-fade.zoom-info .cr .cr-icon,
.checkbox-zoom.fade-in-info .cr .cr-icon,
.checkbox-zoom.zoom-info .cr .cr-icon {
  color: #00bcd4;
}
/*===== Color-checkbox css start =====*/
.checkbox-color {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.checkbox-color label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  line-height: 20px;
}
.checkbox-color label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-color label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -1px;
  top: 0;
  margin-left: -17px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #fff;
}
.checkbox-color input[type=checkbox] {
  opacity: 0;
}
.checkbox-color input[type=checkbox]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox-color input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}
.checkbox-color input[type=checkbox]:checked + label::before {
  -webkit-animation: ripple 0.3s linear forwards;
          animation: ripple 0.3s linear forwards;
}
.checkbox-color input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.checkbox-color input[type=checkbox]:disabled + label::before {
  background-color: #eee;
  cursor: not-allowed;
}
.checkbox-color.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox-color.checkbox-inline {
  margin-top: 0;
}
.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #2196f3;
  border-color: #2196f3;
}
.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #aaa;
}
.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #ffba57;
}
.checkbox-default input[type=checkbox]:checked + label::before {
  background-color: #d6d6d6;
}
.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #ff5252;
}
.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #9ccc65;
}
.checkbox-inverse input[type=checkbox]:checked + label::before {
  background-color: #37474f;
}
.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #00bcd4;
}
/*===== Tag input css start =====*/
.bootstrap-tagsinput {
  border: 1px solid #aaa;
  line-height: 30px;
  border-radius: 2px;
}
.bootstrap-tagsinput .tag {
  padding: 6px;
  border-radius: 2px;
}
/**  =====================
      Select-2 css start
==========================  **/
.select2-container--default:focus {
  border-color: #aaa;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}
.select2-container--default .select2-search__field:focus {
  border: 1px solid #aaa;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #aaa;
}
.select2-container--default .select2-selection--multiple {
  padding: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #aaa;
  border: 1px solid #aaa;
  padding: 5px 15px;
  color: #000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
  color: #000;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
  border: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa;
}
.select2-container--default .select2-selection--single {
  color: #000;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #aaa;
  color: #000;
  padding: 8px 30px 8px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
/*===== Select-2 css ends =====*/
/**  =====================
      Multi-select css start
==========================  **/
.ms-container .ms-list.ms-focus {
  border-color: #aaa;
  box-shadow: inset 0 1px 1px rgba(26, 188, 156, 0.49), 0 0 8px rgba(26, 188, 156, 0.5);
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: #aaa;
}
.ms-selectable .custom-header,
.ms-selection .custom-header {
  background-color: #aaa;
  color: #fff;
  text-align: center;
}
/*===== Multi-select css ends =====*/
/**  =====================
      Validation-forms css start
==========================  **/
.form-group .messages p {
  margin-bottom: 0;
  transition: all ease-in 0.3s;
}
.form-group .popover-valid {
  position: absolute;
  right: 40px;
  top: 7px;
}
/*===== Validation-forms css end =====*/
/**  =====================
      Form-wizards css start
==========================  **/
.wizard > .steps .current a {
  background: #aaa;
  transition: all ease-in 0.3s;
  cursor: pointer;
  border-radius: 2px;
  outline: 1px solid #fff;
  outline-offset: -7px;
}
.wizard > .steps .current a:hover {
  background: #b7b7b7;
  outline-offset: 0;
}
#design-wizard .steps li {
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}
#design-wizard .steps li:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #aaa;
  width: 100%;
  top: 30px;
  z-index: -1;
}
#design-wizard .steps li a {
  width: 20%;
  margin: 0 auto;
  text-align: center;
  border-radius: 2px;
}
.wizard > .steps .done a {
  background: #d6d6d6;
}
.card .card-block .wizard-form .steps ul {
  display: block;
}
.card .card-block .wizard-form li {
  margin-right: 0;
}
.wizard > .content {
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #000;
}
/*===== Form-wizard forms css end =====*/
/*Form control start*/
.form-material .form-group {
  position: relative;
}
.form-material .form-group.form-static-label .form-control ~ .float-label {
  top: -14px;
  font-size: 11px;
}
.form-material .form-control {
  display: inline-block;
  height: 43px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}
.form-material .form-control:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.form-material .form-control:focus ~ .form-bar:after, .form-material .form-control:focus ~ .form-bar:before {
  width: 50%;
}
.form-material .form-control:focus ~ .float-label, .form-material .form-control:valid ~ .float-label {
  top: -14px;
  font-size: 11px;
}
.form-material textarea {
  height: 100px;
}
.form-material .form-bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-material .form-bar:after, .form-material .form-bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.form-material .form-bar:before {
  left: 50%;
}
.form-material .form-bar:after {
  right: 50%;
}
.form-material .float-label {
  pointer-events: none;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-material .material-group {
  display: flex;
  margin-bottom: 1.25em;
}
.form-material .material-group .material-addone {
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
}
.form-material .material-group .material-addone i,
.form-material .material-group .material-addone span {
  font-size: 20px;
}
.form-material .material-group .form-group {
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.form-material .material-group.material-group-lg .material-addone {
  padding: 0.5rem 1rem;
}
.form-material .material-group.material-group-lg .material-addone i,
.form-material .material-group.material-group-lg .material-addone span {
  font-size: 1.55rem;
  font-weight: 500;
}
.form-material .material-group.material-group-lg .form-control {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.form-material .material-group.material-group-lg .form-control:focus ~ .float-label, .form-material .material-group.material-group-lg .form-control:valid ~ .float-label {
  top: -15px;
  font-size: 14px;
}
.form-material .material-group.material-group-lg .float-label {
  font-size: 1.25rem;
}
.form-material .material-group.material-group-sm .material-addone {
  padding: 0.25rem 0.5rem;
}
.form-material .material-group.material-group-sm .material-addone i,
.form-material .material-group.material-group-sm .material-addone span {
  font-size: 0.775rem;
}
.form-material .material-group.material-group-sm .form-control {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-material .material-group.material-group-sm .form-control:focus ~ .float-label, .form-material .material-group.material-group-sm .form-control:valid ~ .float-label {
  top: -9px;
  font-size: 11px;
}
.form-material .material-group.material-group-sm .float-label {
  font-size: 0.775rem;
}
.form-material .form-primary .form-control:focus ~ label {
  color: #aaa;
}
.form-material .form-primary .form-control:focus ~ .form-bar:after, .form-material .form-primary .form-control:focus ~ .form-bar:before {
  background: #aaa;
}
.form-material .form-primary.form-static-label .float-label {
  color: #aaa;
}
.form-material .form-primary.form-static-label .form-control {
  border-bottom-color: #aaa;
}
.form-material .material-group-primary .material-addone i,
.form-material .material-group-primary .material-addone span {
  color: #aaa;
}
.form-material .form-warning .form-control:focus ~ label {
  color: #ffba57;
}
.form-material .form-warning .form-control:focus ~ .form-bar:after, .form-material .form-warning .form-control:focus ~ .form-bar:before {
  background: #ffba57;
}
.form-material .form-warning.form-static-label .float-label {
  color: #ffba57;
}
.form-material .form-warning.form-static-label .form-control {
  border-bottom-color: #ffba57;
}
.form-material .material-group-warning .material-addone i,
.form-material .material-group-warning .material-addone span {
  color: #ffba57;
}
.form-material .form-default .form-control:focus ~ label {
  color: #d6d6d6;
}
.form-material .form-default .form-control:focus ~ .form-bar:after, .form-material .form-default .form-control:focus ~ .form-bar:before {
  background: #d6d6d6;
}
.form-material .form-default.form-static-label .float-label {
  color: #d6d6d6;
}
.form-material .form-default.form-static-label .form-control {
  border-bottom-color: #d6d6d6;
}
.form-material .material-group-default .material-addone i,
.form-material .material-group-default .material-addone span {
  color: #d6d6d6;
}
.form-material .form-danger .form-control:focus ~ label {
  color: #ff5252;
}
.form-material .form-danger .form-control:focus ~ .form-bar:after, .form-material .form-danger .form-control:focus ~ .form-bar:before {
  background: #ff5252;
}
.form-material .form-danger.form-static-label .float-label {
  color: #ff5252;
}
.form-material .form-danger.form-static-label .form-control {
  border-bottom-color: #ff5252;
}
.form-material .material-group-danger .material-addone i,
.form-material .material-group-danger .material-addone span {
  color: #ff5252;
}
.form-material .form-success .form-control:focus ~ label {
  color: #9ccc65;
}
.form-material .form-success .form-control:focus ~ .form-bar:after, .form-material .form-success .form-control:focus ~ .form-bar:before {
  background: #9ccc65;
}
.form-material .form-success.form-static-label .float-label {
  color: #9ccc65;
}
.form-material .form-success.form-static-label .form-control {
  border-bottom-color: #9ccc65;
}
.form-material .material-group-success .material-addone i,
.form-material .material-group-success .material-addone span {
  color: #9ccc65;
}
.form-material .form-inverse .form-control:focus ~ label {
  color: #37474f;
}
.form-material .form-inverse .form-control:focus ~ .form-bar:after, .form-material .form-inverse .form-control:focus ~ .form-bar:before {
  background: #37474f;
}
.form-material .form-inverse.form-static-label .float-label {
  color: #37474f;
}
.form-material .form-inverse.form-static-label .form-control {
  border-bottom-color: #37474f;
}
.form-material .material-group-inverse .material-addone i,
.form-material .material-group-inverse .material-addone span {
  color: #37474f;
}
.form-material .form-info .form-control:focus ~ label {
  color: #00bcd4;
}
.form-material .form-info .form-control:focus ~ .form-bar:after, .form-material .form-info .form-control:focus ~ .form-bar:before {
  background: #00bcd4;
}
.form-material .form-info.form-static-label .float-label {
  color: #00bcd4;
}
.form-material .form-info.form-static-label .form-control {
  border-bottom-color: #00bcd4;
}
.form-material .material-group-info .material-addone i,
.form-material .material-group-info .material-addone span {
  color: #00bcd4;
}
select.form-control, select.form-control:focus, select.form-control:hover {
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
}
/* form controll end*/
.md-input-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.md-input-file {
  overflow: hidden;
  padding-left: 10px;
}
.md-add-on-file {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.md-add-on-file .btn {
  padding: 7px 20px;
}
.md-form-file ~ .md-form-control {
  opacity: 0;
  position: absolute;
  top: 0;
}
.md-input-wrapper .md-check {
  padding-left: 0;
  top: 0;
}
/**  =====================
      Label-Badges css start
==========================  **/
.label {
  border-radius: 4px;
  font-size: 75%;
  padding: 4px 7px;
  margin-right: 5px;
  font-weight: 400;
  color: #fff;
}
.label-main {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 5px;
}
.badge {
  border-radius: 10px;
  padding: 3px 7px;
}
.badge-top-left {
  margin-right: -10px;
  right: 100%;
  top: -3px;
}
.badge-top-right {
  margin-left: -10px;
  top: -3px;
}
.badge-bottom-left {
  margin-left: -33px;
  bottom: -12px;
  right: 97%;
}
.badge-bottom-right {
  margin-left: -10px;
  bottom: -12px;
}
.label.label-lg {
  padding: 8px 21px;
}
.label.label-md {
  padding: 6px 14px;
}
.badge-lg {
  padding: 5px 9px;
  font-size: 14px;
}
.badge-md {
  padding: 4px 8px;
  font-size: 14px;
}
span.badge {
  display: inline-block;
}
.label-default {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #fff;
}
.label-inverse-default {
  border: 1px solid;
  border-color: #d6d6d6;
  color: #d6d6d6;
}
.label-inverse-primary {
  border: 1px solid;
  border-color: #aaa;
  color: #aaa;
}
.label-inverse-success {
  border: 1px solid;
  border-color: #9ccc65;
  color: #9ccc65;
}
.label-inverse-warning {
  border: 1px solid;
  border-color: #ffba57;
  color: #ffba57;
}
.label-inverse-danger {
  border: 1px solid;
  border-color: #ff5252;
  color: #ff5252;
}
.label-inverse-info {
  border: 1px solid;
  border-color: #00bcd4;
  color: #00bcd4;
}
.label-inverse-info-border {
  border: 1px solid;
  border-color: #37474f;
  color: #37474f;
}
.badge-inverse-default {
  border: 1px solid;
  border-color: #d6d6d6;
  color: #d6d6d6;
}
.badge-inverse-primary {
  border: 1px solid;
  border-color: #aaa;
  color: #aaa;
}
.badge-inverse-success {
  border: 1px solid;
  border-color: #9ccc65;
  color: #9ccc65;
}
.badge-inverse-warning {
  border: 1px solid;
  border-color: #ffba57;
  color: #ffba57;
}
.badge-inverse-danger {
  border: 1px solid;
  border-color: #ff5252;
  color: #ff5252;
}
.badge-inverse-info {
  border: 1px solid;
  border-color: #37474f;
  color: #37474f;
}
.label-icon {
  position: relative;
}
.label-icon label {
  position: absolute;
}
.icofont.icofont-envelope {
  font-size: 20px;
}
/*===== Label and Badges css end =====*/
/**  =====================
      Data-table css start
==========================  **/
table.table-bordered.dataTable tbody td:focus,
table.table-bordered.dataTable tbody th:focus {
  outline: none;
}
.card .card-block ul.pagination li {
  margin-right: 0;
}
.page-item.active .page-link {
  background-color: #aaa;
  border-color: #aaa;
}
.page-link {
  color: #222;
}
.table-hover tbody tr:hover {
  background-color: rgba(170, 170, 170, 0.1);
}
td.highlight {
  font-weight: 500;
  color: #00bcd4;
  background-color: #f5f5f5;
}
.table.compact td,
.table.compact th {
  padding: 0.45rem;
}
.dataTables_paginate .pagination {
  float: right;
}
#multi-table_wrapper .dataTables_paginate .pagination {
  float: none;
}
#dt-live-dom .form-control,
#footer-search tfoot .form-control,
#footer-select tfoot .form-control,
#form-input-table .form-control,
.search-api .form-control {
  width: 90%;
}
.search-api .column_filter,
.search-api .global_filter {
  margin: 0 auto;
}
.search-api .checkbox-fade {
  display: block;
  text-align: center;
}
td.details-control {
  background: url('details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url('details_close.png') no-repeat center center;
}
#row-delete .selected,
#row-select .selected {
  background-color: #aaa;
  color: #000;
}
/*===== Autofill data-table ===== */
div.dt-autofill-list div.dt-autofill-button button {
  background-color: #aaa;
  border-color: #aaa;
}
table.dataTable {
  border-collapse: collapse;
}
table.dataTable tbody > tr > .selected,
table.dataTable tbody > tr.selected {
  background-color: #aaa;
  color: #000;
}
table.dataTable td.select-checkbox:before,
table.dataTable th.select-checkbox:before {
  margin-top: 0;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -6px;
  margin-left: -5px;
}
/*===== Button data-table ===== */
a.dt-button,
a.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button:focus:not(.disabled),
button.dt-button,
button.dt-button.active:not(.disabled),
button.dt-button:active:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button,
div.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button:focus:not(.disabled) {
  background-color: #aaa;
  border-color: #aaa;
  border-radius: 2px;
  color: #000;
  background-image: none;
  font-size: 14px;
}
a.dt-button.btn-warning,
button.dt-button.btn-warning,
div.dt-button.btn-warning {
  background-color: #ffba57;
  border-color: #ffba57;
  border-radius: 2px;
  color: #000;
  background-image: none;
}
a.dt-button.btn-danger,
button.dt-button.btn-danger,
div.dt-button.btn-danger {
  background-color: #ff5252;
  border-color: #ff5252;
  border-radius: 2px;
  color: #000;
  background-image: none;
}
a.dt-button.btn-inverse,
button.dt-button.btn-inverse,
div.dt-button.btn-inverse {
  background-color: #37474f;
  border-color: #37474f;
  border-radius: 2px;
  color: #000;
  background-image: none;
}
a.dt-button:hover:not(.disabled),
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled) {
  background-image: none;
  background-color: #b7b7b7;
  border-color: #aaa;
}
a.dt-button.btn-warning:hover:not(.disabled),
button.dt-button.btn-warning:hover:not(.disabled),
div.dt-button.btn-warning:hover:not(.disabled) {
  background-image: none;
  background-color: #ffcf8a;
  border-color: #ffba57;
}
a.dt-button.btn-danger:hover:not(.disabled),
button.dt-button.btn-danger:hover:not(.disabled),
div.dt-button.btn-danger:hover:not(.disabled) {
  background-image: none;
  background-color: #ff8585;
  border-color: #ff5252;
}
a.dt-button.btn-inverse:hover:not(.disabled),
button.dt-button.btn-inverse:hover:not(.disabled),
div.dt-button.btn-inverse:hover:not(.disabled) {
  background-image: none;
  background-color: #4c626d;
  border-color: #37474f;
}
div.dt-button-collection a.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled) {
  background-color: #aaa;
  border-color: #aaa;
  background-image: none;
}
div.dt-buttons {
  clear: both;
}
.card .table-card-header b {
  display: block;
  color: #aaa;
  margin-top: 15px;
}
.card .table-card-header span {
  color: #919191;
  display: inline-block;
  margin-top: 0;
}
div.dataTables_wrapper div.dataTables_info {
  display: inline-block;
}
/*===== Colreorder data-table ===== */
table.DTCR_clonedTable.dataTable {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}
/*===== Fixed-column data-table ===== */
table.DTFC_Cloned tfoot,
table.DTFC_Cloned thead {
  background-color: white;
}
div.DTFC_Blocker {
  background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
td,
th {
  white-space: nowrap;
}
/*===== Fixed-header data-table ===== */
table.fixedHeader-floating {
  position: fixed;
  background-color: white;
}
table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}
table.fixedHeader-locked {
  position: absolute;
  background-color: white;
}
@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
/*===== Key-table data-table ===== */
table.dataTable td.focus,
table.dataTable th.focus {
  outline: 3px solid #aaa;
  outline-offset: -1px;
}
table.dataTable td.focus {
  outline: 1px solid #ff5252;
  outline-offset: -3px;
  background-color: #f8e6e6;
}
#events {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 3px;
  height: 100px;
  overflow: auto;
}
/*===== Row-Re-order data-table ===== */
table.dt-rowReorder-float {
  position: absolute;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001;
}
tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
#result {
  border: 1px solid #888;
  background: #f7f7f7;
  padding: 1em;
  margin-bottom: 1em;
}
/*===== Scroller data-table ===== */
div.DTS {
  display: block;
}
div.DTS tbody td,
div.DTS tbody th {
  white-space: nowrap;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_length,
div.DTS div.dataTables_paginate {
  display: none;
}
/**====== Data-table css end ======**/
.table td,
.table th {
  padding: 1.25rem 0.75rem;
}
.table thead th {
  border-bottom: 1px solid #d6dde1;
}
.invoice-box .table td,
.invoice-box .table th,
.invoive-info .table td,
.invoive-info .table th {
  padding: 3px 0;
}
table.invoice-table td,
table.invoice-table th {
  padding: 3px 0;
}
th {
  font-weight: 600;
}
table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
  background-color: #f7f7f7;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: white;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #eaeaea;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(170, 170, 170, 0.1);
}
.dataTables_filter .form-control {
  margin-top: 5px;
  margin-right: 5px;
}
.dataTable.table td,
.dataTable.table th {
  padding: 0.75rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 14px;
}
/**  =====================
      Chatting css start
==========================  **/
.user-box {
  height: 100%;
}
.user-box .media-object {
  height: 45px;
  width: 45px;
  display: inline-block;
}
.p-chat-user {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  z-index: 1030;
  background-color: #fff;
  box-shadow: -2px 0 11px -2px rgba(0, 0, 0, 0.3);
}
.p-chat-user .chat-search-box {
  padding: 20px;
}
.p-chat-user .userlist-box {
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}
.p-chat-user .userlist-box .media-left {
  padding-right: 10px;
}
.showChat_inner {
  position: fixed;
  top: 0;
  background-color: #fff;
  right: 0;
  display: none;
  width: 280px;
  height: 100%;
  z-index: 1032;
}
.showChat_inner .chat-reply-box {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 0;
  border-top: 1px solid #ccc;
}
.showChat_inner .chat-inner-header {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
.showChat_inner .chat-messages {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.showChat_inner .chat-messages .chat-menu-content > div,
.showChat_inner .chat-messages .chat-menu-reply > div {
  position: relative;
  overflow: visible;
  display: inline-block;
}
.showChat_inner .chat-messages .chat-menu-content > div .chat-cont,
.showChat_inner .chat-messages .chat-menu-reply > div .chat-cont {
  padding: 10px;
  margin-bottom: 0;
}
.showChat_inner .chat-messages .chat-menu-content .chat-time,
.showChat_inner .chat-messages .chat-menu-reply .chat-time {
  margin: 9px 8px 0 10px;
}
.showChat_inner .chat-messages .chat-menu-reply {
  text-align: right;
  padding-right: 10px;
}
.showChat_inner .chat-messages .chat-menu-reply > div {
  border-radius: 10px 10px 0;
  background: #ecf0f5;
}
.showChat_inner .chat-messages .chat-menu-reply > div:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ecf0f5;
  border-bottom-color: #ecf0f5;
}
.showChat_inner .chat-messages .chat-menu-content > div {
  background: #f7f7f7;
  border-radius: 0 10px 10px;
}
.showChat_inner .chat-messages .chat-menu-content > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: #f7f7f7;
  border-top-color: #f7f7f7;
}
.back_chatBox,
.back_friendlist {
  margin: 0 auto;
  font-weight: 600;
}
.back_chatBox i,
.back_friendlist i {
  position: absolute;
  line-height: 18px;
  font-size: 20px;
  left: -40px;
  top: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  box-shadow: -2px 0 9px -2px rgba(0, 0, 0, 0.3);
  padding: 12px 0 12px 7px;
  border-radius: 50% 0 0 50%;
  width: 40px;
  height: 40px;
}
.users-main {
  height: 100%;
  width: 280px;
  position: fixed;
  border-radius: 0;
}
.users-main .media {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.users-main .media .chat-header {
  font-size: 14px;
  font-weight: 600;
}
.users-main .media-body div + div {
  font-size: 12px;
}
.photo-table img {
  display: inline-block;
  width: 40px;
  margin-bottom: 5px;
}
.live-status {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  border: 1px solid;
}
.showChat {
  display: none;
}
/**====== Chatting css end ======**/
/**  =====================
      Progress-bar css start
==========================  **/
.progress-xl {
  height: 30px;
}
.progress-lg {
  height: 24px;
}
.progres-md {
  height: 18px;
}
.progress-sm {
  height: 12px;
}
.progress-xs {
  height: 6px;
}
.progress-bar-page .progress {
  margin-bottom: 2rem;
}
.progress-bar-default {
  background-color: #d6d6d6;
}
.progress-bar-primary {
  background-color: #aaa;
}
.progress-bar-success {
  background-color: #9ccc65;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-warning {
  background-color: #ffba57;
}
.progress-bar-danger {
  background-color: #ff5252;
}
.progress-bar-pink {
  background-color: #ff7aa3;
}
.progress-bar-purple {
  background-color: #9261c6;
}
.progress-bar-orange {
  background-color: #e67e22;
}
.progress-bar-yellow {
  background-color: #f1c40f;
}
.progress-bar-emrald {
  background-color: #2ecc71;
}
/**====== Progress-bar css end ======**/
@media only screen and (max-width: 1366px) {
  .img-tabs img {
    width: 75px;
  }

  .card .card-block .sub-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .pagination {
    float: inherit;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
  }

  .pagination li {
    float: left;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar,
.navbar .navbar-logo {
    width: 100%;
  }

  #dt-live-dom .form-control,
#footer-search tfoot .form-control,
#footer-select tfoot .form-control,
#form-input-table .form-control,
.search-api .form-control {
    width: 80%;
  }

  .header-navbar {
    z-index: 1209;
    top: 0;
  }
  .header-navbar[pcoded-header-position=relative] {
    top: 0;
  }
  .header-navbar .navbar-wrapper .navbar-container {
    margin-left: 0;
  }
  .header-navbar .navbar-wrapper .navbar-logo {
    width: 100%;
  }
  .header-navbar .navbar-wrapper .navbar-logo a img {
    display: block;
  }
  .header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
    right: auto;
    left: 0;
    top: 0;
    width: 60px;
  }
  .header-navbar .navbar-wrapper .navbar-logo .mobile-search {
    display: block;
    position: absolute;
    left: 70px;
    top: 0;
  }
  .header-navbar .navbar-wrapper .navbar-logo .mobile-options {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 3.5;
    width: 60px;
  }
  .header-navbar .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .main-body .page-wrapper .align-items-end .page-header-title {
    text-align: center;
    display: block;
  }
  .main-body .page-wrapper .align-items-end .page-header-title i {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .main-body .page-wrapper .align-items-end .page-header-breadcrumb {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block;
  }

  .page-header-breadcrumb .breadcrumb-item {
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 1rem;
    font-weight: 500;
  }

  .card h5, .card .h5 {
    font-size: 16px;
  }

  .header-navbar .navbar-wrapper .navbar-logo {
    display: inherit;
  }
  .header-navbar .navbar-wrapper .navbar-logo a {
    display: inline-block;
  }

  body.horizontal-icon .page-header, body.horizontal-icon-fixed .page-header {
    margin-top: 0;
  }
  body.horizontal-icon .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon, body.horizontal-icon-fixed .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
    display: inline-block;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main-body .page-wrapper .align-items-end .page-header-title {
    text-align: center;
    display: block;
  }
  .main-body .page-wrapper .align-items-end .page-header-title i {
    float: none;
    margin-bottom: 10px;
  }
  .main-body .page-wrapper .align-items-end .page-header-breadcrumb {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block;
  }

  .page-header-breadcrumb .breadcrumb-item {
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 993px) {
  .navbar,
.navbar .navbar-logo {
    width: 100%;
  }
}
@media only screen and (max-width: 573px) {
  .md-tabs {
    display: inline;
    display: initial;
  }
  .md-tabs .nav-item {
    width: calc(100% / 1);
    position: relative;
  }

  .nav-tabs.tabs {
    display: inherit;
  }

  .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .main-body .page-wrapper {
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    min-width: 280px;
    left: -30px;
    right: auto;
    width: auto;
  }
  .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before, .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
    right: calc(100% - 40px);
  }
  .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    left: auto;
    right: 0;
  }
  .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
    right: 40px;
  }

  .nav-tabs .nav-link.active {
    margin-bottom: 0;
  }

  body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    left: auto;
    right: -40px;
  }
  body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before, body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
    left: auto;
    right: 40px;
  }
  body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    right: auto;
    left: 0;
  }
  body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
    right: calc(100% - 40px);
  }
}
.pcoded[layout-type=dark] {
  color: #333;
}
.pcoded[layout-type=dark] a {
  color: #333;
}
.pcoded[layout-type=dark] text {
  fill: #333;
}
.pcoded[layout-type=dark] .card {
  background-color: #4f4f4f;
}
.pcoded[layout-type=dark] .card code {
  background-color: #5c5c5c;
  color: #333;
}
.pcoded[layout-type=dark] .card code[class*=language-],
.pcoded[layout-type=dark] .card pre[class*=language-] {
  color: #5c5c5c;
}
.pcoded[layout-type=dark] .card .card-header h5, .pcoded[layout-type=dark] .card .card-header .h5 {
  color: #333;
}
.pcoded[layout-type=dark] .card .card-header .card-header-right i {
  color: #333;
}
.pcoded[layout-type=dark] .card .card-block code {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .card .card-block code.language-markup {
  background-color: #fff;
}
.pcoded[layout-type=dark] .card .card-block .dropdown-menu {
  background-color: #545454;
}
.pcoded[layout-type=dark] .card-footer {
  background-color: #4a4a4a;
}
.pcoded[layout-type=dark] .dropdown-menu {
  background-color: #545454;
}
.pcoded[layout-type=dark] .dropdown-menu .dropdown-item .dropdown-divider {
  border-top: 1px solid #424242;
}
.pcoded[layout-type=dark] .dropdown-menu .dropdown-item:focus, .pcoded[layout-type=dark] .dropdown-menu .dropdown-item:hover {
  background-color: #424242;
}
.pcoded[layout-type=dark] .sub-title {
  color: #757575;
}
.pcoded[layout-type=dark] .b-l-default,
.pcoded[layout-type=dark] .b-l-theme {
  border-left: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .b-r-default,
.pcoded[layout-type=dark] .b-r-theme,
.pcoded[layout-type=dark] .messages-content {
  border-right: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .btn-default {
  background-color: #5c5c5c;
  color: #333;
}
.pcoded[layout-type=dark] .pcoded-main-container {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark][vertical-layout=box] .pcoded-container, .pcoded[layout-type=dark][theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-container {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .progress {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .alert.alert-danger, .pcoded[layout-type=dark] .alert.alert-default, .pcoded[layout-type=dark] .alert.alert-info, .pcoded[layout-type=dark] .alert.alert-primary, .pcoded[layout-type=dark] .alert.alert-success, .pcoded[layout-type=dark] .alert.alert-warning {
  background-color: #424242;
}
.pcoded[layout-type=dark] .alert.background-default {
  background-color: #d6d6d6;
  color: #fff;
}
.pcoded[layout-type=dark] .alert.background-primary {
  background-color: #aaa;
  color: #fff;
}
.pcoded[layout-type=dark] .alert.background-success {
  background-color: #9ccc65;
  color: #fff;
}
.pcoded[layout-type=dark] .alert.background-info {
  background-color: #00bcd4;
  color: #fff;
}
.pcoded[layout-type=dark] .alert.background-warning {
  background-color: #ffba57;
  color: #fff;
}
.pcoded[layout-type=dark] .alert.background-danger {
  background-color: #ff5252;
  color: #fff;
}
.pcoded[layout-type=dark] .accordion-msg {
  color: #333;
  border-top: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .accordion-desc {
  color: #333;
}
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(1) .show-notification li:first-child:hover, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(1) .profile-notification li:first-child:hover {
  background-color: #424242 !important;
}
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification {
  color: #333;
  background-color: #424242;
}
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification.show:before,
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.show:before {
  border-left-color: #424242;
  border-top-color: #424242;
}
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a,
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a {
  color: #333;
}
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover,
.pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .p-chat-user {
  background-color: #4f4f4f;
}
.pcoded[layout-type=dark] .p-chat-user .userlist-box {
  border-bottom: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .p-chat-user .userlist-box .chat-header {
  color: #333;
}
.pcoded[layout-type=dark] .back_chatBox i,
.pcoded[layout-type=dark] .back_friendlist i {
  background-color: #4f4f4f;
  color: #333;
}
.pcoded[layout-type=dark] .showChat_inner {
  background-color: #4f4f4f;
}
.pcoded[layout-type=dark] .showChat_inner .chat-messages .chat-menu-content > div {
  background-color: #424242;
}
.pcoded[layout-type=dark] .showChat_inner .chat-messages .chat-menu-content > div:before {
  border-right-color: #424242;
  border-top-color: #424242;
}
.pcoded[layout-type=dark] .showChat_inner .chat-messages .chat-menu-reply > div {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .showChat_inner .chat-messages .chat-menu-reply > div:before {
  border-left-color: #5c5c5c;
  border-bottom-color: #5c5c5c;
}
.pcoded[layout-type=dark] .showChat_inner .chat-inner-header {
  border-bottom: 1px solid #424242;
}
.pcoded[layout-type=dark] .showChat_inner .chat-reply-box {
  background-color: #4f4f4f;
  border-top: 1px solid #424242;
}
.pcoded[layout-type=dark] .form-control {
  background-color: transparent;
  color: #333;
}
.pcoded[layout-type=dark] select.form-control {
  background-color: #4f4f4f;
}
.pcoded[layout-type=dark] .bg-white {
  background: #4f4f4f !important;
}
.pcoded[layout-type=dark] .card-header-img h5, .pcoded[layout-type=dark] .card-header-img .h5,
.pcoded[layout-type=dark] .card-header-img h6,
.pcoded[layout-type=dark] .card-header-img .h6 {
  color: #333;
}
.pcoded[layout-type=dark] .text-inverse {
  color: #333 !important;
}
.pcoded[layout-type=dark] #styleSelector {
  color: #424242;
}
.pcoded[layout-type=dark] #styleSelector .form-control {
  color: #424242;
}
.pcoded[layout-type=dark] .chat-card .chat-control .chat-form .form-control {
  background-color: transparent;
}
.pcoded[layout-type=dark] .chat-card .chat-control .chat-form .form-control:active, .pcoded[layout-type=dark] .chat-card .chat-control .chat-form .form-control:focus {
  box-shadow: none;
}
.pcoded[layout-type=dark] .table > thead > tr > th {
  border-bottom-color: #5c5c5c;
}
.pcoded[layout-type=dark] .table td,
.pcoded[layout-type=dark] .table th {
  border-top-color: #5c5c5c;
}
.pcoded[layout-type=dark] .main-menu .main-menu-header:before,
.pcoded[layout-type=dark] .page-header:before {
  background-color: #4f4f4f;
}
.pcoded[layout-type=dark] .bg-c-blue {
  background: #448aff;
}
.pcoded[layout-type=dark] .bg-c-red {
  background: #ff5252;
}
.pcoded[layout-type=dark] .bg-c-green {
  background: #9ccc65;
}
.pcoded[layout-type=dark] .bg-c-yellow {
  background: #ffba57;
}
.pcoded[layout-type=dark] .bg-c-orenge {
  background: #FE8A7D;
}
.pcoded[layout-type=dark] .bg-c-lite-green {
  background: #69CEC6;
}
.pcoded[layout-type=dark] .bg-c-purple {
  background: #536dfe;
}
/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  /*display: inline-block;*/
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  transition: none !important;
}
.waves-button, .waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.waves-button {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button:hover, .waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}
.waves-float:active {
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
.below-tabs {
  transform: rotate(180deg);
}
.below-tabs .nav-tabs, .below-tabs .tab-content {
  transform: rotate(180deg);
}
.below-tabs .nav-tabs {
  border-top: 1px solid #ddd;
  border-bottom: transparent;
}
.below-tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.below-tabs .nav-tabs .nav-item.show .nav-link, .below-tabs .nav-tabs .nav-link.active {
  color: #464a4c;
  background-color: #fff;
  border-color: #fff #ddd #ddd;
  margin-top: -1px;
}
/* tab material start */
.md-tabs.md-card-tabs .nav.nav-tabs {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.md-tabs .nav-link {
  transition: all 0.4s ease-in-out;
  border-bottom: 4px solid transparent;
}
.md-tabs .nav-link.active {
  border-bottom: 4px solid #aaa;
  border-bottom: 4px solid #aaa;
}
.md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
  border-bottom: 4px solid #aaa;
}
.md-tabs .nav-link:hover, .md-tabs .nav-link:focus {
  border-bottom: 4px solid #ddd;
}
.md-tabs.md-below-tabs {
  transform: rotate(180deg);
}
.md-tabs.md-below-tabs .nav-tabs, .md-tabs.md-below-tabs .tab-content {
  transform: rotate(180deg);
}
.md-tabs.md-below-tabs .nav-tabs, .md-tabs.md-below-tabs .nav-item:first-child {
  border-top: 1px solid #ddd;
  border-bottom: 0px solid transparent;
  margin-top: -1px;
}
.md-tabs.md-below-tabs .nav-link {
  transition: all 0.4s ease-in-out;
  border-top: 0px solid transparent;
}
.md-tabs.md-below-tabs .nav-link.active {
  border-top: 4px solid #aaa;
  border-top: 4px solid #aaa;
  border-bottom: 0px solid transparent;
}
.md-tabs.md-below-tabs .nav-link.active:focus, .md-tabs.md-below-tabs .nav-link.active:hover {
  border-top: 4px solid #aaa;
  border-bottom: 0px solid transparent;
}
.md-tabs.md-below-tabs .nav-tabs .nav-link:hover {
  border-top: 4px solid #ddd;
  border-bottom: 0px solid transparent;
}
.md-tabs.md-below-tabs .nav-tabs .nav-link.active:hover {
  border-top: 4px solid #aaa;
}
.md-tabs.md-left-tabs .nav-item {
  width: 100%;
}
.md-tabs.md-left-tabs .nav-item:first-child {
  border-bottom: 0px;
}
.md-tabs.md-left-tabs .nav-item .nav-link {
  border: 0px solid transparent;
  padding: 10px 0 !important;
  margin: 10px 0;
}
.md-tabs.md-left-tabs .nav-link.active {
  border-left: 4px solid #aaa;
  border-bottom: 0px solid transparent;
}
.md-tabs.md-left-tabs .nav-link.active:focus, .md-tabs.md-left-tabs .nav-link.active:hover {
  border-left: 4px solid #aaa;
  border-bottom: 0px solid transparent;
}
.md-tabs.md-left-tabs .nav-item .nav-link.active {
  border: 0px solid transparent;
  border-left: 4px solid #aaa;
}
.md-tabs.md-left-tabs .nav-tabs {
  border-bottom: 0px solid transparent;
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}
.md-tabs.md-left-tabs .nav-tabs .nav-link.active:hover {
  border-left: 4px solid #aaa;
}
.md-tabs.md-left-tabs .nav-tabs .nav-link:hover {
  border: 0px solid transparent;
  border-left: 4px solid #ddd;
}
.md-tabs.md-left-tabs .tab-content {
  display: table-cell;
  top: 0;
  position: absolute;
  left: 150px;
}
.md-tabs.md-right-tabs .nav-item {
  width: 100%;
}
.md-tabs.md-right-tabs .nav-item:first-child {
  border-bottom: 0px;
}
.md-tabs.md-right-tabs .nav-item .nav-link {
  border: 0px solid transparent;
  padding: 10px 0 !important;
  margin: 10px 0;
}
.md-tabs.md-right-tabs .nav-link.active {
  border-right: 4px solid #aaa;
  border-bottom: 0px solid transparent;
}
.md-tabs.md-right-tabs .nav-link.active:focus, .md-tabs.md-right-tabs .nav-link.active:hover {
  border-right: 4px solid #aaa;
  border-bottom: 0px solid transparent;
}
.md-tabs.md-right-tabs .nav-item .nav-link.active {
  border: 0px solid transparent;
  border-right: 4px solid #aaa;
}
.md-tabs.md-right-tabs .nav-tabs {
  border-bottom: 0px solid transparent;
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
  float: right;
}
.md-tabs.md-right-tabs .nav-tabs .nav-link.active:hover {
  border-right: 4px solid #aaa;
}
.md-tabs.md-right-tabs .nav-tabs .nav-link:hover {
  border: 0px solid transparent;
  border-right: 4px solid #ddd;
}
.md-tabs.md-right-tabs .tab-content {
  display: table-cell;
  top: 0;
  position: absolute;
  right: 150px;
}
.md-tabs.md-image-tab .nav-link {
  position: relative;
  display: inline-block;
}
.md-tabs.md-image-tab .nav-item, .md-tabs.md-image-tab .nav-link, .md-tabs.md-image-tab .nav-tabs {
  border: 0px solid transparent !important;
}
.md-tabs.md-image-tab img {
  width: 100px;
  border: 4px solid #aaa;
}
.md-tabs.md-image-tab img + .quote {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  bottom: 10px;
  right: 70px;
}
.md-tabs.md-image-tab .quote i {
  border-radius: 50%;
  padding: 3px 5px;
}
.md-tabs.md-image-tab .nav-link {
  opacity: 0.5;
}
.md-tabs.md-image-tab .nav-link.active {
  opacity: 1;
}
@media only screen and (max-width: 576px) {
  ngb-tabset .nav-tabs .nav-link.active {
    border: 1px solid transparent;
    border-color: #dee2e6 #dee2e6 #fff;
  }

  .md-tabs .nav {
    display: block;
  }
  .md-tabs .nav.nav-tabs {
    width: 100%;
  }
  .md-tabs .nav.nav-tabs a.nav-link {
    margin-bottom: 0;
  }
  .md-tabs .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 4px solid #aaa;
  }
  .md-tabs.md-below-tabs {
    display: block;
  }
  .md-tabs.md-below-tabs .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #aaa;
  }
  .md-tabs.md-right-tabs .nav-tabs, .md-tabs.md-left-tabs .nav-tabs {
    display: block;
  }
  .md-tabs.md-right-tabs .tab-content, .md-tabs.md-left-tabs .tab-content {
    position: relative;
    left: 0;
  }
}
.pcoded[layout-type=dark] .md-tabs .nav-item a.active, .pcoded[layout-type=dark] .md-tabs .nav-item a:focus, .pcoded[layout-type=dark] .md-tabs .nav-item a:hover, body.dark .md-tabs .nav-item a.active, body.dark .md-tabs .nav-item a:focus, body.dark .md-tabs .nav-item a:hover {
  border-color: #aaa !important;
}
.pcoded[layout-type=dark] .below-tabs .nav-tabs, body.dark .below-tabs .nav-tabs {
  border-top: none;
}
.pcoded[layout-type=dark] .md-tabs.md-below-tabs .nav-link.active, body.dark .md-tabs.md-below-tabs .nav-link.active {
  margin-top: -1px;
}
.pcoded[layout-type=dark] .md-tabs.md-card-tabs .nav.nav-tabs, body.dark .md-tabs.md-card-tabs .nav.nav-tabs {
  background-color: #4f4f4f;
}
.basic-list, .list-view-media {
  margin-bottom: 30px;
}
.basic-list li {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.basic-list li:last-child {
  border: 0;
  padding-bottom: 0;
}
.basic-list.list-icons li, .basic-list.list-icons-img li {
  margin-left: 50px;
  position: relative;
}
.list-icons i {
  left: -64px;
  top: 0;
  bottom: -1px;
  width: 64px;
  padding: 8px 0;
  float: left;
  position: absolute;
}
.basic-list p {
  margin: 0;
}
.list-icons-img img {
  left: -60px;
  top: 0;
  bottom: -1px;
  width: 40px;
  position: absolute;
  border-radius: 5px;
}
.list-view li button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.list-view li .user-card {
  margin-bottom: 20px;
}
.list-view li:last-child .user-card {
  margin-bottom: 0;
}
.small-icon .icon {
  width: auto !important;
  height: auto !important;
}
.no-icon .icon {
  display: none;
}
.simple-notification-wrapper {
  z-index: 10001 !important;
  width: auto !important;
  max-width: 450px;
}
.br-horizontal .br-unit.br-active,
.br-horizontal .br-unit.br-selected,
.br-movie .br-unit.br-active,
.br-movie .br-unit.br-selected,
.br-vertical .br-unit.br-active,
.br-vertical .br-unit.br-selected {
  background-color: #449bff !important;
}
.br-square .br-unit.br-active,
.br-square .br-unit.br-selected {
  border: 2px solid #449bff !important;
  color: #449bff !important;
}
.br-fontawesome .br-selected:after,
.br-default .br-selected:after,
.br-fontawesome-o .br-selected:after,
.br-fontawesome-o .br-fraction:after {
  color: #449bff !important;
}
.br-horizontal .br-unit,
.br-movie .br-unit,
.br-vertical .br-unit {
  background-color: rgba(114, 180, 255, 0.4) !important;
}
.br-square .br-unit {
  border: 2px solid rgba(114, 180, 255, 0.4) !important;
}
.stars .title {
  top: -5px;
}
.ngx-carousel .bannerStyle {
  background-color: #ccc;
  background-size: cover !important;
  height: 100%;
}
.ngx-carousel .bannerStyle img {
  width: 100%;
  height: 100%;
}
.ngx-carousel .bannerStyle h1, .ngx-carousel .bannerStyle .h1 {
  text-align: center;
  line-height: 400px;
  background: rgba(0, 0, 0, 0.32);
  color: white;
  margin: 0;
}
.ngx-carousel .tile {
  min-height: 200px;
  background-color: #ccc;
  background-size: cover !important;
}
.ngx-carousel .tile h1, .ngx-carousel .tile .h1 {
  text-align: center;
  line-height: 200px;
  background: rgba(0, 0, 0, 0.32);
  color: white;
  margin: 0;
}
.ngx-carousel h4, .ngx-carousel .h4 {
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}
.ngx-carousel p {
  margin: 0;
  padding: 0 15px 10px;
  text-align: center;
}
.ngx-carousel .wBg {
  background: white;
}
.ngx-carousel .container {
  max-width: 1200px;
  margin: 0 auto;
}
.ngx-carousel nav {
  border-bottom: 1px solid #ccc;
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  z-index: 12;
}
.ngx-carousel nav h1, .ngx-carousel nav .h1 {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.ngx-carousel .carBtn {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  border-radius: 999px;
}
.ngx-carousel .tile {
  height: auto;
  background: #fff;
}
.ngx-carousel .tile img {
  width: 100%;
}
.ngx-carousel .carousel-control-prev, .ngx-carousel .carousel-control-next {
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
  border: none;
}
.ngx-carousel .carousel-control-prev i, .ngx-carousel .carousel-control-next i {
  color: #fff;
  font-size: 35px;
  opacity: 0.5;
}
.ngx-carousel .carousel-control-prev:hover i {
  opacity: 1;
}
.ngx-carousel .carousel-control-next:hover i {
  opacity: 1;
}
.tag-chips .ng2-tag-input {
  border-bottom: 1px solid #aaa !important;
  border: 1px solid #aaa;
  line-height: 30px;
  border-radius: 2px;
  padding: 6px !important;
}
.tag-chips .ng2-tag-input tag, .tag-chips .ng2-tag-input .ng2-tag-input.bootstrap {
  color: #fff !important;
  background: linear-gradient(45deg, #00bcd4, #08e3ff) !important;
  border-radius: 2px !important;
}
.tag-chips .ng2-tag-input tag.tag--editing, .tag-chips .ng2-tag-input .tag--editing.ng2-tag-input.bootstrap {
  color: #333 !important;
  background: #fff !important;
}
.tag-chips .ng2-tag-input.minimal tag, .tag-chips .ng2-tag-input.minimal .ng2-tag-input.bootstrap {
  border-radius: 15px !important;
}
.tag-chips .ng2-tag-input.dark tag, .tag-chips .ng2-tag-input.dark .ng2-tag-input.bootstrap {
  background: linear-gradient(45deg, #150909, #bbb8b8) !important;
}
.tag-chips .ng2-tag-input.danger tag, .tag-chips .ng2-tag-input.danger .ng2-tag-input.bootstrap {
  background: linear-gradient(45deg, #FF5370, #ff869a) !important;
}
.tag-chips .ng2-tag-input.success tag, .tag-chips .ng2-tag-input.success .ng2-tag-input.bootstrap {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5) !important;
}
.tag-chips .ng2-tag-input.warning tag, .tag-chips .ng2-tag-input.warning .ng2-tag-input.bootstrap {
  background: linear-gradient(45deg, #FFB64D, #ffcb80) !important;
}
.tag-chips .ng2-tag-input.minimal-dark tag, .tag-chips .ng2-tag-input.minimal-dark .ng2-tag-input.bootstrap {
  border-radius: 15px !important;
  background: linear-gradient(45deg, #150909, #bbb8b8) !important;
}
.tag-chips .ng2-tag-input.minimal-danger tag, .tag-chips .ng2-tag-input.minimal-danger .ng2-tag-input.bootstrap {
  border-radius: 15px !important;
  background: linear-gradient(45deg, #FF5370, #ff869a) !important;
}
.tag-chips .ng2-tag-input.minimal-success tag, .tag-chips .ng2-tag-input.minimal-success .ng2-tag-input.bootstrap {
  border-radius: 15px !important;
  background: linear-gradient(45deg, #2ed8b6, #59e0c5) !important;
}
.tag-chips .ng2-tag-input.minimal-warning tag, .tag-chips .ng2-tag-input.minimal-warning .ng2-tag-input.bootstrap {
  border-radius: 15px !important;
  background: linear-gradient(45deg, #FFB64D, #ffcb80) !important;
}
.tag-chips .tag__text {
  line-height: 2;
  font-size: 11px;
  font-weight: 400;
}
.tag-chips delete-icon svg {
  height: 12px !important;
  line-height: 1;
  vertical-align: top !important;
  margin-top: 5px;
}
.tag-chips delete-icon svg path {
  fill: #fff !important;
}
.tag-chips .ng2-tags-container tag, .tag-chips .ng2-tags-container .ng2-tag-input.bootstrap {
  padding: 3px 6px !important;
  height: 27px !important;
}
.tag-chips delete-icon:hover {
  transform: none !important;
}
.tag-chips .ng2-tag-input__text-input {
  height: auto !important;
}
ng-select.ng-select > div {
  border: none;
}
ng-select.ng-select > div > div.single {
  background-color: #aaa;
  color: #fff;
  padding: 8px 30px 8px 20px;
  border-radius: 4px;
  height: auto;
}
ng-select.ng-select > div.disabled > div.single {
  background-color: #aaa;
  color: #fff;
}
ng-select.ng-select > div > div.single > div.clear:hover, ng-select.ng-select > div > div.single > div.toggle:hover {
  background-color: transparent;
}
ng-select.ng-select > div > div.single > div.clear {
  color: #fff;
}
ng-select.ng-select > div > div.single > div.toggle {
  color: #fff;
  font-size: 9px;
}
ng-select.ng-select > div > div.single > div.clear, ng-select.ng-select > div > div.single > div.toggle {
  width: 0;
}
.ng-select select-dropdown .highlighted {
  background-color: #aaa;
}
.famfamfam-flags {
  display: inline-block;
  margin-right: 6px;
  width: 16px;
}
ng-select.ng-select > div > div.multiple {
  border: 1px solid #aaa;
  padding: 6px 10px 6px 10px !important;
  border-radius: 4px;
}
ng-select.ng-select > div > div.multiple > div.option {
  background-color: #aaa !important;
  border: 1px solid #aaa !important;
  padding: 5px 15px !important;
  color: #fff !important;
  margin: 0 2px 2px !important;
}
ng-select.ng-select > div > div.multiple > div.option span.deselect-option {
  color: #fff !important;
  font-size: 10px !important;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 2px;
}
ng-select.ng-select > div > div.single > div.placeholder {
  color: #fff;
}
ng-select.ng-select > div > div.single > div.clear {
  font-size: 10px;
  margin-right: 14px;
  font-weight: bold;
}
.tag-select .bootstrap tag, .tag-select .bootstrap .tag-chips .ng2-tag-input.bootstrap, .tag-chips .tag-select .bootstrap .ng2-tag-input.bootstrap {
  padding: 5px 10px !important;
  height: auto !important;
  z-index: 0;
  line-height: 25px !important;
  background: #aaa !important;
}
.tag-select .bootstrap tag delete-icon:hover, .tag-select .bootstrap .tag-chips .ng2-tag-input.bootstrap delete-icon:hover, .tag-chips .tag-select .bootstrap .ng2-tag-input.bootstrap delete-icon:hover {
  transform: scale(1);
}
.tag-select .bootstrap tag delete-icon svg, .tag-select .bootstrap .tag-chips .ng2-tag-input.bootstrap delete-icon svg, .tag-chips .tag-select .bootstrap .ng2-tag-input.bootstrap delete-icon svg {
  height: 27px !important;
}
.tag-select tag-input-form {
  padding: 0px 10px 0px 10px !important;
}
.tag-select .ng2-tag-input {
  border-bottom: 1px solid #aaa !important;
  border: 1px solid #aaa;
  padding: 5px !important;
  border-radius: 4px;
}
.pcoded[layout-type=dark] .tag-chips .ng2-tag-input__text-input, .pcoded[layout-type=dark] .ng2-tag-input__text-input, body.dark .tag-chips .ng2-tag-input__text-input, body.dark .ng2-tag-input__text-input {
  background-color: transparent;
  color: #333;
}
.pcoded[layout-type=dark] select-dropdown > div, body.dark select-dropdown > div {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] select-dropdown .selected, body.dark select-dropdown .selected {
  background-color: #4f4f4f;
}
/* data table */
ngx-datatable.data-table {
  border: 1px solid #eceeef;
}
.data-table datatable-header {
  border-bottom: 2px solid #ccc;
}
.data-table datatable-footer {
  border-top: 2px solid #ccc;
  padding: 0 0.75rem;
  background-color: #eceeef;
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.15);
}
.data-table .empty-row {
  padding: 0.75rem;
  text-align: center;
}
.data-table .datatable-row-wrapper:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.data-table datatable-body-cell {
  padding: 0.75rem;
}
.data-table datatable-body-cell + datatable-body-cell {
  border-left: 1px solid #eceeef;
}
.data-table datatable-header-cell .datatable-header-cell-label {
  padding: 0.75rem 30px 0.75rem 0.75rem;
}
.data-table datatable-header-cell + datatable-header-cell {
  border-left: 1px solid #eceeef;
}
.data-table datatable-header-cell.sortable:before, .data-table datatable-header-cell.sortable:after {
  font-family: "IcoFont" !important;
  position: absolute;
  top: 10px;
  color: #ccc;
  font-size: 20px;
}
.datatable-header-cell-wrapper, .datatable-header-cell-label {
  display: block;
}
.dt-cust-search.float-right label {
  display: inline-block;
}
.dt-cust-search.float-right .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.data-table datatable-header-cell.sortable:after {
  content: "";
  right: 10px;
}
.data-table datatable-header-cell.sortable:before {
  content: "";
  right: 15px;
}
.data-table datatable-header-cell.sortable.sort-active.sort-desc:after, .data-table datatable-header-cell.sortable.sort-active.sort-asc:before {
  color: #666;
}
.data-table.scroll .datatable-body, .data-table.fullscreen .datatable-body {
  height: 500px !important;
}
.data-table datatable-scroller {
  width: auto !important;
}
.datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 16px;
}
.datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.datatable-footer .datatable-pager {
  margin: 0 10px;
}
.datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.datatable-footer .datatable-pager li.active a {
  background-color: #aaa;
  color: #fff;
}
.datatable-footer .datatable-pager a {
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}
.datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.datatable-footer .datatable-pager .datatable-icon-left, .datatable-footer .datatable-pager .datatable-icon-skip, .datatable-footer .datatable-pager .datatable-icon-right, .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.datatable-icon-right:before {
  content: "";
  font-family: "icofont";
  font-style: normal;
}
.datatable-icon-skip:before {
  content: "";
  font-family: "icofont";
  font-style: normal;
}
.datatable-icon-left:before {
  content: "";
  font-family: "icofont";
  font-style: normal;
}
.datatable-icon-down:before {
  content: "";
  font-family: "icofont";
  font-style: normal;
}
.datatable-icon-prev:before {
  content: "";
  font-family: "icofont";
  font-style: normal;
}
.dt-desc {
  padding: 0.45rem 50px;
}
.dt-desc th, .dt-desc td {
  padding: 0.75rem;
}
.dt-desc table {
  min-width: 400px;
}
.datatable-row-detail {
  width: 100vw;
  background-color: #f9f9f9;
  box-shadow: inset 0px 2px 9px -6px rgba(0, 0, 0, 0.68);
}
.expandable datatable-body-cell + datatable-body-cell, .expandable datatable-header-cell + datatable-header-cell {
  width: calc(calc(100% - 50px) / 5) !important;
}
.expandable .datatable-body-row, .expandable .datatable-header-inner {
  width: 100% !important;
}
.datatable-row-center, .datatable-scroll, .data-table.expandable datatable-scroller {
  width: 100% !important;
}
.ngx-datatable.data-table.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.data-table.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.data-table.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.data-table.multi-selection .datatable-body-row.active .datatable-row-group {
  background: #aaa !important;
  color: #FFF !important;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  overflow: visible !important;
}
.selection-cell .datatable-body-cell.active {
  background: #aaa !important;
  color: #FFF !important;
}
.selected-column label {
  margin-bottom: 5px;
}
.dt-chk label {
  margin-bottom: 0;
}
.dt-chk .datatable-body-cell {
  line-height: 1 !important;
  overflow: hidden;
}
.full-data-search {
  margin-left: 0.5em;
  display: inline-block;
  width: auto !important;
}
.full-data-show-entry {
  width: 75px;
  display: inline-block;
}
.full-data-table .glyphicon {
  font-family: IcoFont;
  position: absolute;
  right: 14px;
  font-size: 20px;
  top: 9px;
}
.full-data-table .glyphicon.glyphicon-triangle-bottom:before {
  content: "";
}
.full-data-table .glyphicon.glyphicon-triangle-top:before {
  content: "";
}
.full-data-table th {
  position: relative;
}
.pcoded[layout-type=dark] .data-table datatable-footer, body.dark .data-table datatable-footer {
  background-color: transparent;
}
.pcoded[layout-type=dark] .datatable-footer .datatable-pager a, body.dark .datatable-footer .datatable-pager a {
  color: #333;
}
.pcoded[layout-type=dark] .datatable-row-detail, body.dark .datatable-row-detail {
  background-color: transparent;
}
.ngb-accordion .card {
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ngb-accordion .card .card-header {
  border-radius: 0;
  border-bottom: none;
  padding: 14px 20px;
  box-shadow: none;
}
.ngb-accordion .card .card-header a {
  transition: all 0.5s ease-in-out;
  font-weight: 500;
}
.ngb-accordion .card .card-header:hover a, .ngb-accordion .card .card-header:focus a {
  color: #aaa;
  background: #fff;
}
.ngb-accordion .card .card-header:hover a:hover, .ngb-accordion .card .card-header:hover a:focus, .ngb-accordion .card .card-header:focus a:hover, .ngb-accordion .card .card-header:focus a:focus {
  background: #fff;
}
.ngb-accordion.color-accordion .card {
  border-top: 1px solid #fff;
}
.ngb-accordion.color-accordion .card .card-header {
  transition: all 0s ease-in-out;
}
.ngb-accordion.color-accordion .card .card-header a {
  transition: all 0s ease-in-out;
}
.ngb-accordion.color-accordion .card .card-header:hover, .ngb-accordion.color-accordion .card .card-header:focus, .ngb-accordion.color-accordion .card .card-header.active {
  background: #aaa;
}
.ngb-accordion.color-accordion .card .card-header:hover a, .ngb-accordion.color-accordion .card .card-header:focus a, .ngb-accordion.color-accordion .card .card-header.active a {
  color: #fff;
  background: #aaa;
}
.ngb-accordion.color-accordion .card .card-header:hover a:hover, .ngb-accordion.color-accordion .card .card-header:hover a:focus, .ngb-accordion.color-accordion .card .card-header:focus a:hover, .ngb-accordion.color-accordion .card .card-header:focus a:focus, .ngb-accordion.color-accordion .card .card-header.active a:hover, .ngb-accordion.color-accordion .card .card-header.active a:focus {
  color: #fff;
  background: #aaa;
}
.pcoded[layout-type=dark] .ngb-accordion .card .card-header:hover a, .pcoded[layout-type=dark] .ngb-accordion .card .card-header:focus a, body.dark .ngb-accordion .card .card-header:hover a, body.dark .ngb-accordion .card .card-header:focus a {
  background-color: transparent !important;
}
.pcoded[layout-type=dark] .ngb-accordion.color-accordion .card, body.dark .ngb-accordion.color-accordion .card {
  border-top: inherit;
}
.taskboard {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: calc(100vh - 3.5rem);
  padding: 1rem;
}
.taskboard .taskboard-wrapper {
  width: 280px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.taskboard .taskboard-wrapper:first-child {
  padding-left: 0;
}
.taskboard .taskboard-wrapper:last-child {
  padding-right: 0;
}
.taskboard .taskboard-list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.taskboard .taskboard-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-size: 13px;
  padding: 0.5rem 0.5rem 0;
}
.taskboard .taskboard-task {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.taskboard .taskboard-task:last-child {
  margin-bottom: 0;
}
.taskboard .taskboard-task:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.taskboard .taskboard-task:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  top: 0;
  border-top-width: 12px;
  border-bottom-color: transparent;
  right: 6px;
}
.taskboard .taskboard-task.task-status-success:after {
  border-top-color: #9ccc65;
  border-right-color: #9ccc65;
  border-left-color: #9ccc65;
}
.taskboard .taskboard-task.task-status-info:after {
  border-top-color: #00bcd4;
  border-right-color: #00bcd4;
  border-left-color: #00bcd4;
}
.taskboard .taskboard-task.task-status-warning:after {
  border-top-color: #ffba57;
  border-right-color: #ffba57;
  border-left-color: #ffba57;
}
.taskboard .taskboard-task.task-status-danger:after {
  border-top-color: #ff5252;
  border-right-color: #ff5252;
  border-left-color: #ff5252;
}
.taskboard .taskboard-cards {
  padding: 0.5rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.taskboard .taskboard-task-title {
  margin-bottom: 0.5rem;
}
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}
.ripple.menu-ripple {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
}
.ripple.light:after {
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.header-navbar .navbar-wrapper .navbar-container .nav-right li {
  padding: 0 5px;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right li .badge {
  right: 0;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
  display: block;
  padding: 0;
  right: 0;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification > li:first-child, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification > li:first-child {
  padding-top: 15px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification > li:last-child, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification > li:last-child {
  padding-bottom: 15px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li,
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li {
  border-top: none;
}
.header-notification.ripple,
.show-notification.show,
.header-navbar .navbar-wrapper .navbar-container .header-notification .show.profile-notification {
  overflow: visible;
}
.showChat, .showChat_inner {
  display: block;
  height: 100vh;
  overflow: hidden;
}
.showChat.out .back_chatBox i, .showChat.out .back_friendlist i, .showChat_inner.out .back_chatBox i, .showChat_inner.out .back_friendlist i {
  display: none;
}
.showChat.out .users-main, .showChat_inner.out .users-main {
  width: 0;
  overflow: hidden;
}
.showChat.ng-animating .users-main, .showChat_inner.ng-animating .users-main {
  width: 0;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
    left: calc(100% - 60px);
  }
  .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before, .pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
    right: calc(100% - 60px);
  }
}
@media only screen and (max-width: 992px) {
  .header-navbar .navbar-wrapper .navbar-container .nav-right {
    display: block;
    overflow: hidden;
  }
  .header-navbar .navbar-wrapper .navbar-container .nav-right.nav-on {
    overflow: visible;
  }
  .header-navbar .navbar-wrapper .navbar-container .nav-right.nav-on.nav-off {
    overflow: hidden;
  }
}
.main-menu .main-menu-content .more-details {
  display: block;
}
.pcoded .pcoded-navbar .pcoded-item {
  padding: 0;
}
perfect-scrollbar.disabled .ps__rail-y {
  display: none;
}
perfect-scrollbar.disabled .ps--scrolling-y .ps_rail-x {
  bottom: 0 !important;
}
perfect-scrollbar.disabled .ps--scrolling-y .ps_rail-y {
  top: 0 !important;
}
#styleSelector {
  z-index: 101;
}
#styleSelector .ps__rail-y:focus > .ps__thumb-y, #styleSelector .ps__rail-y:hover > .ps__thumb-y, #styleSelector .ps__thumb-y {
  width: 6px;
}
#styleSelector .theme-color a {
  margin: 5px 4px 5px 0;
}
body .pcoded[theme-layout=vertical][vertical-nav-type=collapsed] perfect-scrollbar.disabled {
  overflow: visible;
}
body .pcoded[theme-layout=vertical][vertical-nav-type=collapsed] perfect-scrollbar.disabled .ps {
  overflow: visible !important;
}
body .pcoded[theme-layout=vertical] .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  width: 80%;
  list-style: outside none none;
  margin: 15px auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
body .pcoded[theme-layout=vertical] .pcoded-item .pcoded-hasmenu.pcoded-trigger .pcoded-submenu {
  transform-origin: 10% 10%;
  transition: transform 0.5s, opacity 0.5s;
}
body .pcoded[theme-layout=vertical] .pcoded-item .pcoded-hasmenu .pcoded-submenu {
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
}
body .pcoded[theme-layout=vertical] .pcoded-item .pcoded-hasmenu.pcoded-trigger.active > .pcoded-submenu {
  display: block;
}
body .pcoded[theme-layout=vertical] .pcoded-item .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  position: relative;
  display: block;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(2) > li > a > .pcoded-micon {
  color: #448aff;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(3) > li > a > .pcoded-micon {
  color: #b71c1c;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(4) > li > a > .pcoded-micon {
  color: #4CAF50;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(5) > li > a > .pcoded-micon {
  color: #d84315;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(6) > li > a > .pcoded-micon {
  color: #4527a0;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(7) > li > a > .pcoded-micon {
  color: #37474f;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(8) > li > a > .pcoded-micon {
  color: #7C4DFF;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(9) > li > a > .pcoded-micon {
  color: #FF5370;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(10) > li > a > .pcoded-micon {
  color: #448aff;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(11) > li > a > .pcoded-micon {
  color: #b71c1c;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(12) > li > a > .pcoded-micon {
  color: #4CAF50;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(13) > li > a > .pcoded-micon {
  color: #d84315;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(14) > li > a > .pcoded-micon {
  color: #4527a0;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(15) > li > a > .pcoded-micon {
  color: #37474f;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(16) > li > a > .pcoded-micon {
  color: #7C4DFF;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(17) > li > a > .pcoded-micon {
  color: #FF5370;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(18) > li > a > .pcoded-micon {
  color: #448aff;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(19) > li > a > .pcoded-micon {
  color: #b71c1c;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(20) > li > a > .pcoded-micon {
  color: #4CAF50;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(21) > li > a > .pcoded-micon {
  color: #d84315;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(22) > li > a > .pcoded-micon {
  color: #4527a0;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(23) > li > a > .pcoded-micon {
  color: #37474f;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(24) > li > a > .pcoded-micon {
  color: #7C4DFF;
}
.pcoded[nav-type=st1] .d-color > .pcoded-item:nth-child(25) > li > a > .pcoded-micon {
  color: #FF5370;
}
.pcoded .d-color {
  padding-bottom: 20px;
  position: relative;
}
.pcoded .d-color:after {
  content: "";
  background-color: #e4e9eb;
  width: 80%;
  height: 1px;
  position: absolute;
  left: 10%;
  bottom: 10px;
}
.pcoded .pcoded-navbar .pcoded-item {
  padding-bottom: 0;
}
.pcoded .pcoded-navbar .pcoded-item:after {
  display: none;
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b, .pcoded[nav-type=st2] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b {
  display: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.pcoded-inner-content {
  margin-top: 0;
}
#ngb-open-p3 .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745 !important;
  border-color: #28a745;
}
#ngb-open-p3 .btn-outline-warning:hover {
  color: #fff;
  background-color: #ffa11a !important;
  border-color: #ffa11a;
}
#ngb-open-p3 .btn-outline-danger:hover {
  color: #fff;
  background-color: #ff1515 !important;
  border-color: #ff1515;
}
#ngb-open-p3 .btn-outline-primary:hover {
  color: #fff;
  background-color: #0764ff !important;
  border-color: #0764ff;
}
.filter-bar .navbar-nav .dropdown-menu {
  position: absolute;
}
app-breadcrumbs + .pcoded-inner-content {
  padding: 10px;
  margin-top: -50px;
}
.tooltip-error {
  position: absolute;
  right: 30px;
  top: 7px;
}
.custom-range {
  text-align: center;
  padding: 0.185rem 0.25rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.custom-range.focused {
  background-color: #e6e6e6;
}
.custom-range.range, .custom-range:hover {
  background-color: #aaa;
  color: white;
}
.faded {
  opacity: 0.5;
}
.custom-day {
  text-align: center;
  padding: 0.185rem 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  width: 2rem;
}
.custom-day:hover, .custom-day.focused {
  background-color: #e6e6e6;
}
.weekend {
  background-color: #999;
  border-radius: 1rem;
  color: white;
}
@media (min-width: 576px) {
  .form-inline .form-group {
    display: block;
    flex: 240px;
  }
}
.table-styling .table-info, .table-styling.table-info {
  background-color: #00bcd4;
  color: #fff;
  border: none;
  border-top: 3px solid #00bcd4;
  border-bottom: 3px solid #00bcd4;
}
.login-block .auth-box {
  margin: 65px auto 0 auto !important;
}
.ngx-form-wizard .nav-item a.nav-link {
  background: #eee;
  color: #aaa;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  border-radius: 5px;
}
.ngx-form-wizard .nav-item a.nav-link.active {
  background-color: #aaa;
  color: #fff;
}
.ngx-form-wizard .nav-tabs {
  border-bottom: none;
}
.ngx-form-wizard .tab-pane {
  border: 1px solid #d6d6d6;
  padding: 20px;
  margin: 8px;
  border-radius: 5px;
}
.arc-wizard.arc-custom .steps-indicator li:after {
  border-radius: 5px !important;
}
.arc-wizard .centered-content {
  text-align: center;
}
.arc-wizard .wizard-steps {
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  padding: 20px;
}
.arc-wizard .small ul.steps-indicator li.current:after,
.arc-wizard .small ul.steps-indicator li.editing:after {
  background-color: #aaa !important;
}
.arc-wizard .large-filled-symbols ul.steps-indicator li.current:after,
.arc-wizard .large-filled-symbols ul.steps-indicator li.editing:after {
  background-color: #aaa !important;
  color: #fff !important;
}
.arc-wizard .large-filled-symbols ul.steps-indicator li.done:after {
  color: #fff !important;
}
.arc-wizard .large-empty-symbols ul.steps-indicator li.current:after,
.arc-wizard .large-empty-symbols ul.steps-indicator li.editing:after {
  border-color: #aaa !important;
  color: #aaa !important;
}
.ag-slider .noUi-horizontal {
  height: 16px;
  background: transparent;
  border-radius: 0px;
  border: none;
  border-top: 1px solid #D3D3D3;
  box-shadow: none;
  cursor: pointer;
}
.ag-slider .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -10px;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: #4680ff;
  box-shadow: none;
}
.ag-slider .noUi-horizontal .noUi-handle:after, .ag-slider .noUi-horizontal .noUi-handle:before {
  background: transparent;
}
.ag-slider .noUi-horizontal .noUi-connects {
  padding: 10px;
  top: -10px;
}
.ag-slider .noUi-horizontal .noUi-connects .noUi-connect {
  background: #4680ff;
  height: 3px;
  top: 8px;
}
.ag-slider .noUi-horizontal .noUi-pips-horizontal {
  top: 0;
  padding: 0;
}
.ag-slider .noUi-horizontal .noUi-tooltip {
  border: 1px solid #37474f;
  border-radius: 5px;
  background: #37474f;
  color: #fff;
  padding: 5px 15px;
  transform: translate(-50%, -15px);
}
.ag-slider .noUi-horizontal .noUi-tooltip:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #37474f;
  border-right-color: #37474f;
  bottom: -10px;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 0);
}
ngb-popover-window:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}
ngb-popover-window .arrow, ngb-popover-window .popover-header, ngb-popover-window .popover-body {
  position: relative;
  z-index: 9;
}
ngb-popover-window .popover-body {
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.touranchor--is-active {
  z-index: 2999;
  position: relative;
  padding: 5px 10px;
  background: #fff;
}
.client-map .client-contain {
  margin-left: 10px !important;
}
@media only screen and (max-width: 768px) {
  wizard.vertical .vertical a {
    display: none;
  }
}
.pcoded[layout-type=dark] .page-item.active a, body.dark .page-item.active a {
  background-color: #aaa;
}
.pcoded[layout-type=dark] google-chart rect, body.dark google-chart rect {
  fill: transparent;
}
.pcoded[layout-type=dark] .popover-header,
.pcoded[layout-type=dark] .taskboard-task-title,
.pcoded[layout-type=dark] .touranchor--is-active,
.pcoded[layout-type=dark] .well.ngb-drop-zone,
.pcoded[layout-type=dark] .cal-month-view .cal-cell-row:hover,
.pcoded[layout-type=dark] .google-visualization-table-table, body.dark .popover-header,
body.dark .taskboard-task-title,
body.dark .touranchor--is-active,
body.dark .well.ngb-drop-zone,
body.dark .cal-month-view .cal-cell-row:hover,
body.dark .google-visualization-table-table {
  color: #424242;
}
.pcoded[layout-type=dark] .cal-month-view .cal-cell-row .cal-cell:hover, .pcoded[layout-type=dark] .cal-month-view .cal-cell.cal-has-events.cal-open,
.pcoded[layout-type=dark] .taskboard-header, body.dark .cal-month-view .cal-cell-row .cal-cell:hover, body.dark .cal-month-view .cal-cell.cal-has-events.cal-open,
body.dark .taskboard-header {
  color: #37474f;
}
.pcoded[layout-type=dark] .node-content-wrapper-focused, body.dark .node-content-wrapper-focused {
  background: #e7f4f9;
  color: #37474f;
}
.pcoded[layout-type=dark] .node-content-wrapper:hover, body.dark .node-content-wrapper:hover {
  background: #f7fbff;
  color: #37474f;
}
.pcoded[layout-type=dark] .node-content-wrapper-active, .pcoded[layout-type=dark] .node-content-wrapper-focused, .pcoded[layout-type=dark] .node-content-wrapper:hover, body.dark .node-content-wrapper-active, body.dark .node-content-wrapper-focused, body.dark .node-content-wrapper:hover {
  box-shadow: inset 0 0 1px #999;
}
.pcoded[layout-type=dark] .node-content-wrapper-active, .pcoded[layout-type=dark] .node-content-wrapper.node-content-wrapper-active:hover, .pcoded[layout-type=dark] .node-content-wrapper-active.node-content-wrapper-focused, body.dark .node-content-wrapper-active, body.dark .node-content-wrapper.node-content-wrapper-active:hover, body.dark .node-content-wrapper-active.node-content-wrapper-focused {
  background: #beebff;
  color: #37474f;
}
.pcoded[layout-type=dark] perfect-scrollbar > .ps.ps--scrolling-y > .ps__rail-y,
.pcoded[layout-type=dark] .ps__rail-x:focus, .pcoded[layout-type=dark] .ps__rail-x:hover, .pcoded[layout-type=dark] .ps__rail-y:focus, .pcoded[layout-type=dark] .ps__rail-y:hover, body.dark perfect-scrollbar > .ps.ps--scrolling-y > .ps__rail-y,
body.dark .ps__rail-x:focus, body.dark .ps__rail-x:hover, body.dark .ps__rail-y:focus, body.dark .ps__rail-y:hover {
  background-color: transparent;
}
.pcoded[layout-type=dark] .btn-light, body.dark .btn-light {
  color: #fff;
}
.pcoded[layout-type=dark] .btn-light:hover, body.dark .btn-light:hover {
  color: #37474f;
}
.pcoded[layout-type=dark] .bg-light, body.dark .bg-light {
  background-color: transparent !important;
}
.error-400, .error-403, .error-404, .error-500, .error-503 {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #fff;
}
.error-400 h1, .error-400 .h1, .error-403 h1, .error-403 .h1, .error-404 h1, .error-404 .h1, .error-500 h1, .error-500 .h1, .error-503 h1, .error-503 .h1 {
  padding: 0;
  margin-bottom: 40px;
  font-size: 210px;
  font-weight: 900;
  line-height: 210px;
  color: #37474f;
}
.error-400 h5, .error-400 .h5, .error-403 h5, .error-403 .h5, .error-404 h5, .error-404 .h5, .error-500 h5, .error-500 .h5, .error-503 h5, .error-503 .h5 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #aaa;
}
.mb70 {
  margin-bottom: 70px;
}
.mb50 {
  margin-bottom: 50px;
}
.squeezebox .sb-item {
  overflow: hidden;
}
.squeezebox .sb-item .sb-item-body {
  height: 0;
  overflow: hidden;
  transition: 0.5s height;
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
/* You can add global styles to this file, and also import other style files */
:root {
  --primary: $primary-color;
}
.btn-primary:disabled, .sweet-alert button.confirm:disabled, .wizard > .actions a:disabled {
  background-color: #aaa;
  border-color: #aaa;
}
.btn-primary:not(:disabled):not(.disabled):active, .sweet-alert button.confirm:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.table-action-icon {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
}
.force-margin {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.swal2-icon {
  border-color: #aaa !important;
  color: #aaa !important;
}
.swal2-success-line-tip, .swal2-success-line-long, .swal2-x-mark-line-left, .swal2-x-mark-line-right {
  background-color: #aaa !important;
}
.swal2-success-ring {
  border-color: rgba(170, 170, 170, 0.3) !important;
}
.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #aaa !important;
}
.float-right {
  float: right !important;
}
.text-right {
  text-align: right !important;
}
.btn-block {
  display: block;
  width: 100%;
}
a {
  text-decoration: none;
}
/**
Template Name: Material Able Admin Template
Author: #
Email: #
File: style.css
=============
  == Table of Contents==
	- Pages
		- Dashboard , widget
============= */
.social-card {
  color: #fff;
  overflow: hidden;
}
.social-card .social-icon {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 22px 23px;
  display: inline-block;
}
.social-card .download-icon {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  height: 125px;
  width: 125px;
  right: -125px;
  font-size: 35px;
  padding: 40px 22px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.social-card:hover .download-icon {
  right: -60px;
}
.total-card {
  overflow: hidden;
}
.total-card .text-left h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
.total-card .text-left p {
  color: #fff;
  font-size: 15px;
}
.total-card .value-badges {
  position: absolute;
  top: 10px;
  right: 5px;
}
.table-card .card-block {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.table-card .card-block .table > thead > tr > th {
  border-top: 0;
}
.table-card .card-block .table .chk-option {
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}
.table-card .card-block .table .chk-option .checkbox-fade,
.table-card .card-block .table .chk-option .checkbox-fade .cr,
.table-card .card-block .table .chk-option .checkbox-zoom,
.table-card .card-block .table .chk-option .checkbox-zoom .cr {
  margin-right: 0;
}
.table-card .card-block .table label {
  margin-bottom: 0;
}
.table-card .card-block .table tr td:first-child,
.table-card .card-block .table tr th:first-child {
  padding-left: 20px;
}
.table-card .card-block .table tr td:last-child,
.table-card .card-block .table tr th:last-child {
  padding-right: 20px;
}
.latest-update-card .card-block {
  padding-top: 0;
}
.latest-update-card .card-block .latest-update-box {
  position: relative;
}
.latest-update-card .card-block .latest-update-box td {
  border-top: none;
}
.latest-update-card .card-block .latest-update-box:after {
  content: "";
  position: absolute;
  background: #d6d6d6;
  height: 100%;
  width: 1px;
  top: 0;
  left: 108px;
  z-index: 1;
}
.latest-update-card .card-block .latest-update-box .update-meta {
  z-index: 2;
  min-width: 160px;
}
.latest-update-card .card-block .latest-update-box .update-meta .update-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 12px 13px;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
@media only screen and (max-width: 575px) {
  .latest-update-card .card-block .latest-update-box:after {
    display: none;
  }
  .latest-update-card .card-block .latest-update-box .update-meta {
    z-index: 2;
    min-width: 100%;
    text-align: left !important;
    margin-bottom: 15px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
  }
}
.review-card .review-block .cust-img {
  width: 50px;
  height: 50px;
}
.review-card .review-block > div {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.review-card .review-block > div:hover {
  background-color: rgba(170, 170, 170, 0.1);
}
.chat-card .msg {
  margin-bottom: 5px;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.chat-card .msg img {
  width: 60px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
}
.chat-card .received-chat .msg {
  background: rgba(170, 170, 170, 0.1);
  border-radius: 0 5px 5px 5px;
}
.chat-card .received-chat .msg:after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  transform: rotate(45deg);
  border: 7px solid transparent;
  border-bottom-color: rgba(170, 170, 170, 0.1);
}
.chat-card .send-chat {
  text-align: right;
}
.chat-card .send-chat .msg {
  background: rgba(156, 204, 101, 0.1);
  border-radius: 5px 0 5px 5px;
}
.chat-card .send-chat .msg:after {
  content: "";
  position: absolute;
  right: -7px;
  top: -7px;
  transform: rotate(45deg);
  border: 7px solid transparent;
  border-right-color: rgba(156, 204, 101, 0.1);
}
.user-card2 .risk-rate {
  display: inline-block;
  margin: 0 auto;
}
.user-card2 .risk-rate span {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 6px dashed #d6d6d6;
  border-top-color: #9ccc65;
  border-bottom-color: transparent;
  padding: 45px;
  display: block;
  position: relative;
}
.user-card2 .risk-rate span:after {
  content: "";
  width: 90px;
  height: 90px;
  background-color: rgba(156, 204, 101, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.user-card2 .risk-rate span b {
  font-size: 20px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.to-do-list {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.to-do-list i {
  color: #ccc;
  font-size: 17px;
  opacity: 0;
}
.to-do-list:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.to-do-list:hover i {
  opacity: 1;
  transition: opacity ease-in 0.3s;
}
.to-do-list p {
  display: inline-block;
}
.to-do-label .checkbox-fade {
  display: block;
}
.to-do-label .checkbox-fade .delete_todo {
  float: right;
  font-size: 24px;
  color: #ccc;
}
.to-do-label .check-task {
  display: block;
}
.to-do-label i {
  cursor: pointer;
}
.done-task .captions,
.done-task span {
  color: #919aa3;
  text-decoration: line-through;
}
.trafic-card .progress {
  height: 7px;
}
.trafic-card .progress.blue {
  background-color: rgba(170, 170, 170, 0.5);
}
.trafic-card .progress.green {
  background-color: rgba(156, 204, 101, 0.5);
}
.trafic-card .progress.red {
  background-color: rgba(255, 82, 82, 0.5);
}
.trafic-card .progress.purple {
  background-color: rgba(83, 109, 254, 0.5);
}
.trafic-card .progress.yellow {
  background-color: rgba(255, 186, 87, 0.5);
}
.user-activity-card .u-img {
  position: relative;
}
.user-activity-card .u-img .cover-img {
  width: 40px;
  height: 40px;
}
.user-activity-card .u-img .profile-img {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: -5px;
}
.user-Messages-card .u-img {
  position: relative;
}
.user-Messages-card .u-img .profile-img {
  width: 40px;
  height: 40px;
}
.user-Messages-card .u-img .tot-msg {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: -5px;
  background-color: #ff5252;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  text-align: center;
}
.latest-posts-card .latest-posts-img {
  width: 90px;
  height: 80px;
}
.task-card .task-list {
  position: relative;
}
.task-card .task-list:after {
  content: "";
  position: absolute;
  background: #d6d6d6;
  height: 100%;
  width: 2px;
  top: 0;
  left: 10px;
  z-index: 1;
}
.task-card .task-list:before {
  content: "";
  position: absolute;
  background: #d6d6d6;
  height: 15px;
  width: 15px;
  bottom: -14px;
  left: 3px;
  z-index: 2;
  border-radius: 50%;
}
.task-card .task-list li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.task-card .task-list li .task-icon {
  position: absolute;
  left: 3px;
  top: 1px;
  border-radius: 50%;
  padding: 2px;
  color: #fff;
  min-width: 15px;
  min-height: 15px;
  z-index: 2;
}
.latest-activity-card .card-block {
  padding-top: 0;
}
.latest-activity-card .card-block .latest-update-box {
  position: relative;
}
.latest-activity-card .card-block .latest-update-box .update-meta {
  z-index: 2;
  min-width: 160px;
}
.latest-activity-card .card-block .latest-update-box .update-meta .update-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 12px 13px;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
@media only screen and (max-width: 575px) {
  .latest-activity-card .card-block .latest-update-box .update-meta {
    z-index: 2;
    min-width: 100%;
    text-align: left !important;
    margin-bottom: 15px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
  }
}
.feed-card h6 {
  margin-top: 7px;
}
.feed-card .feed-icon {
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 8px;
}
.latest-activity-card .table td {
  vertical-align: middle;
}
.order-visitor-card {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.order-visitor-card:hover {
  background-color: #aaa;
  color: #fff;
}
.user-card-full {
  overflow: hidden;
}
.user-card-full .user-profile {
  border-radius: 5px 0 0 5px;
}
.user-card-full .social-link li {
  display: inline-block;
}
.user-card-full .social-link li a {
  font-size: 20px;
  margin: 0 10px 0 0;
  transition: all 0.3s ease-in-out;
}
.user-card-full .social-link li a i {
  color: #666;
}
.user-card-full .social-link li a i.facebook:hover {
  color: #3B5997;
}
.user-card-full .social-link li a i.twitter:hover {
  color: #42C0FB;
}
.user-card-full .social-link li a i.instagram:hover {
  color: #AA7C62;
}
.user-card-full .social-link li a i.youtube:hover {
  color: #E0291D;
}
.wather-card {
  overflow: hidden;
}
.wather-card .nature-card {
  position: relative;
  background: linear-gradient(#b7b7b7 60%, #aaa 100%);
  overflow: hidden;
}
.wather-card .nature-card .main-img {
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .wather-card .nature-card .main-img {
    height: 260px;
  }
}
.wather-card .nature-card .bottom-img {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
.wather-card .nature-card .snow1,
.wather-card .nature-card .snow2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wather-card .nature-card .snow1 {
  -webkit-animation: sparcle 2.1s linear infinite;
          animation: sparcle 2.1s linear infinite;
}
.wather-card .nature-card .snow2 {
  -webkit-animation: sparcle 2.1s linear infinite;
          animation: sparcle 2.1s linear infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.wather-card .nature-card .nature-cont {
  position: absolute;
  top: 20px;
  text-align: center;
  width: 100%;
}
@-webkit-keyframes sparcle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  20% {
    opacity: 1;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    transform: translateY(5px);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes sparcle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  20% {
    opacity: 1;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    transform: translateY(5px);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.widget-statstic-card {
  position: relative;
  overflow: hidden;
}
.widget-statstic-card .st-icon {
  color: #fff;
  font-size: 23px;
  padding: 40px 40px 20px 20px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -30px;
  transition: all 0.3s ease-in-out;
}
.widget-statstic-card h2 {
  font-weight: 600;
  display: inline-block;
}
.widget-statstic-card span {
  border-radius: 30px;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
}
.widget-statstic-card:hover .st-icon {
  font-size: 50px;
}
.widget-visitor-card {
  overflow: hidden;
  padding: 10px 0;
}
.widget-visitor-card i {
  color: #fff;
  font-size: 80px;
  position: absolute;
  bottom: -10px;
  opacity: 0.3;
  left: -10px;
  transform: rotate(15deg);
  transition: all 0.3s ease-in-out;
}
.widget-visitor-card:hover i {
  transform: rotate(0deg) scale(1.4);
  opacity: 0.5;
}
.app-design .btn {
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}
.app-design .team-section img {
  width: 35px;
  border-radius: 5px;
}
.app-design .progress-box p {
  margin-bottom: 0;
}
.app-design .progress-box .progress {
  width: calc(100% - 80px);
  height: 8px;
  text-align: center;
  margin: 0 auto;
  background-color: #E5E5E5;
  border-radius: 30px;
  position: relative;
  overflow: inherit;
}
.app-design .progress-box .progress .progress-bar {
  border-radius: 30px;
}
.app-design .progress-box .progress .progress-bar label {
  position: absolute;
  top: -24px;
  right: 0;
  font-weight: 600;
  font-size: 13px;
}
.order-card {
  color: #fff;
  overflow: hidden;
}
.order-card .card-icon {
  position: absolute;
  right: -17px;
  font-size: 100px;
  top: 20px;
  opacity: 0.5;
}
.statustic-card .card-block {
  position: relative;
}
.statustic-card .card-block .progress {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 5px;
  overflow: visible;
}
.statustic-card .card-block .progress .progress-bar {
  position: relative;
}
.statustic-card .card-block .progress .progress-bar:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  background: inherit;
}
.statustic-card .card-block .progress .progress-bar.bg-c-blue:before {
  -webkit-animation: blue-blink-bar 0.5s linear infinite;
          animation: blue-blink-bar 0.5s linear infinite;
}
.statustic-card .card-block .progress .progress-bar.bg-c-green:before {
  -webkit-animation: green-blink-bar 0.5s linear infinite;
          animation: green-blink-bar 0.5s linear infinite;
}
.statustic-card .card-block .progress .progress-bar.bg-c-red:before {
  -webkit-animation: red-blink-bar 0.5s linear infinite;
          animation: red-blink-bar 0.5s linear infinite;
}
.statustic-card .card-block .progress .progress-bar.bg-c-yellow:before {
  -webkit-animation: yellow-blink-bar 0.5s linear infinite;
          animation: yellow-blink-bar 0.5s linear infinite;
}
@-webkit-keyframes blue-blink-bar {
  0% {
    box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(170, 170, 170, 0.3);
  }
}
@keyframes blue-blink-bar {
  0% {
    box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(170, 170, 170, 0.3);
  }
}
@-webkit-keyframes green-blink-bar {
  0% {
    box-shadow: 0 0 0 0 rgba(156, 204, 101, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(156, 204, 101, 0.3);
  }
}
@keyframes green-blink-bar {
  0% {
    box-shadow: 0 0 0 0 rgba(156, 204, 101, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(156, 204, 101, 0.3);
  }
}
@-webkit-keyframes red-blink-bar {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 82, 82, 0.3);
  }
}
@keyframes red-blink-bar {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 82, 82, 0.3);
  }
}
@-webkit-keyframes yellow-blink-bar {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 186, 87, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 186, 87, 0.3);
  }
}
@keyframes yellow-blink-bar {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 186, 87, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 186, 87, 0.3);
  }
}
.statustic-progress-card .progress {
  height: 5px;
}
.quater-card .progress {
  height: 4px;
}
.client-map img {
  vertical-align: top;
  width: 90px;
}
.client-map .client-detail {
  margin-bottom: 20px;
}
.client-map .client-detail img {
  border-radius: 5px;
}
.client-map .client-profile {
  float: left;
}
.client-map .client-contain {
  display: inline-block;
  margin-left: 20px;
}
.client-map .client-contain h5 {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}
.client-map .client-card-box {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.client-map .client-card-box .client-border {
  border-right: 1px solid #ccc;
}
.client-map .client-card-box .client-border-card {
  border-top: 1px solid #ccc;
}
@charset "UTF-8";
/**
Template Name: Material Able Admin Template
Author: #
Email: #
File: style.css
=============
  == Table of Contents==
	- Custom Css
	- General Elements
		-	Modal, Nestable, List, Portlates, Preloader, Calender, To-Do, Materialize general elements, Lables
	- Advance Form Elements
	- Pages
		-	Loader page, Invoice, Tasklist, Task detail, Range-slider, Counter, Maintenance, Color, FAQ,  Panels & wells, Contact card, Auth pages, Flag, Gallery, Products pages, Widget, Email, Social timeline, Datatable, Chat, Blog, Wizard, CRM dashboard, Task board, Issue list, Chartlist, X-editable
============= */
/**  =====================
      Box-shadow css start
==========================  **/
.box-list div div div {
  margin-bottom: 20px;
}
.box-list {
  padding-bottom: 0;
}
.box-list p {
  margin-bottom: 0 !important;
}
/**====== z-depth-top css start ======**/
.z-depth-top-0 {
  box-shadow: 0 -5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-top-1 {
  box-shadow: 0 -5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-top-2 {
  box-shadow: 0 -5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-top-3 {
  box-shadow: 0 -5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-top-4 {
  box-shadow: 0 -5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-top-5 {
  box-shadow: 0 -5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
/**====== z-depth-top css end ======**/
/**====== z-depth-bottom css start ======**/
.z-depth-bottom-0 {
  box-shadow: 0 5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-bottom-1 {
  box-shadow: 0 5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-bottom-2 {
  box-shadow: 0 5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-bottom-3 {
  box-shadow: 0 5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-bottom-4 {
  box-shadow: 0 5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-bottom-5 {
  box-shadow: 0 5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
/**====== z-depth-bottom css end ======**/
/**====== z-depth-left css start ======**/
.z-depth-left-0 {
  box-shadow: -5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-left-1 {
  box-shadow: -5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-left-2 {
  box-shadow: -5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-left-3 {
  box-shadow: -5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-left-4 {
  box-shadow: -5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-left-5 {
  box-shadow: -5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
/**====== z-depth-left css end ======**/
/**====== z-depth-right css start ======**/
.z-depth-right-0 {
  box-shadow: 5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-right-1 {
  box-shadow: 5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-right-2 {
  box-shadow: 5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-right-3 {
  box-shadow: 5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-right-4 {
  box-shadow: 5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-right-5 {
  box-shadow: 5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
/**====== z-depth-right css end ======**/
/**====== z-depth-all-side css start ======**/
.z-depth-0 {
  box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-1 {
  box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-2 {
  box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-3 {
  box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-4 {
  box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.z-depth-5 {
  box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
/**====== z-depth-all-side css end ======**/
/**====== Box-shadow css end ======**/
/* ======================
    All Icon Common Page css
======================== */
.data-table-main.icon-list-demo [class*=col-] {
  margin-bottom: 10px;
}
.data-table-main.icon-svg-demo [class*=col-] {
  margin-bottom: 10px;
}
.icon-list-demo i {
  border: 1px solid #eceeef;
  border-radius: 3px;
  color: rgba(43, 61, 81, 0.7);
  display: inline-block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  margin: 0 12px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.icon-list-demo div {
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 10px;
}
.icon-list-demo i:hover {
  color: #64b0f2;
}
/**====== Flag-icon css start ======**/
.flags .f-item {
  padding: 12px;
  border: 1px solid #ddd;
  margin-right: 15px;
  display: inline-block;
}
.data-table-main.flags [class*=col-] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.content-flag label {
  margin-bottom: 0;
  cursor: pointer;
}
.content-flag .txt-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
}
.outer-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
label.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 135px;
}
.flags .f-item .name,
.flags .f-item .capital {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0;
}
.flags .f-item .code {
  display: block;
  font-size: 90%;
  color: #999;
  padding-bottom: 0;
}
/**====== All icon common page css end ======**/
/**  =====================
      Ready-to-use css start
==========================  **/
.bg-pic {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}
.j-pro {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.j-pro .j-header {
  background-color: #aaa;
  border-top: 1px solid #aaa;
  box-shadow: none;
}
.j-pro .j-icon-right {
  border-left: 1px solid rgba(0, 0, 0, 0.32);
}
.j-pro .j-icon-left {
  border-right: 1px solid rgba(0, 0, 0, 0.32);
}
.j-pro .j-footer {
  background-color: #000;
  border-top: 1px dashed #aaa;
  padding: 20px 25px;
  position: inherit;
}
.j-pro .j-footer button {
  margin-bottom: 0;
  float: right;
}
.j-pro .j-divider-text span {
  color: #222;
}
.j-pro .btn-primary.disabled,
.j-pro .btn-primary:disabled {
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.j-pro input[type=text],
.j-pro input[type=password],
.j-pro input[type=email],
.j-pro input[type=search],
.j-pro input[type=url],
.j-pro textarea,
.j-pro select,
.j-forms input[type=text],
.j-forms input[type=password],
.j-forms input[type=email],
.j-forms input[type=search],
.j-forms input[type=url],
.j-forms textarea,
.j-forms select {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.j-pro input[type=text]:hover,
.j-pro input[type=password]:hover,
.j-pro input[type=email]:hover,
.j-pro input[type=search]:hover,
.j-pro input[type=url]:hover,
.j-pro textarea:hover,
.j-pro select:hover,
.j-pro input[type=text]:focus,
.j-pro input[type=password]:focus,
.j-pro input[type=email]:focus,
.j-pro input[type=search]:focus,
.j-pro input[type=url]:focus,
.j-pro textarea:focus,
.j-pro select:focus,
.j-pro .j-file-button:hover + input,
.j-forms input[type=text]:hover,
.j-forms input[type=password]:hover,
.j-forms input[type=email]:hover,
.j-forms input[type=search]:hover,
.j-forms input[type=url]:hover,
.j-forms textarea:hover,
.j-forms select:hover,
.j-forms input[type=text]:focus,
.j-forms input[type=password]:focus,
.j-forms input[type=email]:focus,
.j-forms input[type=search]:focus,
.j-forms input[type=url]:focus,
.j-forms textarea:focus,
.j-forms select:focus {
  border: 1px solid #aaa;
}
.j-pro .j-radio-toggle,
.j-pro .j-checkbox-toggle,
.j-pro .j-inline-group .j-radio-toggle,
.j-pro .j-inline-group .j-checkbox-toggle {
  padding: 9px 0 18px 0;
}
.j-pro .j-tooltip,
.j-pro .j-tooltip-image {
  background-color: #aaa;
}
.j-pro .j-tooltip:before,
.j-pro .j-tooltip-image:before {
  border-color: #aaa transparent;
}
.j-pro .j-primary-btn,
.j-pro .j-file-button,
.j-pro .j-secondary-btn,
.j-pro .j-widget .j-addon-btn {
  background-color: #aaa;
}
.j-pro .j-primary-btn:hover,
.j-pro .j-file-button:hover,
.j-pro .j-secondary-btn:hover,
.j-pro .j-widget .j-addon-btn:hover {
  background-color: #b7b7b7;
}
.j-pro .j-ratings input + label:hover,
.j-pro .j-ratings input + label:hover ~ label,
.j-pro .j-ratings input:checked + label,
.j-pro .j-ratings input:checked + label ~ label {
  color: #aaa;
}
.j-unit .checkbox-fade {
  display: block;
  margin-top: 20px;
}
.j-forms {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.j-forms button i {
  margin-right: 0;
}
.j-forms .checkbox-fade {
  margin-top: 10px;
}
.j-forms .checkbox-fade .disabled-view {
  opacity: 0.5;
  cursor: not-allowed;
}
.j-forms .link {
  color: #aaa;
  border-bottom: none;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.j-forms .label {
  margin-bottom: 15px;
}
.j-forms .btn-primary:disabled {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.j-forms .radio-toggle,
.j-forms .checkbox-toggle,
.j-forms .inline-group .radio-toggle,
.j-forms .inline-group .checkbox-toggle {
  padding: 9px 0 8px 0px;
}
.j-forms .header {
  background-color: #aaa;
  border-top: 1px solid #aaa;
  box-shadow: none;
}
.j-forms .divider-text span {
  color: #222;
}
.j-forms .widget .addon,
.j-forms .widget .addon-btn {
  background-color: #aaa;
  color: #000;
}
.j-forms .widget .addon:hover, .j-forms .widget .addon:focus,
.j-forms .widget .addon-btn:hover,
.j-forms .widget .addon-btn:focus {
  background-color: #b7b7b7;
}
.j-forms .widget .addon:hover i, .j-forms .widget .addon:focus i,
.j-forms .widget .addon-btn:hover i,
.j-forms .widget .addon-btn:focus i {
  color: #000;
}
.j-forms .widget .addon i,
.j-forms .widget .addon-btn i {
  color: #000;
}
.j-forms .footer {
  background-color: #fff;
  border-top: 1px dashed #1abc9c;
  padding: 20px 25px;
  position: inherit;
}
.j-forms .footer button {
  float: right;
  margin-bottom: 0;
}
.j-forms .stepper .stepper-arrow {
  background-color: #aaa;
}
.j-forms .stepper .stepper-arrow:hover {
  background-color: #b7b7b7;
}
.j-forms .stepper .stepper-arrow.up:after {
  border-bottom: 7px solid #000;
}
.j-forms .stepper .stepper-arrow.down:after {
  border-top: 7px solid #000;
}
.popup-menu {
  padding: 0;
}
.popup-menu .popup-list {
  background: #aaa;
  border-radius: 0;
}
.popup-menu .popup-list > ul > li {
  transition: all ease-in 0.3s;
  color: #fff;
  border-left: none;
  cursor: pointer;
}
.popup-menu .popup-list > ul > li:hover {
  background-color: #384c5f;
  color: #fff;
}
.j-tabs-container .j-tabs-label,
.j-tabs-container input[type=radio]:checked + .j-tabs-label {
  border-top: 4px solid #aaa;
}
.pop-up-logo img {
  margin-top: 10px;
  margin-left: 80px;
}
.popup-list-open .popup-list-wrapper {
  z-index: 99;
}
.span4 label {
  color: #222 !important;
}
.pop-up-wrapper {
  margin-left: 0 !important;
}
@media only screen and (max-width: 480px) {
  .j-forms, .j-pro {
    border: none;
    background-color: #fff;
  }
  .j-forms .footer, .j-forms .j-footer, .j-pro .footer, .j-pro .j-footer {
    border-top: none;
  }
  .j-forms .footer button, .j-forms .j-footer button, .j-pro .footer button, .j-pro .j-footer button {
    margin: 5px;
  }
  .j-forms .j-content, .j-pro .j-content {
    padding: 0;
  }
  .j-forms .j-divider-text, .j-pro .j-divider-text {
    border-top: none;
  }
  .j-forms .j-divider-text span, .j-pro .j-divider-text span {
    white-space: unset;
    background: transparent;
    border: none;
  }
  .j-forms .icon-right ~ input, .j-forms .j-forms .icon-right ~ textarea, .j-pro .icon-right ~ input, .j-pro .j-forms .icon-right ~ textarea {
    padding-right: 0;
  }

  .j-wrapper {
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
/**====== Ready-to-use css end ======**/
/**  =====================
      Alert css start
==========================  **/
.alert {
  font-size: 15px;
  margin-bottom: 2rem;
}
.alert.icons-alert {
  border-left-width: 48px;
}
.alert.icons-alert .alert-icon {
  left: 15px;
  position: relative;
  text-align: center;
  top: 0;
  z-index: 3;
}
.alert.icons-alert p {
  line-height: 21px;
  margin-bottom: 0;
}
.close {
  font-size: 16px;
  margin-top: 5px;
}
/*===== Primary alert ===== */
.alert-default {
  background-color: #fff;
  border-color: #d6d6d6;
  color: #d6d6d6;
}
.alert-primary {
  background-color: #fff;
  border-color: #aaa;
  color: #aaa;
}
.alert-success {
  background-color: #fff;
  border-color: #9ccc65;
  color: #9ccc65;
}
.alert-info {
  background-color: #fff;
  border-color: #00bcd4;
  color: #00bcd4;
}
.alert-warning {
  background-color: #fff;
  border-color: #ffba57;
  color: #ffba57;
}
.alert-danger {
  background-color: #fff;
  border-color: #ff5252;
  color: #ff5252;
}
/*===== Border alert ===== */
.border-default {
  border-color: transparent;
  border-left: 3px solid #d6d6d6;
  border-radius: 0;
  box-shadow: 0 0 1px #999;
  color: #d6d6d6;
}
.border-primary {
  border-color: transparent;
  border-left: 3px solid #aaa;
  border-radius: 0;
  box-shadow: 0 0 1px #999;
  color: #aaa;
}
.border-success {
  border-color: transparent;
  border-left: 3px solid #9ccc65;
  border-radius: 0;
  box-shadow: 0 0 1px #999;
  color: #9ccc65;
}
.border-info {
  border-color: transparent;
  border-left: 3px solid #00bcd4;
  border-radius: 0;
  box-shadow: 0 0 1px #999;
  color: #00bcd4;
}
.border-warning {
  border-color: transparent;
  border-left: 3px solid #ffba57;
  border-radius: 0;
  box-shadow: 0 0 1px #999;
  color: #ffba57;
}
.border-danger {
  border-color: transparent;
  border-left: 3px solid #ff5252;
  border-radius: 0;
  box-shadow: 0 0 1px #999;
  color: #ff5252;
}
/*===== Solid-background alert ===== */
.background-default {
  background-color: #d6d6d6;
  color: #fff;
}
.background-primary {
  background-color: #aaa;
  color: #fff;
}
.background-success {
  background-color: #9ccc65;
  color: #fff;
}
.background-info {
  background-color: #00bcd4;
  color: #fff;
}
.background-warning {
  background-color: #ffba57;
  color: #fff;
}
.background-danger {
  background-color: #ff5252;
  color: #fff;
}
.icons-alert {
  position: relative;
}
.icons-alert:before {
  color: #fff;
  content: "";
  font-family: "IcoFont" !important;
  font-size: 16px;
  left: -30px;
  position: absolute;
  top: 17px;
}
[class*=alert-] code {
  margin-left: 10px;
}
/*======= Alert css ends ===========*/
/* =======================================
      Authentication-page css start
 ========================================= */
.login-block {
  margin: 30px auto;
}
.login-block .auth-box {
  margin: 20px auto 0 auto;
  max-width: 450px;
}
.login-block .auth-box .confirm h3 {
  color: #aaa;
  font-size: 34px;
}
.login-block .auth-box i.icofont-check-circled {
  font-size: 42px;
}
.login-block.offline-404 .auth-box {
  max-width: 650px;
}
.login-block.offline-404 .auth-box h1 {
  color: #2c3e50;
  font-size: 160px;
  font-weight: 500;
  letter-spacing: 5px;
  text-shadow: 3px -2px 4px rgba(128, 128, 128, 0.57);
}
@media only screen and (max-width: 992px) {
  .login-block.offline-404 .auth-box {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .login-block.offline-404 .auth-box h1 {
    font-size: 60px;
  }
  .login-block.offline-404 .auth-box h2 {
    font-size: 0.8rem;
  }
}
.footer {
  background-color: #37474f;
  color: #fff;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}
/**  =====================
      Breadcrumb css start
==========================  **/
.caption-breadcrumb .breadcrumb-header, .primary-breadcrumb .breadcrumb-header, .success-breadcrumb .breadcrumb-header, .warning-breadcrumb .breadcrumb-header, .info-breadcrumb .breadcrumb-header, .danger-breadcrumb .breadcrumb-header, .inverse-breadcrumb .breadcrumb-header {
  display: inline-block;
}
.caption-breadcrumb .breadcrumb-header span, .primary-breadcrumb .breadcrumb-header span, .success-breadcrumb .breadcrumb-header span, .warning-breadcrumb .breadcrumb-header span, .info-breadcrumb .breadcrumb-header span, .danger-breadcrumb .breadcrumb-header span, .inverse-breadcrumb .breadcrumb-header span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.front-icon-breadcrumb .breadcrumb-header {
  display: inline-block;
}
.front-icon-breadcrumb .big-icon {
  display: inline-block;
}
.front-icon-breadcrumb .big-icon i {
  font-size: 50px;
  margin-right: 10px;
  color: #aaa;
}
.front-icon-breadcrumb .d-inline-block span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
.primary-breadcrumb, .success-breadcrumb, .warning-breadcrumb, .info-breadcrumb, .danger-breadcrumb, .inverse-breadcrumb {
  background-color: #aaa;
  color: #fff;
}
.primary-breadcrumb h5, .success-breadcrumb h5, .warning-breadcrumb h5, .info-breadcrumb h5, .danger-breadcrumb h5, .inverse-breadcrumb h5, .primary-breadcrumb a, .success-breadcrumb a, .warning-breadcrumb a, .info-breadcrumb a, .danger-breadcrumb a, .inverse-breadcrumb a, .primary-breadcrumb .breadcrumb li:last-child a, .primary-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .success-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .warning-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .info-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .danger-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .inverse-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.inverse-breadcrumb {
  background-color: #37474f;
}
.danger-breadcrumb {
  background-color: #ff5252;
}
.info-breadcrumb {
  background-color: #00bcd4;
}
.warning-breadcrumb {
  background-color: #ffba57;
}
.success-breadcrumb {
  background-color: #9ccc65;
}
/**====== Breadcrumb css end ======**/
/**  =====================
      Chart css start
==========================  **/
.nvd-chart {
  height: 400px;
}
.peity-chart .peity {
  width: 100%;
  height: 250px;
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.morris-hover {
  position: absolute;
  min-width: 100px;
  width: 100px;
  right: 0;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
}
/**====== Chart css end ======**/
.rickshaw_graph svg {
  width: 100% !important;
}
/* =======================
   Start Color-page Css
=========================== */
.amber-colors ul li p,
.bg-danger li p,
.bg-default li p,
.bg-info li p,
.bg-primary li p,
.bg-success li p,
.bg-warning li p,
.blue-colors ul li p,
.blue-grey-colors ul li p,
.brown-colors ul li p,
.cyan-colors ul li p,
.deep-orange-colors ul li p,
.deep-purple-colors ul li p,
.green-colors ul li p,
.grey-colors ul li p,
.indigo-colors ul li p,
.light-blue-colors ul li p,
.light-green-colors ul li p,
.lime-colors ul li p,
.orange-colors ul li p,
.pink-colors ul li p,
.purple-colors ul li p,
.red-colors ul li p,
.teal-colors ul li p,
.yellow-colors ul li p,
.primary-colorr ul li p,
.success-colorr ul li p,
.info-colorr ul li p,
.warning-colorr ul li p,
.danger-colorr ul li p {
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
/**====== Accent-red-color css start ======**/
.red-colors ul li:nth-child(14) {
  background-color: #e40505;
}
.red-colors ul li:nth-child(14) p:before {
  content: "#e40505";
}
.red-colors ul li:nth-child(13) {
  background-color: #f30606;
}
.red-colors ul li:nth-child(13) p:before {
  content: "#f30606";
}
.red-colors ul li:nth-child(12) {
  background-color: #f90f0f;
}
.red-colors ul li:nth-child(12) p:before {
  content: "#f90f0f";
}
.red-colors ul li:nth-child(11) {
  background-color: #fa1d1d;
}
.red-colors ul li:nth-child(11) p:before {
  content: "#fa1d1d";
}
.red-colors ul li:nth-child(10) {
  background-color: #fa2c2c;
}
.red-colors ul li:nth-child(10) p:before {
  content: "#fa2c2c";
}
.red-colors ul li:nth-child(9) {
  background-color: #fa3b3b;
}
.red-colors ul li:nth-child(9) p:before {
  content: "#fa3b3b";
}
.red-colors ul li:nth-child(8) {
  background-color: #fb4a4a;
}
.red-colors ul li:nth-child(8) p:before {
  content: "#fb4a4a";
}
.red-colors ul li:nth-child(7) {
  background-color: #fb5959;
}
.red-colors ul li:nth-child(7) p:before {
  content: "#fb5959";
}
.red-colors ul li:nth-child(6) {
  background-color: #fb6868;
}
.red-colors ul li:nth-child(6) p:before {
  content: "#fb6868";
}
.red-colors ul li:nth-child(5) {
  background-color: #fc7777;
}
.red-colors ul li:nth-child(5) p:before {
  content: "#fc7777";
}
.red-colors ul li:nth-child(4) {
  background-color: #fc8686;
}
.red-colors ul li:nth-child(4) p:before {
  content: "#fc8686";
}
.red-colors ul li:nth-child(3) {
  background-color: #fd9595;
}
.red-colors ul li:nth-child(3) p:before {
  content: "#fd9595";
}
.red-colors ul li:nth-child(2) {
  background-color: #fda4a4;
}
.red-colors ul li:nth-child(2) p:before {
  content: "#fda4a4";
}
/**====== Accent-red-color css end ======**/
/**====== Accent-pink-color css start ======**/
.pink-colors ul li:nth-child(14) {
  background-color: #d4166c;
}
.pink-colors ul li:nth-child(14) p:before {
  content: "#d4166c";
}
.pink-colors ul li:nth-child(13) {
  background-color: #e21873;
}
.pink-colors ul li:nth-child(13) p:before {
  content: "#e21873";
}
.pink-colors ul li:nth-child(12) {
  background-color: #e7217b;
}
.pink-colors ul li:nth-child(12) p:before {
  content: "#e7217b";
}
.pink-colors ul li:nth-child(11) {
  background-color: #e92f83;
}
.pink-colors ul li:nth-child(11) p:before {
  content: "#e92f83";
}
.pink-colors ul li:nth-child(10) {
  background-color: #ea3d8b;
}
.pink-colors ul li:nth-child(10) p:before {
  content: "#ea3d8b";
}
.pink-colors ul li:nth-child(9) {
  background-color: #ec4b94;
}
.pink-colors ul li:nth-child(9) p:before {
  content: "#ec4b94";
}
.pink-colors ul li:nth-child(8) {
  background-color: #ed599c;
}
.pink-colors ul li:nth-child(8) p:before {
  content: "#ed599c";
}
.pink-colors ul li:nth-child(7) {
  background-color: #ef67a4;
}
.pink-colors ul li:nth-child(7) p:before {
  content: "#ef67a4";
}
.pink-colors ul li:nth-child(6) {
  background-color: #f074ac;
}
.pink-colors ul li:nth-child(6) p:before {
  content: "#f074ac";
}
.pink-colors ul li:nth-child(5) {
  background-color: #f282b5;
}
.pink-colors ul li:nth-child(5) p:before {
  content: "#f282b5";
}
.pink-colors ul li:nth-child(4) {
  background-color: #f390bd;
}
.pink-colors ul li:nth-child(4) p:before {
  content: "#f390bd";
}
.pink-colors ul li:nth-child(3) {
  background-color: #f59ec5;
}
.pink-colors ul li:nth-child(3) p:before {
  content: "#f59ec5";
}
.pink-colors ul li:nth-child(2) {
  background-color: #f6accd;
}
.pink-colors ul li:nth-child(2) p:before {
  content: "#f6accd";
}
/**====== Accent-pink-color css end ======**/
/**====== Accent-purple-color css start ======**/
.purple-colors ul li:nth-child(14) {
  background-color: #b014ff;
}
.purple-colors ul li:nth-child(14) p:before {
  content: "#b014ff";
}
.purple-colors ul li:nth-child(13) {
  background-color: #b524ff;
}
.purple-colors ul li:nth-child(13) p:before {
  content: "#b524ff";
}
.purple-colors ul li:nth-child(12) {
  background-color: #ba33ff;
}
.purple-colors ul li:nth-child(12) p:before {
  content: "#ba33ff";
}
.purple-colors ul li:nth-child(11) {
  background-color: #c042ff;
}
.purple-colors ul li:nth-child(11) p:before {
  content: "#c042ff";
}
.purple-colors ul li:nth-child(10) {
  background-color: #c552ff;
}
.purple-colors ul li:nth-child(10) p:before {
  content: "#c552ff";
}
.purple-colors ul li:nth-child(9) {
  background-color: #ca61ff;
}
.purple-colors ul li:nth-child(9) p:before {
  content: "#ca61ff";
}
.purple-colors ul li:nth-child(8) {
  background-color: #cf70ff;
}
.purple-colors ul li:nth-child(8) p:before {
  content: "#cf70ff";
}
.purple-colors ul li:nth-child(7) {
  background-color: #d47fff;
}
.purple-colors ul li:nth-child(7) p:before {
  content: "#d47fff";
}
.purple-colors ul li:nth-child(6) {
  background-color: #d98fff;
}
.purple-colors ul li:nth-child(6) p:before {
  content: "#d98fff";
}
.purple-colors ul li:nth-child(5) {
  background-color: #de9eff;
}
.purple-colors ul li:nth-child(5) p:before {
  content: "#de9eff";
}
.purple-colors ul li:nth-child(4) {
  background-color: #e4adff;
}
.purple-colors ul li:nth-child(4) p:before {
  content: "#e4adff";
}
.purple-colors ul li:nth-child(3) {
  background-color: #e9bdff;
}
.purple-colors ul li:nth-child(3) p:before {
  content: "#e9bdff";
}
.purple-colors ul li:nth-child(2) {
  background-color: #eeccff;
}
.purple-colors ul li:nth-child(2) p:before {
  content: "#eeccff";
}
/**====== Accent-purple-color css end ======**/
/**====== Deep-purple-color css start ======**/
.deep-purple-colors ul li:nth-child(14) {
  background-color: #6b05f9;
}
.deep-purple-colors ul li:nth-child(14) p:before {
  content: "#6b05f9";
}
.deep-purple-colors ul li:nth-child(13) {
  background-color: #7414fa;
}
.deep-purple-colors ul li:nth-child(13) p:before {
  content: "#7414fa";
}
.deep-purple-colors ul li:nth-child(12) {
  background-color: #7d23fa;
}
.deep-purple-colors ul li:nth-child(12) p:before {
  content: "#7d23fa";
}
.deep-purple-colors ul li:nth-child(11) {
  background-color: #8632fb;
}
.deep-purple-colors ul li:nth-child(11) p:before {
  content: "#8632fb";
}
.deep-purple-colors ul li:nth-child(10) {
  background-color: #8f41fb;
}
.deep-purple-colors ul li:nth-child(10) p:before {
  content: "#8f41fb";
}
.deep-purple-colors ul li:nth-child(9) {
  background-color: #9850fb;
}
.deep-purple-colors ul li:nth-child(9) p:before {
  content: "#9850fb";
}
.deep-purple-colors ul li:nth-child(8) {
  background-color: #a05ffc;
}
.deep-purple-colors ul li:nth-child(8) p:before {
  content: "#a05ffc";
}
.deep-purple-colors ul li:nth-child(7) {
  background-color: #a96efc;
}
.deep-purple-colors ul li:nth-child(7) p:before {
  content: "#a96efc";
}
.deep-purple-colors ul li:nth-child(6) {
  background-color: #b27cfc;
}
.deep-purple-colors ul li:nth-child(6) p:before {
  content: "#b27cfc";
}
.deep-purple-colors ul li:nth-child(5) {
  background-color: #bb8bfd;
}
.deep-purple-colors ul li:nth-child(5) p:before {
  content: "#bb8bfd";
}
.deep-purple-colors ul li:nth-child(4) {
  background-color: #c49afd;
}
.deep-purple-colors ul li:nth-child(4) p:before {
  content: "#c49afd";
}
.deep-purple-colors ul li:nth-child(3) {
  background-color: #cda9fd;
}
.deep-purple-colors ul li:nth-child(3) p:before {
  content: "#cda9fd";
}
.deep-purple-colors ul li:nth-child(2) {
  background-color: #d5b8fd;
}
.deep-purple-colors ul li:nth-child(2) p:before {
  content: "#d5b8fd";
}
/**====== Deep-purple-color css end ======**/
/**====== Indigo-color css start ======**/
.indigo-colors ul li:nth-child(14) {
  background-color: #415dfe;
}
.indigo-colors ul li:nth-child(14) p:before {
  content: "#415dfe";
}
.indigo-colors ul li:nth-child(13) {
  background-color: #4d68fe;
}
.indigo-colors ul li:nth-child(13) p:before {
  content: "#4d68fe";
}
.indigo-colors ul li:nth-child(12) {
  background-color: #5a72fe;
}
.indigo-colors ul li:nth-child(12) p:before {
  content: "#5a72fe";
}
.indigo-colors ul li:nth-child(11) {
  background-color: #677dfe;
}
.indigo-colors ul li:nth-child(11) p:before {
  content: "#677dfe";
}
.indigo-colors ul li:nth-child(10) {
  background-color: #7388fe;
}
.indigo-colors ul li:nth-child(10) p:before {
  content: "#7388fe";
}
.indigo-colors ul li:nth-child(9) {
  background-color: #8093fe;
}
.indigo-colors ul li:nth-child(9) p:before {
  content: "#8093fe";
}
.indigo-colors ul li:nth-child(8) {
  background-color: #8d9efe;
}
.indigo-colors ul li:nth-child(8) p:before {
  content: "#8d9efe";
}
.indigo-colors ul li:nth-child(7) {
  background-color: #9aa9ff;
}
.indigo-colors ul li:nth-child(7) p:before {
  content: "#9aa9ff";
}
.indigo-colors ul li:nth-child(6) {
  background-color: #a6b3ff;
}
.indigo-colors ul li:nth-child(6) p:before {
  content: "#a6b3ff";
}
.indigo-colors ul li:nth-child(5) {
  background-color: #b3beff;
}
.indigo-colors ul li:nth-child(5) p:before {
  content: "#b3beff";
}
.indigo-colors ul li:nth-child(4) {
  background-color: #c0c9ff;
}
.indigo-colors ul li:nth-child(4) p:before {
  content: "#c0c9ff";
}
.indigo-colors ul li:nth-child(3) {
  background-color: #ccd4ff;
}
.indigo-colors ul li:nth-child(3) p:before {
  content: "#ccd4ff";
}
.indigo-colors ul li:nth-child(2) {
  background-color: #d9dfff;
}
.indigo-colors ul li:nth-child(2) p:before {
  content: "#d9dfff";
}
/**====== Indigo-color css end ======**/
/**====== Blue-accent-color css start ======**/
.blue-colors ul li:nth-child(14) {
  background-color: #3a6eff;
}
.blue-colors ul li:nth-child(14) p:before {
  content: "#3a6eff";
}
.blue-colors ul li:nth-child(13) {
  background-color: #4778ff;
}
.blue-colors ul li:nth-child(13) p:before {
  content: "#4778ff";
}
.blue-colors ul li:nth-child(12) {
  background-color: #5381ff;
}
.blue-colors ul li:nth-child(12) p:before {
  content: "#5381ff";
}
.blue-colors ul li:nth-child(11) {
  background-color: #608aff;
}
.blue-colors ul li:nth-child(11) p:before {
  content: "#608aff";
}
.blue-colors ul li:nth-child(10) {
  background-color: #6d94ff;
}
.blue-colors ul li:nth-child(10) p:before {
  content: "#6d94ff";
}
.blue-colors ul li:nth-child(9) {
  background-color: #7a9dff;
}
.blue-colors ul li:nth-child(9) p:before {
  content: "#7a9dff";
}
.blue-colors ul li:nth-child(8) {
  background-color: #86a6ff;
}
.blue-colors ul li:nth-child(8) p:before {
  content: "#86a6ff";
}
.blue-colors ul li:nth-child(7) {
  background-color: #93b0ff;
}
.blue-colors ul li:nth-child(7) p:before {
  content: "#93b0ff";
}
.blue-colors ul li:nth-child(6) {
  background-color: #a0b9ff;
}
.blue-colors ul li:nth-child(6) p:before {
  content: "#a0b9ff";
}
.blue-colors ul li:nth-child(5) {
  background-color: #adc3ff;
}
.blue-colors ul li:nth-child(5) p:before {
  content: "#adc3ff";
}
.blue-colors ul li:nth-child(4) {
  background-color: #b9ccff;
}
.blue-colors ul li:nth-child(4) p:before {
  content: "#b9ccff";
}
.blue-colors ul li:nth-child(3) {
  background-color: #c6d5ff;
}
.blue-colors ul li:nth-child(3) p:before {
  content: "#c6d5ff";
}
.blue-colors ul li:nth-child(2) {
  background-color: #d3dfff;
}
.blue-colors ul li:nth-child(2) p:before {
  content: "#d3dfff";
}
/**====== Blue-accent-color css end ======**/
/**====== Light-blue-color css start ======**/
.light-blue-colors ul li:nth-child(14) {
  background-color: #059cf9;
}
.light-blue-colors ul li:nth-child(14) p:before {
  content: "#059cf9";
}
.light-blue-colors ul li:nth-child(13) {
  background-color: #14a2fa;
}
.light-blue-colors ul li:nth-child(13) p:before {
  content: "#14a2fa";
}
.light-blue-colors ul li:nth-child(12) {
  background-color: #23a8fa;
}
.light-blue-colors ul li:nth-child(12) p:before {
  content: "#23a8fa";
}
.light-blue-colors ul li:nth-child(11) {
  background-color: #32aefb;
}
.light-blue-colors ul li:nth-child(11) p:before {
  content: "#32aefb";
}
.light-blue-colors ul li:nth-child(10) {
  background-color: #41b4fb;
}
.light-blue-colors ul li:nth-child(10) p:before {
  content: "#41b4fb";
}
.light-blue-colors ul li:nth-child(9) {
  background-color: #50bafb;
}
.light-blue-colors ul li:nth-child(9) p:before {
  content: "#50bafb";
}
.light-blue-colors ul li:nth-child(8) {
  background-color: #5fc0fc;
}
.light-blue-colors ul li:nth-child(8) p:before {
  content: "#5fc0fc";
}
.light-blue-colors ul li:nth-child(7) {
  background-color: #6ec6fc;
}
.light-blue-colors ul li:nth-child(7) p:before {
  content: "#6ec6fc";
}
.light-blue-colors ul li:nth-child(6) {
  background-color: #7cccfc;
}
.light-blue-colors ul li:nth-child(6) p:before {
  content: "#7cccfc";
}
.light-blue-colors ul li:nth-child(5) {
  background-color: #8bd2fd;
}
.light-blue-colors ul li:nth-child(5) p:before {
  content: "#8bd2fd";
}
.light-blue-colors ul li:nth-child(4) {
  background-color: #9ad7fd;
}
.light-blue-colors ul li:nth-child(4) p:before {
  content: "#9ad7fd";
}
.light-blue-colors ul li:nth-child(3) {
  background-color: #a9ddfd;
}
.light-blue-colors ul li:nth-child(3) p:before {
  content: "#a9ddfd";
}
.light-blue-colors ul li:nth-child(2) {
  background-color: #b8e3fd;
}
.light-blue-colors ul li:nth-child(2) p:before {
  content: "#b8e3fd";
}
/**====== Light-blue-color css end ======**/
/**====== Cyan-color css start ======**/
.cyan-colors ul li:nth-child(14) {
  background-color: #05c6e3;
}
.cyan-colors ul li:nth-child(14) p:before {
  content: "#05c6e3";
}
.cyan-colors ul li:nth-child(13) {
  background-color: #06d3f2;
}
.cyan-colors ul li:nth-child(13) p:before {
  content: "#06d3f2";
}
.cyan-colors ul li:nth-child(12) {
  background-color: #0edbf9;
}
.cyan-colors ul li:nth-child(12) p:before {
  content: "#0edbf9";
}
.cyan-colors ul li:nth-child(11) {
  background-color: #1dddfa;
}
.cyan-colors ul li:nth-child(11) p:before {
  content: "#1dddfa";
}
.cyan-colors ul li:nth-child(10) {
  background-color: #2bdffa;
}
.cyan-colors ul li:nth-child(10) p:before {
  content: "#2bdffa";
}
.cyan-colors ul li:nth-child(9) {
  background-color: #3ae1fa;
}
.cyan-colors ul li:nth-child(9) p:before {
  content: "#3ae1fa";
}
.cyan-colors ul li:nth-child(8) {
  background-color: #49e4fb;
}
.cyan-colors ul li:nth-child(8) p:before {
  content: "#49e4fb";
}
.cyan-colors ul li:nth-child(7) {
  background-color: #58e6fb;
}
.cyan-colors ul li:nth-child(7) p:before {
  content: "#58e6fb";
}
.cyan-colors ul li:nth-child(6) {
  background-color: #67e8fb;
}
.cyan-colors ul li:nth-child(6) p:before {
  content: "#67e8fb";
}
.cyan-colors ul li:nth-child(5) {
  background-color: #76eafc;
}
.cyan-colors ul li:nth-child(5) p:before {
  content: "#76eafc";
}
.cyan-colors ul li:nth-child(4) {
  background-color: #85edfc;
}
.cyan-colors ul li:nth-child(4) p:before {
  content: "#85edfc";
}
.cyan-colors ul li:nth-child(3) {
  background-color: #94effc;
}
.cyan-colors ul li:nth-child(3) p:before {
  content: "#94effc";
}
.cyan-colors ul li:nth-child(2) {
  background-color: #a3f1fd;
}
.cyan-colors ul li:nth-child(2) p:before {
  content: "#a3f1fd";
}
/**====== Cyan-color css start ======**/
/**====== Teal-color css start ======**/
.teal-colors ul li:nth-child(14) {
  background-color: #05cfb3;
}
.teal-colors ul li:nth-child(14) p:before {
  content: "#05cfb3";
}
.teal-colors ul li:nth-child(13) {
  background-color: #06dec0;
}
.teal-colors ul li:nth-child(13) p:before {
  content: "#06dec0";
}
.teal-colors ul li:nth-child(12) {
  background-color: #06edcd;
}
.teal-colors ul li:nth-child(12) p:before {
  content: "#06edcd";
}
.teal-colors ul li:nth-child(11) {
  background-color: #0af9d7;
}
.teal-colors ul li:nth-child(11) p:before {
  content: "#0af9d7";
}
.teal-colors ul li:nth-child(10) {
  background-color: #19f9da;
}
.teal-colors ul li:nth-child(10) p:before {
  content: "#19f9da";
}
.teal-colors ul li:nth-child(9) {
  background-color: #27f9dc;
}
.teal-colors ul li:nth-child(9) p:before {
  content: "#27f9dc";
}
.teal-colors ul li:nth-child(8) {
  background-color: #36fadf;
}
.teal-colors ul li:nth-child(8) p:before {
  content: "#36fadf";
}
.teal-colors ul li:nth-child(7) {
  background-color: #45fae1;
}
.teal-colors ul li:nth-child(7) p:before {
  content: "#45fae1";
}
.teal-colors ul li:nth-child(6) {
  background-color: #54fbe3;
}
.teal-colors ul li:nth-child(6) p:before {
  content: "#54fbe3";
}
.teal-colors ul li:nth-child(5) {
  background-color: #63fbe6;
}
.teal-colors ul li:nth-child(5) p:before {
  content: "#63fbe6";
}
.teal-colors ul li:nth-child(4) {
  background-color: #72fbe8;
}
.teal-colors ul li:nth-child(4) p:before {
  content: "#72fbe8";
}
.teal-colors ul li:nth-child(3) {
  background-color: #81fceb;
}
.teal-colors ul li:nth-child(3) p:before {
  content: "#81fceb";
}
.teal-colors ul li:nth-child(2) {
  background-color: #90fced;
}
.teal-colors ul li:nth-child(2) p:before {
  content: "#90fced";
}
/**====== Teal-color css end ======**/
/**====== Green-color css start ======**/
.green-colors ul li:nth-child(14) {
  background-color: #05d85c;
}
.green-colors ul li:nth-child(14) p:before {
  content: "#05d85c";
}
.green-colors ul li:nth-child(13) {
  background-color: #06e763;
}
.green-colors ul li:nth-child(13) p:before {
  content: "#06e763";
}
.green-colors ul li:nth-child(12) {
  background-color: #06f669;
}
.green-colors ul li:nth-child(12) p:before {
  content: "#06f669";
}
.green-colors ul li:nth-child(11) {
  background-color: #12f972;
}
.green-colors ul li:nth-child(11) p:before {
  content: "#12f972";
}
.green-colors ul li:nth-child(10) {
  background-color: #21f97a;
}
.green-colors ul li:nth-child(10) p:before {
  content: "#21f97a";
}
.green-colors ul li:nth-child(9) {
  background-color: #30fa83;
}
.green-colors ul li:nth-child(9) p:before {
  content: "#30fa83";
}
.green-colors ul li:nth-child(8) {
  background-color: #3ffa8c;
}
.green-colors ul li:nth-child(8) p:before {
  content: "#3ffa8c";
}
.green-colors ul li:nth-child(7) {
  background-color: #4efb95;
}
.green-colors ul li:nth-child(7) p:before {
  content: "#4efb95";
}
.green-colors ul li:nth-child(6) {
  background-color: #5dfb9e;
}
.green-colors ul li:nth-child(6) p:before {
  content: "#5dfb9e";
}
.green-colors ul li:nth-child(5) {
  background-color: #6cfba7;
}
.green-colors ul li:nth-child(5) p:before {
  content: "#6cfba7";
}
.green-colors ul li:nth-child(4) {
  background-color: #7bfcb0;
}
.green-colors ul li:nth-child(4) p:before {
  content: "#7bfcb0";
}
.green-colors ul li:nth-child(3) {
  background-color: #8afcb9;
}
.green-colors ul li:nth-child(3) p:before {
  content: "#8afcb9";
}
.green-colors ul li:nth-child(2) {
  background-color: #98fcc2;
}
.green-colors ul li:nth-child(2) p:before {
  content: "#98fcc2";
}
/**====== Green-color css end ======**/
/**====== Light-Green-color css start ======**/
.light-green-colors ul li:nth-child(14) {
  background-color: #6fe423;
}
.light-green-colors ul li:nth-child(14) p:before {
  content: "#6fe423";
}
.light-green-colors ul li:nth-child(13) {
  background-color: #78e631;
}
.light-green-colors ul li:nth-child(13) p:before {
  content: "#78e631";
}
.light-green-colors ul li:nth-child(12) {
  background-color: #81e73e;
}
.light-green-colors ul li:nth-child(12) p:before {
  content: "#81e73e";
}
.light-green-colors ul li:nth-child(11) {
  background-color: #8ae94c;
}
.light-green-colors ul li:nth-child(11) p:before {
  content: "#8ae94c";
}
.light-green-colors ul li:nth-child(10) {
  background-color: #93eb5a;
}
.light-green-colors ul li:nth-child(10) p:before {
  content: "#93eb5a";
}
.light-green-colors ul li:nth-child(9) {
  background-color: #9bec67;
}
.light-green-colors ul li:nth-child(9) p:before {
  content: "#9bec67";
}
.light-green-colors ul li:nth-child(8) {
  background-color: #a4ee75;
}
.light-green-colors ul li:nth-child(8) p:before {
  content: "#a4ee75";
}
.light-green-colors ul li:nth-child(7) {
  background-color: #adf083;
}
.light-green-colors ul li:nth-child(7) p:before {
  content: "#adf083";
}
.light-green-colors ul li:nth-child(6) {
  background-color: #b6f190;
}
.light-green-colors ul li:nth-child(6) p:before {
  content: "#b6f190";
}
.light-green-colors ul li:nth-child(5) {
  background-color: #bff39e;
}
.light-green-colors ul li:nth-child(5) p:before {
  content: "#bff39e";
}
.light-green-colors ul li:nth-child(4) {
  background-color: #c8f5ac;
}
.light-green-colors ul li:nth-child(4) p:before {
  content: "#c8f5ac";
}
.light-green-colors ul li:nth-child(3) {
  background-color: #d1f6b9;
}
.light-green-colors ul li:nth-child(3) p:before {
  content: "#d1f6b9";
}
.light-green-colors ul li:nth-child(2) {
  background-color: #daf8c7;
}
.light-green-colors ul li:nth-child(2) p:before {
  content: "#daf8c7";
}
/**====== Light-Green-color css end ======**/
/**====== Lime-color css start ======**/
.lime-colors ul li:nth-child(14) {
  background-color: #baf905;
}
.lime-colors ul li:nth-child(14) p:before {
  content: "#baf905";
}
.lime-colors ul li:nth-child(13) {
  background-color: #bffa14;
}
.lime-colors ul li:nth-child(13) p:before {
  content: "#bffa14";
}
.lime-colors ul li:nth-child(12) {
  background-color: #c3fa23;
}
.lime-colors ul li:nth-child(12) p:before {
  content: "#c3fa23";
}
.lime-colors ul li:nth-child(11) {
  background-color: #c7fb32;
}
.lime-colors ul li:nth-child(11) p:before {
  content: "#c7fb32";
}
.lime-colors ul li:nth-child(10) {
  background-color: #cbfb41;
}
.lime-colors ul li:nth-child(10) p:before {
  content: "#cbfb41";
}
.lime-colors ul li:nth-child(9) {
  background-color: #cffb50;
}
.lime-colors ul li:nth-child(9) p:before {
  content: "#cffb50";
}
.lime-colors ul li:nth-child(8) {
  background-color: #d3fc5f;
}
.lime-colors ul li:nth-child(8) p:before {
  content: "#d3fc5f";
}
.lime-colors ul li:nth-child(7) {
  background-color: #d7fc6e;
}
.lime-colors ul li:nth-child(7) p:before {
  content: "#d7fc6e";
}
.lime-colors ul li:nth-child(6) {
  background-color: #dbfc7c;
}
.lime-colors ul li:nth-child(6) p:before {
  content: "#dbfc7c";
}
.lime-colors ul li:nth-child(5) {
  background-color: #dffd8b;
}
.lime-colors ul li:nth-child(5) p:before {
  content: "#dffd8b";
}
.lime-colors ul li:nth-child(4) {
  background-color: #e3fd9a;
}
.lime-colors ul li:nth-child(4) p:before {
  content: "#e3fd9a";
}
.lime-colors ul li:nth-child(3) {
  background-color: #e8fda9;
}
.lime-colors ul li:nth-child(3) p:before {
  content: "#e8fda9";
}
.lime-colors ul li:nth-child(2) {
  background-color: #ecfdb8;
}
.lime-colors ul li:nth-child(2) p:before {
  content: "#ecfdb8";
}
/**====== Lime-color css end ======**/
/**====== Yellow-color css start ======**/
.yellow-colors ul li:nth-child(14) {
  background-color: #ffd914;
}
.yellow-colors ul li:nth-child(14) p:before {
  content: "#ffd914";
}
.yellow-colors ul li:nth-child(13) {
  background-color: #ffdb24;
}
.yellow-colors ul li:nth-child(13) p:before {
  content: "#ffdb24";
}
.yellow-colors ul li:nth-child(12) {
  background-color: #ffde33;
}
.yellow-colors ul li:nth-child(12) p:before {
  content: "#ffde33";
}
.yellow-colors ul li:nth-child(11) {
  background-color: #ffe042;
}
.yellow-colors ul li:nth-child(11) p:before {
  content: "#ffe042";
}
.yellow-colors ul li:nth-child(10) {
  background-color: #ffe352;
}
.yellow-colors ul li:nth-child(10) p:before {
  content: "#ffe352";
}
.yellow-colors ul li:nth-child(9) {
  background-color: #ffe561;
}
.yellow-colors ul li:nth-child(9) p:before {
  content: "#ffe561";
}
.yellow-colors ul li:nth-child(8) {
  background-color: #ffe870;
}
.yellow-colors ul li:nth-child(8) p:before {
  content: "#ffe870";
}
.yellow-colors ul li:nth-child(7) {
  background-color: #ffea7f;
}
.yellow-colors ul li:nth-child(7) p:before {
  content: "#ffea7f";
}
.yellow-colors ul li:nth-child(6) {
  background-color: #ffed8f;
}
.yellow-colors ul li:nth-child(6) p:before {
  content: "#ffed8f";
}
.yellow-colors ul li:nth-child(5) {
  background-color: #ffef9e;
}
.yellow-colors ul li:nth-child(5) p:before {
  content: "#ffef9e";
}
.yellow-colors ul li:nth-child(4) {
  background-color: #fff2ad;
}
.yellow-colors ul li:nth-child(4) p:before {
  content: "#fff2ad";
}
.yellow-colors ul li:nth-child(3) {
  background-color: #fff4bd;
}
.yellow-colors ul li:nth-child(3) p:before {
  content: "#fff4bd";
}
.yellow-colors ul li:nth-child(2) {
  background-color: #fff7cc;
}
.yellow-colors ul li:nth-child(2) p:before {
  content: "#fff7cc";
}
/**====== Yellow-color css end ======**/
/**====== Amber-color css start ======**/
.amber-colors ul li:nth-child(14) {
  background-color: #ffb012;
}
.amber-colors ul li:nth-child(14) p:before {
  content: "#ffb012";
}
.amber-colors ul li:nth-child(13) {
  background-color: #ffb41f;
}
.amber-colors ul li:nth-child(13) p:before {
  content: "#ffb41f";
}
.amber-colors ul li:nth-child(12) {
  background-color: #ffb92b;
}
.amber-colors ul li:nth-child(12) p:before {
  content: "#ffb92b";
}
.amber-colors ul li:nth-child(11) {
  background-color: #ffbd38;
}
.amber-colors ul li:nth-child(11) p:before {
  content: "#ffbd38";
}
.amber-colors ul li:nth-child(10) {
  background-color: #ffc145;
}
.amber-colors ul li:nth-child(10) p:before {
  content: "#ffc145";
}
.amber-colors ul li:nth-child(9) {
  background-color: #ffc552;
}
.amber-colors ul li:nth-child(9) p:before {
  content: "#ffc552";
}
.amber-colors ul li:nth-child(8) {
  background-color: #ffca5e;
}
.amber-colors ul li:nth-child(8) p:before {
  content: "#ffca5e";
}
.amber-colors ul li:nth-child(7) {
  background-color: #ffce6b;
}
.amber-colors ul li:nth-child(7) p:before {
  content: "#ffce6b";
}
.amber-colors ul li:nth-child(6) {
  background-color: #ffd278;
}
.amber-colors ul li:nth-child(6) p:before {
  content: "#ffd278";
}
.amber-colors ul li:nth-child(5) {
  background-color: #ffd685;
}
.amber-colors ul li:nth-child(5) p:before {
  content: "#ffd685";
}
.amber-colors ul li:nth-child(4) {
  background-color: #ffdb91;
}
.amber-colors ul li:nth-child(4) p:before {
  content: "#ffdb91";
}
.amber-colors ul li:nth-child(3) {
  background-color: #ffdf9e;
}
.amber-colors ul li:nth-child(3) p:before {
  content: "#ffdf9e";
}
.amber-colors ul li:nth-child(2) {
  background-color: #ffe3ab;
}
.amber-colors ul li:nth-child(2) p:before {
  content: "#ffe3ab";
}
/**====== Amber-color css end ======**/
/**====== Orange-color css start ======**/
.orange-colors ul li:nth-child(14) {
  background-color: #ff7814;
}
.orange-colors ul li:nth-child(14) p:before {
  content: "#ff7814";
}
.orange-colors ul li:nth-child(13) {
  background-color: #ff8124;
}
.orange-colors ul li:nth-child(13) p:before {
  content: "#ff8124";
}
.orange-colors ul li:nth-child(12) {
  background-color: #ff8933;
}
.orange-colors ul li:nth-child(12) p:before {
  content: "#ff8933";
}
.orange-colors ul li:nth-child(11) {
  background-color: #ff9242;
}
.orange-colors ul li:nth-child(11) p:before {
  content: "#ff9242";
}
.orange-colors ul li:nth-child(10) {
  background-color: #ff9b52;
}
.orange-colors ul li:nth-child(10) p:before {
  content: "#ff9b52";
}
.orange-colors ul li:nth-child(9) {
  background-color: #ffa461;
}
.orange-colors ul li:nth-child(9) p:before {
  content: "#ffa461";
}
.orange-colors ul li:nth-child(8) {
  background-color: #ffad70;
}
.orange-colors ul li:nth-child(8) p:before {
  content: "#ffad70";
}
.orange-colors ul li:nth-child(7) {
  background-color: #ffb67f;
}
.orange-colors ul li:nth-child(7) p:before {
  content: "#ffb67f";
}
.orange-colors ul li:nth-child(6) {
  background-color: #ffbe8f;
}
.orange-colors ul li:nth-child(6) p:before {
  content: "#ffbe8f";
}
.orange-colors ul li:nth-child(5) {
  background-color: #ffc79e;
}
.orange-colors ul li:nth-child(5) p:before {
  content: "#ffc79e";
}
.orange-colors ul li:nth-child(4) {
  background-color: #ffd0ad;
}
.orange-colors ul li:nth-child(4) p:before {
  content: "#ffd0ad";
}
.orange-colors ul li:nth-child(3) {
  background-color: #ffd9bd;
}
.orange-colors ul li:nth-child(3) p:before {
  content: "#ffd9bd";
}
.orange-colors ul li:nth-child(2) {
  background-color: #ffe2cc;
}
.orange-colors ul li:nth-child(2) p:before {
  content: "#ffe2cc";
}
/**====== Orange-color css start ======**/
/**====== Deep-Orange-color css start ======**/
.deep-orange-colors ul li:nth-child(14) {
  background-color: #ec3305;
}
.deep-orange-colors ul li:nth-child(14) p:before {
  content: "#ec3305";
}
.deep-orange-colors ul li:nth-child(13) {
  background-color: #f93707;
}
.deep-orange-colors ul li:nth-child(13) p:before {
  content: "#f93707";
}
.deep-orange-colors ul li:nth-child(12) {
  background-color: #fa4316;
}
.deep-orange-colors ul li:nth-child(12) p:before {
  content: "#fa4316";
}
.deep-orange-colors ul li:nth-child(11) {
  background-color: #fa5025;
}
.deep-orange-colors ul li:nth-child(11) p:before {
  content: "#fa5025";
}
.deep-orange-colors ul li:nth-child(10) {
  background-color: #fa5c34;
}
.deep-orange-colors ul li:nth-child(10) p:before {
  content: "#fa5c34";
}
.deep-orange-colors ul li:nth-child(9) {
  background-color: #fb6843;
}
.deep-orange-colors ul li:nth-child(9) p:before {
  content: "#fb6843";
}
.deep-orange-colors ul li:nth-child(8) {
  background-color: #fb7452;
}
.deep-orange-colors ul li:nth-child(8) p:before {
  content: "#fb7452";
}
.deep-orange-colors ul li:nth-child(7) {
  background-color: #fb8061;
}
.deep-orange-colors ul li:nth-child(7) p:before {
  content: "#fb8061";
}
.deep-orange-colors ul li:nth-child(6) {
  background-color: #fc8c70;
}
.deep-orange-colors ul li:nth-child(6) p:before {
  content: "#fc8c70";
}
.deep-orange-colors ul li:nth-child(5) {
  background-color: #fc987f;
}
.deep-orange-colors ul li:nth-child(5) p:before {
  content: "#fc987f";
}
.deep-orange-colors ul li:nth-child(4) {
  background-color: #fca48e;
}
.deep-orange-colors ul li:nth-child(4) p:before {
  content: "#fca48e";
}
.deep-orange-colors ul li:nth-child(3) {
  background-color: #fdb09d;
}
.deep-orange-colors ul li:nth-child(3) p:before {
  content: "#fdb09d";
}
.deep-orange-colors ul li:nth-child(2) {
  background-color: #fdbcac;
}
.deep-orange-colors ul li:nth-child(2) p:before {
  content: "#fdbcac";
}
/**====== Deep-Orange-color css end ======**/
/**====== Brown-color css start ======**/
.brown-colors ul li:nth-child(14) {
  background-color: #513631;
}
.brown-colors ul li:nth-child(14) p:before {
  content: "#513631";
}
.brown-colors ul li:nth-child(13) {
  background-color: #61403a;
}
.brown-colors ul li:nth-child(13) p:before {
  content: "#61403a";
}
.brown-colors ul li:nth-child(12) {
  background-color: #714b44;
}
.brown-colors ul li:nth-child(12) p:before {
  content: "#714b44";
}
.brown-colors ul li:nth-child(11) {
  background-color: #81554d;
}
.brown-colors ul li:nth-child(11) p:before {
  content: "#81554d";
}
.brown-colors ul li:nth-child(10) {
  background-color: #916057;
}
.brown-colors ul li:nth-child(10) p:before {
  content: "#916057";
}
.brown-colors ul li:nth-child(9) {
  background-color: #a06b61;
}
.brown-colors ul li:nth-child(9) p:before {
  content: "#a06b61";
}
.brown-colors ul li:nth-child(8) {
  background-color: #aa7a71;
}
.brown-colors ul li:nth-child(8) p:before {
  content: "#aa7a71";
}
.brown-colors ul li:nth-child(7) {
  background-color: #b38981;
}
.brown-colors ul li:nth-child(7) p:before {
  content: "#b38981";
}
.brown-colors ul li:nth-child(6) {
  background-color: #bd9791;
}
.brown-colors ul li:nth-child(6) p:before {
  content: "#bd9791";
}
.brown-colors ul li:nth-child(5) {
  background-color: #c6a6a1;
}
.brown-colors ul li:nth-child(5) p:before {
  content: "#c6a6a1";
}
.brown-colors ul li:nth-child(4) {
  background-color: #d0b5b1;
}
.brown-colors ul li:nth-child(4) p:before {
  content: "#d0b5b1";
}
.brown-colors ul li:nth-child(3) {
  background-color: #dac4c1;
}
.brown-colors ul li:nth-child(3) p:before {
  content: "#dac4c1";
}
.brown-colors ul li:nth-child(2) {
  background-color: #e3d3d0;
}
.brown-colors ul li:nth-child(2) p:before {
  content: "#e3d3d0";
}
/**====== Brown-color css end ======**/
/**====== Grey-color css start ======**/
.grey-colors ul li:nth-child(14) {
  background-color: #323232;
}
.grey-colors ul li:nth-child(14) p:before {
  content: "#323232";
}
.grey-colors ul li:nth-child(13) {
  background-color: #3f3f3f;
}
.grey-colors ul li:nth-child(13) p:before {
  content: "#3f3f3f";
}
.grey-colors ul li:nth-child(12) {
  background-color: #4b4b4b;
}
.grey-colors ul li:nth-child(12) p:before {
  content: "#4b4b4b";
}
.grey-colors ul li:nth-child(11) {
  background-color: #585858;
}
.grey-colors ul li:nth-child(11) p:before {
  content: "#585858";
}
.grey-colors ul li:nth-child(10) {
  background-color: #656565;
}
.grey-colors ul li:nth-child(10) p:before {
  content: "#656565";
}
.grey-colors ul li:nth-child(9) {
  background-color: #727272;
}
.grey-colors ul li:nth-child(9) p:before {
  content: "#727272";
}
.grey-colors ul li:nth-child(8) {
  background-color: #7e7e7e;
}
.grey-colors ul li:nth-child(8) p:before {
  content: "#7e7e7e";
}
.grey-colors ul li:nth-child(7) {
  background-color: #8b8b8b;
}
.grey-colors ul li:nth-child(7) p:before {
  content: "#8b8b8b";
}
.grey-colors ul li:nth-child(6) {
  background-color: #989898;
}
.grey-colors ul li:nth-child(6) p:before {
  content: "#989898";
}
.grey-colors ul li:nth-child(5) {
  background-color: #a5a5a5;
}
.grey-colors ul li:nth-child(5) p:before {
  content: "#a5a5a5";
}
.grey-colors ul li:nth-child(4) {
  background-color: #b1b1b1;
}
.grey-colors ul li:nth-child(4) p:before {
  content: "#b1b1b1";
}
.grey-colors ul li:nth-child(3) {
  background-color: #bebebe;
}
.grey-colors ul li:nth-child(3) p:before {
  content: "#bebebe";
}
.grey-colors ul li:nth-child(2) {
  background-color: #cbcbcb;
}
.grey-colors ul li:nth-child(2) p:before {
  content: "#cbcbcb";
}
/**====== Grey-color css end ======**/
/**====== Blue-color css start ======**/
.blue-grey-colors ul li:nth-child(14) {
  background-color: #35444a;
}
.blue-grey-colors ul li:nth-child(14) p:before {
  content: "#35444a";
}
.blue-grey-colors ul li:nth-child(13) {
  background-color: #3f5159;
}
.blue-grey-colors ul li:nth-child(13) p:before {
  content: "#3f5159";
}
.blue-grey-colors ul li:nth-child(12) {
  background-color: #4a5f68;
}
.blue-grey-colors ul li:nth-child(12) p:before {
  content: "#4a5f68";
}
.blue-grey-colors ul li:nth-child(11) {
  background-color: #546d77;
}
.blue-grey-colors ul li:nth-child(11) p:before {
  content: "#546d77";
}
.blue-grey-colors ul li:nth-child(10) {
  background-color: #5f7a85;
}
.blue-grey-colors ul li:nth-child(10) p:before {
  content: "#5f7a85";
}
.blue-grey-colors ul li:nth-child(9) {
  background-color: #6a8894;
}
.blue-grey-colors ul li:nth-child(9) p:before {
  content: "#6a8894";
}
.blue-grey-colors ul li:nth-child(8) {
  background-color: #78949f;
}
.blue-grey-colors ul li:nth-child(8) p:before {
  content: "#78949f";
}
.blue-grey-colors ul li:nth-child(7) {
  background-color: #87a0aa;
}
.blue-grey-colors ul li:nth-child(7) p:before {
  content: "#87a0aa";
}
.blue-grey-colors ul li:nth-child(6) {
  background-color: #96abb4;
}
.blue-grey-colors ul li:nth-child(6) p:before {
  content: "#96abb4";
}
.blue-grey-colors ul li:nth-child(5) {
  background-color: #a5b7bf;
}
.blue-grey-colors ul li:nth-child(5) p:before {
  content: "#a5b7bf";
}
.blue-grey-colors ul li:nth-child(4) {
  background-color: #b4c3ca;
}
.blue-grey-colors ul li:nth-child(4) p:before {
  content: "#b4c3ca";
}
.blue-grey-colors ul li:nth-child(3) {
  background-color: #c3cfd4;
}
.blue-grey-colors ul li:nth-child(3) p:before {
  content: "#c3cfd4";
}
.blue-grey-colors ul li:nth-child(2) {
  background-color: #d2dbdf;
}
.blue-grey-colors ul li:nth-child(2) p:before {
  content: "#d2dbdf";
}
/**====== Blue-color css end ======**/
/**====== Primary-color css start ======**/
.primary-colorr ul li:nth-child(14) {
  background-color: #1cc9a7;
}
.primary-colorr ul li:nth-child(14) p:before {
  content: "#1cc9a7";
}
.primary-colorr ul li:nth-child(13) {
  background-color: #1ed7b2;
}
.primary-colorr ul li:nth-child(13) p:before {
  content: "#1ed7b2";
}
.primary-colorr ul li:nth-child(12) {
  background-color: #23e1bb;
}
.primary-colorr ul li:nth-child(12) p:before {
  content: "#23e1bb";
}
.primary-colorr ul li:nth-child(11) {
  background-color: #31e2bf;
}
.primary-colorr ul li:nth-child(11) p:before {
  content: "#31e2bf";
}
.primary-colorr ul li:nth-child(10) {
  background-color: #3ee4c4;
}
.primary-colorr ul li:nth-child(10) p:before {
  content: "#3ee4c4";
}
.primary-colorr ul li:nth-child(9) {
  background-color: #4ce6c8;
}
.primary-colorr ul li:nth-child(9) p:before {
  content: "#4ce6c8";
}
.primary-colorr ul li:nth-child(8) {
  background-color: #59e8cc;
}
.primary-colorr ul li:nth-child(8) p:before {
  content: "#59e8cc";
}
.primary-colorr ul li:nth-child(7) {
  background-color: #66ead0;
}
.primary-colorr ul li:nth-child(7) p:before {
  content: "#66ead0";
}
.primary-colorr ul li:nth-child(6) {
  background-color: #74ecd4;
}
.primary-colorr ul li:nth-child(6) p:before {
  content: "#74ecd4";
}
.primary-colorr ul li:nth-child(5) {
  background-color: #81eed8;
}
.primary-colorr ul li:nth-child(5) p:before {
  content: "#81eed8";
}
.primary-colorr ul li:nth-child(4) {
  background-color: #8fefdc;
}
.primary-colorr ul li:nth-child(4) p:before {
  content: "#8fefdc";
}
.primary-colorr ul li:nth-child(3) {
  background-color: #9cf1e1;
}
.primary-colorr ul li:nth-child(3) p:before {
  content: "#9cf1e1";
}
.primary-colorr ul li:nth-child(2) {
  background-color: #aaf3e5;
}
.primary-colorr ul li:nth-child(2) p:before {
  content: "#aaf3e5";
}
/**====== Primary-color css end ======**/
/**====== Success-color css start ======**/
.success-colorr ul li:nth-child(14) {
  background-color: #33d176;
}
.success-colorr ul li:nth-child(14) p:before {
  content: "#33d176";
}
.success-colorr ul li:nth-child(13) {
  background-color: #3bd37c;
}
.success-colorr ul li:nth-child(13) p:before {
  content: "#3bd37c";
}
.success-colorr ul li:nth-child(12) {
  background-color: #44d581;
}
.success-colorr ul li:nth-child(12) p:before {
  content: "#44d581";
}
.success-colorr ul li:nth-child(11) {
  background-color: #4cd787;
}
.success-colorr ul li:nth-child(11) p:before {
  content: "#4cd787";
}
.success-colorr ul li:nth-child(10) {
  background-color: #54d98c;
}
.success-colorr ul li:nth-child(10) p:before {
  content: "#54d98c";
}
.success-colorr ul li:nth-child(9) {
  background-color: #5dda92;
}
.success-colorr ul li:nth-child(9) p:before {
  content: "#5dda92";
}
.success-colorr ul li:nth-child(8) {
  background-color: #65dc98;
}
.success-colorr ul li:nth-child(8) p:before {
  content: "#65dc98";
}
.success-colorr ul li:nth-child(7) {
  background-color: #6dde9d;
}
.success-colorr ul li:nth-child(7) p:before {
  content: "#6dde9d";
}
.success-colorr ul li:nth-child(6) {
  background-color: #76e0a3;
}
.success-colorr ul li:nth-child(6) p:before {
  content: "#76e0a3";
}
.success-colorr ul li:nth-child(5) {
  background-color: #7ee2a8;
}
.success-colorr ul li:nth-child(5) p:before {
  content: "#7ee2a8";
}
.success-colorr ul li:nth-child(4) {
  background-color: #86e4ae;
}
.success-colorr ul li:nth-child(4) p:before {
  content: "#86e4ae";
}
.success-colorr ul li:nth-child(3) {
  background-color: #8fe6b4;
}
.success-colorr ul li:nth-child(3) p:before {
  content: "#8fe6b4";
}
.success-colorr ul li:nth-child(2) {
  background-color: #97e8b9;
}
.success-colorr ul li:nth-child(2) p:before {
  content: "#97e8b9";
}
/**====== Success-color css end ======**/
/**====== Info-color css start ======**/
.info-colorr ul li:nth-child(14) {
  background-color: #3d9cdd;
}
.info-colorr ul li:nth-child(14) p:before {
  content: "#3d9cdd";
}
.info-colorr ul li:nth-child(13) {
  background-color: #45a1de;
}
.info-colorr ul li:nth-child(13) p:before {
  content: "#45a1de";
}
.info-colorr ul li:nth-child(12) {
  background-color: #4ea5e0;
}
.info-colorr ul li:nth-child(12) p:before {
  content: "#4ea5e0";
}
.info-colorr ul li:nth-child(11) {
  background-color: #57aae1;
}
.info-colorr ul li:nth-child(11) p:before {
  content: "#57aae1";
}
.info-colorr ul li:nth-child(10) {
  background-color: #5faee3;
}
.info-colorr ul li:nth-child(10) p:before {
  content: "#5faee3";
}
.info-colorr ul li:nth-child(9) {
  background-color: #68b2e4;
}
.info-colorr ul li:nth-child(9) p:before {
  content: "#68b2e4";
}
.info-colorr ul li:nth-child(8) {
  background-color: #71b7e6;
}
.info-colorr ul li:nth-child(8) p:before {
  content: "#71b7e6";
}
.info-colorr ul li:nth-child(7) {
  background-color: #79bbe7;
}
.info-colorr ul li:nth-child(7) p:before {
  content: "#79bbe7";
}
.info-colorr ul li:nth-child(6) {
  background-color: #82c0e9;
}
.info-colorr ul li:nth-child(6) p:before {
  content: "#82c0e9";
}
.info-colorr ul li:nth-child(5) {
  background-color: #8bc4ea;
}
.info-colorr ul li:nth-child(5) p:before {
  content: "#8bc4ea";
}
.info-colorr ul li:nth-child(4) {
  background-color: #93c8ec;
}
.info-colorr ul li:nth-child(4) p:before {
  content: "#93c8ec";
}
.info-colorr ul li:nth-child(3) {
  background-color: #9ccded;
}
.info-colorr ul li:nth-child(3) p:before {
  content: "#9ccded";
}
.info-colorr ul li:nth-child(2) {
  background-color: #a5d1ef;
}
.info-colorr ul li:nth-child(2) p:before {
  content: "#a5d1ef";
}
/**====== Info-color css end ======**/
/**====== Warning-color css start ======**/
.warning-colorr ul li:nth-child(14) {
  background-color: #f2c619;
}
.warning-colorr ul li:nth-child(14) p:before {
  content: "#f2c619";
}
.warning-colorr ul li:nth-child(13) {
  background-color: #f2c922;
}
.warning-colorr ul li:nth-child(13) p:before {
  content: "#f2c922";
}
.warning-colorr ul li:nth-child(12) {
  background-color: #f3cb2c;
}
.warning-colorr ul li:nth-child(12) p:before {
  content: "#f3cb2c";
}
.warning-colorr ul li:nth-child(11) {
  background-color: #f3cd36;
}
.warning-colorr ul li:nth-child(11) p:before {
  content: "#f3cd36";
}
.warning-colorr ul li:nth-child(10) {
  background-color: #f4d03f;
}
.warning-colorr ul li:nth-child(10) p:before {
  content: "#f4d03f";
}
.warning-colorr ul li:nth-child(9) {
  background-color: #f4d249;
}
.warning-colorr ul li:nth-child(9) p:before {
  content: "#f4d249";
}
.warning-colorr ul li:nth-child(8) {
  background-color: #f5d552;
}
.warning-colorr ul li:nth-child(8) p:before {
  content: "#f5d552";
}
.warning-colorr ul li:nth-child(7) {
  background-color: #f5d75c;
}
.warning-colorr ul li:nth-child(7) p:before {
  content: "#f5d75c";
}
.warning-colorr ul li:nth-child(6) {
  background-color: #f6d966;
}
.warning-colorr ul li:nth-child(6) p:before {
  content: "#f6d966";
}
.warning-colorr ul li:nth-child(5) {
  background-color: #f7dc6f;
}
.warning-colorr ul li:nth-child(5) p:before {
  content: "#f7dc6f";
}
.warning-colorr ul li:nth-child(4) {
  background-color: #f7de79;
}
.warning-colorr ul li:nth-child(4) p:before {
  content: "#f7de79";
}
.warning-colorr ul li:nth-child(3) {
  background-color: #f8e083;
}
.warning-colorr ul li:nth-child(3) p:before {
  content: "#f8e083";
}
.warning-colorr ul li:nth-child(2) {
  background-color: #f8e38c;
}
.warning-colorr ul li:nth-child(2) p:before {
  content: "#f8e38c";
}
/**====== Warning-color css end ======**/
/**====== Danger-color css start ======**/
.danger-colorr ul li:nth-child(14) {
  background-color: #e85445;
}
.danger-colorr ul li:nth-child(14) p:before {
  content: "#e85445";
}
.danger-colorr ul li:nth-child(13) {
  background-color: #e95d4e;
}
.danger-colorr ul li:nth-child(13) p:before {
  content: "#e95d4e";
}
.danger-colorr ul li:nth-child(12) {
  background-color: #ea6557;
}
.danger-colorr ul li:nth-child(12) p:before {
  content: "#ea6557";
}
.danger-colorr ul li:nth-child(11) {
  background-color: #eb6d60;
}
.danger-colorr ul li:nth-child(11) p:before {
  content: "#eb6d60";
}
.danger-colorr ul li:nth-child(10) {
  background-color: #ed7669;
}
.danger-colorr ul li:nth-child(10) p:before {
  content: "#ed7669";
}
.danger-colorr ul li:nth-child(9) {
  background-color: #ee7e72;
}
.danger-colorr ul li:nth-child(9) p:before {
  content: "#ee7e72";
}
.danger-colorr ul li:nth-child(8) {
  background-color: #ef867c;
}
.danger-colorr ul li:nth-child(8) p:before {
  content: "#ef867c";
}
.danger-colorr ul li:nth-child(7) {
  background-color: #f08f85;
}
.danger-colorr ul li:nth-child(7) p:before {
  content: "#f08f85";
}
.danger-colorr ul li:nth-child(6) {
  background-color: #f1978e;
}
.danger-colorr ul li:nth-child(6) p:before {
  content: "#f1978e";
}
.danger-colorr ul li:nth-child(5) {
  background-color: #f29f97;
}
.danger-colorr ul li:nth-child(5) p:before {
  content: "#f29f97";
}
.danger-colorr ul li:nth-child(4) {
  background-color: #f3a8a0;
}
.danger-colorr ul li:nth-child(4) p:before {
  content: "#f3a8a0";
}
.danger-colorr ul li:nth-child(3) {
  background-color: #f4b0a9;
}
.danger-colorr ul li:nth-child(3) p:before {
  content: "#f4b0a9";
}
.danger-colorr ul li:nth-child(2) {
  background-color: #f6b8b2;
}
.danger-colorr ul li:nth-child(2) p:before {
  content: "#f6b8b2";
}
/**====== Danger-color css end ======**/
/**====== Color-color css end ======**/
/**  =====================
      Draggable css start
==========================  **/
#draggableMultiple .sortable-moves {
  cursor: move;
  margin-bottom: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 20px;
  padding: 15px 0 15px 60px;
}
.sortable-moves {
  font-size: 14px;
  line-height: 1.55556em;
  list-style-type: none;
  margin-bottom: 15px;
  min-height: 3.55556em;
  padding-left: 5.11111em;
  position: relative;
  cursor: move;
}
.sortable-moves img {
  position: absolute;
  height: 40px;
  left: 10px;
  border-radius: 5px;
  top: 15px;
}
.sortable-moves h6 {
  font-weight: 500;
}
.card-sub {
  cursor: move;
  border: none;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
}
.card-sub:hover {
  box-shadow: 0 0 25px -5px #9e9c9e;
  transition: all 180ms linear;
}
/**====== Draggable css end ======**/
/**  =====================
      Payment-card css start
==========================  **/
.payment-card .icofont-paypal-alt, .payment-card .icofont-mastercard, .payment-card .icofont-visa-alt {
  display: block;
  font-size: 60px;
  color: #ed5565;
}
.payment-card .icofont-visa-alt {
  color: #1c84c6;
}
.payment-card .icofont-mastercard {
  color: #f8ac59;
}
.demo-container {
  padding-bottom: 0;
}
.jp-card .jp-card-front,
.jp-card .jp-card-back {
  background: #aaa !important;
}
.payment-form {
  max-width: 550px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0;
}
/**====== Payment-card css end ======**/
/**  =====================
      Editor css start
==========================  **/
.ace_editor {
  width: 100% !important;
  position: relative !important;
  margin-top: 20px;
}
.long-press:focus {
  outline-color: #aaa;
}
.inputor:focus {
  border-color: #aaa;
}
#edui1 {
  width: auto !important;
}
/**====== Editor css end ======**/
/**  =====================
      FB-wall css start
==========================  **/
.tab-pane form .md-add-on i {
  font-size: 20px;
}
.wall-elips {
  position: absolute;
  right: 15px;
}
.social-wallpaper {
  position: relative;
}
.social-profile {
  position: relative;
  padding-top: 15px;
}
.timeline-btn {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.nav-tabs.md-tabs.tab-timeline li a {
  padding: 20px 0 10px;
  color: #37474f;
  font-size: 16px;
}
.social-timeline-left {
  position: absolute;
  top: -200px;
  margin-right: 15px;
}
.post-input {
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  resize: none;
}
.user-box .media-object, .friend-box .media-object {
  height: 45px;
  width: 45px;
  display: inline-block;
  cursor: pointer;
}
.friend-box img {
  margin-right: 10px;
  margin-bottom: 10px;
}
.chat-header {
  color: #222222;
}
.live-status {
  height: 9px;
  width: 9px;
  position: absolute;
  bottom: 0;
  right: 17px;
  border-radius: 100%;
  border: 1px solid;
  top: 5px;
}
.tab-timeline .slide {
  bottom: -1px;
}
.image-upload input {
  visibility: hidden;
  max-width: 0;
  max-height: 0;
}
.file-upload-lbl {
  max-width: 15px;
  padding: 5px 0 0;
}
.ellipsis::after {
  top: 15px;
  border: none;
  position: absolute;
  content: "";
  font-family: FontAwesome;
  right: 30px;
}
.elipsis-box {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  top: 40px;
  right: -10px;
}
.elipsis-box:after {
  content: "";
  height: 13px;
  width: 13px;
  background: #fff;
  position: absolute;
  top: -5px;
  right: 10px;
  transform: rotate(45deg);
  box-shadow: -3px -3px 11px 1px rgba(170, 170, 170, 0.22);
}
.friend-elipsis {
  left: -10px;
  top: -10px;
}
.social-profile:hover .profile-hvr, .social-wallpaper:hover .profile-hvr {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.profile-hvr {
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 20px;
  padding: 10px;
  top: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.61);
  transition: all ease-in-out 0.3s;
}
.social-profile {
  margin: 0 15px;
}
.social-follower {
  text-align: center;
}
.social-follower h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-style: normal;
}
.social-follower h5 {
  font-size: 14px;
}
.social-follower .follower-counter {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 13px;
}
.social-follower .follower-counter .txt-primary {
  font-size: 24px;
}
.timeline-icon {
  height: 45px;
  width: 45px;
  display: block;
  margin: 0 auto;
  border: 4px #fff solid;
}
.social-timelines-left:after {
  height: 3px;
  width: 20px;
  position: absolute;
  background: #cccccc;
  top: 20px;
  content: "";
  right: -10px;
  z-index: 0;
}
.social-timelines-left {
  position: relative;
  z-index: 3;
}
.social-timelines:before {
  position: absolute;
  content: " ";
  width: 3px;
  background: #cccccc;
  left: 48px;
  height: 100%;
  top: 0;
  z-index: 1;
}
.timeline-dot:after, .timeline-dot:before {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  background-color: #cccccc;
  left: 45px;
  border-radius: 100%;
}
.user-box .social-designation, .post-timelines .social-time {
  font-size: 13px;
}
.user-box .f-right {
  text-transform: capitalize;
}
.social-msg a {
  display: inline-block;
}
.social-msg a span {
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}
.social-msg a:hover {
  color: #aaa;
}
.social-msg a:hover span, .social-msg a:hover i {
  color: #aaa !important;
}
.view-info .social-label, .contact-info .social-label, .work-info .social-label {
  font-size: 15px;
  padding-left: 0;
  padding-top: 0;
}
.view-info .social-user-name, .contact-info .social-user-name, .work-info .social-user-name {
  font-size: 14px;
  padding-left: 0;
}
.friend-elipsis .social-designation {
  font-size: 13px;
}
.timeline-details p {
  padding-top: 10px;
  margin-bottom: 0;
}
.post-timelines {
  cursor: pointer;
}
.timeline-details .chat-header, .post-timelines .chat-header {
  font-size: 16px;
  font-weight: 500;
}
.social-client-description {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.social-client-description p {
  margin-top: 5px;
  margin-bottom: 0;
}
.social-client-description span {
  font-size: 12px;
  margin-left: 10px;
}
.social-client-description .chat-header {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.social-tabs a {
  font-size: 18px;
}
.timeline-btn a {
  margin-bottom: 20px;
}
.profile-hvr i {
  cursor: pointer;
}
/*====== FB-wall css End ======*/
/**  =====================
      Full-calender css start
==========================  **/
.fc-left {
  margin-bottom: 10px;
}
#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}
#external-events .fc-event {
  background: #fff;
  color: #000;
  cursor: move;
  padding: 5px 18px;
  margin-bottom: 5px;
}
#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}
#external-events p input {
  margin: 0;
  vertical-align: middle;
}
.fc th,
.fc td {
  line-height: 2.5;
}
.fc-state-default {
  background-color: #fff;
  color: #272727;
}
tr:first-child > td > .fc-day-grid-event {
  color: #000;
  padding-left: 10px;
  background: #f3f3f3;
}
.fc-nonbusiness {
  background-color: #fff;
}
.fc-state-active {
  background-color: #aaa;
  color: #fff;
}
.fc-toolbar {
  margin-bottom: 8px;
}
.fc-toolbar .fc-center {
  display: block;
}
.fc-center h2 {
  font-weight: 300;
  font-size: 25px;
  margin-top: 10px;
}
.fc button {
  height: auto;
  padding: 10px;
}
.fc-toolbar .fc-left {
  float: right;
}
.fc-button-group {
  margin-right: 10px;
}
.fc .fc-toolbar > * > * {
  margin-left: 0;
}
.fc-event,
.fc-event-dot {
  background-color: transparent;
}
.fc-day-grid-event:hover {
  color: #000 !important;
  opacity: 0.8;
}
.fc-time-grid-event .fc-content {
  color: #fff;
}
.fc-bgevent {
  /* default look for background events */
  background: #d8d6d6 !important;
}
.fc-state-default {
  background-image: none !important;
  border-color: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.fc-state-down,
.fc-state-active {
  background-color: none !important;
  background-image: none !important;
  box-shadow: none !important;
}
.fc th {
  background: #aaa;
  color: #fff;
  border-color: #aaa;
}
.fc-event-container a {
  padding: 5px;
}
.fc-event {
  line-height: 1.3;
  border-radius: 2px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-left: 0;
}
.clndr {
  width: 100%;
}
.clndr {
  background-color: #F3F3F3;
  box-shadow: 0 4 px 0 #272727;
}
.clndr .clndr-controls {
  padding: 14px;
  background-color: #303549;
  color: #fff;
  text-align: center;
}
.clndr.clndr-controls.clndr-previous-button {
  float: left;
  text-align: left;
}
.clndr.clndr-controls.clndr-next-button {
  float: right;
  text-align: right;
}
.clndr.clndr-controls.clndr-next-button,
.clndr.clndr-controls.clndr-previous-button {
  width: 30px;
  cursor: pointer;
}
.clndr.clndr-controls.clndr-next-button:hover,
.clndr.clndr-controls.clndr-previous-button:hover {
  opacity: 0.5;
}
.clndr.clndr-grid {
  float: left;
  width: 65%;
  background-color: #FFF;
}
.clndr.clndr-grid.days-of-the-week {
  width: 100%;
  background-color: #F6BB42;
}
.clndr.clndr-grid.days-of-the-week.header-day {
  float: left;
  width: 14.2857%;
  padding: 14px;
  text-align: center;
  color: #fff;
}
.clndr.clndr-grid.days {
  width: 100%;
}
.clndr.clndr-grid.days.day,
.clndr.clndr-grid.days.empty {
  float: left;
  width: 14.2857%;
  padding: 12px 0;
  text-align: center;
  color: #4f4f4f;
}
.clndr .clndr-grid .days .day.event .day-number,
.clndr .clndr-grid .days .empty.event .day-number {
  border: 1px solid #ff5252;
  border-radius: 50%;
  padding: 6px 9px;
}
.clndr.clndr-grid.days.day.adjacent-month.day-number,
.clndr.clndr-grid.days.day.inactive.day-number,
.clndr.clndr-grid.days.empty.adjacent-month.day-number {
  opacity: 0.3;
  cursor: pointer;
}
.clndr.clndr-grid.days.day.selected {
  background-color: #ff5252;
  color: #fff;
}
.clndr.clndr-grid.days.today {
  color: #fff;
  background-image: none;
}
.clndr.event-listing {
  background-color: #aaa;
  float: left;
  width: 35%;
}
.clndr.event-listing.event-listing-title {
  padding: 15.5px;
  font-size: 0.88rem;
  background-color: #ffba57;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.clndr.event-listing.event-item {
  padding: 6px 14px;
  color: #4f4f4f;
}
.clndr .event-listing .event-item-location {
  font-weight: 400;
}
.fc-event {
  border-color: #aaa;
}
.clndr .clndr-grid .days .day.event .day-number, .clndr .clndr-grid .days .empty.event .day-number {
  color: #aaa;
  border: none;
  padding: 0;
}
/**====== Full-calender css end ======**/
/**  =====================
      Job-pages css start
==========================  **/
.job-right-header .card-header .card-header-right {
  top: 7px;
  right: 15px;
}
.job-right-header .radio-inline {
  display: block;
}
.job-right-header .checkbox-fade {
  display: block;
}
.job-right-header .checkbox-fade label {
  position: absolute;
  z-index: 99;
}
.job-right-header .checkbox-fade div {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.job-right-header a {
  color: #aaa;
  font-weight: 500;
}
.job-details-list {
  padding-left: inherit;
  list-style-type: square;
  margin-bottom: 40px;
}
.job-details-list li {
  margin-bottom: 10px;
}
.company-name p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.job-cards .media {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.job-cards:last-child .media {
  border-bottom: none;
  padding-bottom: 0;
}
.job-cards img {
  width: 60px;
}
.job-cards .media-right {
  position: absolute;
  top: 20px;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .job-cards .media-left {
    padding-right: 0;
  }
}
.job-badge {
  position: absolute;
  top: 35px;
  right: -15px;
}
.job-badge:after {
  content: "";
  border: 7px solid transparent;
  border-top-color: #848484;
  position: absolute;
  transform: rotate(45deg);
  top: -7px;
  right: 8px;
  z-index: 1;
}
.job-badge .label {
  width: 50px;
  text-align: center;
  padding: 7px;
  border-radius: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .job-badge {
    display: none;
  }
}
.job-lable {
  margin-bottom: 20px;
}
.job-lable .label {
  margin: 5px 10px 5px 0;
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 5px 10px 5px 12px;
}
.job-card-desc {
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
}
.job-meta-data {
  text-transform: capitalize;
  font-size: 12px;
  margin-bottom: 10px;
}
.job-meta-data i {
  margin-right: 5px;
  color: #aaa;
}
/**====== Job-pages css end ======**/
/**  =====================
      Mail-pages css start
==========================  **/
.card-block.email-card {
  padding: 10px 25px;
}
.email-card .user-head {
  background-color: #aaa;
  padding: 10px;
  min-height: 81px;
  display: flex;
  align-items: center;
}
.email-card .user-head .user-name {
  margin-left: 10px;
  margin-bottom: 10px;
}
.email-card .user-head .user-name span {
  display: block;
  color: #000;
}
.email-card label {
  margin-bottom: 0;
}
.email-card .user-body {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fff;
}
.email-card .user-body .page-list {
  border-bottom: 0px solid transparent;
}
.email-card .user-body .page-list li {
  text-transform: capitalize;
  border-bottom: 1px solid #e9ecef;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
.email-card .user-body .page-list li.mail-section {
  display: block;
  margin-bottom: 0;
}
.email-card .user-body .page-list li.mail-section a {
  padding: 15px 20px;
  border-radius: 0px !important;
  color: #37474f;
  border: 0px solid transparent;
}
.email-card .user-body .page-list li.mail-section a.active, .email-card .user-body .page-list li.mail-section a:hover {
  color: #aaa;
  background-color: #f7f7f7;
}
.email-card .user-body .page-list li i {
  margin-right: 10px;
}
.email-card .user-body .page-list li:last-child {
  border-bottom: 0px solid transparent;
}
.email-card .user-body .label-list a {
  padding: 10px 20px;
  display: block;
  color: #6a6a6a;
  position: relative;
  padding-left: 25px;
}
.email-card .user-body .label-list a:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  left: 0;
  top: 16px;
}
.email-card .user-body .label-list a.mail-work:before {
  background-color: #aaa;
}
.email-card .user-body .label-list a.mail-design:before {
  background-color: #00bcd4;
}
.email-card .user-body .label-list a.mail-family:before {
  background-color: #9ccc65;
}
.email-card .user-body .label-list a.mail-friends:before {
  background-color: #ffba57;
}
.email-card .user-body .label-list a.mail-office:before {
  background-color: #ff5252;
}
.email-card .mail-box-head {
  background-color: #aaa;
  min-height: 80px;
  padding: 20px 0 0;
}
.email-card .mail-box-head .input-group {
  margin-bottom: 0;
}
.email-card .mail-box-head .form-control, .email-card .mail-box-head .float-label, .email-card .mail-box-head .material-addone {
  color: #fff;
}
.email-card .mail-body {
  padding: 20px 0;
}
.email-card .mail-body .mail-body-header {
  margin-bottom: 20px;
}
.email-card .mail-body .mail-body-header .btn, .email-card .mail-body .mail-body-header .btn-group {
  margin: 2px;
}
.email-card .mail-body-content .check-star {
  display: flex;
  align-items: center;
}
.email-card .mail-body-content .check-star .icofont-star {
  margin-top: -8px;
}
.email-card .mail-body-content tr {
  transition: all ease-in 0.3s;
}
.email-card .mail-body-content tr:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
.email-card .mail-body-content .unread a {
  color: #222;
  font-weight: 500;
}
.email-card .mail-body-content .read a {
  color: #222;
  font-weight: 400;
}
.email-read .photo-table {
  padding-right: 10px;
}
.email-read .user-name {
  margin-bottom: 10px;
}
.mail-body-content.email-read .card {
  box-shadow: none;
  margin-bottom: 0;
}
.user-name {
  margin-bottom: 20px;
}
.email-card .user-mail h6 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #292b2c;
}
.email-content {
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.mail-img {
  margin-top: 20px;
}
.email-welcome-txt {
  font-weight: 500;
}
/**====== Mail-pages css end ======**/
.set-map {
  height: 400px;
  width: 100% !important;
}
#mapGeo {
  height: 345px;
}
#address-search .input-group {
  margin-bottom: 0;
}
/**  =====================
      Note css start
==========================  **/
.note-card {
  padding-top: 0;
  padding-bottom: 0;
}
.note-card .note-box-aside {
  border-right: 1px solid #ddd;
}
.note-card .note-box-aside .row {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.note-card .Note-header {
  padding: 20px 0;
}
.note-card .note-write {
  position: relative;
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #f7f7f7 5%) 0 0;
  background-size: 100% 35px;
}
.note-card .note-write:before {
  content: "";
  position: absolute;
  width: 0px;
  top: 0;
  left: 32px;
  bottom: 0;
  border-left: 1px solid #aaa;
}
.note-card .note-write:after {
  content: "";
  position: absolute;
  width: 0px;
  top: 0;
  left: 34px;
  bottom: 0;
  border-left: 1px solid #aaa;
}
.note-card #Note-pad {
  border: none;
  resize: none;
  background: transparent;
  padding: 0px 20px 0 50px;
  line-height: 35px;
}
.note-card .Note-created__on {
  display: block;
}
/**====== Note css end ======**/
/**  =====================
      Prism css start
==========================  **/
pre[class*=language-] {
  background-color: #fff;
  border: 1px solid #ddd;
}
pre[class*=language-] code {
  background-color: #fff !important;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
/**====== Prism css end ======**/
/**  =====================
      Pre-loader css start
==========================  **/
/*===== Loader1 =====*/
.loader {
  margin: 18px auto;
  top: 65px;
  left: 65px;
  right: 0;
  width: 100px;
  height: 100px;
  position: relative;
  transform: translate(-50%, -50%);
}
.loader.animation-start .circle {
  -webkit-animation: rotating 2s ease-in-out infinite;
          animation: rotating 2s ease-in-out infinite;
}
.loader.animation-stop .circle {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.loader .circle {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 0;
          animation-iteration-count: 0;
}
.loader .circle:after {
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #1abc9c;
}
.loader .circle.delay-1 {
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.loader .circle.size-1:after {
  width: 11px;
  height: 11px;
}
.loader .circle.delay-2 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.loader .circle.size-2:after {
  width: 12px;
  height: 12px;
}
.loader .circle.delay-3 {
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.loader .circle.size-3:after {
  width: 13px;
  height: 13px;
}
.loader .circle.delay-4 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader .circle.size-4:after {
  width: 14px;
  height: 14px;
}
.loader .circle.delay-5 {
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s;
}
.loader .circle.size-5:after {
  width: 15px;
  height: 15px;
}
.loader .circle.delay-6 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.loader .circle.size-6:after {
  width: 16px;
  height: 16px;
}
.loader .circle.delay-7 {
  -webkit-animation-delay: 0.875s;
          animation-delay: 0.875s;
}
.loader .circle.size-7:after {
  width: 17px;
  height: 17px;
}
.loader .circle.delay-8 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loader .circle.size-8:after {
  width: 18px;
  height: 18px;
}
.loader .circle.delay-9 {
  -webkit-animation-delay: 1.125s;
          animation-delay: 1.125s;
}
.loader .circle.size-9:after {
  width: 19px;
  height: 19px;
}
.loader .circle.delay-10 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.loader .circle.size-10:after {
  width: 20px;
  height: 20px;
}
.loader .circle.delay-11 {
  -webkit-animation-delay: 1.375s;
          animation-delay: 1.375s;
}
.loader .circle.size-11:after {
  width: 21px;
  height: 21px;
}
.loader .circle.delay-12 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.loader .circle.size-12:after {
  width: 22px;
  height: 22px;
}
@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*===== Loader2 =====*/
#loader2 {
  width: 80px;
  height: 130px;
  display: block;
  transform-origin: 50% 50%;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 0 auto;
}
#circle-loader2 {
  fill: none;
  stroke: #aaa;
  stroke-width: 4;
  -webkit-animation: draw 3s ease-in-out infinite;
          animation: draw 3s ease-in-out infinite;
}
@-webkit-keyframes draw {
  0% {
    stroke-dasharray: 20, 282.6;
  }
  50% {
    stroke-dasharray: 200, 282.6;
  }
  100% {
    stroke-dasharray: 20, 282.6;
  }
}
@keyframes draw {
  0% {
    stroke-dasharray: 20, 282.6;
  }
  50% {
    stroke-dasharray: 200, 282.6;
  }
  100% {
    stroke-dasharray: 20, 282.6;
  }
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*==== Loader3 ====*/
.preloader3 {
  width: auto;
  height: 130px;
  text-align: center;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader3 > div {
  margin: 2px;
  background-color: #aaa;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}
.preloader3 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.preloader3 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.preloader3 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.preloader3 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.preloader3 .loader-md {
  height: 13px;
  width: 13px;
}
.preloader3 .loader-lg {
  height: 18px;
  width: 18px;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}
@-webkit-keyframes rotateColor {
  0% {
    border-top-color: #1b8bf9;
  }
  12.5% {
    border-bottom-color: rgba(27, 139, 249, 0.8);
  }
  25% {
    border-bottom-color: rgba(27, 139, 249, 0.6);
  }
  37.5% {
    border-bottom-color: rgba(27, 139, 249, 0.4);
  }
  50% {
    border-bottom-color: rgba(27, 139, 249, 0.6);
  }
  50.00001% {
    border-bottom-color: #1b8bf9;
  }
  62.5% {
    border-bottom-color: rgba(27, 139, 249, 0.8);
  }
  75% {
    border-bottom-color: rgba(27, 139, 249, 0.6);
  }
  87.5% {
    border-bottom-color: rgba(27, 139, 249, 0.4);
  }
}
@keyframes rotateColor {
  0% {
    border-top-color: #1b8bf9;
  }
  12.5% {
    border-bottom-color: rgba(27, 139, 249, 0.8);
  }
  25% {
    border-bottom-color: rgba(27, 139, 249, 0.6);
  }
  37.5% {
    border-bottom-color: rgba(27, 139, 249, 0.4);
  }
  50% {
    border-bottom-color: rgba(27, 139, 249, 0.6);
  }
  50.00001% {
    border-bottom-color: #1b8bf9;
  }
  62.5% {
    border-bottom-color: rgba(27, 139, 249, 0.8);
  }
  75% {
    border-bottom-color: rgba(27, 139, 249, 0.6);
  }
  87.5% {
    border-bottom-color: rgba(27, 139, 249, 0.4);
  }
}
/*===== Loader4 =====*/
.preloader4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 55px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #aaa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*===== Loader5 =====*/
.preloader5 {
  margin: 55px 0;
  text-align: center;
}
.preloader5 .circle-5 {
  display: inline-block;
  padding: 11px;
  margin: 0 0.6em;
  background: #aaa;
  border-radius: 100%;
}
.preloader5 .l {
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
}
.preloader5 .m {
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.preloader5 .r {
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes pulse {
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.7);
  }
  50% {
    transform: scale(1.7);
  }
  70% {
    transform: scale(1.7);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.7);
  }
  50% {
    transform: scale(1.7);
  }
  70% {
    transform: scale(1.7);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/*===== Loader6 =====*/
.preloader6 {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: inherit;
  margin: 18px 0;
}
.preloader6 hr {
  border: 0;
  background: inherit;
  width: 80%;
  height: 80%;
  margin: 10%;
  border-radius: 100%;
}
.preloader6::before,
.preloader6::after,
.preloader6 hr::before,
.preloader6 hr::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 33px;
  border: 17px solid transparent;
  border-bottom: 50px solid #aaa;
  border-top: 50px solid #aaa;
  -webkit-animation: rotateColor 1000ms infinite;
          animation: rotateColor 1000ms infinite;
}
.preloader6::after {
  transform: rotate(45deg);
  -webkit-animation-delay: 125ms;
          animation-delay: 125ms;
}
.preloader6 hr::before {
  transform: rotate(90deg);
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.preloader6 hr::after {
  transform: rotate(135deg);
  -webkit-animation-delay: 375ms;
          animation-delay: 375ms;
}
.loader-block,
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotateColor {
  0% {
    border-top-color: #1abc9c;
  }
  12.5% {
    border-bottom-color: rgba(26, 188, 156, 0.8);
  }
  25% {
    border-bottom-color: rgba(26, 188, 156, 0.6);
  }
  37.5% {
    border-bottom-color: rgba(26, 188, 156, 0.4);
  }
  50% {
    border-bottom-color: rgba(26, 188, 156, 0.6);
  }
  50.00001% {
    border-bottom-color: #1abc9c;
  }
  62.5% {
    border-bottom-color: rgba(26, 188, 156, 0.8);
  }
  75% {
    border-bottom-color: rgba(26, 188, 156, 0.6);
  }
  87.5% {
    border-bottom-color: rgba(26, 188, 156, 0.4);
  }
}
/*========= Pre-loader css end ============*/
/*======= Loader-color css starts  ======= */
.loader-primary {
  background-color: #aaa !important;
}
.loader-warning {
  background-color: #ffba57 !important;
}
.loader-default {
  background-color: #d6d6d6 !important;
}
.loader-danger {
  background-color: #ff5252 !important;
}
.loader-success {
  background-color: #9ccc65 !important;
}
.loader-inverse {
  background-color: #37474f !important;
}
.loader-info {
  background-color: #00bcd4 !important;
}
/*======= Loader-color css ends  ======= */
/*range slider start */
.range-slider {
  min-height: 200px;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.range-slider b {
  margin-top: -10px;
}
#RGB {
  height: 10px;
  background: gray;
}
#RC .slider-selection {
  background: #FF8282;
}
#RC .slider-handle {
  background: red;
}
#GC .slider-selection {
  background: #428041;
}
#GC .slider-handle {
  background: green;
}
#BC .slider-selection {
  background: #8283FF;
}
#BC .slider-handle {
  border-bottom-color: blue;
}
#R,
#G,
#B {
  width: 300px;
}
.range-slider-contain {
  position: absolute;
  bottom: 15px;
}
.slider-handle {
  top: -5px;
  background-image: linear-gradient(to bottom, #aaa 0%, #aaa 100%);
  box-shadow: none;
}
.slider-tick,
.slider-track {
  background-image: linear-gradient(to bottom, #BDC3C7 0%, #BDC3C7 100%);
}
.slider-handle.custom::before {
  line-height: 15px;
  font-size: 35px;
  color: #aaa;
}
#slider12a .slider-track-high,
#slider12c .slider-track-high {
  background: green;
}
#slider12b .slider-track-low,
#slider12c .slider-track-low {
  background: red;
}
#slider12c .slider-selection {
  background: yellow;
}
.slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #c4c4c4 0%, #c4c4c4 100%);
}
.slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #c4c4c4 0%, #c4c4c4 100%);
}
.slider.slider-horizontal .slider-track {
  height: 2px;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  top: -5px;
  cursor: pointer;
}
/*range slider end */
.slider.slider-horizontal .slider-track {
  width: 90%;
  margin-top: -5px;
  top: 50%;
  left: 10px;
}
/**  =====================
      Rating css start
==========================  **/
.br-wrapper {
  margin: 20px 0 50px;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  clear: both;
  padding: 0;
  font-size: 13px;
  color: #757575;
  font-weight: 400;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
  clear: both;
  padding: 0;
  line-height: 2;
  font-size: 13px;
}
.br-theme-bars-movie .br-widget .br-current-rating {
  color: #757575;
  font-weight: 400;
  text-align: left;
}
.br-theme-bars-horizontal .br-widget .br-current-rating,
.br-theme-bars-reversed .br-widget .br-current-rating {
  color: #757575;
  font-weight: 400;
  font-size: 13px;
}
span.value {
  display: inline;
}
.current-rating {
  position: relative;
  top: -50px;
}
.current-rating.hidden {
  display: none;
}
.your-rating {
  position: relative;
  top: -50px;
}
.your-rating.hidden {
  display: none;
}
.br-theme-bars-1to10 .br-widget a,
.br-theme-bars-movie .br-widget a,
.br-theme-bars-reversed .br-widget a,
.br-theme-bars-horizontal .br-widget a {
  background-color: #bebebe;
}
.br-theme-bars-1to10 .br-widget a.br-active, .br-theme-bars-1to10 .br-widget a.br-selected,
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected,
.br-theme-bars-reversed .br-widget a.br-active,
.br-theme-bars-reversed .br-widget a.br-selected,
.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: #aaa;
}
.br-theme-bars-pill .br-widget a {
  background-color: #bebebe;
  color: #aaa;
}
.br-theme-bars-pill .br-widget a.br-active, .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #aaa;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #aaa;
}
.br-theme-css-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #aaa;
}
.br-theme-bars-square .br-widget a {
  border: 2px solid #bebebe;
  color: #bebebe;
}
.br-theme-bars-square .br-widget a.br-active, .br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #aaa;
  color: #aaa;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.br-theme-fontawesome-stars-o .br-widget a:after,
.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  color: #aaa;
}
/**====== Rating css end ======**/
/**  =====================
      Todo css start
==========================  **/
#task-container ul {
  overflow: hidden;
}
#task-container .task-headline {
  display: none;
  color: #666666;
  border-bottom: 1px solid #C8C7BB;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.6em;
  position: relative;
}
#task-container .task-headline:before {
  height: 1px;
  width: 100%;
  background: #FFF;
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
}
#task-container .nothing-message {
  height: 160px;
  color: #666;
  background-size: 15%;
}
#task-container li {
  float: left;
  width: 49%;
  overflow: auto;
  height: auto;
  min-height: 10px;
  background: #FFF;
  display: inline-block;
  padding: 20px;
  border: 1px solid #CCC;
  color: #666;
  border-top: 9px solid #aaa;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 2%;
  transition: all 0.3s;
  position: relative;
}
#task-container li:nth-child(even) {
  margin-right: 0;
}
#task-container li:hover {
  opacity: 1;
  border-top: 9px solid #d6d6d6;
}
#task-container li.complete {
  opacity: 1;
  border-top: 9px solid #ff5252;
  transition: all ease-in 0.3s;
}
#task-container li.complete:before {
  background: url('complete.png') no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  content: "";
  width: 55px;
  height: 55px;
  background-size: 100%;
}
#task-container li.complete:hover {
  border-top: 9px solid #d6d6d6;
  opacity: 1;
}
#task-container li.complete p {
  text-decoration: line-through;
}
#task-container p {
  line-height: 1.6em;
  text-align: left;
}
.add-line.complete {
  text-decoration: line-through;
}
.task-panel .to-do-label {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.task-panel .to-do-label:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.to-do-list {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.to-do-list i {
  color: #ccc;
  font-size: 17px;
  opacity: 0;
}
.to-do-list:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.to-do-list:hover i {
  opacity: 1;
  transition: opacity ease-in 0.3s;
}
.to-do-list p {
  display: inline-block;
}
.to-do-label .checkbox-fade {
  display: block;
}
.to-do-label .checkbox-fade .delete_todo {
  float: right;
  font-size: 24px;
  color: #ccc;
}
.to-do-label .check-task {
  display: block;
}
.to-do-label i {
  cursor: pointer;
}
.done-task span,
.done-task .captions {
  color: #919aa3;
  text-decoration: line-through;
}
/**====== Todo css end ======**/
/**  =====================
      Notification css start
==========================  **/
.location-selector {
  width: 100%;
  height: 250px;
  background-color: #fff;
  border: 2px dashed #e5e9ec;
  position: relative;
  margin-bottom: 20px;
}
.location-selector .bit {
  background-color: #e5e9ec;
  cursor: pointer;
  position: absolute;
}
.location-selector .bit:hover {
  background-color: #ddd;
}
.location-selector .bit.bottom, .location-selector .bit.top {
  height: 25%;
  width: 40%;
  margin: 0 30%;
}
.location-selector .bit.top {
  top: 0;
}
.location-selector .bit.bottom {
  bottom: 0;
}
.location-selector .bit.left, .location-selector .bit.right {
  height: 20%;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
}
.location-selector .bit.right {
  right: 0;
}
.location-selector .bit.left {
  left: 0;
}
button.close {
  margin-top: 7px;
  margin-bottom: 0;
}
/**====== Notification css end ======**/
/**  =====================
      Tooltip css start
==========================  **/
.mytooltip {
  display: inline;
  position: relative;
  z-index: 999;
}
.mytooltip .tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
}
.mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.mytooltip .tooltip-content::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #2a3035 transparent transparent;
  border-width: 10px;
  margin-left: -10px;
}
.mytooltip .tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em;
}
.mytooltip .tooltip-item::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}
.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}
.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}
.mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px;
}
.mytooltip:hover .tooltip-content2 i {
  opacity: 1;
  font-size: 18px;
}
.mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-content2 i {
  opacity: 1;
  font-size: 18px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-item2 {
  color: #fff;
  transform: translate3d(0, -0.9em, 0);
}
.mytooltip:hover .tooltip-text3 {
  transition-delay: 0s;
  transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-content3 {
  opacity: 1;
  pointer-events: auto;
  transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-content4 {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.mytooltip:hover .tooltip-text2 {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.mytooltip:hover .tooltip-inner2 {
  transition-delay: 0.3s;
  transform: translate3d(0, 0, 0);
}
.mytooltip:hover .tooltip-content5 {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.mytooltip .tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #fff;
}
.mytooltip .tooltip-item2 {
  color: #aaa;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.tooltip.tooltip-effect-2:hover .tooltip-content {
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}
.tooltip-effect-1 .tooltip-content {
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.3s, transform 0.3s;
  color: #fff;
}
.tooltip-effect-2 .tooltip-content {
  transform-origin: 50% calc(110%);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transition: opacity 0.2s, transform 0.2s;
}
.tooltip-effect-3 .tooltip-content {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-4 .tooltip-content {
  transform-origin: 50% 100%;
  transform: scale3d(0.7, 0.3, 1);
  transition: opacity 0.2s, transform 0.2s;
}
.tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  transform-origin: 50% calc(106%);
  transform: rotate3d(0, 0, 1, 15deg);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}
.tooltip-effect-6 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-6 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-7 .tooltip-content2 {
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-7 .tooltip-content2 i {
  transform: translate3d(0, 15px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-8 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-8 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-9 .tooltip-content2 {
  transform: translate3d(0, -20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-9 .tooltip-content2 i {
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-6:hover .tooltip-content2 i {
  transform: rotate3d(1, 1, 1, 0deg);
}
.tooltip-content2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  left: 50%;
  margin-left: -40px;
  bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background: #aaa;
  color: #fff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
}
.tooltip-content2 i {
  opacity: 0;
}
.tooltip-content2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -7px 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url('tooltip1.svg') center center no-repeat;
  background-size: 100%;
}
.tooltip-content3 {
  position: absolute;
  background: url('shape1.svg') center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 9999;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: default;
  font-size: 14px;
  line-height: 27px;
  pointer-events: none;
  transform: scale3d(0.1, 0.2, 1);
  transform-origin: 50% 120%;
  transition: opacity 0.4s, transform 0.4s;
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}
.tooltip-content3::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  background: #00AEEF;
  transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}
.tooltip-content4 {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background: #aaa;
  opacity: 0;
  font-size: 14px;
  line-height: 27px;
  padding: 1.5em;
  color: #fff;
  border-bottom: 55px solid #777777;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
  transform: translate3d(0, -0.5em, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-content4 a {
  color: #2b2b2b;
}
.tooltip-content4 .tooltip-text2 {
  opacity: 0;
  transform: translate3d(0, 1.5em, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-content5 {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: 0 0;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;
  transition: opacity 0.3s 0.3s;
}
.tooltip-content5 span {
  display: block;
}
.tooltip-content5::after {
  content: "";
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #aaa transparent transparent;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip-content5 .tooltip-text3 {
  border-bottom: 10px solid #aaa;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s 0.3s;
}
.tooltip-content5 .tooltip-inner2 {
  background: #2b2b2b;
  padding: 40px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s;
}
a.mytooltip {
  font-weight: 700;
  color: #aaa;
  z-index: 9;
}
.tooltip-link a {
  margin-left: 10px;
  color: #aaa;
}
.tooltip-icon button i {
  margin-right: 0;
}
/**====== Tooltip css end ======**/
/**  =====================
      Slider css start
==========================  **/
/*========= Owl-carousel css start ============*/
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #aaa;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #aaa;
}
/*========= Owl-carousel css end ============*/
/**  =====================
      Animation css start
==========================  **/
.animation-image img {
  margin: 10px auto 20px;
  cursor: pointer;
}
/**====== Animation css end ======**/
/**  =====================
      Tree-view css start
==========================  **/
.card-block.tree-view ul {
  display: inherit;
}
.card-block.tree-view ul li {
  display: inherit;
  float: none;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url('throbber.gif') center center no-repeat;
}
/**====== Tree-view css end ======**/
/**  =====================
      File Upload css start
==========================  **/
.jFiler-theme-default .jFiler-input-button {
  background-color: #aaa;
  background-image: none;
  color: #fff;
}
.jFiler-theme-default .jFiler-input {
  width: 100%;
}
.jFiler-input-dragDrop {
  width: 100%;
  background-color: #fafafa;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 6px 10px;
  z-index: 9;
  opacity: 0;
  transition: all 0.12s;
}
.jFiler-input-choose-btn {
  border: 1px solid #aaa;
  padding: 10px 25px;
  background: #aaa;
  color: #fff !important;
}
.jFiler-input-choose-btn:hover {
  background: #fff;
  border: 1px solid #aaa;
  color: #fff !important;
}
.card .jFiler-item-assets ul li {
  margin-right: 0;
}
/**====== File Upload css end ======**/
/**  =====================
      Cropper css start
==========================  **/
.img-container,
.img-preview {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center;
}
.img-container {
  min-height: 200px;
  max-height: 516px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img-container {
    min-height: 516px;
  }
}
.img-container > img {
  max-width: 100%;
}
.docs-preview {
  margin-right: -15px;
}
.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.img-preview > img {
  max-width: 100%;
}
.preview-lg {
  width: 100% !important;
}
.preview-md {
  width: 139px;
  height: 78px;
}
.preview-sm {
  width: 69px;
  height: 39px;
}
.preview-xs {
  width: 35px;
  height: 20px;
  margin-right: 0;
}
.docs-data > .input-group {
  margin-bottom: 10px;
}
.docs-data > .input-group > label {
  min-width: 80px;
}
.docs-data > .input-group > span {
  min-width: 50px;
}
.docs-buttons > .btn,
.docs-buttons > .form-control,
.docs-buttons > .btn-group {
  margin-right: 5px;
}
.docs-toggles > .btn,
.docs-toggles > .dropdown,
.docs-toggles > .btn-group {
  margin-bottom: 10px;
}
.docs-tooltip {
  display: block;
  margin: -6px -12px;
  padding: 6px 12px;
}
.docs-tooltip > .icon {
  margin: 0 -3px;
  vertical-align: top;
}
.tooltip-inner {
  white-space: normal;
}
.btn-upload .tooltip-inner {
  white-space: nowrap;
}
@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -15px !important;
  }
  .btn-group-crop > .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn-group-crop .docs-tooltip {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.docs-options .dropdown-menu {
  width: 100%;
}
.docs-options .dropdown-menu > li {
  padding: 3px 20px;
  font-size: 14px;
}
.docs-options .dropdown-menu > li:hover {
  background-color: #f7f7f7;
}
.docs-options .dropdown-menu > li > label {
  display: block;
}
.docs-cropped .modal-body {
  text-align: center;
}
.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%;
}
.card-block .docs-options .dropdown-menu {
  top: inherit;
}
label.btn-upload {
  height: 40px;
}
.product-edit .md-tabs .nav-item a {
  padding: 0 0 10px !important;
  color: #37474f;
}
.product-edit .md-tabs .nav-item a .f-20 {
  display: inline-block;
  margin-right: 10px;
}
.h-active a {
  color: #1b8bf9 !important;
  font-weight: 500;
}
/**  =====================
      User-Profile css start
==========================  **/
.rounded-card img,
.user-img img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.user-img img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.user-about ul li {
  border-top: 1px solid rgba(204, 204, 204, 0.28);
  padding: 10px 0 10px 10px;
  text-align: left;
}
.user-about ul li a {
  font-size: 16px;
  color: #666;
}
.user-about ul li.active a {
  color: #fff;
}
.user-about ul li.active {
  font-weight: 500;
  background: #1b8bf9;
}
.card-title,
h5 {
  margin: 0;
}
.card-header.followers a {
  font-weight: 500;
  color: rgba(51, 51, 51, 0.85);
}
.user-profile {
  padding: 20px 0;
}
.follow-btn button:first-child,
.user-about i {
  margin-right: 10px;
}
.btn-inline i {
  color: #fff;
}
.btn-inline .fb-btn {
  background-color: #3b5998;
}
.btn-inline .twitter-btn {
  background-color: #55acee;
}
.btn-inline .pinterest-btn {
  background-color: #cb2027;
}
.btn-inline .linkedin-btn {
  background-color: #007bb5;
}
.btn-inline .dribbble-btn {
  background-color: #ea4c89;
}
.user-post {
  font-style: italic;
}
.connection-list img,
.contact-user h4,
.contact-user img,
.earn-heading,
.list-inline,
.list-inline li,
.service-header {
  display: inline-block;
}
.connection-list img {
  width: 55px;
  height: 55px;
  margin: 5px;
}
.border-post {
  border: 1px solid #ccc;
}
.earn-sub-header {
  font-size: 15px;
  color: #ccc;
}
.btn-inline {
  margin-top: 20px;
}
.order-summary .progress {
  margin-bottom: 32px;
}
.services .service-btn::after {
  top: 20px;
  right: 15px;
}
.services-list {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  top: 46px;
}
.contact-menu i,
.fa-cog,
.services-list i {
  margin-right: 10px;
}
.media-heading {
  cursor: pointer;
}
h6.media-heading {
  font-weight: 500;
}
.contact-details table .fa-star,
.contact-details table .fa-star-o,
.review-star i {
  color: #aaa;
}
.review-star i:last-child {
  color: #ccc;
}
.card-block.user-info {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 1.25rem;
}
.profile-bg-img {
  width: 100%;
}
.user-title {
  position: relative;
  bottom: 20px;
}
.user-title h2 {
  color: #fff;
  text-shadow: 1px 1px 4px #373a3c;
  font-size: 20px;
}
.profile-image img {
  border: 4px solid #fff;
}
.user-info .media-body,
.user-info .media-left {
  display: table-cell;
  vertical-align: middle;
}
.cover-btn {
  bottom: 38px;
  right: 35px;
  position: absolute;
}
.cover-profile .profile-bg-img {
  margin-bottom: 25px;
}
.groups-contact span {
  float: right;
}
.groups-contact span h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-menu {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  top: 15%;
  right: 10%;
}
.contact-menu .dropdown-item {
  padding: 8px 20px;
}
.tab-header {
  margin-bottom: 20px;
}
/*====== User-Profile End ======*/
/**  =====================
      User-card css start
==========================  **/
.card-header-img ~ .btn-group i {
  margin-right: 0;
}
.card.business-info {
  border-top: none;
  border-left-width: 2px !important;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
  transition: all 150ms linear;
}
.card.business-info:hover {
  box-shadow: 0 0 25px -5px #9e9c9e;
}
.top-cap-text p {
  padding: 10px 0;
  margin-bottom: 0;
}
.user-content {
  text-align: center;
  margin-top: 20px;
}
.user-content h4 {
  font-size: 16px;
  font-weight: 500;
}
.user-content h5 {
  font-size: 14px;
}
.img-overlay {
  bottom: 0;
  color: #fff;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(0);
  margin: 0 auto;
}
.img-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.img-overlay span .btn {
  display: inline-block;
}
.img-overlay span .btn i {
  margin-right: 0;
}
.img-hover-main {
  padding: 0 40px;
}
.img-hover {
  position: relative;
  margin: 0 auto;
}
.img-hover:hover .img-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(1);
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.card-header-img img {
  margin: 0 auto;
  display: block;
}
.card-header-img h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.card-header-img h5,
.card-header-img h6 {
  margin-top: 15px;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  text-align: center;
}
.simple-cards .btn-group {
  margin: 20px auto 0;
}
.simple-cards .btn-group button {
  margin: 0;
}
.simple-cards .user-card {
  padding: 20px 0;
  text-align: center;
}
.simple-cards .user-card .label-icon {
  margin-top: 15px;
}
.simple-cards .user-card .label-icon i {
  font-size: 20px;
}
.simple-cards .user-card .label-icon .badge-top-right {
  margin-left: 3px;
  top: -8px;
}
.card-icon {
  display: block;
  margin-bottom: 5px;
}
.btn-outline-primary {
  border-color: #aaa;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 15px;
}
.btn-outline-primary:hover {
  background-color: #aaa;
  border-color: #aaa;
}
.simple-cards p {
  margin: 20px;
  font-size: 15px;
}
.user-profile #edit-btn,
.user-profile #edit-info-btn {
  margin-bottom: 0;
}
.card-block ul.list-contacts,
.card-block.groups-contact ul {
  display: block;
  float: none;
}
.card-block ul.list-contacts li,
.card-block.groups-contact ul li {
  display: block;
  float: none;
}
ul.list-contacts .list-group-item a {
  color: #292b2c;
}
ul.list-contacts .list-group-item.active a {
  color: #fff;
}
.pagination li {
  display: inline-block;
}
.card-block.groups-contact {
  margin-bottom: 0;
}
.card-block .connection-list {
  margin-bottom: 20px;
}
.table button {
  margin-bottom: 0;
}
#crm-contact .img-circle,
img.comment-img {
  width: 40px;
  height: 40px;
}
.page-link {
  color: #aaa;
}
.page-item.active .page-link {
  background-color: #aaa;
  border-color: #aaa;
}
#main {
  margin-bottom: 20px;
}
/*====== User-card End ======*/
/**  =====================
      Offline css start
==========================  **/
.offline-box iframe {
  width: 100%;
  border: 1px solid #ddd;
}
/*==== Offline page css end ====*/
/**  =====================
      Gallery css start
==========================  **/
.gallery-page .card-block {
  margin-bottom: -20px;
}
.thumbnail {
  margin-bottom: 20px;
}
.thumbnail .thumb {
  position: relative;
  display: block;
}
.card.gallery-desc {
  overflow: hidden;
}
.masonry-media {
  overflow: hidden;
}
.masonry-media img {
  transition: all 0.3s ease-in-out;
}
.masonry-media img:hover {
  transform: scale(1.1);
}
.masonry-image .masonry-media {
  margin-bottom: 20px;
}
figure.effect-goliath {
  background: #aaa;
}
/**====== Gallery css end ======**/
/**  =====================
      List-chart css start
==========================  **/
.barchart canvas,
.tristate canvas {
  width: 100% !important;
}
.ct-series-a .ct-line {
  stroke: #1ce3bb;
}
.ct-series-b .ct-line {
  stroke: rgba(255, 157, 136, 0.62);
}
.ct-series-c .ct-line {
  stroke: rgba(79, 84, 103, 0.45);
}
.ct-series-d .ct-line {
  stroke: rgba(129, 142, 219, 0.61);
}
.ct-series-a .ct-point,
.ct-series-b .ct-point,
.ct-series-c .ct-point,
.ct-series-d .ct-point {
  stroke: rgba(52, 54, 70, 0.47);
  stroke-width: 8px;
  stroke-linecap: round;
}
.ct-series-a .ct-slice-donut {
  stroke: #01C0C8;
}
.ct-series-b .ct-slice-donut {
  stroke: #83D6DE;
}
.ct-series-c .ct-slice-donut {
  stroke: #1ABC9C;
}
.ct-series-d .ct-slice-donut {
  stroke: #4F5467;
}
/*===== List-chart Css End ====*/
/**  =====================
      Task-list css start
==========================  **/
.task-list select {
  width: 92%;
}
.task-list select .task-list img {
  margin-right: 5px;
  display: inline-block;
}
.task-list input {
  width: 80%;
}
.task-list-table img {
  width: 40px;
}
.task-list-table img i {
  color: #333;
  margin-right: 5px;
}
.task-page td:last-child {
  position: relative;
}
.task-page a {
  cursor: pointer;
}
.task-page tr td:last-child i {
  margin-right: 10px;
}
/*===== Task-list css end ====*/
/**  =====================
      Task-detiails css start
==========================  **/
.thumb-img {
  position: relative;
  display: block;
}
.thumb-img:hover .caption-hover {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption-hover {
  top: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.15s ease-in-out;
}
.caption-hover > span {
  top: 38%;
  width: 100%;
  position: absolute;
  text-align: center;
}
.media .b-2-primary {
  border: 2px solid #aaa;
}
.thumb-block {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: border 0.2s ease-in-out;
}
.thumb-block a {
  font-size: 12px;
}
.thumb-block .btn i {
  margin-right: 0;
}
.comment-block .btn i {
  margin-right: 0;
}
.dropdown-item {
  color: #666;
  padding: 6px 20px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #aaa;
}
.task-detail-right .counter {
  text-align: center;
  color: #777;
}
.task-details .table.table-xs td,
.task-details .table.table-xs th {
  padding: 1rem 0.3rem;
}
.assign-user .media-left {
  position: relative;
}
.assign-user .media-left img {
  margin-bottom: 0;
}
.photo-table img {
  display: inline-block;
  width: 40px;
  margin-bottom: 5px;
}
.v-middle {
  vertical-align: middle;
}
.revision-block .form-group {
  margin-bottom: 0;
}
.revision-block .btn i {
  margin-right: 0;
}
.task-setting .switchery {
  display: block !important;
  float: right;
}
.task-setting .form-group {
  margin-bottom: 0;
}
.task-attachment i {
  cursor: pointer;
}
/**====== Task-details css end ======**/
/**  =====================
      Task-board css start
==========================  **/
.filter-bar .nav,
.filter-bar .nav-item {
  display: inline-block;
}
.filter-bar > .navbar {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 0.5rem 1rem;
}
.navbar-nav .nav-item {
  float: left;
  line-height: 26px;
}
.nav-item button i {
  margin-right: 0;
}
.filter-bar .navbar-light .navbar-nav .nav-link {
  margin-right: 10px;
}
.card-footer .task-list-table,
.card-footer .task-list-table a img {
  display: inline-block;
}
.task-board {
  margin-top: 10px;
  float: right;
}
.task-board .dropdown {
  display: inline-block;
}
p.task-detail {
  margin-bottom: 5px;
}
p.task-due {
  margin-bottom: 0;
}
.task-right-header-revision,
.task-right-header-status,
.task-right-header-users {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}
.taskboard-right-progress,
.taskboard-right-revision,
.taskboard-right-users {
  margin-top: 10px;
}
.task-right h6 {
  font-size: 12px;
}
.task-right .icofont {
  margin-top: 5px;
  margin-right: 0;
}
.taskboard-right-revision .media .media-body .chat-header {
  font-size: 13px;
}
.media-left i {
  margin-right: 0;
}
.nav-item.nav-grid {
  float: right;
}
.faq-progress .progress {
  position: relative;
  background-color: #eeeded;
  height: 10px;
}
.faq-progress .progress .faq-text1,
.faq-progress .progress .faq-text2,
.faq-progress .progress .faq-text3,
.faq-progress .progress .faq-text4,
.faq-progress .progress .faq-text5 {
  font-weight: 500;
  margin-right: -37px;
}
.faq-progress .progress .faq-bar1,
.faq-progress .progress .faq-bar2,
.faq-progress .progress .faq-bar3,
.faq-progress .progress .faq-bar4,
.faq-progress .progress .faq-bar5 {
  background: #29aecc;
  height: 10px;
  border-radius: 0;
  position: absolute;
  top: 0;
}
.faq-progress .progress .faq-bar1 {
  background-color: #ffba57;
}
.faq-progress .progress .faq-text1 {
  color: #2196F3;
}
.faq-progress .progress .faq-bar2,
.faq-progress .progress .faq-bar5 {
  background-color: #9ccc65;
}
.faq-progress .progress .faq-text2,
.faq-progress .progress .faq-text5 {
  color: #4CAF50;
}
.faq-progress .progress .faq-bar3 {
  background-color: #ff5252;
}
.faq-progress .progress .faq-text3 {
  color: #ff5252;
}
.faq-progress .progress .faq-bar4 {
  background-color: #aaa;
}
.faq-progress .progress .faq-text4 {
  color: #f57c00;
}
.card-faq h4 {
  color: #2196F3;
}
.faq-progress .progress {
  margin-bottom: 10px;
}
/**====== Tsak-board css end ======**/
/**  =====================
      Issue-list css start
==========================  **/
.issue-list-progress {
  border-bottom: 1px solid #ccc;
}
.issue-list-progress .progress {
  position: relative;
  background-color: #eeeded;
  height: 9px;
  width: 100%;
  margin: 20px 0;
  overflow: visible;
}
.issue-progress .progress .issue-text1 {
  font-weight: 500;
  position: absolute;
}
.issue-progress .progress .issue-bar1 {
  background: #aaa;
  height: 10px;
  border-radius: 0;
  position: absolute;
  top: 0;
}
.matrics-issue .sub-title {
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}
.bg-white {
  background-color: #fff !important;
}
.matrics-issue div h6 {
  padding-top: 10px;
  color: #777;
}
.dd-w,
.sp-container {
  z-index: 999 !important;
}
table.matrics-table tr:first-child td {
  border-top: none !important;
}
#issue-list-table > thead > tr > th {
  border-bottom: none;
}
.note-card .notes-list {
  margin-bottom: 20px;
}
/**====== Issue-list css end ======**/
/**  =====================
      Product css start
==========================  **/
.prod-view {
  overflow: hidden;
}
.prod-view .prod-img {
  position: relative;
  overflow: hidden;
}
.prod-view .prod-img .btn i {
  margin-right: 0;
}
.prod-view:hover .option-hover {
  display: inline-block;
  transition: all 0.2s ease;
  z-index: 1;
}
.prod-item .prod-img .option-hover {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
}
.prod-item .prod-img .option-hover .btn-icon {
  border-radius: 5px;
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.hvr-shrink:hover {
  transform: scale(1.1);
}
.prod-img .p-new a {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 8px 13px;
  line-height: 1;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 2px 0 0 2px;
  background: #00bcd4;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}
.prod-info .br-wrapper {
  margin: 0 auto 20px;
}
.prod-info .br-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.prod-info h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.prod-info .prod-price {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.prod-info .prod-price .old-price {
  color: #919aa3;
  text-decoration: line-through;
  font-size: 50%;
}
.prod-item .prod-info {
  background: #fff;
  padding: 30px 0 20px;
}
.prod-item .br-widget {
  min-height: inherit;
}
.prod-img .p-sale {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #ff5252;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 11px 4px;
}
.prod-info .br-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.option-icon i {
  height: 25px;
  width: 25px;
  font-size: 25px;
  line-height: 36px;
}
/**====== Product css end ======**/
/**  =====================
      Product-details css start
==========================  **/
.product-detail-page {
  border-top: none;
}
.product-detail .br-wrapper {
  margin: 10px 0;
}
.product-detail .product-detail .btn i {
  margin-right: 0;
}
.product-detail .br-widget {
  min-height: 35px;
  margin-top: 0;
  display: block;
}
.product-detail .btn-number {
  background-color: #e0e0e0;
  border-color: #d4d4d4;
  border-radius: 0;
  color: #000;
}
.product-detail .product-price {
  display: inline-block;
  margin-right: 50px;
  font-size: 24px;
}
.product-detail .pro-desc {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-detail .done-task {
  text-decoration: line-through;
}
.product-detail hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
#small_banner .slick-slide {
  filter: grayscale(100%);
  opacity: 0.5;
}
#small_banner img {
  cursor: pointer;
}
#small_banner .slick-center {
  filter: grayscale(0);
  opacity: 1;
}
#small_banner:hover .slick-prev {
  left: 0;
  transition: all ease-in 0.3s;
}
#small_banner:hover .slick-next {
  right: 0;
  transition: all ease-in 0.3s;
}
.port_details_all_img {
  overflow: hidden;
}
.page-link:hover {
  color: #aaa;
}
.slick-prev {
  left: -45px;
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  width: 4%;
  transition: all ease-in 0.3s;
}
.slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: none;
  background: rgba(0, 0, 0, 0.8);
}
.brighttheme-icon-sticker:after {
  top: -5px;
  content: "‖";
}
.slick-next {
  right: -45px;
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  width: 4%;
  transition: all ease-in 0.3s;
}
.slick-next:focus, .slick-next:hover {
  color: transparent;
  outline: none;
  background: rgba(0, 0, 0, 0.8);
}
.counter-input .input-group {
  width: 20%;
}
.pro-det-tab .tab-content {
  border: 1px solid #ccc;
  border-top: 0;
}
.big_banner .port_big_img {
  margin-bottom: 15px;
}
.cd-price .cd-price-month {
  font-size: 64px;
}
.product-edit .br-wrapper {
  margin: 10px 0 30px;
}
.addcontact .md-content > div ul {
  padding-left: 0;
}
/**====== Product-details css end ======**/
/**  =====================
      Search css start
==========================  **/
.search-result .card {
  border-top: none;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
.search-result .card .card-block h5 {
  font-weight: 500;
}
.search-result .card .card-block p {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.4;
}
.seacrh-header {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.search-content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.search-content img {
  width: 120px;
}
.search-content:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-result i {
  float: right;
}
.search2 .card-block:first-child {
  padding-top: 0;
}
/**====== Search css end ======**/
/**  =====================
      Wizard css start
==========================  **/
.cart-page .wizard > .content > .body {
  width: 100%;
  padding: 0;
}
.wizard > .content > .body {
  width: 100%;
}
.card .wizard > .steps .current a {
  outline: none;
  border-radius: 5px;
}
.payment-card {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 20px;
}
.payment-card table {
  margin-bottom: 0;
}
.confirmation {
  text-align: center;
  font-size: 80px;
}
.confirmation-icon {
  color: #ff5252;
}
.width-100 {
  width: 100%;
}
.post-input {
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  resize: none;
}
.file-upload-lbl {
  max-width: 15px;
  padding: 5px 0 0;
}
/**====== Wizard css end ======**/
/**====== Timeline css start ======**/
.post-timelines .media {
  align-items: center;
}
a[data-lightbox=example-set] .img-fluid,
a[data-lightbox=roadtrip] .img-fluid,
a[data-toggle=lightbox] .img-fluid {
  margin: 10px 0;
}
/**====== Timeline css end ======**/
/**  =====================
      Wall css start
==========================  **/
.post-new-footer {
  border-top: 1px solid #ccc;
}
.post-new-footer i {
  font-size: 18px;
  margin-right: 15px;
  cursor: pointer;
}
.inline-editable .btn {
  padding: 10px;
}
.inline-editable .input-group .form-control {
  width: 100%;
}
.input-group span {
  cursor: pointer;
}
.input-group a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
.msg-send {
  background-color: #f3f3f3;
}
.msg-send:focus {
  background-color: #f3f3f3;
}
.wall-dropdown:after {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}
.wall-img-preview {
  display: inline-block;
  text-align: center;
}
.wall-img-preview .wall-item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wall-img-preview .wall-item:first-child:nth-last-child(2),
.wall-img-preview .wall-item:first-child:nth-last-child(2) ~ div {
  width: 50%;
}
.wall-img-preview .wall-item > img {
  display: none;
}
.wall-img-preview .wall-item:first-child:nth-last-child(2),
.wall-img-preview .wall-item:first-child:nth-last-child(2) ~ div {
  width: 50%;
}
.wall-img-preview .wall-item:first-child:nth-last-child(10),
.wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:not(:last-child),
.wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:nth-last-of-type(-n+3),
.wall-img-preview .wall-item:first-child:nth-last-child(3),
.wall-img-preview .wall-item:first-child:nth-last-child(3) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(4),
.wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:not(:last-child),
.wall-img-preview .wall-item:first-child:nth-last-child(5),
.wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n+2)),
.wall-img-preview .wall-item:first-child:nth-last-child(6),
.wall-img-preview .wall-item:first-child:nth-last-child(6) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3),
.wall-img-preview .wall-item:first-child:nth-last-child(9),
.wall-img-preview .wall-item:first-child:nth-last-child(9) ~ div {
  width: 33.333333%;
}
.wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
  width: 50%;
}
.wall-img-preview .wall-item:first-child:nth-last-child(11),
.wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:not(:nth-last-of-type(-n+3)),
.wall-img-preview .wall-item:first-child:nth-last-child(12),
.wall-img-preview .wall-item:first-child:nth-last-child(12) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(7),
.wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n+3)),
.wall-img-preview .wall-item:first-child:nth-last-child(8),
.wall-img-preview .wall-item:first-child:nth-last-child(8) ~ div {
  width: 25%;
}
.wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:nth-child(10),
.wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:nth-child(4),
.wall-img-preview .wall-item:only-child {
  width: 100%;
}
.fb-timeliner h2 {
  background: #aaa;
  color: #fff;
  margin-top: 0;
  padding: 15px;
  font-size: 16px;
  border-radius: 2px;
  font-weight: 300;
}
.fb-timeliner ul {
  margin-left: 15px;
  margin-bottom: 20px;
}
.fb-timeliner ul li {
  margin-bottom: 3px;
}
.fb-timeliner ul li a {
  color: #999797;
  border-left: 4px solid #d3d7dd;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}
.fb-timeliner ul li a:hover {
  color: #999797;
  border-left: 4px solid #b1b1b1;
  padding-left: 10px;
}
.fb-timeliner ul li.active a {
  color: #7a7a7a;
  border-left: 4px solid #7a7a7a;
  padding-left: 10px;
}
/*====== Wall css End ======*/
/**  =====================
      X-editable css start
==========================  **/
.dotted-line-theme .no_edit {
  width: 100% !important;
}
.dotted-line-theme .no_edit .i_text {
  font-size: 13px;
}
.dotted-line-theme .no_edit {
  padding: 15px 2px;
}
.dotted-line-theme .just_edit input[type=radio] {
  opacity: 0;
}
.dotted-line-theme .ibtn_container {
  padding-left: 0;
  margin-top: 2px;
  position: absolute;
  top: 6px;
  z-index: 999;
  width: 120px;
}
.dotted-line-theme .ibtn_container i {
  color: #fff;
  margin-right: 0;
}
.dotted-line-theme .i_edit,
.dotted-line-theme .ibtn_container,
.dotted-line-theme .just_edit,
.dotted-line-theme .just_edit input,
.dotted-line-theme .just_edit textarea,
.dotted-line-theme .no_edit,
.dotted-line-theme .no_edit .i_text {
  font-size: 13px;
}
.wizard > .content > .body label.error {
  margin-left: 0;
}
#msform #progressbar li.active {
  color: #aaa;
}
#msform #progressbar li.active:before,
#progressbar li.active:after {
  background: #aaa;
}
#msform a {
  color: #aaa;
  font-weight: 500;
}
/*====== X-editable css End ======*/
/**  =====================
      Invoice css start
==========================  **/
.invoice-contact {
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
  align-items: center;
}
.invoice-table {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.invoice-table td,
.invoice-table th {
  border-top: none;
  padding: 3px 0;
}
.invoice-table > tbody > tr:last-child > td,
.invoice-table > tfoot > tr:last-child > td {
  padding-bottom: 0;
}
.invoice-box h1 {
  font-size: 7rem;
}
.invoice-order {
  padding-left: 0;
}
.invoice-order th:first-child {
  padding-left: 0;
  width: 80px;
}
.invoice-detail-table th:first-child {
  width: 450px;
  text-align: left;
}
.invoice-detail-table thead th {
  text-align: center;
}
.invoice-detail-table td {
  vertical-align: middle;
  text-align: center;
}
.invoice-detail-table td:first-child {
  text-align: left;
}
.invoice-total {
  background: #f3f3f3;
  padding: 30px 0;
}
.invoice-total td,
.invoice-total th {
  text-align: right;
}
.invoice-total td {
  padding-left: 30px;
}
.invoive-info {
  display: flex;
  margin-bottom: 30px;
}
.invoive-info h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #757575;
}
.invoice-total tbody {
  padding-right: 20px;
  float: right;
}
.dropdown-menu i {
  margin-right: 5px;
}
/**====== Invoice css end ======**/
.grid-layout span {
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 5px 0;
}
.vertical-alignment .row {
  padding: 15px 0;
  min-height: 10rem;
  border: 1px solid #ddd;
}
.inte-benifits {
  border: 1px solid #ddd;
}
.inte-benifits ul {
  list-style: square;
  padding-left: 20px;
}
/**  =====================
      Version css start
==========================  **/
.version .card-block {
  padding: 0;
}
.card.version .card-header .card-header-right {
  background-color: #fff;
  top: 8px;
}
.version .nav {
  display: block;
}
.version .nav li {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
}
.version .nav li:hover {
  background-color: #f6f7f7;
}
.version .nav li a {
  color: #666;
}
.version .nav li span {
  position: absolute;
  right: 20px;
}
.version .navigation-header a {
  color: #999;
}
.support-btn {
  padding: 0 20px 20px;
}
.introjs-helperNumberLayer {
  background: linear-gradient(to bottom, #ff6c6c 0%, #ff5252 100%);
}
.dd-handle,
.dd3-content {
  font-weight: 500;
}
.img-radius {
  border-radius: 50%;
}
.version .nav li:first-child {
  border-top: 1px solid #ddd;
  color: #666;
}
/**====== Version css end ======**/
/**====== Date-dropper css ======**/
.dd-w,
.sp-container {
  z-index: 99;
}
/*====== Color css ends ======= */
/**  =====================
      Session Timeout css start
==========================  **/
#sessionTimeout-dialog .close {
  display: none;
}
/*====== Session Timeout css ends ======= */
/*====== Warning css ends ======= */
.image-cropper-container {
  margin-top: 10px;
}
/*====== Json form css start =======*/
.alpaca-field img {
  width: 250px;
}
/*====== Json form css ends =======*/
/*====== Sticky css start =======*/
.arrow_box {
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .sticky-card {
    margin-bottom: 250px;
  }
}
/*====== Sticky css ends =======*/
/*====== Ready to use css start ======*/
.j-pro .j-label {
  font-weight: 500;
}
/*====== Ready to use css ends ======*/
.ms-container {
  width: 100%;
}
#main-chat .page-error i,
.full-calender .page-error i {
  font-size: 35px;
  border-radius: 6px;
  padding: 6px 9px;
}
@media only screen and (min-width: 788px) {
  #main-chat .page-error,
.full-calender .page-error {
    display: none;
  }
}
@media only screen and (max-width: 786px) {
  #main-chat .page-body,
.full-calender .page-body {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .card .card-header .card-header-right.job-compney-btn {
    position: relative;
    float: left;
    right: 0;
  }

  .clndr .event-listing {
    display: none;
  }
  .clndr .clndr-grid {
    width: 100%;
  }
  .clndr .clndr-grid .day-number {
    padding: 3px 4px !important;
  }
}
.dotted-line-theme .no_edit {
  border-bottom: 1px dotted #aaa;
}
.handsontable td,
.handsontable th {
  color: #37474f;
}
#map,
.radial-bar:after {
  z-index: 99;
}
.content-group {
  padding: 10px;
}
.card-sub .card-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.card-sub .card-text {
  color: #737373;
}
.long-press-popup {
  position: fixed;
  bottom: 15px;
  left: 275px;
  right: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 8px;
  margin: 0;
  font-size: 50px;
}
.long-press-popup li {
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.jFiler.jFiler-theme-default .jFiler-input {
  border: none;
  border-bottom: 2px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
}
.jFiler.jFiler-theme-default .jFiler-input-button {
  border-radius: 4px;
  height: auto;
  padding: 7px 16px;
}
#main-chat .page-error i,
.full-calender .page-error i {
  font-size: 35px;
  border-radius: 6px;
  padding: 6px 9px;
}
@media only screen and (min-width: 788px) {
  #main-chat .page-error,
.full-calender .page-error {
    display: none;
  }
}
@media only screen and (max-width: 786px) {
  #main-chat .page-body,
.full-calender .page-body {
    display: none;
  }
}
.wizard > .content {
  min-height: 36em;
  overflow-y: auto;
}
.wizard > .content > .body input.form-control {
  border-top: none;
  border-right: none;
  border-left: none;
}
.tabledit-input:disabled {
  display: none;
}
/**  =====================
      Foo-table css start
==========================  **/
.footable .pagination > .active > a,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span,
.footable .pagination > .active > span:focus,
.footable .pagination > .active > span:hover {
  background-color: #aaa;
  border-color: #aaa;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
  color: #222;
}
.footable-details.table,
.footable.table,
table.footable > tfoot > tr.footable-paging > td > span.label {
  margin-bottom: 0;
}
table.footable-paging-center > tfoot > tr.footable-paging > td {
  padding-bottom: 0;
}
/**====== Foo-table css end ======**/
/**  =====================
      Handson css start
==========================  **/
.make-me-red {
  color: red;
}
.scroll-container .wtHolder {
  height: 350px;
}
.scroll-container #autocomplete .wtHolder,
.scroll-container #buttons .wtHolder,
.scroll-container #checkbox .wtHolder,
.scroll-container #chromaJS .wtHolder,
.scroll-container #comments .wtHolder,
.scroll-container #configuration .wtHolder,
.scroll-container #context .wtHolder,
.scroll-container #copyPaste .wtHolder,
.scroll-container #dateDate .wtHolder,
.scroll-container #drag .wtHolder,
.scroll-container #dropdown .wtHolder,
.scroll-container #highlighting .wtHolder,
.scroll-container #jQuery .wtHolder,
.scroll-container #nonEditable .wtHolder,
.scroll-container #numericData .wtHolder,
.scroll-container #paginating .wtHolder,
.scroll-container #populating .wtHolder,
.scroll-container #readOnly .wtHolder,
.scroll-container #searching .wtHolder,
.scroll-container #select .wtHolder,
.scroll-container #timeData .wtHolder,
.scroll-container #validation .wtHolder {
  height: auto !important;
}
.handson-pagination {
  margin-top: 30px;
}
.currentRow {
  background-color: #F9F9FB;
}
.currentCol {
  background-color: #E7E8EF;
}
.contact-table tr td:nth-child(n-2) {
  text-align: center;
}
.contact-table tr td:last-child {
  position: relative;
}
.contact-table tr td:last-child .dropdown-menu {
  top: 52px;
}
/**====== Handson css end ======**/
#checkbox-select tr td.select-checkbox,
#checkbox-select tr th.select-checkbox {
  padding-left: 30px;
}
#checkbox-select tr td.select-checkbox:after, #checkbox-select tr td.select-checkbox:before,
#checkbox-select tr th.select-checkbox:after,
#checkbox-select tr th.select-checkbox:before {
  left: 15px;
}
@media only screen and (min-width: 1367px) and (max-width: 1700px) {
  .timeline-dot:after, .timeline-dot:before {
    left: 34px;
  }
  .timeline-dot .social-timelines:before {
    left: 37px;
  }
  .timeline-dot .social-timelines-left:after {
    right: -30px;
  }
  .timeline-dot .timeline-right .card {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .to-do-list {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1279px) and (max-width: 1500px) {
  .cd-horizontal-timeline {
    margin: 0 auto;
  }

  #chartdiv {
    height: 440px;
  }

  .social-card-1 .card-block-big {
    padding: 1.3em;
  }

  #morris-extra-area {
    height: 400px !important;
  }

  .widget-chat-box .receive-chat,
.widget-chat-box .send-chat {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .similar-job .media {
    display: inline-block;
  }
  .similar-job .media .media-body {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1258px) {
  .user-head {
    text-align: center;
  }
  .user-head .user-face {
    margin: 0 auto;
  }
  .user-head .user-name {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .timeline-dot .card {
    margin-left: 50px;
  }
  .timeline-dot:after, .timeline-dot:before {
    left: 35px;
  }
  .timeline-dot .social-timelines:before {
    left: 38px;
  }
  .timeline-dot .social-timelines-left:after {
    right: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-tabs.md-tabs.tab-timeline li a {
    font-size: 14px;
  }

  #design-wizard .steps li a {
    padding: 1em 0.5em;
  }

  #draggablePanelList [class*=col-] .card-sub {
    margin-bottom: 30px;
  }
  #draggablePanelList [class*=col-]:last-child .card-sub {
    margin-bottom: 0;
  }

  .user-head {
    justify-content: center;
  }

  .user-body {
    min-height: auto !important;
  }

  .mail-box-head {
    text-align: center;
  }
  .mail-box-head form {
    float: inherit;
  }

  #external-events h6 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .just_edit .input-group {
    width: 100% !important;
  }

  .dotted-line-theme .ibtn_container {
    top: 10px;
    position: inherit;
  }

  .users-card [class*=col-] {
    margin-bottom: 20px;
  }
  .users-card [class*=col-]:last-child {
    margin-bottom: 0;
  }

  .timeline-btn {
    text-align: center;
    width: 100%;
    right: 0;
  }

  .social-timeline-left {
    position: inherit;
    top: 0;
    margin-right: 0;
  }

  .timeline-icon {
    position: absolute;
    margin-left: 0;
  }

  .social-timelines:before {
    left: 35px;
  }

  .timeline-dot:after,
.timeline-dot:before {
    left: 32px;
  }

  .user-box .social-client-description {
    border-bottom: 1px solid #ddd;
  }

  .user-box .f-right {
    float: none;
    display: block;
  }

  .main-timeline {
    padding: 10px;
  }

  .main-timeline:after,
.main-timeline:before {
    margin-left: -94px;
    margin-top: 25px;
    display: none;
  }

  .cd-timeline-content::before {
    top: 15px;
  }

  .cd-date,
.cd-details {
    display: block;
    padding-left: 20px !important;
    padding-top: 0 !important;
  }

  .cd-details {
    margin-bottom: 20px;
  }

  .cd-timeline-content p {
    margin-bottom: 0;
  }

  .clock-widget .basic-alarm {
    display: none;
  }

  .weather-card-2 .weather-card-temp {
    padding: 0;
  }

  .weather-card-2 .card-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .user-activity-card .card-block-big {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .animation-image img {
    margin: 20px auto 0;
  }

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

  .nav-tabs.md-tabs.tab-timeline li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-blog {
    text-align: right;
  }

  .basic-list,
.card-block [class*=col-]:nth-last-child(-n+3) .card.user-card {
    margin-bottom: 0;
  }

  .menu-rtl .breadcrumb-item + .breadcrumb-item::after {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
  }
  .menu-rtl .breadcrumb-item + .breadcrumb-item::before {
    content: none;
  }
}
@media only screen and (max-width: 991px) {
  .messages-content {
    border-right: none;
  }
}
@media only screen and (min-width: 801px) and (max-width: 915px) {
  .grid figure {
    min-width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #draggableWithoutImg [class*=col-]:last-child .m-t-20 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 872px) {
  .author-details .header-right li {
    margin-right: 40px;
  }

  .recent-candidate-card .recent-contain {
    margin-left: 0;
  }

  .author-details img ~ .dot1,
.author-details img ~ .dot2 {
    top: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .card-block.list-tag ul li:last-child {
    margin-bottom: 20px;
  }

  .inline-order-list {
    margin-top: 0;
  }

  .recent-candidate-card .recent-contain {
    margin-left: 0;
  }

  .mail-body-content .form-group:nth-child(2) .form-control {
    margin-bottom: 20px;
  }
  .mail-body-content .form-group:nth-child(2) .col-md-6:last-child .form-control {
    margin-bottom: 0;
  }

  .dataTables_paginate .pagination {
    float: inherit;
    text-align: center;
    display: inline-block;
    margin-top: 10px !important;
  }

  div.dataTables_wrapper div.dataTables_info {
    display: inherit;
  }

  .wizard > .steps > ul > li {
    float: inherit;
    width: 100%;
  }

  .gallery-page .grid {
    padding: 0;
  }

  figure.effect-steve h2 {
    margin-top: 0;
  }

  .cover-profile .profile-bg-img {
    margin-bottom: 0;
  }

  .card-block.user-info {
    position: inherit;
    text-align: center;
    background-color: #d6d6d6;
    margin-bottom: 20px;
  }

  .user-info .media-body,
.user-info .media-left {
    display: block;
  }

  .cover-btn {
    position: inherit;
    float: none;
  }
  .cover-btn .btn:first-child {
    margin-right: 10px;
  }

  .user-info .user-title {
    position: static;
    position: initial;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .nav-tabs.md-tabs.tab-timeline li a {
    font-size: 14px;
  }

  .user-content h4 {
    font-size: 1rem;
  }
  .user-content h5 {
    margin-right: 0;
    font-size: 14px;
  }

  .top-cap-text p {
    padding: 0;
  }
  .top-cap-text p:last-child {
    margin-bottom: 0;
  }

  .user-card .btn span {
    font-size: 13px;
  }

  .toolbar-page [class*=col-] {
    margin-bottom: 30px;
  }
  .toolbar-page [class*=col-]:last-child {
    margin-bottom: 0;
  }

  .invoice-contact {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .lng-dropdown {
    display: none;
  }

  .group-widget .card-block-big {
    height: 110px;
  }

  .whether-card .card-footer {
    text-align: center;
  }

  .switchery {
    margin-bottom: 20px;
  }

  .switchery-large,
.switchery-large ~ .switchery-default,
.switchery-small {
    margin-bottom: 0;
  }

  .js-dynamic-disable,
.js-dynamic-enable {
    display: block;
    width: 100%;
  }

  .js-dynamic-disable {
    margin-bottom: 20px;
  }

  .border-checkbox-section .border-checkbox-group,
.checkbox-color,
.radio-inline {
    display: block;
  }

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

  .messages-content {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .signup-card {
    position: inherit;
  }

  .similar-job .media {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
  }
  .similar-job .media .media-body {
    margin-top: 20px;
  }

  .cal-event .inverse-card p:after {
    width: 100%;
  }

  .recent-candidate-card .recent-contain {
    margin-left: 10px;
  }

  .author-details .header-right {
    text-align: left;
    margin-top: 20px;
  }

  .post-new-contain textarea:focus {
    border: none;
  }

  .wizard.vertical > .content,
.wizard.vertical > .steps {
    width: 100%;
  }

  .wizard {
    overflow: visible;
  }

  .comment-input .input-group {
    display: block;
  }
  .comment-input .input-group i {
    text-align: center;
    width: 100%;
  }
  .comment-input .input-group input {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .dt-button {
    margin-bottom: 5px;
  }

  .email-read .card-header h6 {
    float: none;
    margin-top: 10px;
  }
  .email-read .media {
    display: inline-block;
  }
  .email-read .media.m-b-20 {
    margin-bottom: 0;
  }
  .email-read .mail-img [class*=col-] {
    margin-bottom: 30px;
  }
  .email-read .mail-img [class*=col-]:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 573px) {
  .author-details .header-right li {
    margin-right: 20px;
    display: block;
    margin-top: 20px;
  }

  .toolbar-page [class*=col-] .sub-title {
    text-align: center;
  }

  #task-container li {
    width: 100%;
  }

  .nav-tabs .nav-link {
    text-align: center;
  }

  .email-card .nav-tabs .nav-link {
    text-align: left;
  }

  .search-content {
    display: block;
    text-align: center;
  }
  .search-content img {
    margin-top: 20px;
  }

  .seacrh-header {
    margin-top: 0;
  }
  .seacrh-header .input-group {
    margin-bottom: 0;
  }

  .payment-card .text-right {
    text-align: left !important;
  }

  .payment-tabs .md-tabs .nav-item,
.payment-tabs .md-tabs .nav-item .nav-item,
.payment-tabs .md-tabs .nav-item + .nav-item {
    width: calc(100% / 1) !important;
  }

  .jp-card {
    min-width: 225px !important;
  }

  .payment-form {
    padding: 20px 0 0;
  }

  .modal-mob-btn [class*=col-]:first-child {
    margin-bottom: 20px;
  }

  .location-mob-btn .btn {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .job-cards .media {
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .job-cards .media p {
    margin-bottom: 0;
  }

  .invoice-btn-group .m-r-20 {
    margin-right: 0;
  }

  .table-card .row-table {
    display: block;
    text-align: center;
  }
  .table-card .row-table i {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .table-card .row-table .br {
    border: none;
    border-bottom: 1px solid #ccc;
  }

  .table-card .row-table > [class*=col-] {
    display: block;
  }

  .card-block-big {
    padding: 1em;
  }
  .card-block-big #barchart,
.card-block-big #barchart2 {
    display: inline-block;
    margin-bottom: 10px;
  }

  .mobile-inputs [class*=col-]:first-child {
    margin-bottom: 20px;
  }

  .pagination-lg .page-link {
    padding: 0.75rem 0.65rem;
  }

  .mobtn {
    padding: 10px;
  }

  .task-sale-card {
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .fc-toolbar .fc-right .fc-button-group {
    margin-right: 0;
  }

  .social-msg a {
    margin-bottom: 10px;
  }
  .social-msg a:last-child {
    margin-bottom: 0;
  }

  .bd-example-modal .modal-footer {
    justify-content: center;
  }
  .bd-example-modal .modal-footer button {
    margin-right: 0;
  }

  .invoice-total tbody {
    float: none;
  }

  .timeline-right .card {
    margin-left: 20px;
  }

  .user-box .media-left {
    padding-right: 10px;
  }

  figure.effect-moses h2 {
    width: 60%;
    height: 70%;
    padding: 10px;
    font-size: 25px;
  }

  figure.effect-moses p {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .j-pro .j-checkbox-toggle {
    padding-bottom: 30px;
  }

  .main-body .page-wrapper {
    padding: 10px;
  }

  .j-forms .divider-text span {
    white-space: pre-line;
    display: block;
    line-height: 1.8;
  }

  .j-forms .divider-text {
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .j-forms .content {
    padding: 0 10px;
  }

  .comment-block .media-left {
    padding-right: 10px;
  }

  .breadcrumb-page .card {
    text-align: center;
  }

  div.dataTables_wrapper div.dataTables_filter input {
    width: 150px;
  }

  #dt-live-dom .form-control,
#footer-search tfoot .form-control,
#footer-select tfoot .form-control,
#form-input-table .form-control,
.search-api .form-control {
    width: 65%;
    padding: 0.5rem 6px;
  }

  .grid figure {
    min-width: auto;
  }

  .mytooltip .tooltip-content {
    width: 310px;
    margin: 0 0 20px -90px;
  }
  .mytooltip .tooltip-content:after {
    margin-left: -90px;
  }

  .product-detail .txt-muted.d-inline-block {
    margin-top: 10px;
  }
  .product-detail .txt-muted.d-inline-block ~ .f-right {
    float: none;
    display: block;
    margin-top: 10px;
  }

  .mob-product-btn {
    text-align: center;
  }
  .mob-product-btn .btn-primary {
    margin-right: 0;
    display: block;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 420px) {
  #msform {
    width: 320px;
    margin: 20px auto;
  }

  .ms-container {
    width: 240px;
  }
  .ms-container .ms-selectable,
.ms-container .ms-selection {
    width: 40%;
  }

  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1366px) {
  .job-card.card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 576px) {
  .md-tabs .nav-item a {
    margin-bottom: 5px;
  }

  .add-task-card .to-do-list h6 span {
    display: inline-block;
  }
}
/**  =====================
      Dark layout css start
==========================  **/
.pcoded[layout-type=dark] .thumb-block {
  border: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .b-t-default,
.pcoded[layout-type=dark] .b-t-theme,
.pcoded[layout-type=dark] .post-new-footer,
.pcoded[layout-type=dark] .version .nav li:first-child {
  border-top: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .b-b-default,
.pcoded[layout-type=dark] .b-b-theme,
.pcoded[layout-type=dark] .job-cards .media,
.pcoded[layout-type=dark] .search-content {
  border-bottom: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .md-tabs .nav-item a {
  color: #333;
}
.pcoded[layout-type=dark] .md-tabs .nav-item a.active, .pcoded[layout-type=dark] .md-tabs .nav-item a:focus, .pcoded[layout-type=dark] .md-tabs .nav-item a:hover {
  color: #aaa;
}
.pcoded[layout-type=dark] .md-tabs .nav-item a.active:focus, .pcoded[layout-type=dark] .md-tabs .nav-item a.active:hover {
  color: #aaa;
}
.pcoded[layout-type=dark] .nav-tabs {
  border-bottom: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .nav-tabs .nav-link:focus, .pcoded[layout-type=dark] .nav-tabs .nav-link:hover {
  border-color: #5c5c5c;
}
.pcoded[layout-type=dark] .tab-below {
  border-top: 1px solid #5c5c5c;
  border-bottom: none;
}
.pcoded[layout-type=dark] .tab-below .nav-link {
  margin-top: 1px;
}
.pcoded[layout-type=dark] .scroll-list li {
  background-color: #545454;
  color: #333;
}
.pcoded[layout-type=dark] .scroll-list li:nth-child(even) {
  background-color: #616161;
}
.pcoded[layout-type=dark] .page-link {
  background-color: #5c5c5c;
  border-color: #303030;
}
.pcoded[layout-type=dark] .jqpagination input {
  margin: 0;
  height: 30px;
}
.pcoded[layout-type=dark] .nav-tabs .nav-item.show .nav-link,
.pcoded[layout-type=dark] .nav-tabs .nav-link.active {
  color: #333;
  background-color: #4f4f4f;
  border-color: #ddd #ddd #4f4f4f;
}
.pcoded[layout-type=dark] .nav-tabs.tab-below .nav-item.show .nav-link,
.pcoded[layout-type=dark] .nav-tabs.tab-below .nav-link.active {
  border-color: #4f4f4f #ddd #ddd;
}
.pcoded[layout-type=dark] .modal-content {
  background-color: #545454;
}
.pcoded[layout-type=dark] .modal-content .modal-header {
  border-bottom: 1px solid #424242;
}
.pcoded[layout-type=dark] .modal-content .modal-footer {
  border-top: 1px solid #424242;
}
.pcoded[layout-type=dark] .br-theme-bars-square .br-widget a {
  background-color: #545454;
}
.pcoded[layout-type=dark] .jstree-anchor.jstree-hovered {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .dd-handle {
  color: #333;
}
.pcoded[layout-type=dark] .dd3-content {
  color: #333;
  border: 1px solid #424242;
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .img-thumbnail {
  background-color: #424242;
  border: 1px solid #303030;
}
.pcoded[layout-type=dark] .dotted-line-theme .no_edit:hover {
  background-color: #5c5c5c;
  border-bottom: 1px solid #424242;
}
.pcoded[layout-type=dark] .icon-list-demo i {
  color: #333;
}
.pcoded[layout-type=dark] .form-radio label {
  color: #333;
}
.pcoded[layout-type=dark] .bootstrap-tagsinput {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] #reportrange {
  background-color: #5c5c5c !important;
}
.pcoded[layout-type=dark] .select2-container--default .select2-selection--multiple,
.pcoded[layout-type=dark] .select2-dropdown {
  background-color: #545454;
}
.pcoded[layout-type=dark] .ms-container .ms-selectable,
.pcoded[layout-type=dark] .ms-container .ms-selection {
  background-color: #545454;
}
.pcoded[layout-type=dark] .ms-container .ms-selectable li.ms-elem-selectable,
.pcoded[layout-type=dark] .ms-container .ms-selection li.ms-elem-selectable {
  color: #333;
}
.pcoded[layout-type=dark] .ms-container .ms-selectable li.disabled,
.pcoded[layout-type=dark] .ms-container .ms-selection li.disabled {
  background-color: #545454;
  opacity: 0.5;
}
.pcoded[layout-type=dark] .wizard > .content {
  background-color: #4f4f4f;
}
.pcoded[layout-type=dark] .wizard > .steps .disabled a,
.pcoded[layout-type=dark] .wizard > .steps .disabled a:active,
.pcoded[layout-type=dark] .wizard > .steps .disabled a:hover {
  background-color: #545454;
}
.pcoded[layout-type=dark] .wizard > .steps .done a {
  background-color: #424242;
}
.pcoded[layout-type=dark] .table-bordered {
  border: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .table-bordered td,
.pcoded[layout-type=dark] .table-bordered th {
  border: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] a.dt-button.disabled,
.pcoded[layout-type=dark] button.dt-button.disabled,
.pcoded[layout-type=dark] div.dt-button.disabled {
  background-image: none;
  opacity: 0.5;
}
.pcoded[layout-type=dark] .fixedHeader-floating {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] table.DTFC_Cloned tfoot,
.pcoded[layout-type=dark] table.DTFC_Cloned thead {
  background-color: #545454;
}
.pcoded[layout-type=dark] .dt-responsive input {
  background-color: #5c5c5c;
  border: 1px solid #4f4f4f;
}
.pcoded[layout-type=dark] .footable-details.table-striped > tbody > tr:nth-child(odd),
.pcoded[layout-type=dark] .footable.table-striped > tbody > tr:nth-child(odd) {
  background: #4f4f4f;
}
.pcoded[layout-type=dark] .footable-details.table > thead > tr > td,
.pcoded[layout-type=dark] .footable-details.table > thead > tr > th,
.pcoded[layout-type=dark] .footable.table > thead > tr > td,
.pcoded[layout-type=dark] .footable.table > thead > tr > th {
  border-bottom: 2px solid #424242;
}
.pcoded[layout-type=dark] .c3-tooltip td,
.pcoded[layout-type=dark] .morris-hover {
  background-color: #424242;
}
.pcoded[layout-type=dark] #chart_Candlestick rect,
.pcoded[layout-type=dark] #chart_Combo rect,
.pcoded[layout-type=dark] #chart_Donut rect,
.pcoded[layout-type=dark] #chart_Exploading rect,
.pcoded[layout-type=dark] #chart_Threshold rect,
.pcoded[layout-type=dark] #chart_Waterfall rect,
.pcoded[layout-type=dark] #chart_area rect,
.pcoded[layout-type=dark] #chart_bar rect,
.pcoded[layout-type=dark] #chart_bubble rect,
.pcoded[layout-type=dark] #chart_stacking rect {
  fill: #4f4f4f !important;
}
.pcoded[layout-type=dark] .auth-box .form-control {
  background-color: #fff;
}
.pcoded[layout-type=dark] .chat-header {
  color: #333;
}
.pcoded[layout-type=dark] .social-msg a span {
  color: #262626;
}
.pcoded[layout-type=dark] .list-group-item {
  background: #4f4f4f;
}
.pcoded[layout-type=dark] ul.list-contacts a {
  color: #333;
}
.pcoded[layout-type=dark] .prod-item .prod-info {
  background: #4f4f4f;
}
.pcoded[layout-type=dark] .email-card .user-body {
  background: #4f4f4f;
}
.pcoded[layout-type=dark] .email-card .user-body .page-list li.mail-section a {
  color: #333;
}
.pcoded[layout-type=dark] .email-card .user-body .page-list li.mail-section a.active, .pcoded[layout-type=dark] .email-card .user-body .page-list li.mail-section a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.pcoded[layout-type=dark] .email-card .user-body .label-list a {
  color: #333;
}
.pcoded[layout-type=dark] .email-card .mail-body-content tr:hover {
  background: rgba(255, 255, 255, 0.2);
}
.pcoded[layout-type=dark] .email-card .mail-body-content .unread a {
  color: #333;
}
.pcoded[layout-type=dark] .email-card .mail-body-content .read a {
  color: #1a1a1a;
}
.pcoded[layout-type=dark] .email-card .user-mail h6 {
  color: #333;
}
.pcoded[layout-type=dark] .wall-img-preview .wall-item {
  border: 2px solid #4f4f4f;
}
.pcoded[layout-type=dark] .msg-send {
  background: #565656;
}
.pcoded[layout-type=dark] .filter-bar > .navbar {
  background: #4f4f4f;
}
.pcoded[layout-type=dark] .navbar-light .navbar-nav .active > .nav-link,
.pcoded[layout-type=dark] .navbar-light .navbar-nav .nav-link,
.pcoded[layout-type=dark] .navbar-light .navbar-nav .nav-link.active,
.pcoded[layout-type=dark] .navbar-light .navbar-nav .nav-link.show,
.pcoded[layout-type=dark] .navbar-light .navbar-nav .show > .nav-link {
  color: #333;
}
.pcoded[layout-type=dark] #task-container li {
  background: #5c5c5c;
  color: #333;
}
.pcoded[layout-type=dark] .note-card .note-write {
  background: -webkit-linear-gradient(top, #757575 0%, #8f8f8f 5%) 0 0;
  background-size: 100% 35px;
}
.pcoded[layout-type=dark] .note-card .note-box-aside {
  border-right: 1px solid #5c5c5c;
}
.pcoded[layout-type=dark] .invoice-table {
  border-left: none;
}
.pcoded[layout-type=dark] .invoice-total,
.pcoded[layout-type=dark] .thead-default th {
  background: #424242;
}
.pcoded[layout-type=dark] #external-events .fc-event,
.pcoded[layout-type=dark] .danger-nav,
.pcoded[layout-type=dark] .fc-state-default,
.pcoded[layout-type=dark] .info-nav,
.pcoded[layout-type=dark] .light-nav-border,
.pcoded[layout-type=dark] .primary-nav,
.pcoded[layout-type=dark] .success-nav,
.pcoded[layout-type=dark] .warning-nav {
  background-color: #5c5c5c;
  color: #333;
}
.pcoded[layout-type=dark] .jFiler-input-dragDrop,
.pcoded[layout-type=dark] .jFiler-theme-default .jFiler-input {
  background-color: #4a4a4a;
}
.pcoded[layout-type=dark] .danger-nav .navbar-varient-submenu,
.pcoded[layout-type=dark] .info-nav .navbar-varient-submenu,
.pcoded[layout-type=dark] .light-nav-border .navbar-varient-submenu,
.pcoded[layout-type=dark] .primary-nav .navbar-varient-submenu,
.pcoded[layout-type=dark] .success-nav .navbar-varient-submenu,
.pcoded[layout-type=dark] .warning-nav .navbar-varient-submenu {
  background-color: #545454;
  color: #333;
}
.pcoded[layout-type=dark] .danger-nav .navbar-varient-submenu a:hover,
.pcoded[layout-type=dark] .info-nav .navbar-varient-submenu a:hover,
.pcoded[layout-type=dark] .light-nav-border .navbar-varient-submenu a:hover,
.pcoded[layout-type=dark] .primary-nav .navbar-varient-submenu a:hover,
.pcoded[layout-type=dark] .success-nav .navbar-varient-submenu a:hover,
.pcoded[layout-type=dark] .warning-nav .navbar-varient-submenu a:hover {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .card.version .card-header .card-header-right {
  background-color: #4f4f4f;
  color: #333;
}
.pcoded[layout-type=dark] .version .nav li:first-child {
  color: #333;
}
.pcoded[layout-type=dark] .version .nav li:hover {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .version .nav li a {
  color: #333;
}
.pcoded[layout-type=dark] .main-timeline {
  background-color: #4f4f4f;
}
.pcoded[layout-type=dark] .main-timeline .bg-white {
  background-color: #5c5c5c !important;
}
.pcoded[layout-type=dark] .main-timeline .cd-timeline-content {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .main-timeline .cd-timeline-content h6,
.pcoded[layout-type=dark] .main-timeline .cd-timeline-content i,
.pcoded[layout-type=dark] .main-timeline .cd-timeline-content p,
.pcoded[layout-type=dark] .main-timeline .cd-timeline-content span {
  color: #333;
}
.pcoded[layout-type=dark] table.dataTable tbody tr {
  background-color: #686868;
}
.pcoded[layout-type=dark] table.dataTable.display tbody tr.odd, .pcoded[layout-type=dark] table.dataTable.stripe tbody tr.odd {
  background-color: #828282;
}
.pcoded[layout-type=dark] table.dataTable.display tbody tr.even > .sorting_1, .pcoded[layout-type=dark] table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #8f8f8f;
}
.pcoded[layout-type=dark] table.dataTable.display tbody tr.odd > .sorting_1, .pcoded[layout-type=dark] table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #757575;
}
.pcoded[layout-type=dark] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(170, 170, 170, 0.1);
}
.pcoded[layout-type=dark] .chat-card .received-chat .msg {
  background-color: #5c5c5c;
}
.pcoded[layout-type=dark] .chat-card .send-chat .msg {
  background-color: #4f4f4f;
}
.pcoded[layout-type=dark] .chat-card .chat-saprator span {
  background: #4f4f4f;
  color: #333;
}
body.loading {
  opacity: 0.5;
  pointer-events: none;
}

@font-face {
  font-family: "feather";
  src: url('feather.eot?t=1501841394106'); /* IE9*/
  src: url('feather.eot?t=1501841394106#iefix') format('embedded-opentype'), 
  url('feather.woff?t=1501841394106') format('woff'), 
  url('feather.ttf?t=1501841394106') format('truetype'), 
  url('feather.svg?t=1501841394106#feather') format('svg'); /* iOS 4.1- */
}

.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-octagon:before { content: "\e81b"; }

.icon-alert-circle:before { content: "\e81c"; }

.icon-activity:before { content: "\e81d"; }

.icon-alert-triangle:before { content: "\e81e"; }

.icon-align-center:before { content: "\e81f"; }

.icon-airplay:before { content: "\e820"; }

.icon-align-justify:before { content: "\e821"; }

.icon-align-left:before { content: "\e822"; }

.icon-align-right:before { content: "\e823"; }

.icon-arrow-down-left:before { content: "\e824"; }

.icon-arrow-down-right:before { content: "\e825"; }

.icon-anchor:before { content: "\e826"; }

.icon-aperture:before { content: "\e827"; }

.icon-arrow-left:before { content: "\e828"; }

.icon-arrow-right:before { content: "\e829"; }

.icon-arrow-down:before { content: "\e82a"; }

.icon-arrow-up-left:before { content: "\e82b"; }

.icon-arrow-up-right:before { content: "\e82c"; }

.icon-arrow-up:before { content: "\e82d"; }

.icon-award:before { content: "\e82e"; }

.icon-bar-chart:before { content: "\e82f"; }

.icon-at-sign:before { content: "\e830"; }

.icon-bar-chart-2:before { content: "\e831"; }

.icon-battery-charging:before { content: "\e832"; }

.icon-bell-off:before { content: "\e833"; }

.icon-battery:before { content: "\e834"; }

.icon-bluetooth:before { content: "\e835"; }

.icon-bell:before { content: "\e836"; }

.icon-book:before { content: "\e837"; }

.icon-briefcase:before { content: "\e838"; }

.icon-camera-off:before { content: "\e839"; }

.icon-calendar:before { content: "\e83a"; }

.icon-bookmark:before { content: "\e83b"; }

.icon-box:before { content: "\e83c"; }

.icon-camera:before { content: "\e83d"; }

.icon-check-circle:before { content: "\e83e"; }

.icon-check:before { content: "\e83f"; }

.icon-check-square:before { content: "\e840"; }

.icon-cast:before { content: "\e841"; }

.icon-chevron-down:before { content: "\e842"; }

.icon-chevron-left:before { content: "\e843"; }

.icon-chevron-right:before { content: "\e844"; }

.icon-chevron-up:before { content: "\e845"; }

.icon-chevrons-down:before { content: "\e846"; }

.icon-chevrons-right:before { content: "\e847"; }

.icon-chevrons-up:before { content: "\e848"; }

.icon-chevrons-left:before { content: "\e849"; }

.icon-circle:before { content: "\e84a"; }

.icon-clipboard:before { content: "\e84b"; }

.icon-chrome:before { content: "\e84c"; }

.icon-clock:before { content: "\e84d"; }

.icon-cloud-lightning:before { content: "\e84e"; }

.icon-cloud-drizzle:before { content: "\e84f"; }

.icon-cloud-rain:before { content: "\e850"; }

.icon-cloud-off:before { content: "\e851"; }

.icon-codepen:before { content: "\e852"; }

.icon-cloud-snow:before { content: "\e853"; }

.icon-compass:before { content: "\e854"; }

.icon-copy:before { content: "\e855"; }

.icon-corner-down-right:before { content: "\e856"; }

.icon-corner-down-left:before { content: "\e857"; }

.icon-corner-left-down:before { content: "\e858"; }

.icon-corner-left-up:before { content: "\e859"; }

.icon-corner-up-left:before { content: "\e85a"; }

.icon-corner-up-right:before { content: "\e85b"; }

.icon-corner-right-down:before { content: "\e85c"; }

.icon-corner-right-up:before { content: "\e85d"; }

.icon-cpu:before { content: "\e85e"; }

.icon-credit-card:before { content: "\e85f"; }

.icon-crosshair:before { content: "\e860"; }

.icon-disc:before { content: "\e861"; }

.icon-delete:before { content: "\e862"; }

.icon-download-cloud:before { content: "\e863"; }

.icon-download:before { content: "\e864"; }

.icon-droplet:before { content: "\e865"; }

.icon-edit-2:before { content: "\e866"; }

.icon-edit:before { content: "\e867"; }

.icon-edit-1:before { content: "\e868"; }

.icon-external-link:before { content: "\e869"; }

.icon-eye:before { content: "\e86a"; }

.icon-feather:before { content: "\e86b"; }

.icon-facebook:before { content: "\e86c"; }

.icon-file-minus:before { content: "\e86d"; }

.icon-eye-off:before { content: "\e86e"; }

.icon-fast-forward:before { content: "\e86f"; }

.icon-file-text:before { content: "\e870"; }

.icon-film:before { content: "\e871"; }

.icon-file:before { content: "\e872"; }

.icon-file-plus:before { content: "\e873"; }

.icon-folder:before { content: "\e874"; }

.icon-filter:before { content: "\e875"; }

.icon-flag:before { content: "\e876"; }

.icon-globe:before { content: "\e877"; }

.icon-grid:before { content: "\e878"; }

.icon-heart:before { content: "\e879"; }

.icon-home:before { content: "\e87a"; }

.icon-github:before { content: "\e87b"; }

.icon-image:before { content: "\e87c"; }

.icon-inbox:before { content: "\e87d"; }

.icon-layers:before { content: "\e87e"; }

.icon-info:before { content: "\e87f"; }

.icon-instagram:before { content: "\e880"; }

.icon-layout:before { content: "\e881"; }

.icon-link-2:before { content: "\e882"; }

.icon-life-buoy:before { content: "\e883"; }

.icon-link:before { content: "\e884"; }

.icon-log-in:before { content: "\e885"; }

.icon-list:before { content: "\e886"; }

.icon-lock:before { content: "\e887"; }

.icon-log-out:before { content: "\e888"; }

.icon-loader:before { content: "\e889"; }

.icon-mail:before { content: "\e88a"; }

.icon-maximize-2:before { content: "\e88b"; }

.icon-map:before { content: "\e88c"; }

.icon-map-pin:before { content: "\e88e"; }

.icon-menu:before { content: "\e88f"; }

.icon-message-circle:before { content: "\e890"; }

.icon-message-square:before { content: "\e891"; }

.icon-minimize-2:before { content: "\e892"; }

.icon-mic-off:before { content: "\e893"; }

.icon-minus-circle:before { content: "\e894"; }

.icon-mic:before { content: "\e895"; }

.icon-minus-square:before { content: "\e896"; }

.icon-minus:before { content: "\e897"; }

.icon-moon:before { content: "\e898"; }

.icon-monitor:before { content: "\e899"; }

.icon-more-vertical:before { content: "\e89a"; }

.icon-more-horizontal:before { content: "\e89b"; }

.icon-move:before { content: "\e89c"; }

.icon-music:before { content: "\e89d"; }

.icon-navigation-2:before { content: "\e89e"; }

.icon-navigation:before { content: "\e89f"; }

.icon-octagon:before { content: "\e8a0"; }

.icon-package:before { content: "\e8a1"; }

.icon-pause-circle:before { content: "\e8a2"; }

.icon-pause:before { content: "\e8a3"; }

.icon-percent:before { content: "\e8a4"; }

.icon-phone-call:before { content: "\e8a5"; }

.icon-phone-forwarded:before { content: "\e8a6"; }

.icon-phone-missed:before { content: "\e8a7"; }

.icon-phone-off:before { content: "\e8a8"; }

.icon-phone-incoming:before { content: "\e8a9"; }

.icon-phone:before { content: "\e8aa"; }

.icon-phone-outgoing:before { content: "\e8ab"; }

.icon-pie-chart:before { content: "\e8ac"; }

.icon-play-circle:before { content: "\e8ad"; }

.icon-play:before { content: "\e8ae"; }

.icon-plus-square:before { content: "\e8af"; }

.icon-plus-circle:before { content: "\e8b0"; }

.icon-plus:before { content: "\e8b1"; }

.icon-pocket:before { content: "\e8b2"; }

.icon-printer:before { content: "\e8b3"; }

.icon-power:before { content: "\e8b4"; }

.icon-radio:before { content: "\e8b5"; }

.icon-repeat:before { content: "\e8b6"; }

.icon-refresh-ccw:before { content: "\e8b7"; }

.icon-rewind:before { content: "\e8b8"; }

.icon-rotate-ccw:before { content: "\e8b9"; }

.icon-refresh-cw:before { content: "\e8ba"; }

.icon-rotate-cw:before { content: "\e8bb"; }

.icon-save:before { content: "\e8bc"; }

.icon-search:before { content: "\e8bd"; }

.icon-server:before { content: "\e8be"; }

.icon-scissors:before { content: "\e8bf"; }

.icon-share-2:before { content: "\e8c0"; }

.icon-share:before { content: "\e8c1"; }

.icon-shield:before { content: "\e8c2"; }

.icon-settings:before { content: "\e8c3"; }

.icon-skip-back:before { content: "\e8c4"; }

.icon-shuffle:before { content: "\e8c5"; }

.icon-sidebar:before { content: "\e8c6"; }

.icon-skip-forward:before { content: "\e8c7"; }

.icon-slack:before { content: "\e8c8"; }

.icon-slash:before { content: "\e8c9"; }

.icon-smartphone:before { content: "\e8ca"; }

.icon-square:before { content: "\e8cb"; }

.icon-speaker:before { content: "\e8cc"; }

.icon-star:before { content: "\e8cd"; }

.icon-stop-circle:before { content: "\e8ce"; }

.icon-sun:before { content: "\e8cf"; }

.icon-sunrise:before { content: "\e8d0"; }

.icon-tablet:before { content: "\e8d1"; }

.icon-tag:before { content: "\e8d2"; }

.icon-sunset:before { content: "\e8d3"; }

.icon-target:before { content: "\e8d4"; }

.icon-thermometer:before { content: "\e8d5"; }

.icon-thumbs-up:before { content: "\e8d6"; }

.icon-thumbs-down:before { content: "\e8d7"; }

.icon-toggle-left:before { content: "\e8d8"; }

.icon-toggle-right:before { content: "\e8d9"; }

.icon-trash-2:before { content: "\e8da"; }

.icon-trash:before { content: "\e8db"; }

.icon-trending-up:before { content: "\e8dc"; }

.icon-trending-down:before { content: "\e8dd"; }

.icon-triangle:before { content: "\e8de"; }

.icon-type:before { content: "\e8df"; }

.icon-twitter:before { content: "\e8e0"; }

.icon-upload:before { content: "\e8e1"; }

.icon-umbrella:before { content: "\e8e2"; }

.icon-upload-cloud:before { content: "\e8e3"; }

.icon-unlock:before { content: "\e8e4"; }

.icon-user-check:before { content: "\e8e5"; }

.icon-user-minus:before { content: "\e8e6"; }

.icon-user-plus:before { content: "\e8e7"; }

.icon-user-x:before { content: "\e8e8"; }

.icon-user:before { content: "\e8e9"; }

.icon-users:before { content: "\e8ea"; }

.icon-video-off:before { content: "\e8eb"; }

.icon-video:before { content: "\e8ec"; }

.icon-voicemail:before { content: "\e8ed"; }

.icon-volume-x:before { content: "\e8ee"; }

.icon-volume-2:before { content: "\e8ef"; }

.icon-volume-1:before { content: "\e8f0"; }

.icon-volume:before { content: "\e8f1"; }

.icon-watch:before { content: "\e8f2"; }

.icon-wifi:before { content: "\e8f3"; }

.icon-x-square:before { content: "\e8f4"; }

.icon-wind:before { content: "\e8f5"; }

.icon-x:before { content: "\e8f6"; }

.icon-x-circle:before { content: "\e8f7"; }

.icon-zap:before { content: "\e8f8"; }

.icon-zoom-in:before { content: "\e8f9"; }

.icon-zoom-out:before { content: "\e8fa"; }

.icon-command:before { content: "\e8fb"; }

.icon-cloud:before { content: "\e8fc"; }

.icon-hash:before { content: "\e8fd"; }

.icon-headphones:before { content: "\e8fe"; }

.icon-underline:before { content: "\e8ff"; }

.icon-italic:before { content: "\e900"; }

.icon-bold:before { content: "\e901"; }

.icon-crop:before { content: "\e902"; }

.icon-help-circle:before { content: "\e903"; }

.icon-paperclip:before { content: "\e904"; }

.icon-shopping-cart:before { content: "\e905"; }

.icon-tv:before { content: "\e906"; }

.icon-wifi-off:before { content: "\e907"; }

.icon-minimize:before { content: "\e88d"; }

.icon-maximize:before { content: "\e908"; }

.icon-gitlab:before { content: "\e909"; }

.icon-sliders:before { content: "\e90a"; }

.icon-star-on:before { content: "\e90b"; }

.icon-heart-on:before { content: "\e90c"; }
