@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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: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-viho-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-viho-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: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup: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; }

/**
 * @package IcoFont by ThemeHunt - https://themehunt.com
 * @version 1.0.0 Beta
 * @author IcoFont http://icofont.com
 * @copyright Copyright (c) 2018 IcoFont
 * @license - http://icofont.com/license/
*/
@font-face {
  font-family: 'icofont';
  src: url("../fonts/ico/icofont.eot?v=1.0.0-beta");
  src: url("../fonts/ico/icofont.eot?v=1.0.0-beta#iefix") format("embedded-opentype"), url("../fonts/ico/icofont.ttf?v=1.0.0-beta") format("truetype"), url("../fonts/ico/icofont.woff?v=1.0.0-beta") format("woff"), url("../fonts/ico/icofont.svg?v=1.0.0-beta#icofont") format("svg");
  font-weight: normal;
  font-style: normal; }

.icofont {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icofont-angry-monster:before {
  content: "\e901"; }

.icofont-bathtub:before {
  content: "\e902"; }

.icofont-bird-wings:before {
  content: "\e903"; }

.icofont-bow:before {
  content: "\e904"; }

.icofont-brain-alt:before {
  content: "\e905"; }

.icofont-butterfly-alt:before {
  content: "\e906"; }

.icofont-castle:before {
  content: "\e907"; }

.icofont-circuit:before {
  content: "\e908"; }

.icofont-dart:before {
  content: "\e909"; }

.icofont-dice-alt:before {
  content: "\e90a"; }

.icofont-disability-race:before {
  content: "\e90b"; }

.icofont-diving-goggle:before {
  content: "\e90c"; }

.icofont-fire-alt:before {
  content: "\e90d"; }

.icofont-flame-torch:before {
  content: "\e90e"; }

.icofont-flora-flower:before {
  content: "\e90f"; }

.icofont-flora:before {
  content: "\e910"; }

.icofont-gift-box:before {
  content: "\e911"; }

.icofont-halloween-pumpkin:before {
  content: "\e912"; }

.icofont-hand-power:before {
  content: "\e913"; }

.icofont-hand-thunder:before {
  content: "\e914"; }

.icofont-king-crown:before {
  content: "\e915"; }

.icofont-king-monster:before {
  content: "\e916"; }

.icofont-love:before {
  content: "\e917"; }

.icofont-magician-hat:before {
  content: "\e918"; }

.icofont-native-american:before {
  content: "\e919"; }

.icofont-open-eye:before {
  content: "\e91a"; }

.icofont-owl-look:before {
  content: "\e91b"; }

.icofont-phoenix:before {
  content: "\e91c"; }

.icofont-queen-crown:before {
  content: "\e91d"; }

.icofont-robot-face:before {
  content: "\e91e"; }

.icofont-sand-clock:before {
  content: "\e91f"; }

.icofont-shield-alt:before {
  content: "\e920"; }

.icofont-ship-wheel:before {
  content: "\e921"; }

.icofont-skull-danger:before {
  content: "\e922"; }

.icofont-skull-face:before {
  content: "\e923"; }

.icofont-snail:before {
  content: "\e924"; }

.icofont-snow-alt:before {
  content: "\e925"; }

.icofont-snow-flake:before {
  content: "\e926"; }

.icofont-snowmobile:before {
  content: "\e927"; }

.icofont-space-shuttle:before {
  content: "\e928"; }

.icofont-star-shape:before {
  content: "\e929"; }

.icofont-swirl:before {
  content: "\e92a"; }

.icofont-tattoo-wing:before {
  content: "\e92b"; }

.icofont-throne:before {
  content: "\e92c"; }

.icofont-touch:before {
  content: "\e92d"; }

.icofont-tree-alt:before {
  content: "\e92e"; }

.icofont-triangle:before {
  content: "\e92f"; }

.icofont-unity-hand:before {
  content: "\e930"; }

.icofont-weed:before {
  content: "\e931"; }

.icofont-woman-bird:before {
  content: "\e932"; }

.icofont-animal-bat:before {
  content: "\e933"; }

.icofont-animal-bear-tracks:before {
  content: "\e934"; }

.icofont-animal-bear:before {
  content: "\e935"; }

.icofont-animal-bird-alt:before {
  content: "\e936"; }

.icofont-animal-bird:before {
  content: "\e937"; }

.icofont-animal-bone:before {
  content: "\e938"; }

.icofont-animal-bull:before {
  content: "\e939"; }

.icofont-animal-camel-alt:before {
  content: "\e93a"; }

.icofont-animal-camel-head:before {
  content: "\e93b"; }

.icofont-animal-camel:before {
  content: "\e93c"; }

.icofont-animal-cat-alt-1:before {
  content: "\e93d"; }

.icofont-animal-cat-alt-2:before {
  content: "\e93e"; }

.icofont-animal-cat-alt-3:before {
  content: "\e93f"; }

.icofont-animal-cat-alt-4:before {
  content: "\e940"; }

.icofont-animal-cat-with-dog:before {
  content: "\e941"; }

.icofont-animal-cat:before {
  content: "\e942"; }

.icofont-animal-cow-head:before {
  content: "\e943"; }

.icofont-animal-cow:before {
  content: "\e944"; }

.icofont-animal-crab:before {
  content: "\e945"; }

.icofont-animal-crocodile:before {
  content: "\e946"; }

.icofont-animal-deer-head:before {
  content: "\e947"; }

.icofont-animal-dog-alt:before {
  content: "\e948"; }

.icofont-animal-dog-barking:before {
  content: "\e949"; }

.icofont-animal-dog:before {
  content: "\e94a"; }

.icofont-animal-dolphin:before {
  content: "\e94b"; }

.icofont-animal-duck-tracks:before {
  content: "\e94c"; }

.icofont-animal-eagle-head:before {
  content: "\e94d"; }

.icofont-animal-eaten-fish:before {
  content: "\e94e"; }

.icofont-animal-elephant-alt:before {
  content: "\e94f"; }

.icofont-animal-elephant-head-alt:before {
  content: "\e950"; }

.icofont-animal-elephant-head:before {
  content: "\e951"; }

.icofont-animal-elephant:before {
  content: "\e952"; }

.icofont-animal-elk:before {
  content: "\e953"; }

.icofont-animal-fish-alt-1:before {
  content: "\e954"; }

.icofont-animal-fish-alt-2:before {
  content: "\e955"; }

.icofont-animal-fish-alt-3:before {
  content: "\e956"; }

.icofont-animal-fish-alt-4:before {
  content: "\e957"; }

.icofont-animal-fish:before {
  content: "\e958"; }

.icofont-animal-fox-alt:before {
  content: "\e959"; }

.icofont-animal-fox:before {
  content: "\e95a"; }

.icofont-animal-frog-tracks:before {
  content: "\e95b"; }

.icofont-animal-frog:before {
  content: "\e95c"; }

.icofont-animal-froggy:before {
  content: "\e95d"; }

.icofont-animal-giraffe-alt:before {
  content: "\e95e"; }

.icofont-animal-giraffe:before {
  content: "\e95f"; }

.icofont-animal-goat-head-alt-1:before {
  content: "\e960"; }

.icofont-animal-goat-head-alt-2:before {
  content: "\e961"; }

.icofont-animal-goat-head:before {
  content: "\e962"; }

.icofont-animal-gorilla:before {
  content: "\e963"; }

.icofont-animal-hen-tracks:before {
  content: "\e964"; }

.icofont-animal-horse-head-alt-1:before {
  content: "\e965"; }

.icofont-animal-horse-head-alt-2:before {
  content: "\e966"; }

.icofont-animal-horse-head:before {
  content: "\e967"; }

.icofont-animal-horse-tracks:before {
  content: "\e968"; }

.icofont-animal-jellyfish:before {
  content: "\e969"; }

.icofont-animal-kangaroo:before {
  content: "\e96a"; }

.icofont-animal-lemur:before {
  content: "\e96b"; }

.icofont-animal-lion-alt:before {
  content: "\e96c"; }

.icofont-animal-lion-head-alt:before {
  content: "\e96d"; }

.icofont-animal-lion-head:before {
  content: "\e96e"; }

.icofont-animal-lion:before {
  content: "\e96f"; }

.icofont-animal-monkey-alt-1:before {
  content: "\e970"; }

.icofont-animal-monkey-alt-2:before {
  content: "\e971"; }

.icofont-animal-monkey-alt-3:before {
  content: "\e972"; }

.icofont-animal-monkey:before {
  content: "\e973"; }

.icofont-animal-octopus-alt:before {
  content: "\e974"; }

.icofont-animal-octopus:before {
  content: "\e975"; }

.icofont-animal-owl:before {
  content: "\e976"; }

.icofont-animal-panda-alt:before {
  content: "\e977"; }

.icofont-animal-panda:before {
  content: "\e978"; }

.icofont-animal-panther:before {
  content: "\e979"; }

.icofont-animal-parrot-lip:before {
  content: "\e97a"; }

.icofont-animal-parrot:before {
  content: "\e97b"; }

.icofont-animal-paw:before {
  content: "\e97c"; }

.icofont-animal-pelican:before {
  content: "\e97d"; }

.icofont-animal-penguin:before {
  content: "\e97e"; }

.icofont-animal-pig-alt:before {
  content: "\e97f"; }

.icofont-animal-pig:before {
  content: "\e980"; }

.icofont-animal-pigeon-alt:before {
  content: "\e981"; }

.icofont-animal-pigeon:before {
  content: "\e982"; }

.icofont-animal-pigeons:before {
  content: "\e983"; }

.icofont-animal-rabbit-running:before {
  content: "\e984"; }

.icofont-animal-rat-alt:before {
  content: "\e985"; }

.icofont-animal-rhino-head:before {
  content: "\e986"; }

.icofont-animal-rhino:before {
  content: "\e987"; }

.icofont-animal-rooster:before {
  content: "\e988"; }

.icofont-animal-seahorse:before {
  content: "\e989"; }

.icofont-animal-seal:before {
  content: "\e98a"; }

.icofont-animal-shrimp:before {
  content: "\e98b"; }

.icofont-animal-snail-alt-1:before {
  content: "\e98c"; }

.icofont-animal-snail-alt-2:before {
  content: "\e98d"; }

.icofont-animal-snail:before {
  content: "\e98e"; }

.icofont-animal-snake:before {
  content: "\e98f"; }

.icofont-animal-squid:before {
  content: "\e990"; }

.icofont-animal-squirrel:before {
  content: "\e991"; }

.icofont-animal-tiger-alt:before {
  content: "\e992"; }

.icofont-animal-tiger:before {
  content: "\e993"; }

.icofont-animal-turtle:before {
  content: "\e994"; }

.icofont-animal-whale:before {
  content: "\e995"; }

.icofont-animal-woodpecker:before {
  content: "\e996"; }

.icofont-animal-zebra:before {
  content: "\e997"; }

.icofont-brand-acer:before {
  content: "\e998"; }

.icofont-brand-adidas:before {
  content: "\e999"; }

.icofont-brand-adobe:before {
  content: "\e99a"; }

.icofont-brand-air-new-zealand:before {
  content: "\e99b"; }

.icofont-brand-airbnb:before {
  content: "\e99c"; }

.icofont-brand-aircell:before {
  content: "\e99d"; }

.icofont-brand-airtel:before {
  content: "\e99e"; }

.icofont-brand-alcatel:before {
  content: "\e99f"; }

.icofont-brand-alibaba:before {
  content: "\e9a0"; }

.icofont-brand-aliexpress:before {
  content: "\e9a1"; }

.icofont-brand-alipay:before {
  content: "\e9a2"; }

.icofont-brand-amazon:before {
  content: "\e9a3"; }

.icofont-brand-amd:before {
  content: "\e9a4"; }

.icofont-brand-american-airlines:before {
  content: "\e9a5"; }

.icofont-brand-android-robot:before {
  content: "\e9a6"; }

.icofont-brand-android:before {
  content: "\e9a7"; }

.icofont-brand-aol:before {
  content: "\e9a8"; }

.icofont-brand-apple:before {
  content: "\e9a9"; }

.icofont-brand-appstore:before {
  content: "\e9aa"; }

.icofont-brand-asus:before {
  content: "\e9ab"; }

.icofont-brand-ati:before {
  content: "\e9ac"; }

.icofont-brand-att:before {
  content: "\e9ad"; }

.icofont-brand-audi:before {
  content: "\e9ae"; }

.icofont-brand-axiata:before {
  content: "\e9af"; }

.icofont-brand-bada:before {
  content: "\e9b0"; }

.icofont-brand-bbc:before {
  content: "\e9b1"; }

.icofont-brand-bing:before {
  content: "\e9b2"; }

.icofont-brand-blackberry:before {
  content: "\e9b3"; }

.icofont-brand-bmw:before {
  content: "\e9b4"; }

.icofont-brand-box:before {
  content: "\e9b5"; }

.icofont-brand-burger-king:before {
  content: "\e9b6"; }

.icofont-brand-business-insider:before {
  content: "\e9b7"; }

.icofont-brand-buzzfeed:before {
  content: "\e9b8"; }

.icofont-brand-cannon:before {
  content: "\e9b9"; }

.icofont-brand-casio:before {
  content: "\e9ba"; }

.icofont-brand-china-mobile:before {
  content: "\e9bb"; }

.icofont-brand-china-telecom:before {
  content: "\e9bc"; }

.icofont-brand-china-unicom:before {
  content: "\e9bd"; }

.icofont-brand-cisco:before {
  content: "\e9be"; }

.icofont-brand-citibank:before {
  content: "\e9bf"; }

.icofont-brand-cnet:before {
  content: "\e9c0"; }

.icofont-brand-cnn:before {
  content: "\e9c1"; }

.icofont-brand-cocal-cola:before {
  content: "\e9c2"; }

.icofont-brand-compaq:before {
  content: "\e9c3"; }

.icofont-brand-copy:before {
  content: "\e9c4"; }

.icofont-brand-debian:before {
  content: "\e9c5"; }

.icofont-brand-delicious:before {
  content: "\e9c6"; }

.icofont-brand-dell:before {
  content: "\e9c7"; }

.icofont-brand-designbump:before {
  content: "\e9c8"; }

.icofont-brand-designfloat:before {
  content: "\e9c9"; }

.icofont-brand-disney:before {
  content: "\e9ca"; }

.icofont-brand-dodge:before {
  content: "\e9cb"; }

.icofont-brand-dove:before {
  content: "\e9cc"; }

.icofont-brand-ebay:before {
  content: "\e9cd"; }

.icofont-brand-eleven:before {
  content: "\e9ce"; }

.icofont-brand-emirates:before {
  content: "\e9cf"; }

.icofont-brand-espn:before {
  content: "\e9d0"; }

.icofont-brand-etihad-airways:before {
  content: "\e9d1"; }

.icofont-brand-etisalat:before {
  content: "\e9d2"; }

.icofont-brand-etsy:before {
  content: "\e9d3"; }

.icofont-brand-facebook:before {
  content: "\e9d4"; }

.icofont-brand-fastrack:before {
  content: "\e9d5"; }

.icofont-brand-fedex:before {
  content: "\e9d6"; }

.icofont-brand-ferrari:before {
  content: "\e9d7"; }

.icofont-brand-fitbit:before {
  content: "\e9d8"; }

.icofont-brand-flikr:before {
  content: "\e9d9"; }

.icofont-brand-forbes:before {
  content: "\e9da"; }

.icofont-brand-foursquare:before {
  content: "\e9db"; }

.icofont-brand-fox:before {
  content: "\e9dc"; }

.icofont-brand-foxconn:before {
  content: "\e9dd"; }

.icofont-brand-fujitsu:before {
  content: "\e9de"; }

.icofont-brand-general-electric:before {
  content: "\e9df"; }

.icofont-brand-gillette:before {
  content: "\e9e0"; }

.icofont-brand-gizmodo:before {
  content: "\e9e1"; }

.icofont-brand-gnome:before {
  content: "\e9e2"; }

.icofont-brand-google:before {
  content: "\e9e3"; }

.icofont-brand-gopro:before {
  content: "\e9e4"; }

.icofont-brand-gucci:before {
  content: "\e9e5"; }

.icofont-brand-hallmark:before {
  content: "\e9e6"; }

.icofont-brand-hi5:before {
  content: "\e9e7"; }

.icofont-brand-honda:before {
  content: "\e9e8"; }

.icofont-brand-hp:before {
  content: "\e9e9"; }

.icofont-brand-hsbc:before {
  content: "\e9ea"; }

.icofont-brand-htc:before {
  content: "\e9eb"; }

.icofont-brand-huawei:before {
  content: "\e9ec"; }

.icofont-brand-hulu:before {
  content: "\e9ed"; }

.icofont-brand-hyundai:before {
  content: "\e9ee"; }

.icofont-brand-ibm:before {
  content: "\e9ef"; }

.icofont-brand-icofont:before {
  content: "\e9f0"; }

.icofont-brand-icq:before {
  content: "\e9f1"; }

.icofont-brand-ikea:before {
  content: "\e9f2"; }

.icofont-brand-imdb:before {
  content: "\e9f3"; }

.icofont-brand-indiegogo:before {
  content: "\e9f4"; }

.icofont-brand-intel:before {
  content: "\e9f5"; }

.icofont-brand-ipair:before {
  content: "\e9f6"; }

.icofont-brand-jaguar:before {
  content: "\e9f7"; }

.icofont-brand-java:before {
  content: "\e9f8"; }

.icofont-brand-joomshaper:before {
  content: "\e9f9"; }

.icofont-brand-kickstarter:before {
  content: "\e9fa"; }

.icofont-brand-kik:before {
  content: "\e9fb"; }

.icofont-brand-lastfm:before {
  content: "\e9fc"; }

.icofont-brand-lego:before {
  content: "\e9fd"; }

.icofont-brand-lenovo:before {
  content: "\e9fe"; }

.icofont-brand-levis:before {
  content: "\e9ff"; }

.icofont-brand-lexus:before {
  content: "\ea00"; }

.icofont-brand-lg:before {
  content: "\ea01"; }

.icofont-brand-life-hacker:before {
  content: "\ea02"; }

.icofont-brand-line-messenger:before {
  content: "\ea03"; }

.icofont-brand-linkedin:before {
  content: "\ea04"; }

.icofont-brand-linux-mint:before {
  content: "\ea05"; }

.icofont-brand-linux:before {
  content: "\ea06"; }

.icofont-brand-lionix:before {
  content: "\ea07"; }

.icofont-brand-live-messenger:before {
  content: "\ea08"; }

.icofont-brand-loreal:before {
  content: "\ea09"; }

.icofont-brand-louis-vuitton:before {
  content: "\ea0a"; }

.icofont-brand-mac-os:before {
  content: "\ea0b"; }

.icofont-brand-marvel-app:before {
  content: "\ea0c"; }

.icofont-brand-mashable:before {
  content: "\ea0d"; }

.icofont-brand-mazda:before {
  content: "\ea0e"; }

.icofont-brand-mcdonals:before {
  content: "\ea0f"; }

.icofont-brand-mercedes:before {
  content: "\ea10"; }

.icofont-brand-micromax:before {
  content: "\ea11"; }

.icofont-brand-microsoft:before {
  content: "\ea12"; }

.icofont-brand-mobileme:before {
  content: "\ea13"; }

.icofont-brand-mobily:before {
  content: "\ea14"; }

.icofont-brand-motorola:before {
  content: "\ea15"; }

.icofont-brand-msi:before {
  content: "\ea16"; }

.icofont-brand-mts:before {
  content: "\ea17"; }

.icofont-brand-myspace:before {
  content: "\ea18"; }

.icofont-brand-mytv:before {
  content: "\ea19"; }

.icofont-brand-nasa:before {
  content: "\ea1a"; }

.icofont-brand-natgeo:before {
  content: "\ea1b"; }

.icofont-brand-nbc:before {
  content: "\ea1c"; }

.icofont-brand-nescafe:before {
  content: "\ea1d"; }

.icofont-brand-nestle:before {
  content: "\ea1e"; }

.icofont-brand-netflix:before {
  content: "\ea1f"; }

.icofont-brand-nexus:before {
  content: "\ea20"; }

.icofont-brand-nike:before {
  content: "\ea21"; }

.icofont-brand-nokia:before {
  content: "\ea22"; }

.icofont-brand-nvidia:before {
  content: "\ea23"; }

.icofont-brand-omega:before {
  content: "\ea24"; }

.icofont-brand-opensuse:before {
  content: "\ea25"; }

.icofont-brand-oracle:before {
  content: "\ea26"; }

.icofont-brand-panasonic:before {
  content: "\ea27"; }

.icofont-brand-paypal:before {
  content: "\ea28"; }

.icofont-brand-pepsi:before {
  content: "\ea29"; }

.icofont-brand-philips:before {
  content: "\ea2a"; }

.icofont-brand-pizza-hut:before {
  content: "\ea2b"; }

.icofont-brand-playstation:before {
  content: "\ea2c"; }

.icofont-brand-puma:before {
  content: "\ea2d"; }

.icofont-brand-qatar-air:before {
  content: "\ea2e"; }

.icofont-brand-qvc:before {
  content: "\ea2f"; }

.icofont-brand-readernaut:before {
  content: "\ea30"; }

.icofont-brand-redbull:before {
  content: "\ea31"; }

.icofont-brand-reebok:before {
  content: "\ea32"; }

.icofont-brand-reuters:before {
  content: "\ea33"; }

.icofont-brand-samsung:before {
  content: "\ea34"; }

.icofont-brand-sap:before {
  content: "\ea35"; }

.icofont-brand-saudia-airlines:before {
  content: "\ea36"; }

.icofont-brand-scribd:before {
  content: "\ea37"; }

.icofont-brand-shell:before {
  content: "\ea38"; }

.icofont-brand-siemens:before {
  content: "\ea39"; }

.icofont-brand-sk-telecom:before {
  content: "\ea3a"; }

.icofont-brand-slideshare:before {
  content: "\ea3b"; }

.icofont-brand-smashing-magazine:before {
  content: "\ea3c"; }

.icofont-brand-snapchat:before {
  content: "\ea3d"; }

.icofont-brand-sony-ericsson:before {
  content: "\ea3e"; }

.icofont-brand-sony:before {
  content: "\ea3f"; }

.icofont-brand-soundcloud:before {
  content: "\ea40"; }

.icofont-brand-sprint:before {
  content: "\ea41"; }

.icofont-brand-squidoo:before {
  content: "\ea42"; }

.icofont-brand-starbucks:before {
  content: "\ea43"; }

.icofont-brand-stc:before {
  content: "\ea44"; }

.icofont-brand-steam:before {
  content: "\ea45"; }

.icofont-brand-suzuki:before {
  content: "\ea46"; }

.icofont-brand-symbian:before {
  content: "\ea47"; }

.icofont-brand-t-mobile:before {
  content: "\ea48"; }

.icofont-brand-tango:before {
  content: "\ea49"; }

.icofont-brand-target:before {
  content: "\ea4a"; }

.icofont-brand-tata-indicom:before {
  content: "\ea4b"; }

.icofont-brand-techcrunch:before {
  content: "\ea4c"; }

.icofont-brand-telenor:before {
  content: "\ea4d"; }

.icofont-brand-teliasonera:before {
  content: "\ea4e"; }

.icofont-brand-tesla:before {
  content: "\ea4f"; }

.icofont-brand-the-verge:before {
  content: "\ea50"; }

.icofont-brand-thenextweb:before {
  content: "\ea51"; }

.icofont-brand-toshiba:before {
  content: "\ea52"; }

.icofont-brand-toyota:before {
  content: "\ea53"; }

.icofont-brand-tribenet:before {
  content: "\ea54"; }

.icofont-brand-ubuntu:before {
  content: "\ea55"; }

.icofont-brand-unilever:before {
  content: "\ea56"; }

.icofont-brand-vaio:before {
  content: "\ea57"; }

.icofont-brand-verizon:before {
  content: "\ea58"; }

.icofont-brand-viber:before {
  content: "\ea59"; }

.icofont-brand-vodafone:before {
  content: "\ea5a"; }

.icofont-brand-volkswagen:before {
  content: "\ea5b"; }

.icofont-brand-walmart:before {
  content: "\ea5c"; }

.icofont-brand-warnerbros:before {
  content: "\ea5d"; }

.icofont-brand-whatsapp:before {
  content: "\ea5e"; }

.icofont-brand-wikipedia:before {
  content: "\ea5f"; }

.icofont-brand-windows:before {
  content: "\ea60"; }

.icofont-brand-wire:before {
  content: "\ea61"; }

.icofont-brand-yahoobuzz:before {
  content: "\ea62"; }

.icofont-brand-yamaha:before {
  content: "\ea63"; }

.icofont-brand-youtube:before {
  content: "\ea64"; }

.icofont-brand-zain:before {
  content: "\ea65"; }

.icofont-bank-alt:before {
  content: "\ea66"; }

.icofont-barcode:before {
  content: "\ea67"; }

.icofont-basket:before {
  content: "\ea68"; }

.icofont-bill-alt:before {
  content: "\ea69"; }

.icofont-billboard:before {
  content: "\ea6a"; }

.icofont-briefcase-alt-1:before {
  content: "\ea6b"; }

.icofont-briefcase-alt-2:before {
  content: "\ea6c"; }

.icofont-building-alt:before {
  content: "\ea6d"; }

.icofont-businessman:before {
  content: "\ea6e"; }

.icofont-businesswoman:before {
  content: "\ea6f"; }

.icofont-cart-alt:before {
  content: "\ea70"; }

.icofont-chair:before {
  content: "\ea71"; }

.icofont-clip:before {
  content: "\ea72"; }

.icofont-coins:before {
  content: "\ea73"; }

.icofont-company:before {
  content: "\ea74"; }

.icofont-contact-add:before {
  content: "\ea75"; }

.icofont-deal:before {
  content: "\ea76"; }

.icofont-files:before {
  content: "\ea77"; }

.icofont-growth:before {
  content: "\ea78"; }

.icofont-id-card:before {
  content: "\ea79"; }

.icofont-idea:before {
  content: "\ea7a"; }

.icofont-list:before {
  content: "\ea7b"; }

.icofont-meeting-add:before {
  content: "\ea7c"; }

.icofont-money-bag:before {
  content: "\ea7d"; }

.icofont-people:before {
  content: "\ea7e"; }

.icofont-pie-chart:before {
  content: "\ea7f"; }

.icofont-presentation-alt:before {
  content: "\ea80"; }

.icofont-stamp:before {
  content: "\ea81"; }

.icofont-stock-mobile:before {
  content: "\ea82"; }

.icofont-support:before {
  content: "\ea83"; }

.icofont-tasks-alt:before {
  content: "\ea84"; }

.icofont-wheel:before {
  content: "\ea85"; }

.icofont-chart-arrows-axis:before {
  content: "\ea86"; }

.icofont-chart-bar-graph:before {
  content: "\ea87"; }

.icofont-chart-flow-alt-1:before {
  content: "\ea88"; }

.icofont-chart-flow-alt-2:before {
  content: "\ea89"; }

.icofont-chart-flow:before {
  content: "\ea8a"; }

.icofont-chart-histogram-alt:before {
  content: "\ea8b"; }

.icofont-chart-histogram:before {
  content: "\ea8c"; }

.icofont-chart-line-alt:before {
  content: "\ea8d"; }

.icofont-chart-line:before {
  content: "\ea8e"; }

.icofont-chart-pie-alt:before {
  content: "\ea8f"; }

.icofont-chart-pie:before {
  content: "\ea90"; }

.icofont-chart-radar-graph:before {
  content: "\ea91"; }

.icofont-cur-afghani-false:before {
  content: "\ea92"; }

.icofont-cur-afghani-minus:before {
  content: "\ea93"; }

.icofont-cur-afghani-plus:before {
  content: "\ea94"; }

.icofont-cur-afghani-true:before {
  content: "\ea95"; }

.icofont-cur-afghani:before {
  content: "\ea96"; }

.icofont-cur-baht-false:before {
  content: "\ea97"; }

.icofont-cur-baht-minus:before {
  content: "\ea98"; }

.icofont-cur-baht-plus:before {
  content: "\ea99"; }

.icofont-cur-baht-true:before {
  content: "\ea9a"; }

.icofont-cur-baht:before {
  content: "\ea9b"; }

.icofont-cur-bitcoin-false:before {
  content: "\ea9c"; }

.icofont-cur-bitcoin-minus:before {
  content: "\ea9d"; }

.icofont-cur-bitcoin-plus:before {
  content: "\ea9e"; }

.icofont-cur-bitcoin-true:before {
  content: "\ea9f"; }

.icofont-cur-bitcoin:before {
  content: "\eaa0"; }

.icofont-cur-dollar-flase:before {
  content: "\eaa1"; }

.icofont-cur-dollar-minus:before {
  content: "\eaa2"; }

.icofont-cur-dollar-plus:before {
  content: "\eaa3"; }

.icofont-cur-dollar-true:before {
  content: "\eaa4"; }

.icofont-cur-dollar:before {
  content: "\eaa5"; }

.icofont-cur-dong-false:before {
  content: "\eaa6"; }

.icofont-cur-dong-minus:before {
  content: "\eaa7"; }

.icofont-cur-dong-plus:before {
  content: "\eaa8"; }

.icofont-cur-dong-true:before {
  content: "\eaa9"; }

.icofont-cur-dong:before {
  content: "\eaaa"; }

.icofont-cur-euro-false:before {
  content: "\eaab"; }

.icofont-cur-euro-minus:before {
  content: "\eaac"; }

.icofont-cur-euro-plus:before {
  content: "\eaad"; }

.icofont-cur-euro-true:before {
  content: "\eaae"; }

.icofont-cur-euro:before {
  content: "\eaaf"; }

.icofont-cur-frank-false:before {
  content: "\eab0"; }

.icofont-cur-frank-minus:before {
  content: "\eab1"; }

.icofont-cur-frank-plus:before {
  content: "\eab2"; }

.icofont-cur-frank-true:before {
  content: "\eab3"; }

.icofont-cur-frank:before {
  content: "\eab4"; }

.icofont-cur-hryvnia-false:before {
  content: "\eab5"; }

.icofont-cur-hryvnia-minus:before {
  content: "\eab6"; }

.icofont-cur-hryvnia-plus:before {
  content: "\eab7"; }

.icofont-cur-hryvnia-true:before {
  content: "\eab8"; }

.icofont-cur-hryvnia:before {
  content: "\eab9"; }

.icofont-cur-lira-false:before {
  content: "\eaba"; }

.icofont-cur-lira-minus:before {
  content: "\eabb"; }

.icofont-cur-lira-plus:before {
  content: "\eabc"; }

.icofont-cur-lira-true:before {
  content: "\eabd"; }

.icofont-cur-lira:before {
  content: "\eabe"; }

.icofont-cur-peseta-false:before {
  content: "\eabf"; }

.icofont-cur-peseta-minus:before {
  content: "\eac0"; }

.icofont-cur-peseta-plus:before {
  content: "\eac1"; }

.icofont-cur-peseta-true:before {
  content: "\eac2"; }

.icofont-cur-peseta:before {
  content: "\eac3"; }

.icofont-cur-peso-false:before {
  content: "\eac4"; }

.icofont-cur-peso-minus:before {
  content: "\eac5"; }

.icofont-cur-peso-plus:before {
  content: "\eac6"; }

.icofont-cur-peso-true:before {
  content: "\eac7"; }

.icofont-cur-peso:before {
  content: "\eac8"; }

.icofont-cur-pound-false:before {
  content: "\eac9"; }

.icofont-cur-pound-minus:before {
  content: "\eaca"; }

.icofont-cur-pound-plus:before {
  content: "\eacb"; }

.icofont-cur-pound-true:before {
  content: "\eacc"; }

.icofont-cur-pound:before {
  content: "\eacd"; }

.icofont-cur-renminbi-false:before {
  content: "\eace"; }

.icofont-cur-renminbi-minus:before {
  content: "\eacf"; }

.icofont-cur-renminbi-plus:before {
  content: "\ead0"; }

.icofont-cur-renminbi-true:before {
  content: "\ead1"; }

.icofont-cur-renminbi:before {
  content: "\ead2"; }

.icofont-cur-riyal-false:before {
  content: "\ead3"; }

.icofont-cur-riyal-minus:before {
  content: "\ead4"; }

.icofont-cur-riyal-plus:before {
  content: "\ead5"; }

.icofont-cur-riyal-true:before {
  content: "\ead6"; }

.icofont-cur-riyal:before {
  content: "\ead7"; }

.icofont-cur-rouble-false:before {
  content: "\ead8"; }

.icofont-cur-rouble-minus:before {
  content: "\ead9"; }

.icofont-cur-rouble-plus:before {
  content: "\eada"; }

.icofont-cur-rouble-true:before {
  content: "\eadb"; }

.icofont-cur-rouble:before {
  content: "\eadc"; }

.icofont-cur-rupee-false:before {
  content: "\eadd"; }

.icofont-cur-rupee-minus:before {
  content: "\eade"; }

.icofont-cur-rupee-plus:before {
  content: "\eadf"; }

.icofont-cur-rupee-true:before {
  content: "\eae0"; }

.icofont-cur-rupee:before {
  content: "\eae1"; }

.icofont-cur-taka-false:before {
  content: "\eae2"; }

.icofont-cur-taka-minus:before {
  content: "\eae3"; }

.icofont-cur-taka-plus:before {
  content: "\eae4"; }

.icofont-cur-taka-true:before {
  content: "\eae5"; }

.icofont-cur-taka:before {
  content: "\eae6"; }

.icofont-cur-turkish-lira-false:before {
  content: "\eae7"; }

.icofont-cur-turkish-lira-minus:before {
  content: "\eae8"; }

.icofont-cur-turkish-lira-plus:before {
  content: "\eae9"; }

.icofont-cur-turkish-lira-true:before {
  content: "\eaea"; }

.icofont-cur-turkish-lira:before {
  content: "\eaeb"; }

.icofont-cur-won-false:before {
  content: "\eaec"; }

.icofont-cur-won-minus:before {
  content: "\eaed"; }

.icofont-cur-won-plus:before {
  content: "\eaee"; }

.icofont-cur-won-true:before {
  content: "\eaef"; }

.icofont-cur-won:before {
  content: "\eaf0"; }

.icofont-cur-yen-false:before {
  content: "\eaf1"; }

.icofont-cur-yen-minus:before {
  content: "\eaf2"; }

.icofont-cur-yen-plus:before {
  content: "\eaf3"; }

.icofont-cur-yen-true:before {
  content: "\eaf4"; }

.icofont-cur-yen:before {
  content: "\eaf5"; }

.icofont-android-nexus:before {
  content: "\eaf6"; }

.icofont-android-tablet:before {
  content: "\eaf7"; }

.icofont-apple-watch:before {
  content: "\eaf8"; }

.icofont-drwaing-tablet:before {
  content: "\eaf9"; }

.icofont-earphone:before {
  content: "\eafa"; }

.icofont-flash-drive:before {
  content: "\eafb"; }

.icofont-game-control:before {
  content: "\eafc"; }

.icofont-headphone-alt:before {
  content: "\eafd"; }

.icofont-htc-one:before {
  content: "\eafe"; }

.icofont-imac:before {
  content: "\eaff"; }

.icofont-ipad-touch:before {
  content: "\eb00"; }

.icofont-iphone:before {
  content: "\eb01"; }

.icofont-ipod-nano:before {
  content: "\eb02"; }

.icofont-ipod-touch:before {
  content: "\eb03"; }

.icofont-keyboard-alt:before {
  content: "\eb04"; }

.icofont-keyboard-wireless:before {
  content: "\eb05"; }

.icofont-laptop-alt:before {
  content: "\eb06"; }

.icofont-macbook:before {
  content: "\eb07"; }

.icofont-magic-mouse:before {
  content: "\eb08"; }

.icofont-microphone-alt:before {
  content: "\eb09"; }

.icofont-monitor:before {
  content: "\eb0a"; }

.icofont-mouse:before {
  content: "\eb0b"; }

.icofont-nintendo:before {
  content: "\eb0c"; }

.icofont-playstation:before {
  content: "\eb0d"; }

.icofont-psvita:before {
  content: "\eb0e"; }

.icofont-radio-mic:before {
  content: "\eb0f"; }

.icofont-refrigerator:before {
  content: "\eb10"; }

.icofont-samsung-galaxy:before {
  content: "\eb11"; }

.icofont-surface-tablet:before {
  content: "\eb12"; }

.icofont-washing-machine:before {
  content: "\eb13"; }

.icofont-wifi-router:before {
  content: "\eb14"; }

.icofont-wii-u:before {
  content: "\eb15"; }

.icofont-windows-lumia:before {
  content: "\eb16"; }

.icofont-wireless-mouse:before {
  content: "\eb17"; }

.icofont-xbox-360:before {
  content: "\eb18"; }

.icofont-arrow-down:before {
  content: "\eb19"; }

.icofont-arrow-left:before {
  content: "\eb1a"; }

.icofont-arrow-right:before {
  content: "\eb1b"; }

.icofont-arrow-up:before {
  content: "\eb1c"; }

.icofont-block-down:before {
  content: "\eb1d"; }

.icofont-block-left:before {
  content: "\eb1e"; }

.icofont-block-right:before {
  content: "\eb1f"; }

.icofont-block-up:before {
  content: "\eb20"; }

.icofont-bubble-down:before {
  content: "\eb21"; }

.icofont-bubble-left:before {
  content: "\eb22"; }

.icofont-bubble-right:before {
  content: "\eb23"; }

.icofont-bubble-up:before {
  content: "\eb24"; }

.icofont-caret-down:before {
  content: "\eb25"; }

.icofont-caret-left:before {
  content: "\eb26"; }

.icofont-caret-right:before {
  content: "\eb27"; }

.icofont-caret-up:before {
  content: "\eb28"; }

.icofont-circled-down:before {
  content: "\eb29"; }

.icofont-circled-left:before {
  content: "\eb2a"; }

.icofont-circled-right:before {
  content: "\eb2b"; }

.icofont-circled-up:before {
  content: "\eb2c"; }

.icofont-collapse:before {
  content: "\eb2d"; }

.icofont-cursor-drag:before {
  content: "\eb2e"; }

.icofont-curved-double-left:before {
  content: "\eb2f"; }

.icofont-curved-double-right:before {
  content: "\eb30"; }

.icofont-curved-down:before {
  content: "\eb31"; }

.icofont-curved-left:before {
  content: "\eb32"; }

.icofont-curved-right:before {
  content: "\eb33"; }

.icofont-curved-up:before {
  content: "\eb34"; }

.icofont-dotted-down:before {
  content: "\eb35"; }

.icofont-dotted-left:before {
  content: "\eb36"; }

.icofont-dotted-right:before {
  content: "\eb37"; }

.icofont-dotted-up:before {
  content: "\eb38"; }

.icofont-double-left:before {
  content: "\eb39"; }

.icofont-double-right:before {
  content: "\eb3a"; }

.icofont-drag:before {
  content: "\eb3b"; }

.icofont-drag1:before {
  content: "\eb3c"; }

.icofont-drag2:before {
  content: "\eb3d"; }

.icofont-drag3:before {
  content: "\eb3e"; }

.icofont-expand-alt:before {
  content: "\eb3f"; }

.icofont-hand-down:before {
  content: "\eb40"; }

.icofont-hand-drag:before {
  content: "\eb41"; }

.icofont-hand-drag1:before {
  content: "\eb42"; }

.icofont-hand-drag2:before {
  content: "\eb43"; }

.icofont-hand-drawn-alt-down:before {
  content: "\eb44"; }

.icofont-hand-drawn-alt-left:before {
  content: "\eb45"; }

.icofont-hand-drawn-alt-right:before {
  content: "\eb46"; }

.icofont-hand-drawn-alt-up:before {
  content: "\eb47"; }

.icofont-hand-drawn-down:before {
  content: "\eb48"; }

.icofont-hand-drawn-left:before {
  content: "\eb49"; }

.icofont-hand-drawn-right:before {
  content: "\eb4a"; }

.icofont-hand-drawn-up:before {
  content: "\eb4b"; }

.icofont-hand-left:before {
  content: "\eb4c"; }

.icofont-hand-right:before {
  content: "\eb4d"; }

.icofont-hand-up:before {
  content: "\eb4e"; }

.icofont-line-block-down:before {
  content: "\eb4f"; }

.icofont-line-block-left:before {
  content: "\eb50"; }

.icofont-line-block-right:before {
  content: "\eb51"; }

.icofont-line-block-up:before {
  content: "\eb52"; }

.icofont-long-arrow-down:before {
  content: "\eb53"; }

.icofont-long-arrow-left:before {
  content: "\eb54"; }

.icofont-long-arrow-right:before {
  content: "\eb55"; }

.icofont-long-arrow-up:before {
  content: "\eb56"; }

.icofont-rounded-collapse:before {
  content: "\eb57"; }

.icofont-rounded-double-left:before {
  content: "\eb58"; }

.icofont-rounded-double-right:before {
  content: "\eb59"; }

.icofont-rounded-down:before {
  content: "\eb5a"; }

.icofont-rounded-expand:before {
  content: "\eb5b"; }

.icofont-rounded-left-down:before {
  content: "\eb5c"; }

.icofont-rounded-left-up:before {
  content: "\eb5d"; }

.icofont-rounded-left:before {
  content: "\eb5e"; }

.icofont-rounded-right-down:before {
  content: "\eb5f"; }

.icofont-rounded-right-up:before {
  content: "\eb60"; }

.icofont-rounded-right:before {
  content: "\eb61"; }

.icofont-rounded-up:before {
  content: "\eb62"; }

.icofont-scroll-bubble-down:before {
  content: "\eb63"; }

.icofont-scroll-bubble-left:before {
  content: "\eb64"; }

.icofont-scroll-bubble-right:before {
  content: "\eb65"; }

.icofont-scroll-bubble-up:before {
  content: "\eb66"; }

.icofont-scroll-double-down:before {
  content: "\eb67"; }

.icofont-scroll-double-left:before {
  content: "\eb68"; }

.icofont-scroll-double-right:before {
  content: "\eb69"; }

.icofont-scroll-double-up:before {
  content: "\eb6a"; }

.icofont-scroll-down:before {
  content: "\eb6b"; }

.icofont-scroll-left:before {
  content: "\eb6c"; }

.icofont-scroll-long-down:before {
  content: "\eb6d"; }

.icofont-scroll-long-left:before {
  content: "\eb6e"; }

.icofont-scroll-long-right:before {
  content: "\eb6f"; }

.icofont-scroll-long-up:before {
  content: "\eb70"; }

.icofont-scroll-right:before {
  content: "\eb71"; }

.icofont-scroll-up:before {
  content: "\eb72"; }

.icofont-simple-down:before {
  content: "\eb73"; }

.icofont-simple-left-down:before {
  content: "\eb74"; }

.icofont-simple-left-up:before {
  content: "\eb75"; }

.icofont-simple-left:before {
  content: "\eb76"; }

.icofont-simple-right-down:before {
  content: "\eb77"; }

.icofont-simple-right-up:before {
  content: "\eb78"; }

.icofont-simple-right:before {
  content: "\eb79"; }

.icofont-simple-up:before {
  content: "\eb7a"; }

.icofont-square-down:before {
  content: "\eb7b"; }

.icofont-square-left:before {
  content: "\eb7c"; }

.icofont-square-right:before {
  content: "\eb7d"; }

.icofont-square-up:before {
  content: "\eb7e"; }

.icofont-stylish-down:before {
  content: "\eb7f"; }

.icofont-stylish-left:before {
  content: "\eb80"; }

.icofont-stylish-right:before {
  content: "\eb81"; }

.icofont-stylish-up:before {
  content: "\eb82"; }

.icofont-swoosh-down:before {
  content: "\eb83"; }

.icofont-swoosh-left:before {
  content: "\eb84"; }

.icofont-swoosh-right:before {
  content: "\eb85"; }

.icofont-swoosh-up:before {
  content: "\eb86"; }

.icofont-thin-double-left:before {
  content: "\eb87"; }

.icofont-thin-double-right:before {
  content: "\eb88"; }

.icofont-thin-down:before {
  content: "\eb89"; }

.icofont-thin-left:before {
  content: "\eb8a"; }

.icofont-thin-right:before {
  content: "\eb8b"; }

.icofont-thin-up:before {
  content: "\eb8c"; }

.icofont-atom:before {
  content: "\eb8d"; }

.icofont-award:before {
  content: "\eb8e"; }

.icofont-bell-alt:before {
  content: "\eb8f"; }

.icofont-book-alt:before {
  content: "\eb90"; }

.icofont-brainstorming:before {
  content: "\eb91"; }

.icofont-certificate-alt-1:before {
  content: "\eb92"; }

.icofont-certificate-alt-2:before {
  content: "\eb93"; }

.icofont-dna-alt-2:before {
  content: "\eb94"; }

.icofont-education:before {
  content: "\eb95"; }

.icofont-electron:before {
  content: "\eb96"; }

.icofont-fountain-pen:before {
  content: "\eb97"; }

.icofont-globe-alt:before {
  content: "\eb98"; }

.icofont-graduate-alt:before {
  content: "\eb99"; }

.icofont-group-students:before {
  content: "\eb9a"; }

.icofont-hat-alt:before {
  content: "\eb9b"; }

.icofont-hat:before {
  content: "\eb9c"; }

.icofont-instrument:before {
  content: "\eb9d"; }

.icofont-lamp-light:before {
  content: "\eb9e"; }

.icofont-microscope-alt:before {
  content: "\eb9f"; }

.icofont-paper:before {
  content: "\eba0"; }

.icofont-pen-alt-4:before {
  content: "\eba1"; }

.icofont-pen-nib:before {
  content: "\eba2"; }

.icofont-pencil-alt-5:before {
  content: "\eba3"; }

.icofont-quill-pen:before {
  content: "\eba4"; }

.icofont-read-book-alt:before {
  content: "\eba5"; }

.icofont-read-book:before {
  content: "\eba6"; }

.icofont-school-bag:before {
  content: "\eba7"; }

.icofont-school-bus:before {
  content: "\eba8"; }

.icofont-student-alt:before {
  content: "\eba9"; }

.icofont-student:before {
  content: "\ebaa"; }

.icofont-teacher:before {
  content: "\ebab"; }

.icofont-test-bulb:before {
  content: "\ebac"; }

.icofont-test-tube-alt:before {
  content: "\ebad"; }

.icofont-university:before {
  content: "\ebae"; }

.icofont-emo-angry:before {
  content: "\ebaf"; }

.icofont-emo-astonished:before {
  content: "\ebb0"; }

.icofont-emo-confounded:before {
  content: "\ebb1"; }

.icofont-emo-confused:before {
  content: "\ebb2"; }

.icofont-emo-crying:before {
  content: "\ebb3"; }

.icofont-emo-dizzy:before {
  content: "\ebb4"; }

.icofont-emo-expressionless:before {
  content: "\ebb5"; }

.icofont-emo-heart-eyes:before {
  content: "\ebb6"; }

.icofont-emo-laughing:before {
  content: "\ebb7"; }

.icofont-emo-nerd-smile:before {
  content: "\ebb8"; }

.icofont-emo-open-mouth:before {
  content: "\ebb9"; }

.icofont-emo-rage:before {
  content: "\ebba"; }

.icofont-emo-rolling-eyes:before {
  content: "\ebbb"; }

.icofont-emo-sad:before {
  content: "\ebbc"; }

.icofont-emo-simple-smile:before {
  content: "\ebbd"; }

.icofont-emo-slightly-smile:before {
  content: "\ebbe"; }

.icofont-emo-smirk:before {
  content: "\ebbf"; }

.icofont-emo-stuck-out-tongue:before {
  content: "\ebc0"; }

.icofont-emo-wink-smile:before {
  content: "\ebc1"; }

.icofont-emo-worried:before {
  content: "\ebc2"; }

.icofont-architecture-alt:before {
  content: "\ebc3"; }

.icofont-architecture:before {
  content: "\ebc4"; }

.icofont-barricade:before {
  content: "\ebc5"; }

.icofont-bricks:before {
  content: "\ebc6"; }

.icofont-calculations:before {
  content: "\ebc7"; }

.icofont-cement-mix:before {
  content: "\ebc8"; }

.icofont-cement-mixer:before {
  content: "\ebc9"; }

.icofont-danger-zone:before {
  content: "\ebca"; }

.icofont-drill:before {
  content: "\ebcb"; }

.icofont-eco-energy:before {
  content: "\ebcc"; }

.icofont-eco-environmen:before {
  content: "\ebcd"; }

.icofont-energy-air:before {
  content: "\ebce"; }

.icofont-energy-oil:before {
  content: "\ebcf"; }

.icofont-energy-savings:before {
  content: "\ebd0"; }

.icofont-energy-solar:before {
  content: "\ebd1"; }

.icofont-energy-water:before {
  content: "\ebd2"; }

.icofont-engineer:before {
  content: "\ebd3"; }

.icofont-fire-extinguisher-alt:before {
  content: "\ebd4"; }

.icofont-fix-tools:before {
  content: "\ebd5"; }

.icofont-glue-oil:before {
  content: "\ebd6"; }

.icofont-hammer-alt:before {
  content: "\ebd7"; }

.icofont-help-robot:before {
  content: "\ebd8"; }

.icofont-industries-alt-1:before {
  content: "\ebd9"; }

.icofont-industries-alt-2:before {
  content: "\ebda"; }

.icofont-industries-alt-3:before {
  content: "\ebdb"; }

.icofont-industries-alt-4:before {
  content: "\ebdc"; }

.icofont-industries-alt-5:before {
  content: "\ebdd"; }

.icofont-industries:before {
  content: "\ebde"; }

.icofont-labour:before {
  content: "\ebdf"; }

.icofont-mining:before {
  content: "\ebe0"; }

.icofont-paint-brush:before {
  content: "\ebe1"; }

.icofont-pollution:before {
  content: "\ebe2"; }

.icofont-power-zone:before {
  content: "\ebe3"; }

.icofont-radio-active:before {
  content: "\ebe4"; }

.icofont-recycle-alt:before {
  content: "\ebe5"; }

.icofont-recycling-man:before {
  content: "\ebe6"; }

.icofont-safety-hat-light:before {
  content: "\ebe7"; }

.icofont-safety-hat:before {
  content: "\ebe8"; }

.icofont-saw:before {
  content: "\ebe9"; }

.icofont-screw-driver:before {
  content: "\ebea"; }

.icofont-settings-alt:before {
  content: "\ebeb"; }

.icofont-tools-alt-1:before {
  content: "\ebec"; }

.icofont-tools-alt-2:before {
  content: "\ebed"; }

.icofont-tools-bag:before {
  content: "\ebee"; }

.icofont-trolley:before {
  content: "\ebef"; }

.icofont-trowel:before {
  content: "\ebf0"; }

.icofont-under-construction-alt:before {
  content: "\ebf1"; }

.icofont-under-construction:before {
  content: "\ebf2"; }

.icofont-vehicle-cement:before {
  content: "\ebf3"; }

.icofont-vehicle-crane:before {
  content: "\ebf4"; }

.icofont-vehicle-delivery-van:before {
  content: "\ebf5"; }

.icofont-vehicle-dozer:before {
  content: "\ebf6"; }

.icofont-vehicle-excavator:before {
  content: "\ebf7"; }

.icofont-vehicle-trucktor:before {
  content: "\ebf8"; }

.icofont-vehicle-wrecking:before {
  content: "\ebf9"; }

.icofont-worker-group:before {
  content: "\ebfa"; }

.icofont-worker:before {
  content: "\ebfb"; }

.icofont-wrench:before {
  content: "\ebfc"; }

.icofont-file-audio:before {
  content: "\ebfd"; }

.icofont-file-avi-mp4:before {
  content: "\ebfe"; }

.icofont-file-bmp:before {
  content: "\ebff"; }

.icofont-file-code:before {
  content: "\ec00"; }

.icofont-file-css:before {
  content: "\ec01"; }

.icofont-file-document:before {
  content: "\ec02"; }

.icofont-file-eps:before {
  content: "\ec03"; }

.icofont-file-excel:before {
  content: "\ec04"; }

.icofont-file-exe:before {
  content: "\ec05"; }

.icofont-file-file:before {
  content: "\ec06"; }

.icofont-file-flv:before {
  content: "\ec07"; }

.icofont-file-gif:before {
  content: "\ec08"; }

.icofont-file-html5:before {
  content: "\ec09"; }

.icofont-file-image:before {
  content: "\ec0a"; }

.icofont-file-iso:before {
  content: "\ec0b"; }

.icofont-file-java:before {
  content: "\ec0c"; }

.icofont-file-javascript:before {
  content: "\ec0d"; }

.icofont-file-jpg:before {
  content: "\ec0e"; }

.icofont-file-midi:before {
  content: "\ec0f"; }

.icofont-file-mov:before {
  content: "\ec10"; }

.icofont-file-mp3:before {
  content: "\ec11"; }

.icofont-file-pdf:before {
  content: "\ec12"; }

.icofont-file-php:before {
  content: "\ec13"; }

.icofont-file-png:before {
  content: "\ec14"; }

.icofont-file-powerpoint:before {
  content: "\ec15"; }

.icofont-file-presentation:before {
  content: "\ec16"; }

.icofont-file-psb:before {
  content: "\ec17"; }

.icofont-file-psd:before {
  content: "\ec18"; }

.icofont-file-python:before {
  content: "\ec19"; }

.icofont-file-ruby:before {
  content: "\ec1a"; }

.icofont-file-spreadsheet:before {
  content: "\ec1b"; }

.icofont-file-sql:before {
  content: "\ec1c"; }

.icofont-file-svg:before {
  content: "\ec1d"; }

.icofont-file-text:before {
  content: "\ec1e"; }

.icofont-file-tiff:before {
  content: "\ec1f"; }

.icofont-file-video:before {
  content: "\ec20"; }

.icofont-file-wave:before {
  content: "\ec21"; }

.icofont-file-wmv:before {
  content: "\ec22"; }

.icofont-file-word:before {
  content: "\ec23"; }

.icofont-file-zip:before {
  content: "\ec24"; }

.icofont-apple:before {
  content: "\ec25"; }

.icofont-arabian-coffee:before {
  content: "\ec26"; }

.icofont-artichoke:before {
  content: "\ec27"; }

.icofont-asparagus:before {
  content: "\ec28"; }

.icofont-avocado:before {
  content: "\ec29"; }

.icofont-baby-food:before {
  content: "\ec2a"; }

.icofont-banana:before {
  content: "\ec2b"; }

.icofont-bbq:before {
  content: "\ec2c"; }

.icofont-beans:before {
  content: "\ec2d"; }

.icofont-beer:before {
  content: "\ec2e"; }

.icofont-bell-pepper-capsicum:before {
  content: "\ec2f"; }

.icofont-birthday-cake:before {
  content: "\ec30"; }

.icofont-bread:before {
  content: "\ec31"; }

.icofont-broccoli:before {
  content: "\ec32"; }

.icofont-burger:before {
  content: "\ec33"; }

.icofont-cabbage:before {
  content: "\ec34"; }

.icofont-carrot:before {
  content: "\ec35"; }

.icofont-cauli-flower:before {
  content: "\ec36"; }

.icofont-cheese:before {
  content: "\ec37"; }

.icofont-chef:before {
  content: "\ec38"; }

.icofont-cherry:before {
  content: "\ec39"; }

.icofont-chicken-fry:before {
  content: "\ec3a"; }

.icofont-chicken:before {
  content: "\ec3b"; }

.icofont-cocktail:before {
  content: "\ec3c"; }

.icofont-coconut:before {
  content: "\ec3d"; }

.icofont-coffee-alt:before {
  content: "\ec3e"; }

.icofont-coffee-mug:before {
  content: "\ec3f"; }

.icofont-coffee-pot:before {
  content: "\ec40"; }

.icofont-cola:before {
  content: "\ec41"; }

.icofont-corn:before {
  content: "\ec42"; }

.icofont-croissant:before {
  content: "\ec43"; }

.icofont-crop-plant:before {
  content: "\ec44"; }

.icofont-cucumber:before {
  content: "\ec45"; }

.icofont-cup-cake:before {
  content: "\ec46"; }

.icofont-dining-table:before {
  content: "\ec47"; }

.icofont-donut:before {
  content: "\ec48"; }

.icofont-egg-plant:before {
  content: "\ec49"; }

.icofont-egg-poached:before {
  content: "\ec4a"; }

.icofont-farmer:before {
  content: "\ec4b"; }

.icofont-farmer1:before {
  content: "\ec4c"; }

.icofont-fast-food:before {
  content: "\ec4d"; }

.icofont-fish:before {
  content: "\ec4e"; }

.icofont-food-basket:before {
  content: "\ec4f"; }

.icofont-food-cart:before {
  content: "\ec50"; }

.icofont-fork-and-knife:before {
  content: "\ec51"; }

.icofont-french-fries:before {
  content: "\ec52"; }

.icofont-fresh-juice:before {
  content: "\ec53"; }

.icofont-fruits:before {
  content: "\ec54"; }

.icofont-grapes:before {
  content: "\ec55"; }

.icofont-honey:before {
  content: "\ec56"; }

.icofont-hot-dog:before {
  content: "\ec57"; }

.icofont-hotel-alt:before {
  content: "\ec58"; }

.icofont-ice-cream-alt:before {
  content: "\ec59"; }

.icofont-ice-cream:before {
  content: "\ec5a"; }

.icofont-ketchup:before {
  content: "\ec5b"; }

.icofont-kiwi:before {
  content: "\ec5c"; }

.icofont-layered-cake:before {
  content: "\ec5d"; }

.icofont-lemon-alt:before {
  content: "\ec5e"; }

.icofont-lobster:before {
  content: "\ec5f"; }

.icofont-mango:before {
  content: "\ec60"; }

.icofont-milk:before {
  content: "\ec61"; }

.icofont-mushroom:before {
  content: "\ec62"; }

.icofont-noodles:before {
  content: "\ec63"; }

.icofont-onion:before {
  content: "\ec64"; }

.icofont-orange:before {
  content: "\ec65"; }

.icofont-pear:before {
  content: "\ec66"; }

.icofont-peas:before {
  content: "\ec67"; }

.icofont-pepper:before {
  content: "\ec68"; }

.icofont-pie-alt:before {
  content: "\ec69"; }

.icofont-pineapple:before {
  content: "\ec6a"; }

.icofont-pizza-slice:before {
  content: "\ec6b"; }

.icofont-pizza:before {
  content: "\ec6c"; }

.icofont-plant:before {
  content: "\ec6d"; }

.icofont-popcorn:before {
  content: "\ec6e"; }

.icofont-potato:before {
  content: "\ec6f"; }

.icofont-pumpkin:before {
  content: "\ec70"; }

.icofont-raddish:before {
  content: "\ec71"; }

.icofont-restaurant-menu:before {
  content: "\ec72"; }

.icofont-restaurant:before {
  content: "\ec73"; }

.icofont-salt-and-pepper:before {
  content: "\ec74"; }

.icofont-sandwich:before {
  content: "\ec75"; }

.icofont-sausage:before {
  content: "\ec76"; }

.icofont-shrimp:before {
  content: "\ec77"; }

.icofont-sof-drinks:before {
  content: "\ec78"; }

.icofont-soup-bowl:before {
  content: "\ec79"; }

.icofont-spoon-and-fork:before {
  content: "\ec7a"; }

.icofont-steak:before {
  content: "\ec7b"; }

.icofont-strawberry:before {
  content: "\ec7c"; }

.icofont-sub-sandwich:before {
  content: "\ec7d"; }

.icofont-sushi:before {
  content: "\ec7e"; }

.icofont-taco:before {
  content: "\ec7f"; }

.icofont-tea-pot:before {
  content: "\ec80"; }

.icofont-tea:before {
  content: "\ec81"; }

.icofont-tomato:before {
  content: "\ec82"; }

.icofont-waiter-alt:before {
  content: "\ec83"; }

.icofont-watermelon:before {
  content: "\ec84"; }

.icofont-wheat:before {
  content: "\ec85"; }

.icofont-abc:before {
  content: "\ec86"; }

.icofont-baby-cloth:before {
  content: "\ec87"; }

.icofont-baby-milk-bottle:before {
  content: "\ec88"; }

.icofont-baby-trolley:before {
  content: "\ec89"; }

.icofont-back-pack:before {
  content: "\ec8a"; }

.icofont-candy:before {
  content: "\ec8b"; }

.icofont-cycling:before {
  content: "\ec8c"; }

.icofont-holding-hands:before {
  content: "\ec8d"; }

.icofont-infant-nipple:before {
  content: "\ec8e"; }

.icofont-kids-scooter:before {
  content: "\ec8f"; }

.icofont-safety-pin:before {
  content: "\ec90"; }

.icofont-teddy-bear:before {
  content: "\ec91"; }

.icofont-toy-ball:before {
  content: "\ec92"; }

.icofont-toy-cat:before {
  content: "\ec93"; }

.icofont-toy-duck:before {
  content: "\ec94"; }

.icofont-toy-elephant:before {
  content: "\ec95"; }

.icofont-toy-hand:before {
  content: "\ec96"; }

.icofont-toy-horse:before {
  content: "\ec97"; }

.icofont-toy-lattu:before {
  content: "\ec98"; }

.icofont-toy-train:before {
  content: "\ec99"; }

.icofont-unique-idea:before {
  content: "\ec9a"; }

.icofont-bag-alt:before {
  content: "\ec9b"; }

.icofont-burglar:before {
  content: "\ec9c"; }

.icofont-cannon-firing:before {
  content: "\ec9d"; }

.icofont-cc-camera:before {
  content: "\ec9e"; }

.icofont-cop-badge:before {
  content: "\ec9f"; }

.icofont-cop:before {
  content: "\eca0"; }

.icofont-court-hammer:before {
  content: "\eca1"; }

.icofont-court:before {
  content: "\eca2"; }

.icofont-finger-print:before {
  content: "\eca3"; }

.icofont-handcuff-alt:before {
  content: "\eca4"; }

.icofont-handcuff:before {
  content: "\eca5"; }

.icofont-investigation:before {
  content: "\eca6"; }

.icofont-investigator:before {
  content: "\eca7"; }

.icofont-jail:before {
  content: "\eca8"; }

.icofont-judge:before {
  content: "\eca9"; }

.icofont-law-alt-1:before {
  content: "\ecaa"; }

.icofont-law-alt-2:before {
  content: "\ecab"; }

.icofont-law-alt-3:before {
  content: "\ecac"; }

.icofont-law-book:before {
  content: "\ecad"; }

.icofont-law-document:before {
  content: "\ecae"; }

.icofont-law:before {
  content: "\ecaf"; }

.icofont-lawyer-alt-1:before {
  content: "\ecb0"; }

.icofont-lawyer-alt-2:before {
  content: "\ecb1"; }

.icofont-lawyer:before {
  content: "\ecb2"; }

.icofont-order:before {
  content: "\ecb3"; }

.icofont-pistol:before {
  content: "\ecb4"; }

.icofont-police-badge:before {
  content: "\ecb5"; }

.icofont-police-cap:before {
  content: "\ecb6"; }

.icofont-police-car-alt-1:before {
  content: "\ecb7"; }

.icofont-police-car-alt-2:before {
  content: "\ecb8"; }

.icofont-police-hat:before {
  content: "\ecb9"; }

.icofont-police-van:before {
  content: "\ecba"; }

.icofont-police:before {
  content: "\ecbb"; }

.icofont-protect:before {
  content: "\ecbc"; }

.icofont-scales:before {
  content: "\ecbd"; }

.icofont-thief-alt:before {
  content: "\ecbe"; }

.icofont-thief:before {
  content: "\ecbf"; }

.icofont-abacus-alt:before {
  content: "\ecc0"; }

.icofont-abacus:before {
  content: "\ecc1"; }

.icofont-angle:before {
  content: "\ecc2"; }

.icofont-calculator-alt-1:before {
  content: "\ecc3"; }

.icofont-calculator-alt-2:before {
  content: "\ecc4"; }

.icofont-circle-ruler-alt:before {
  content: "\ecc5"; }

.icofont-circle-ruler:before {
  content: "\ecc6"; }

.icofont-compass-alt-1:before {
  content: "\ecc7"; }

.icofont-compass-alt-2:before {
  content: "\ecc8"; }

.icofont-compass-alt-3:before {
  content: "\ecc9"; }

.icofont-compass-alt-4:before {
  content: "\ecca"; }

.icofont-degrees-alt-1:before {
  content: "\eccb"; }

.icofont-degrees-alt-2:before {
  content: "\eccc"; }

.icofont-degrees:before {
  content: "\eccd"; }

.icofont-golden-ratio:before {
  content: "\ecce"; }

.icofont-marker-alt-1:before {
  content: "\eccf"; }

.icofont-marker-alt-2:before {
  content: "\ecd0"; }

.icofont-marker-alt-3:before {
  content: "\ecd1"; }

.icofont-mathematical-alt-1:before {
  content: "\ecd2"; }

.icofont-mathematical-alt-2:before {
  content: "\ecd3"; }

.icofont-mathematical:before {
  content: "\ecd4"; }

.icofont-pen-alt-1:before {
  content: "\ecd5"; }

.icofont-pen-alt-2:before {
  content: "\ecd6"; }

.icofont-pen-alt-3:before {
  content: "\ecd7"; }

.icofont-pen-holder-alt-1:before {
  content: "\ecd8"; }

.icofont-pen-holder:before {
  content: "\ecd9"; }

.icofont-pencil-alt-1:before {
  content: "\ecda"; }

.icofont-pencil-alt-2:before {
  content: "\ecdb"; }

.icofont-pencil-alt-3:before {
  content: "\ecdc"; }

.icofont-pencil-alt-4:before {
  content: "\ecdd"; }

.icofont-ruler-alt-1:before {
  content: "\ecde"; }

.icofont-ruler-alt-2:before {
  content: "\ecdf"; }

.icofont-ruler-compass-alt:before {
  content: "\ece0"; }

.icofont-ruler-compass:before {
  content: "\ece1"; }

.icofont-ruler-pencil-alt-1:before {
  content: "\ece2"; }

.icofont-ruler-pencil-alt-2:before {
  content: "\ece3"; }

.icofont-ruler-pencil:before {
  content: "\ece4"; }

.icofont-ruler:before {
  content: "\ece5"; }

.icofont-rulers-alt:before {
  content: "\ece6"; }

.icofont-rulers:before {
  content: "\ece7"; }

.icofont-square-root:before {
  content: "\ece8"; }

.icofont-aids:before {
  content: "\ece9"; }

.icofont-ambulance:before {
  content: "\ecea"; }

.icofont-autism:before {
  content: "\eceb"; }

.icofont-bandage:before {
  content: "\ecec"; }

.icofont-bed-patient:before {
  content: "\eced"; }

.icofont-blind:before {
  content: "\ecee"; }

.icofont-blood-drop:before {
  content: "\ecef"; }

.icofont-blood-test:before {
  content: "\ecf0"; }

.icofont-blood:before {
  content: "\ecf1"; }

.icofont-capsule:before {
  content: "\ecf2"; }

.icofont-crutches:before {
  content: "\ecf3"; }

.icofont-dna-alt-1:before {
  content: "\ecf4"; }

.icofont-dna:before {
  content: "\ecf5"; }

.icofont-doctor-alt:before {
  content: "\ecf6"; }

.icofont-doctor:before {
  content: "\ecf7"; }

.icofont-drug-pack:before {
  content: "\ecf8"; }

.icofont-drug:before {
  content: "\ecf9"; }

.icofont-eye-alt:before {
  content: "\ecfa"; }

.icofont-first-aid-alt:before {
  content: "\ecfb"; }

.icofont-garbage:before {
  content: "\ecfc"; }

.icofont-heart-alt:before {
  content: "\ecfd"; }

.icofont-heartbeat:before {
  content: "\ecfe"; }

.icofont-herbal:before {
  content: "\ecff"; }

.icofont-hospital:before {
  content: "\ed00"; }

.icofont-icu:before {
  content: "\ed01"; }

.icofont-injection-syringe:before {
  content: "\ed02"; }

.icofont-laboratory:before {
  content: "\ed03"; }

.icofont-medical-sign-alt:before {
  content: "\ed04"; }

.icofont-medical-sign:before {
  content: "\ed05"; }

.icofont-nurse-alt:before {
  content: "\ed06"; }

.icofont-nurse:before {
  content: "\ed07"; }

.icofont-nursing-home:before {
  content: "\ed08"; }

.icofont-operation-theater:before {
  content: "\ed09"; }

.icofont-paralysis-disability:before {
  content: "\ed0a"; }

.icofont-pills:before {
  content: "\ed0b"; }

.icofont-prescription:before {
  content: "\ed0c"; }

.icofont-pulse:before {
  content: "\ed0d"; }

.icofont-stethoscope-alt:before {
  content: "\ed0e"; }

.icofont-stethoscope:before {
  content: "\ed0f"; }

.icofont-stretcher:before {
  content: "\ed10"; }

.icofont-surgeon-alt:before {
  content: "\ed11"; }

.icofont-surgeon:before {
  content: "\ed12"; }

.icofont-tablets:before {
  content: "\ed13"; }

.icofont-test-bottle:before {
  content: "\ed14"; }

.icofont-test-tube:before {
  content: "\ed15"; }

.icofont-thermometer-alt:before {
  content: "\ed16"; }

.icofont-tooth:before {
  content: "\ed17"; }

.icofont-xray:before {
  content: "\ed18"; }

.icofont-ui-add:before {
  content: "\ed19"; }

.icofont-ui-alarm:before {
  content: "\ed1a"; }

.icofont-ui-battery:before {
  content: "\ed1b"; }

.icofont-ui-block:before {
  content: "\ed1c"; }

.icofont-ui-bluetooth:before {
  content: "\ed1d"; }

.icofont-ui-brightness:before {
  content: "\ed1e"; }

.icofont-ui-browser:before {
  content: "\ed1f"; }

.icofont-ui-calculator:before {
  content: "\ed20"; }

.icofont-ui-calendar:before {
  content: "\ed21"; }

.icofont-ui-call:before {
  content: "\ed22"; }

.icofont-ui-camera:before {
  content: "\ed23"; }

.icofont-ui-cart:before {
  content: "\ed24"; }

.icofont-ui-cell-phone:before {
  content: "\ed25"; }

.icofont-ui-chat:before {
  content: "\ed26"; }

.icofont-ui-check:before {
  content: "\ed27"; }

.icofont-ui-clip-board:before {
  content: "\ed28"; }

.icofont-ui-clip:before {
  content: "\ed29"; }

.icofont-ui-clock:before {
  content: "\ed2a"; }

.icofont-ui-close:before {
  content: "\ed2b"; }

.icofont-ui-contact-list:before {
  content: "\ed2c"; }

.icofont-ui-copy:before {
  content: "\ed2d"; }

.icofont-ui-cut:before {
  content: "\ed2e"; }

.icofont-ui-delete:before {
  content: "\ed2f"; }

.icofont-ui-dial-phone:before {
  content: "\ed30"; }

.icofont-ui-edit:before {
  content: "\ed31"; }

.icofont-ui-email:before {
  content: "\ed32"; }

.icofont-ui-file:before {
  content: "\ed33"; }

.icofont-ui-fire-wall:before {
  content: "\ed34"; }

.icofont-ui-flash-light:before {
  content: "\ed35"; }

.icofont-ui-flight:before {
  content: "\ed36"; }

.icofont-ui-folder:before {
  content: "\ed37"; }

.icofont-ui-game:before {
  content: "\ed38"; }

.icofont-ui-handicapped:before {
  content: "\ed39"; }

.icofont-ui-head-phone:before {
  content: "\ed3a"; }

.icofont-ui-home:before {
  content: "\ed3b"; }

.icofont-ui-image:before {
  content: "\ed3c"; }

.icofont-ui-keyboard:before {
  content: "\ed3d"; }

.icofont-ui-laoding:before {
  content: "\ed3e"; }

.icofont-ui-lock:before {
  content: "\ed3f"; }

.icofont-ui-love-add:before {
  content: "\ed40"; }

.icofont-ui-love-broken:before {
  content: "\ed41"; }

.icofont-ui-love-remove:before {
  content: "\ed42"; }

.icofont-ui-love:before {
  content: "\ed43"; }

.icofont-ui-map:before {
  content: "\ed44"; }

.icofont-ui-message:before {
  content: "\ed45"; }

.icofont-ui-messaging:before {
  content: "\ed46"; }

.icofont-ui-movie:before {
  content: "\ed47"; }

.icofont-ui-music-player:before {
  content: "\ed48"; }

.icofont-ui-music:before {
  content: "\ed49"; }

.icofont-ui-mute:before {
  content: "\ed4a"; }

.icofont-ui-network:before {
  content: "\ed4b"; }

.icofont-ui-next:before {
  content: "\ed4c"; }

.icofont-ui-note:before {
  content: "\ed4d"; }

.icofont-ui-office:before {
  content: "\ed4e"; }

.icofont-ui-password:before {
  content: "\ed4f"; }

.icofont-ui-pause:before {
  content: "\ed50"; }

.icofont-ui-play-stop:before {
  content: "\ed51"; }

.icofont-ui-play:before {
  content: "\ed52"; }

.icofont-ui-pointer:before {
  content: "\ed53"; }

.icofont-ui-power:before {
  content: "\ed54"; }

.icofont-ui-press:before {
  content: "\ed55"; }

.icofont-ui-previous:before {
  content: "\ed56"; }

.icofont-ui-rate-add:before {
  content: "\ed57"; }

.icofont-ui-rate-blank:before {
  content: "\ed58"; }

.icofont-ui-rate-remove:before {
  content: "\ed59"; }

.icofont-ui-rating:before {
  content: "\ed5a"; }

.icofont-ui-record:before {
  content: "\ed5b"; }

.icofont-ui-remove:before {
  content: "\ed5c"; }

.icofont-ui-reply:before {
  content: "\ed5d"; }

.icofont-ui-rotation:before {
  content: "\ed5e"; }

.icofont-ui-rss:before {
  content: "\ed5f"; }

.icofont-ui-search:before {
  content: "\ed60"; }

.icofont-ui-settings:before {
  content: "\ed61"; }

.icofont-ui-social-link:before {
  content: "\ed62"; }

.icofont-ui-tag:before {
  content: "\ed63"; }

.icofont-ui-text-chat:before {
  content: "\ed64"; }

.icofont-ui-text-loading:before {
  content: "\ed65"; }

.icofont-ui-theme:before {
  content: "\ed66"; }

.icofont-ui-timer:before {
  content: "\ed67"; }

.icofont-ui-touch-phone:before {
  content: "\ed68"; }

.icofont-ui-travel:before {
  content: "\ed69"; }

.icofont-ui-unlock:before {
  content: "\ed6a"; }

.icofont-ui-user-group:before {
  content: "\ed6b"; }

.icofont-ui-user:before {
  content: "\ed6c"; }

.icofont-ui-v-card:before {
  content: "\ed6d"; }

.icofont-ui-video-chat:before {
  content: "\ed6e"; }

.icofont-ui-video-message:before {
  content: "\ed6f"; }

.icofont-ui-video-play:before {
  content: "\ed70"; }

.icofont-ui-video:before {
  content: "\ed71"; }

.icofont-ui-volume:before {
  content: "\ed72"; }

.icofont-ui-weather:before {
  content: "\ed73"; }

.icofont-ui-wifi:before {
  content: "\ed74"; }

.icofont-ui-zoom-in:before {
  content: "\ed75"; }

.icofont-ui-zoom-out:before {
  content: "\ed76"; }

.icofont-cassette-player:before {
  content: "\ed77"; }

.icofont-cassette:before {
  content: "\ed78"; }

.icofont-forward:before {
  content: "\ed79"; }

.icofont-game:before {
  content: "\ed7a"; }

.icofont-guiter:before {
  content: "\ed7b"; }

.icofont-headphone-alt-1:before {
  content: "\ed7c"; }

.icofont-headphone-alt-2:before {
  content: "\ed7d"; }

.icofont-headphone-alt-3:before {
  content: "\ed7e"; }

.icofont-listening:before {
  content: "\ed7f"; }

.icofont-megaphone-alt:before {
  content: "\ed80"; }

.icofont-megaphone:before {
  content: "\ed81"; }

.icofont-movie:before {
  content: "\ed82"; }

.icofont-mp3-player:before {
  content: "\ed83"; }

.icofont-multimedia:before {
  content: "\ed84"; }

.icofont-music-disk:before {
  content: "\ed85"; }

.icofont-music-note:before {
  content: "\ed86"; }

.icofont-pause:before {
  content: "\ed87"; }

.icofont-play-alt-1:before {
  content: "\ed88"; }

.icofont-play-alt-2:before {
  content: "\ed89"; }

.icofont-play-alt-3:before {
  content: "\ed8a"; }

.icofont-play-pause:before {
  content: "\ed8b"; }

.icofont-record:before {
  content: "\ed8c"; }

.icofont-retro-music-disk:before {
  content: "\ed8d"; }

.icofont-rewind:before {
  content: "\ed8e"; }

.icofont-song-notes:before {
  content: "\ed8f"; }

.icofont-sound-wave-alt:before {
  content: "\ed90"; }

.icofont-sound-wave:before {
  content: "\ed91"; }

.icofont-stop:before {
  content: "\ed92"; }

.icofont-video-alt:before {
  content: "\ed93"; }

.icofont-video-cam:before {
  content: "\ed94"; }

.icofont-volume-bar:before {
  content: "\ed95"; }

.icofont-volume-mute:before {
  content: "\ed96"; }

.icofont-youtube-play:before {
  content: "\ed97"; }

.icofont-amazon-alt:before {
  content: "\ed98"; }

.icofont-amazon:before {
  content: "\ed99"; }

.icofont-american-express-alt:before {
  content: "\ed9a"; }

.icofont-american-express:before {
  content: "\ed9b"; }

.icofont-apple-pay-alt:before {
  content: "\ed9c"; }

.icofont-apple-pay:before {
  content: "\ed9d"; }

.icofont-bank-transfer-alt:before {
  content: "\ed9e"; }

.icofont-bank-transfer:before {
  content: "\ed9f"; }

.icofont-braintree-alt:before {
  content: "\eda0"; }

.icofont-braintree:before {
  content: "\eda1"; }

.icofont-cash-on-delivery-alt:before {
  content: "\eda2"; }

.icofont-cash-on-delivery:before {
  content: "\eda3"; }

.icofont-checkout-alt:before {
  content: "\eda4"; }

.icofont-checkout:before {
  content: "\eda5"; }

.icofont-diners-club-alt-1:before {
  content: "\eda6"; }

.icofont-diners-club-alt-2:before {
  content: "\eda7"; }

.icofont-diners-club-alt-3:before {
  content: "\eda8"; }

.icofont-diners-club:before {
  content: "\eda9"; }

.icofont-discover-alt:before {
  content: "\edaa"; }

.icofont-discover:before {
  content: "\edab"; }

.icofont-eway-alt:before {
  content: "\edac"; }

.icofont-eway:before {
  content: "\edad"; }

.icofont-google-wallet-alt-1:before {
  content: "\edae"; }

.icofont-google-wallet-alt-2:before {
  content: "\edaf"; }

.icofont-google-wallet-alt-3:before {
  content: "\edb0"; }

.icofont-google-wallet:before {
  content: "\edb1"; }

.icofont-jcb-alt:before {
  content: "\edb2"; }

.icofont-jcb:before {
  content: "\edb3"; }

.icofont-maestro-alt:before {
  content: "\edb4"; }

.icofont-maestro:before {
  content: "\edb5"; }

.icofont-mastercard-alt:before {
  content: "\edb6"; }

.icofont-mastercard:before {
  content: "\edb7"; }

.icofont-payoneer-alt:before {
  content: "\edb8"; }

.icofont-payoneer:before {
  content: "\edb9"; }

.icofont-paypal-alt:before {
  content: "\edba"; }

.icofont-paypal:before {
  content: "\edbb"; }

.icofont-sage-alt:before {
  content: "\edbc"; }

.icofont-sage:before {
  content: "\edbd"; }

.icofont-skrill-alt:before {
  content: "\edbe"; }

.icofont-skrill:before {
  content: "\edbf"; }

.icofont-stripe-alt:before {
  content: "\edc0"; }

.icofont-stripe:before {
  content: "\edc1"; }

.icofont-visa-alt:before {
  content: "\edc2"; }

.icofont-visa-electron:before {
  content: "\edc3"; }

.icofont-visa:before {
  content: "\edc4"; }

.icofont-western-union-alt:before {
  content: "\edc5"; }

.icofont-western-union:before {
  content: "\edc6"; }

.icofont-boy:before {
  content: "\edc7"; }

.icofont-business-man-alt-1:before {
  content: "\edc8"; }

.icofont-business-man-alt-2:before {
  content: "\edc9"; }

.icofont-business-man-alt-3:before {
  content: "\edca"; }

.icofont-business-man:before {
  content: "\edcb"; }

.icofont-funky-man:before {
  content: "\edcc"; }

.icofont-girl-alt:before {
  content: "\edcd"; }

.icofont-girl:before {
  content: "\edce"; }

.icofont-hotel-boy-alt:before {
  content: "\edcf"; }

.icofont-hotel-boy:before {
  content: "\edd0"; }

.icofont-man-in-glasses:before {
  content: "\edd1"; }

.icofont-user-alt-1:before {
  content: "\edd2"; }

.icofont-user-alt-2:before {
  content: "\edd3"; }

.icofont-user-alt-3:before {
  content: "\edd4"; }

.icofont-user-alt-4:before {
  content: "\edd5"; }

.icofont-user-alt-5:before {
  content: "\edd6"; }

.icofont-user-alt-6:before {
  content: "\edd7"; }

.icofont-user-alt-7:before {
  content: "\edd8"; }

.icofont-user-female:before {
  content: "\edd9"; }

.icofont-user-male:before {
  content: "\edda"; }

.icofont-user-suited:before {
  content: "\eddb"; }

.icofont-user:before {
  content: "\eddc"; }

.icofont-users-alt-1:before {
  content: "\eddd"; }

.icofont-users-alt-2:before {
  content: "\edde"; }

.icofont-users-alt-3:before {
  content: "\eddf"; }

.icofont-users-alt-4:before {
  content: "\ede0"; }

.icofont-users-alt-5:before {
  content: "\ede1"; }

.icofont-users-alt-6:before {
  content: "\ede2"; }

.icofont-users-social:before {
  content: "\ede3"; }

.icofont-users:before {
  content: "\ede4"; }

.icofont-waiter:before {
  content: "\ede5"; }

.icofont-woman-in-glasses:before {
  content: "\ede6"; }

.icofont-document-search:before {
  content: "\ede7"; }

.icofont-folder-search:before {
  content: "\ede8"; }

.icofont-home-search:before {
  content: "\ede9"; }

.icofont-job-search:before {
  content: "\edea"; }

.icofont-map-search:before {
  content: "\edeb"; }

.icofont-restaurant-search:before {
  content: "\edec"; }

.icofont-search-alt-1:before {
  content: "\eded"; }

.icofont-search-alt-2:before {
  content: "\edee"; }

.icofont-search:before {
  content: "\edef"; }

.icofont-stock-search:before {
  content: "\edf0"; }

.icofont-user-search:before {
  content: "\edf1"; }

.icofont-social-aim:before {
  content: "\edf2"; }

.icofont-social-badoo:before {
  content: "\edf3"; }

.icofont-social-bebo:before {
  content: "\edf4"; }

.icofont-social-behance:before {
  content: "\edf5"; }

.icofont-social-blogger:before {
  content: "\edf6"; }

.icofont-social-bootstrap:before {
  content: "\edf7"; }

.icofont-social-brightkite:before {
  content: "\edf8"; }

.icofont-social-cloudapp:before {
  content: "\edf9"; }

.icofont-social-concrete5:before {
  content: "\edfa"; }

.icofont-social-designbump:before {
  content: "\edfb"; }

.icofont-social-designfloat:before {
  content: "\edfc"; }

.icofont-social-deviantart:before {
  content: "\edfd"; }

.icofont-social-digg:before {
  content: "\edfe"; }

.icofont-social-dotcms:before {
  content: "\edff"; }

.icofont-social-dribble:before {
  content: "\ee00"; }

.icofont-social-dropbox:before {
  content: "\ee01"; }

.icofont-brand-drupal:before {
  content: "\ee02"; }

.icofont-social-ebuddy:before {
  content: "\ee03"; }

.icofont-social-ello:before {
  content: "\ee04"; }

.icofont-social-ember:before {
  content: "\ee05"; }

.icofont-social-envato:before {
  content: "\ee06"; }

.icofont-social-evernote:before {
  content: "\ee07"; }

.icofont-social-facebook:before {
  content: "\ee08"; }

.icofont-social-feedburner:before {
  content: "\ee09"; }

.icofont-social-folkd:before {
  content: "\ee0a"; }

.icofont-social-friendfeed:before {
  content: "\ee0b"; }

.icofont-social-ghost:before {
  content: "\ee0c"; }

.icofont-social-github:before {
  content: "\ee0d"; }

.icofont-social-gnome:before {
  content: "\ee0e"; }

.icofont-social-google-buzz:before {
  content: "\ee0f"; }

.icofont-social-google-map:before {
  content: "\ee10"; }

.icofont-social-google-plus:before {
  content: "\ee11"; }

.icofont-social-google-talk:before {
  content: "\ee12"; }

.icofont-social-hype-machine:before {
  content: "\ee13"; }

.icofont-social-instagram:before {
  content: "\ee14"; }

.icofont-brand-joomla:before {
  content: "\ee15"; }

.icofont-social-kickstarter:before {
  content: "\ee16"; }

.icofont-social-line:before {
  content: "\ee17"; }

.icofont-social-linux-mint:before {
  content: "\ee18"; }

.icofont-social-livejournal:before {
  content: "\ee19"; }

.icofont-social-magento:before {
  content: "\ee1a"; }

.icofont-social-meetup:before {
  content: "\ee1b"; }

.icofont-social-mixx:before {
  content: "\ee1c"; }

.icofont-social-newsvine:before {
  content: "\ee1d"; }

.icofont-social-nimbuss:before {
  content: "\ee1e"; }

.icofont-social-opencart:before {
  content: "\ee1f"; }

.icofont-social-oscommerce:before {
  content: "\ee20"; }

.icofont-social-pandora:before {
  content: "\ee21"; }

.icofont-social-picasa:before {
  content: "\ee22"; }

.icofont-social-pinterest:before {
  content: "\ee23"; }

.icofont-social-prestashop:before {
  content: "\ee24"; }

.icofont-social-qik:before {
  content: "\ee25"; }

.icofont-social-readernaut:before {
  content: "\ee26"; }

.icofont-social-reddit:before {
  content: "\ee27"; }

.icofont-social-rss:before {
  content: "\ee28"; }

.icofont-social-shopify:before {
  content: "\ee29"; }

.icofont-social-silverstripe:before {
  content: "\ee2a"; }

.icofont-social-skype:before {
  content: "\ee2b"; }

.icofont-social-slashdot:before {
  content: "\ee2c"; }

.icofont-social-smugmug:before {
  content: "\ee2d"; }

.icofont-social-steam:before {
  content: "\ee2e"; }

.icofont-social-stumbleupon:before {
  content: "\ee2f"; }

.icofont-social-technorati:before {
  content: "\ee30"; }

.icofont-social-telegram:before {
  content: "\ee31"; }

.icofont-social-tinder:before {
  content: "\ee32"; }

.icofont-social-tumblr:before {
  content: "\ee33"; }

.icofont-social-twitter:before {
  content: "\ee34"; }

.icofont-social-typo3:before {
  content: "\ee35"; }

.icofont-social-ubercart:before {
  content: "\ee36"; }

.icofont-social-viber:before {
  content: "\ee37"; }

.icofont-social-viddler:before {
  content: "\ee38"; }

.icofont-social-vimeo:before {
  content: "\ee39"; }

.icofont-social-vine:before {
  content: "\ee3a"; }

.icofont-social-virb:before {
  content: "\ee3b"; }

.icofont-social-virtuemart:before {
  content: "\ee3c"; }

.icofont-social-wechat:before {
  content: "\ee3d"; }

.icofont-brand-wordpress:before {
  content: "\ee3e"; }

.icofont-social-xing:before {
  content: "\ee3f"; }

.icofont-social-yahoo:before {
  content: "\ee40"; }

.icofont-social-yelp:before {
  content: "\ee41"; }

.icofont-social-zencart:before {
  content: "\ee42"; }

.icofont-badminton-birdie:before {
  content: "\ee43"; }

.icofont-baseball:before {
  content: "\ee44"; }

.icofont-baseballer:before {
  content: "\ee45"; }

.icofont-basketball-hoop:before {
  content: "\ee46"; }

.icofont-basketball:before {
  content: "\ee47"; }

.icofont-billiard-ball:before {
  content: "\ee48"; }

.icofont-boot-alt-1:before {
  content: "\ee49"; }

.icofont-boot-alt-2:before {
  content: "\ee4a"; }

.icofont-bowling-alt:before {
  content: "\ee4b"; }

.icofont-bowling:before {
  content: "\ee4c"; }

.icofont-canoe:before {
  content: "\ee4d"; }

.icofont-cheer-leader:before {
  content: "\ee4e"; }

.icofont-climbing:before {
  content: "\ee4f"; }

.icofont-corner:before {
  content: "\ee50"; }

.icofont-cyclist:before {
  content: "\ee51"; }

.icofont-dumbbell-alt:before {
  content: "\ee52"; }

.icofont-dumbbell:before {
  content: "\ee53"; }

.icofont-field-alt:before {
  content: "\ee54"; }

.icofont-field:before {
  content: "\ee55"; }

.icofont-football-alt:before {
  content: "\ee56"; }

.icofont-foul:before {
  content: "\ee57"; }

.icofont-goal-keeper:before {
  content: "\ee58"; }

.icofont-goal:before {
  content: "\ee59"; }

.icofont-golf-alt:before {
  content: "\ee5a"; }

.icofont-golf-bag:before {
  content: "\ee5b"; }

.icofont-golf-field:before {
  content: "\ee5c"; }

.icofont-golf:before {
  content: "\ee5d"; }

.icofont-golfer:before {
  content: "\ee5e"; }

.icofont-gym-alt-1:before {
  content: "\ee5f"; }

.icofont-gym-alt-2:before {
  content: "\ee60"; }

.icofont-gym-alt-3:before {
  content: "\ee61"; }

.icofont-gym:before {
  content: "\ee62"; }

.icofont-hand-grippers:before {
  content: "\ee63"; }

.icofont-heart-beat-alt:before {
  content: "\ee64"; }

.icofont-helmet:before {
  content: "\ee65"; }

.icofont-hockey-alt:before {
  content: "\ee66"; }

.icofont-hockey:before {
  content: "\ee67"; }

.icofont-ice-skate:before {
  content: "\ee68"; }

.icofont-jersey-alt:before {
  content: "\ee69"; }

.icofont-jersey:before {
  content: "\ee6a"; }

.icofont-jumping:before {
  content: "\ee6b"; }

.icofont-kick:before {
  content: "\ee6c"; }

.icofont-leg:before {
  content: "\ee6d"; }

.icofont-match-review:before {
  content: "\ee6e"; }

.icofont-medal-alt:before {
  content: "\ee6f"; }

.icofont-muscle-alt:before {
  content: "\ee70"; }

.icofont-muscle:before {
  content: "\ee71"; }

.icofont-offside:before {
  content: "\ee72"; }

.icofont-olympic-logo:before {
  content: "\ee73"; }

.icofont-olympic:before {
  content: "\ee74"; }

.icofont-padding:before {
  content: "\ee75"; }

.icofont-penalty-card:before {
  content: "\ee76"; }

.icofont-racer:before {
  content: "\ee77"; }

.icofont-racing-car:before {
  content: "\ee78"; }

.icofont-racing-flag-alt:before {
  content: "\ee79"; }

.icofont-racing-flag:before {
  content: "\ee7a"; }

.icofont-racings-wheel:before {
  content: "\ee7b"; }

.icofont-referee:before {
  content: "\ee7c"; }

.icofont-refree-jersey:before {
  content: "\ee7d"; }

.icofont-result:before {
  content: "\ee7e"; }

.icofont-rugby-ball:before {
  content: "\ee7f"; }

.icofont-rugby-player:before {
  content: "\ee80"; }

.icofont-rugby:before {
  content: "\ee81"; }

.icofont-runner-alt-1:before {
  content: "\ee82"; }

.icofont-runner-alt-2:before {
  content: "\ee83"; }

.icofont-runner:before {
  content: "\ee84"; }

.icofont-score-board:before {
  content: "\ee85"; }

.icofont-skiing-man:before {
  content: "\ee86"; }

.icofont-skydiving-goggles:before {
  content: "\ee87"; }

.icofont-snow-mobile:before {
  content: "\ee88"; }

.icofont-steering:before {
  content: "\ee89"; }

.icofont-substitute:before {
  content: "\ee8a"; }

.icofont-swimmer:before {
  content: "\ee8b"; }

.icofont-table-tennis:before {
  content: "\ee8c"; }

.icofont-team-alt:before {
  content: "\ee8d"; }

.icofont-team:before {
  content: "\ee8e"; }

.icofont-tennis-player:before {
  content: "\ee8f"; }

.icofont-tennis:before {
  content: "\ee90"; }

.icofont-time:before {
  content: "\ee91"; }

.icofont-track:before {
  content: "\ee92"; }

.icofont-tracking:before {
  content: "\ee93"; }

.icofont-trophy-alt:before {
  content: "\ee94"; }

.icofont-trophy:before {
  content: "\ee95"; }

.icofont-volleyball-alt:before {
  content: "\ee96"; }

.icofont-volleyball-fire:before {
  content: "\ee97"; }

.icofont-volleyball:before {
  content: "\ee98"; }

.icofont-water-bottle:before {
  content: "\ee99"; }

.icofont-whisle:before {
  content: "\ee9a"; }

.icofont-win-trophy:before {
  content: "\ee9b"; }

.icofont-align-center:before {
  content: "\ee9c"; }

.icofont-align-left:before {
  content: "\ee9d"; }

.icofont-align-right:before {
  content: "\ee9e"; }

.icofont-all-caps:before {
  content: "\ee9f"; }

.icofont-bold:before {
  content: "\eea0"; }

.icofont-brush:before {
  content: "\eea1"; }

.icofont-clip-board:before {
  content: "\eea2"; }

.icofont-code-alt:before {
  content: "\eea3"; }

.icofont-color-bucket:before {
  content: "\eea4"; }

.icofont-color-picker:before {
  content: "\eea5"; }

.icofont-copy-alt:before {
  content: "\eea6"; }

.icofont-copy-black:before {
  content: "\eea7"; }

.icofont-cut:before {
  content: "\eea8"; }

.icofont-delete-alt:before {
  content: "\eea9"; }

.icofont-edit-alt:before {
  content: "\eeaa"; }

.icofont-eraser-alt:before {
  content: "\eeab"; }

.icofont-file-alt:before {
  content: "\eeac"; }

.icofont-font:before {
  content: "\eead"; }

.icofont-header:before {
  content: "\eeae"; }

.icofont-indent:before {
  content: "\eeaf"; }

.icofont-italic-alt:before {
  content: "\eeb0"; }

.icofont-justify-all:before {
  content: "\eeb1"; }

.icofont-justify-center:before {
  content: "\eeb2"; }

.icofont-justify-left:before {
  content: "\eeb3"; }

.icofont-justify-right:before {
  content: "\eeb4"; }

.icofont-line-height:before {
  content: "\eeb5"; }

.icofont-link-alt:before {
  content: "\eeb6"; }

.icofont-listine-dots:before {
  content: "\eeb7"; }

.icofont-listing-box:before {
  content: "\eeb8"; }

.icofont-listing-number:before {
  content: "\eeb9"; }

.icofont-marker:before {
  content: "\eeba"; }

.icofont-outdent:before {
  content: "\eebb"; }

.icofont-paper-clip:before {
  content: "\eebc"; }

.icofont-paragraph:before {
  content: "\eebd"; }

.icofont-pin:before {
  content: "\eebe"; }

.icofont-printer:before {
  content: "\eebf"; }

.icofont-redo:before {
  content: "\eec0"; }

.icofont-rotation:before {
  content: "\eec1"; }

.icofont-save:before {
  content: "\eec2"; }

.icofont-small-cap:before {
  content: "\eec3"; }

.icofont-strike-through:before {
  content: "\eec4"; }

.icofont-sub-listing:before {
  content: "\eec5"; }

.icofont-subscript:before {
  content: "\eec6"; }

.icofont-superscript:before {
  content: "\eec7"; }

.icofont-table:before {
  content: "\eec8"; }

.icofont-text-height:before {
  content: "\eec9"; }

.icofont-text-width:before {
  content: "\eeca"; }

.icofont-trash:before {
  content: "\eecb"; }

.icofont-underline:before {
  content: "\eecc"; }

.icofont-undo:before {
  content: "\eecd"; }

.icofont-unlink:before {
  content: "\eece"; }

.icofont-air-balloon:before {
  content: "\eecf"; }

.icofont-airplane-alt:before {
  content: "\eed0"; }

.icofont-airplane:before {
  content: "\eed1"; }

.icofont-ambulance-crescent:before {
  content: "\eed2"; }

.icofont-ambulance-cross:before {
  content: "\eed3"; }

.icofont-articulated-truck:before {
  content: "\eed4"; }

.icofont-auto-rickshaw:before {
  content: "\eed5"; }

.icofont-bicycle-alt-1:before {
  content: "\eed6"; }

.icofont-bicycle-alt-2:before {
  content: "\eed7"; }

.icofont-bull-dozer:before {
  content: "\eed8"; }

.icofont-bus-alt-1:before {
  content: "\eed9"; }

.icofont-bus-alt-2:before {
  content: "\eeda"; }

.icofont-bus-alt-3:before {
  content: "\eedb"; }

.icofont-cable-car:before {
  content: "\eedc"; }

.icofont-car-alt-1:before {
  content: "\eedd"; }

.icofont-car-alt-2:before {
  content: "\eede"; }

.icofont-car-alt-3:before {
  content: "\eedf"; }

.icofont-car-alt-4:before {
  content: "\eee0"; }

.icofont-concrete-mixer:before {
  content: "\eee1"; }

.icofont-delivery-time:before {
  content: "\eee2"; }

.icofont-excavator:before {
  content: "\eee3"; }

.icofont-fast-delivery:before {
  content: "\eee4"; }

.icofont-fire-truck-alt:before {
  content: "\eee5"; }

.icofont-fire-truck:before {
  content: "\eee6"; }

.icofont-fork-lift:before {
  content: "\eee7"; }

.icofont-free-delivery:before {
  content: "\eee8"; }

.icofont-golf-cart:before {
  content: "\eee9"; }

.icofont-helicopter:before {
  content: "\eeea"; }

.icofont-motor-bike-alt:before {
  content: "\eeeb"; }

.icofont-motor-bike:before {
  content: "\eeec"; }

.icofont-motor-biker:before {
  content: "\eeed"; }

.icofont-oil-truck:before {
  content: "\eeee"; }

.icofont-police-car:before {
  content: "\eeef"; }

.icofont-rickshaw:before {
  content: "\eef0"; }

.icofont-rocket-alt-1:before {
  content: "\eef1"; }

.icofont-rocket-alt-2:before {
  content: "\eef2"; }

.icofont-sail-boat:before {
  content: "\eef3"; }

.icofont-scooter:before {
  content: "\eef4"; }

.icofont-sea-plane:before {
  content: "\eef5"; }

.icofont-ship-alt:before {
  content: "\eef6"; }

.icofont-speed-boat:before {
  content: "\eef7"; }

.icofont-taxi:before {
  content: "\eef8"; }

.icofont-tow-truck:before {
  content: "\eef9"; }

.icofont-tractor:before {
  content: "\eefa"; }

.icofont-traffic-light:before {
  content: "\eefb"; }

.icofont-train-line:before {
  content: "\eefc"; }

.icofont-train-steam:before {
  content: "\eefd"; }

.icofont-tram:before {
  content: "\eefe"; }

.icofont-truck-alt:before {
  content: "\eeff"; }

.icofont-truck-loaded:before {
  content: "\ef00"; }

.icofont-truck:before {
  content: "\ef01"; }

.icofont-van-alt:before {
  content: "\ef02"; }

.icofont-van:before {
  content: "\ef03"; }

.icofont-yacht:before {
  content: "\ef04"; }

.icofont-5-star-hotel:before {
  content: "\ef05"; }

.icofont-anchor-alt:before {
  content: "\ef06"; }

.icofont-beach-bed:before {
  content: "\ef07"; }

.icofont-camping-vest:before {
  content: "\ef08"; }

.icofont-coconut-alt:before {
  content: "\ef09"; }

.icofont-direction-sign:before {
  content: "\ef0a"; }

.icofont-hill-side:before {
  content: "\ef0b"; }

.icofont-island-alt:before {
  content: "\ef0c"; }

.icofont-long-drive:before {
  content: "\ef0d"; }

.icofont-map-pins:before {
  content: "\ef0e"; }

.icofont-plane-ticket:before {
  content: "\ef0f"; }

.icofont-sail-boat-alt-1:before {
  content: "\ef10"; }

.icofont-sail-boat-alt-2:before {
  content: "\ef11"; }

.icofont-sandals-female:before {
  content: "\ef12"; }

.icofont-sandals-male:before {
  content: "\ef13"; }

.icofont-travelling:before {
  content: "\ef14"; }

.icofont-breakdown:before {
  content: "\ef15"; }

.icofont-celsius:before {
  content: "\ef16"; }

.icofont-clouds:before {
  content: "\ef17"; }

.icofont-cloudy:before {
  content: "\ef18"; }

.icofont-compass-alt:before {
  content: "\ef19"; }

.icofont-dust:before {
  content: "\ef1a"; }

.icofont-eclipse:before {
  content: "\ef1b"; }

.icofont-fahrenheit:before {
  content: "\ef1c"; }

.icofont-forest-fire:before {
  content: "\ef1d"; }

.icofont-full-night:before {
  content: "\ef1e"; }

.icofont-full-sunny:before {
  content: "\ef1f"; }

.icofont-hail-night:before {
  content: "\ef20"; }

.icofont-hail-rainy-night:before {
  content: "\ef21"; }

.icofont-hail-rainy-sunny:before {
  content: "\ef22"; }

.icofont-hail-rainy:before {
  content: "\ef23"; }

.icofont-hail-sunny:before {
  content: "\ef24"; }

.icofont-hail-thunder-night:before {
  content: "\ef25"; }

.icofont-hail-thunder-sunny:before {
  content: "\ef26"; }

.icofont-hail-thunder:before {
  content: "\ef27"; }

.icofont-hail:before {
  content: "\ef28"; }

.icofont-hill-night:before {
  content: "\ef29"; }

.icofont-hill-sunny:before {
  content: "\ef2a"; }

.icofont-hill:before {
  content: "\ef2b"; }

.icofont-hurricane:before {
  content: "\ef2c"; }

.icofont-island:before {
  content: "\ef2d"; }

.icofont-meteor:before {
  content: "\ef2e"; }

.icofont-night:before {
  content: "\ef2f"; }

.icofont-rainy-night:before {
  content: "\ef30"; }

.icofont-rainy-sunny:before {
  content: "\ef31"; }

.icofont-rainy-thunder:before {
  content: "\ef32"; }

.icofont-rainy:before {
  content: "\ef33"; }

.icofont-showy-night-hail:before {
  content: "\ef34"; }

.icofont-snow-temp:before {
  content: "\ef35"; }

.icofont-snow:before {
  content: "\ef36"; }

.icofont-snowy-hail:before {
  content: "\ef37"; }

.icofont-snowy-night-rainy:before {
  content: "\ef38"; }

.icofont-snowy-night:before {
  content: "\ef39"; }

.icofont-snowy-rainy:before {
  content: "\ef3a"; }

.icofont-snowy-sunny-hail:before {
  content: "\ef3b"; }

.icofont-snowy-sunny-rainy:before {
  content: "\ef3c"; }

.icofont-snowy-sunny:before {
  content: "\ef3d"; }

.icofont-snowy-thunder-night:before {
  content: "\ef3e"; }

.icofont-snowy-thunder-sunny:before {
  content: "\ef3f"; }

.icofont-snowy-thunder:before {
  content: "\ef40"; }

.icofont-snowy-windy-night:before {
  content: "\ef41"; }

.icofont-snowy-windy-sunny:before {
  content: "\ef42"; }

.icofont-snowy-windy:before {
  content: "\ef43"; }

.icofont-snowy:before {
  content: "\ef44"; }

.icofont-sun-alt:before {
  content: "\ef45"; }

.icofont-sun-rise:before {
  content: "\ef46"; }

.icofont-sun-set:before {
  content: "\ef47"; }

.icofont-sunny-day-temp:before {
  content: "\ef48"; }

.icofont-sunny:before {
  content: "\ef49"; }

.icofont-thermometer:before {
  content: "\ef4a"; }

.icofont-thinder-light:before {
  content: "\ef4b"; }

.icofont-tornado:before {
  content: "\ef4c"; }

.icofont-umbrella-alt:before {
  content: "\ef4d"; }

.icofont-volcano:before {
  content: "\ef4e"; }

.icofont-wave:before {
  content: "\ef4f"; }

.icofont-wind-scale-0:before {
  content: "\ef50"; }

.icofont-wind-scale-1:before {
  content: "\ef51"; }

.icofont-wind-scale-2:before {
  content: "\ef52"; }

.icofont-wind-scale-3:before {
  content: "\ef53"; }

.icofont-wind-scale-4:before {
  content: "\ef54"; }

.icofont-wind-scale-5:before {
  content: "\ef55"; }

.icofont-wind-scale-6:before {
  content: "\ef56"; }

.icofont-wind-scale-7:before {
  content: "\ef57"; }

.icofont-wind-scale-8:before {
  content: "\ef58"; }

.icofont-wind-scale-9:before {
  content: "\ef59"; }

.icofont-wind-scale-10:before {
  content: "\ef5a"; }

.icofont-wind-scale-11:before {
  content: "\ef5b"; }

.icofont-wind-scale-12:before {
  content: "\ef5c"; }

.icofont-wind-waves:before {
  content: "\ef5d"; }

.icofont-wind:before {
  content: "\ef5e"; }

.icofont-windy-hail:before {
  content: "\ef5f"; }

.icofont-windy-night:before {
  content: "\ef60"; }

.icofont-windy-raining:before {
  content: "\ef61"; }

.icofont-windy-sunny:before {
  content: "\ef62"; }

.icofont-windy-thunder-raining:before {
  content: "\ef63"; }

.icofont-windy-thunder:before {
  content: "\ef64"; }

.icofont-windy:before {
  content: "\ef65"; }

.icofont-addons:before {
  content: "\ef66"; }

.icofont-address-book:before {
  content: "\ef67"; }

.icofont-adjust:before {
  content: "\ef68"; }

.icofont-alarm:before {
  content: "\ef69"; }

.icofont-anchor:before {
  content: "\ef6a"; }

.icofont-archive:before {
  content: "\ef6b"; }

.icofont-at:before {
  content: "\ef6c"; }

.icofont-attachment:before {
  content: "\ef6d"; }

.icofont-audio:before {
  content: "\ef6e"; }

.icofont-auto-mobile:before {
  content: "\ef6f"; }

.icofont-automation:before {
  content: "\ef70"; }

.icofont-baby:before {
  content: "\ef71"; }

.icofont-badge:before {
  content: "\ef72"; }

.icofont-bag:before {
  content: "\ef73"; }

.icofont-ban:before {
  content: "\ef74"; }

.icofont-bank:before {
  content: "\ef75"; }

.icofont-bar-code:before {
  content: "\ef76"; }

.icofont-bars:before {
  content: "\ef77"; }

.icofont-battery-empty:before {
  content: "\ef78"; }

.icofont-battery-full:before {
  content: "\ef79"; }

.icofont-battery-half:before {
  content: "\ef7a"; }

.icofont-battery-low:before {
  content: "\ef7b"; }

.icofont-beach:before {
  content: "\ef7c"; }

.icofont-beaker:before {
  content: "\ef7d"; }

.icofont-bear:before {
  content: "\ef7e"; }

.icofont-beard:before {
  content: "\ef7f"; }

.icofont-bed:before {
  content: "\ef80"; }

.icofont-bell:before {
  content: "\ef81"; }

.icofont-beverage:before {
  content: "\ef82"; }

.icofont-bicycle:before {
  content: "\ef83"; }

.icofont-bill:before {
  content: "\ef84"; }

.icofont-bin:before {
  content: "\ef85"; }

.icofont-binary:before {
  content: "\ef86"; }

.icofont-binoculars:before {
  content: "\ef87"; }

.icofont-bird:before {
  content: "\ef88"; }

.icofont-birds:before {
  content: "\ef89"; }

.icofont-black-board:before {
  content: "\ef8a"; }

.icofont-bluetooth:before {
  content: "\ef8b"; }

.icofont-bolt:before {
  content: "\ef8c"; }

.icofont-bomb:before {
  content: "\ef8d"; }

.icofont-book-mark:before {
  content: "\ef8e"; }

.icofont-book:before {
  content: "\ef8f"; }

.icofont-boot:before {
  content: "\ef90"; }

.icofont-box:before {
  content: "\ef91"; }

.icofont-brain:before {
  content: "\ef92"; }

.icofont-briefcase:before {
  content: "\ef93"; }

.icofont-broken:before {
  content: "\ef94"; }

.icofont-bucket:before {
  content: "\ef95"; }

.icofont-bucket1:before {
  content: "\ef96"; }

.icofont-bucket2:before {
  content: "\ef97"; }

.icofont-bug:before {
  content: "\ef98"; }

.icofont-building:before {
  content: "\ef99"; }

.icofont-bullet:before {
  content: "\ef9a"; }

.icofont-bullhorn:before {
  content: "\ef9b"; }

.icofont-bullseye:before {
  content: "\ef9c"; }

.icofont-bus:before {
  content: "\ef9d"; }

.icofont-butterfly:before {
  content: "\ef9e"; }

.icofont-cab:before {
  content: "\ef9f"; }

.icofont-calculator:before {
  content: "\efa0"; }

.icofont-calendar:before {
  content: "\efa1"; }

.icofont-camera-alt:before {
  content: "\efa2"; }

.icofont-camera:before {
  content: "\efa3"; }

.icofont-car:before {
  content: "\efa4"; }

.icofont-card:before {
  content: "\efa5"; }

.icofont-cart:before {
  content: "\efa6"; }

.icofont-cc:before {
  content: "\efa7"; }

.icofont-certificate:before {
  content: "\efa8"; }

.icofont-charging:before {
  content: "\efa9"; }

.icofont-chat:before {
  content: "\efaa"; }

.icofont-check-alt:before {
  content: "\efab"; }

.icofont-check-circled:before {
  content: "\efac"; }

.icofont-check:before {
  content: "\efad"; }

.icofont-checked:before {
  content: "\efae"; }

.icofont-children-care:before {
  content: "\efaf"; }

.icofont-clock-time:before {
  content: "\efb0"; }

.icofont-close-circled:before {
  content: "\efb1"; }

.icofont-close-line-circled:before {
  content: "\efb2"; }

.icofont-close-line-squared-alt:before {
  content: "\efb3"; }

.icofont-close-line-squared:before {
  content: "\efb4"; }

.icofont-close-line:before {
  content: "\efb5"; }

.icofont-close-squared-alt:before {
  content: "\efb6"; }

.icofont-close-squared:before {
  content: "\efb7"; }

.icofont-close:before {
  content: "\efb8"; }

.icofont-cloud-download:before {
  content: "\efb9"; }

.icofont-cloud-refresh:before {
  content: "\efba"; }

.icofont-cloud-upload:before {
  content: "\efbb"; }

.icofont-cloud:before {
  content: "\efbc"; }

.icofont-code-not-allowed:before {
  content: "\efbd"; }

.icofont-code:before {
  content: "\efbe"; }

.icofont-coffee-cup:before {
  content: "\efbf"; }

.icofont-comment:before {
  content: "\efc0"; }

.icofont-compass:before {
  content: "\efc1"; }

.icofont-computer:before {
  content: "\efc2"; }

.icofont-connection:before {
  content: "\efc3"; }

.icofont-console:before {
  content: "\efc4"; }

.icofont-contacts:before {
  content: "\efc5"; }

.icofont-contrast:before {
  content: "\efc6"; }

.icofont-copy:before {
  content: "\efc7"; }

.icofont-copyright:before {
  content: "\efc8"; }

.icofont-credit-card:before {
  content: "\efc9"; }

.icofont-crop:before {
  content: "\efca"; }

.icofont-crown:before {
  content: "\efcb"; }

.icofont-cube:before {
  content: "\efcc"; }

.icofont-cubes:before {
  content: "\efcd"; }

.icofont-culinary:before {
  content: "\efce"; }

.icofont-dashboard-web:before {
  content: "\efcf"; }

.icofont-dashboard:before {
  content: "\efd0"; }

.icofont-data:before {
  content: "\efd1"; }

.icofont-database-add:before {
  content: "\efd2"; }

.icofont-database-locked:before {
  content: "\efd3"; }

.icofont-database-remove:before {
  content: "\efd4"; }

.icofont-database:before {
  content: "\efd5"; }

.icofont-delete:before {
  content: "\efd6"; }

.icofont-diamond:before {
  content: "\efd7"; }

.icofont-dice:before {
  content: "\efd8"; }

.icofont-disabled:before {
  content: "\efd9"; }

.icofont-disc:before {
  content: "\efda"; }

.icofont-diskette:before {
  content: "\efdb"; }

.icofont-document-folder:before {
  content: "\efdc"; }

.icofont-download-alt:before {
  content: "\efdd"; }

.icofont-download:before {
  content: "\efde"; }

.icofont-downloaded:before {
  content: "\efdf"; }

.icofont-earth:before {
  content: "\efe0"; }

.icofont-ebook:before {
  content: "\efe1"; }

.icofont-edit:before {
  content: "\efe2"; }

.icofont-eject:before {
  content: "\efe3"; }

.icofont-email:before {
  content: "\efe4"; }

.icofont-envelope-open:before {
  content: "\efe5"; }

.icofont-envelope:before {
  content: "\efe6"; }

.icofont-eraser:before {
  content: "\efe7"; }

.icofont-error:before {
  content: "\efe8"; }

.icofont-exchange:before {
  content: "\efe9"; }

.icofont-exclamation-circle:before {
  content: "\efea"; }

.icofont-exclamation-square:before {
  content: "\efeb"; }

.icofont-exclamation-tringle:before {
  content: "\efec"; }

.icofont-exclamation:before {
  content: "\efed"; }

.icofont-exit:before {
  content: "\efee"; }

.icofont-expand:before {
  content: "\efef"; }

.icofont-external-link:before {
  content: "\eff0"; }

.icofont-external:before {
  content: "\eff1"; }

.icofont-eye-blocked:before {
  content: "\eff2"; }

.icofont-eye-dropper:before {
  content: "\eff3"; }

.icofont-eye:before {
  content: "\eff4"; }

.icofont-favourite:before {
  content: "\eff5"; }

.icofont-fax:before {
  content: "\eff6"; }

.icofont-female:before {
  content: "\eff7"; }

.icofont-file:before {
  content: "\eff8"; }

.icofont-film:before {
  content: "\eff9"; }

.icofont-filter:before {
  content: "\effa"; }

.icofont-fire-burn:before {
  content: "\effb"; }

.icofont-fire-extinguisher:before {
  content: "\effc"; }

.icofont-fire:before {
  content: "\effd"; }

.icofont-first-aid:before {
  content: "\effe"; }

.icofont-flag-alt-1:before {
  content: "\efff"; }

.icofont-flag-alt-2:before {
  content: "\f000"; }

.icofont-flag:before {
  content: "\f001"; }

.icofont-flash-light:before {
  content: "\f002"; }

.icofont-flash:before {
  content: "\f003"; }

.icofont-flask:before {
  content: "\f004"; }

.icofont-focus:before {
  content: "\f005"; }

.icofont-folder-open:before {
  content: "\f006"; }

.icofont-folder:before {
  content: "\f007"; }

.icofont-foot-print:before {
  content: "\f008"; }

.icofont-football-american:before {
  content: "\f009"; }

.icofont-football:before {
  content: "\f00a"; }

.icofont-game-console:before {
  content: "\f00b"; }

.icofont-game-pad:before {
  content: "\f00c"; }

.icofont-gavel:before {
  content: "\f00d"; }

.icofont-gear:before {
  content: "\f00e"; }

.icofont-gears:before {
  content: "\f00f"; }

.icofont-gift:before {
  content: "\f010"; }

.icofont-glass:before {
  content: "\f011"; }

.icofont-globe:before {
  content: "\f012"; }

.icofont-graduate:before {
  content: "\f013"; }

.icofont-graffiti:before {
  content: "\f014"; }

.icofont-grocery:before {
  content: "\f015"; }

.icofont-group:before {
  content: "\f016"; }

.icofont-hammer:before {
  content: "\f017"; }

.icofont-hand:before {
  content: "\f018"; }

.icofont-hanger:before {
  content: "\f019"; }

.icofont-hard-disk:before {
  content: "\f01a"; }

.icofont-headphone:before {
  content: "\f01b"; }

.icofont-heart-beat:before {
  content: "\f01c"; }

.icofont-heart:before {
  content: "\f01d"; }

.icofont-history:before {
  content: "\f01e"; }

.icofont-home:before {
  content: "\f01f"; }

.icofont-horn:before {
  content: "\f020"; }

.icofont-hotel:before {
  content: "\f021"; }

.icofont-hour-glass:before {
  content: "\f022"; }

.icofont-id:before {
  content: "\f023"; }

.icofont-image:before {
  content: "\f024"; }

.icofont-inbox:before {
  content: "\f025"; }

.icofont-infinite:before {
  content: "\f026"; }

.icofont-info-circle:before {
  content: "\f027"; }

.icofont-info-square:before {
  content: "\f028"; }

.icofont-info:before {
  content: "\f029"; }

.icofont-institution:before {
  content: "\f02a"; }

.icofont-interface:before {
  content: "\f02b"; }

.icofont-invisible:before {
  content: "\f02c"; }

.icofont-italic:before {
  content: "\f02d"; }

.icofont-jacket:before {
  content: "\f02e"; }

.icofont-jar:before {
  content: "\f02f"; }

.icofont-jewlery:before {
  content: "\f030"; }

.icofont-karate:before {
  content: "\f031"; }

.icofont-key-hole:before {
  content: "\f032"; }

.icofont-key:before {
  content: "\f033"; }

.icofont-keyboard:before {
  content: "\f034"; }

.icofont-kid:before {
  content: "\f035"; }

.icofont-label:before {
  content: "\f036"; }

.icofont-lamp:before {
  content: "\f037"; }

.icofont-laptop:before {
  content: "\f038"; }

.icofont-layers:before {
  content: "\f039"; }

.icofont-layout:before {
  content: "\f03a"; }

.icofont-leaf:before {
  content: "\f03b"; }

.icofont-leaflet:before {
  content: "\f03c"; }

.icofont-learn:before {
  content: "\f03d"; }

.icofont-legal:before {
  content: "\f03e"; }

.icofont-lego:before {
  content: "\f03f"; }

.icofont-lemon:before {
  content: "\f040"; }

.icofont-lens:before {
  content: "\f041"; }

.icofont-letter:before {
  content: "\f042"; }

.icofont-letterbox:before {
  content: "\f043"; }

.icofont-library:before {
  content: "\f044"; }

.icofont-license:before {
  content: "\f045"; }

.icofont-life-bouy:before {
  content: "\f046"; }

.icofont-life-buoy:before {
  content: "\f047"; }

.icofont-life-jacket:before {
  content: "\f048"; }

.icofont-life-ring:before {
  content: "\f049"; }

.icofont-light-bulb:before {
  content: "\f04a"; }

.icofont-lighter:before {
  content: "\f04b"; }

.icofont-lightning-ray:before {
  content: "\f04c"; }

.icofont-like:before {
  content: "\f04d"; }

.icofont-link:before {
  content: "\f04e"; }

.icofont-live-support:before {
  content: "\f04f"; }

.icofont-location-arrow:before {
  content: "\f050"; }

.icofont-location-pin:before {
  content: "\f051"; }

.icofont-lock:before {
  content: "\f052"; }

.icofont-login:before {
  content: "\f053"; }

.icofont-logout:before {
  content: "\f054"; }

.icofont-lollipop:before {
  content: "\f055"; }

.icofont-look:before {
  content: "\f056"; }

.icofont-loop:before {
  content: "\f057"; }

.icofont-luggage:before {
  content: "\f058"; }

.icofont-lunch:before {
  content: "\f059"; }

.icofont-lungs:before {
  content: "\f05a"; }

.icofont-magic-alt:before {
  content: "\f05b"; }

.icofont-magic:before {
  content: "\f05c"; }

.icofont-magnet:before {
  content: "\f05d"; }

.icofont-mail-box:before {
  content: "\f05e"; }

.icofont-mail:before {
  content: "\f05f"; }

.icofont-male:before {
  content: "\f060"; }

.icofont-map:before {
  content: "\f061"; }

.icofont-math:before {
  content: "\f062"; }

.icofont-maximize:before {
  content: "\f063"; }

.icofont-measure:before {
  content: "\f064"; }

.icofont-medal:before {
  content: "\f065"; }

.icofont-medical:before {
  content: "\f066"; }

.icofont-medicine:before {
  content: "\f067"; }

.icofont-mega-phone:before {
  content: "\f068"; }

.icofont-memorial:before {
  content: "\f069"; }

.icofont-memory-card:before {
  content: "\f06a"; }

.icofont-mic-mute:before {
  content: "\f06b"; }

.icofont-mic:before {
  content: "\f06c"; }

.icofont-micro-chip:before {
  content: "\f06d"; }

.icofont-microphone:before {
  content: "\f06e"; }

.icofont-microscope:before {
  content: "\f06f"; }

.icofont-military:before {
  content: "\f070"; }

.icofont-mill:before {
  content: "\f071"; }

.icofont-minus-circle:before {
  content: "\f072"; }

.icofont-minus-square:before {
  content: "\f073"; }

.icofont-minus:before {
  content: "\f074"; }

.icofont-mobile-phone:before {
  content: "\f075"; }

.icofont-molecule:before {
  content: "\f076"; }

.icofont-money:before {
  content: "\f077"; }

.icofont-moon:before {
  content: "\f078"; }

.icofont-mop:before {
  content: "\f079"; }

.icofont-muffin:before {
  content: "\f07a"; }

.icofont-music-alt:before {
  content: "\f07b"; }

.icofont-music-notes:before {
  content: "\f07c"; }

.icofont-music:before {
  content: "\f07d"; }

.icofont-mustache:before {
  content: "\f07e"; }

.icofont-mute-volume:before {
  content: "\f07f"; }

.icofont-navigation-menu:before {
  content: "\f080"; }

.icofont-navigation:before {
  content: "\f081"; }

.icofont-network-tower:before {
  content: "\f082"; }

.icofont-network:before {
  content: "\f083"; }

.icofont-news:before {
  content: "\f084"; }

.icofont-newspaper:before {
  content: "\f085"; }

.icofont-no-smoking:before {
  content: "\f086"; }

.icofont-not-allowed:before {
  content: "\f087"; }

.icofont-notebook:before {
  content: "\f088"; }

.icofont-notepad:before {
  content: "\f089"; }

.icofont-notification:before {
  content: "\f08a"; }

.icofont-numbered:before {
  content: "\f08b"; }

.icofont-opposite:before {
  content: "\f08c"; }

.icofont-optic:before {
  content: "\f08d"; }

.icofont-options:before {
  content: "\f08e"; }

.icofont-package:before {
  content: "\f08f"; }

.icofont-page:before {
  content: "\f090"; }

.icofont-paint:before {
  content: "\f091"; }

.icofont-paper-plane:before {
  content: "\f092"; }

.icofont-paperclip:before {
  content: "\f093"; }

.icofont-papers:before {
  content: "\f094"; }

.icofont-paw:before {
  content: "\f095"; }

.icofont-pay:before {
  content: "\f096"; }

.icofont-pen:before {
  content: "\f097"; }

.icofont-pencil:before {
  content: "\f098"; }

.icofont-penguin-linux:before {
  content: "\f099"; }

.icofont-pestle:before {
  content: "\f09a"; }

.icofont-phone-circle:before {
  content: "\f09b"; }

.icofont-phone:before {
  content: "\f09c"; }

.icofont-picture:before {
  content: "\f09d"; }

.icofont-pie:before {
  content: "\f09e"; }

.icofont-pine:before {
  content: "\f09f"; }

.icofont-pixels:before {
  content: "\f0a0"; }

.icofont-play:before {
  content: "\f0a1"; }

.icofont-plugin:before {
  content: "\f0a2"; }

.icofont-plus-circle:before {
  content: "\f0a3"; }

.icofont-plus-square:before {
  content: "\f0a4"; }

.icofont-plus:before {
  content: "\f0a5"; }

.icofont-polygonal:before {
  content: "\f0a6"; }

.icofont-power:before {
  content: "\f0a7"; }

.icofont-presentation:before {
  content: "\f0a8"; }

.icofont-price:before {
  content: "\f0a9"; }

.icofont-print:before {
  content: "\f0aa"; }

.icofont-puzzle:before {
  content: "\f0ab"; }

.icofont-qr-code:before {
  content: "\f0ac"; }

.icofont-queen:before {
  content: "\f0ad"; }

.icofont-question-circle:before {
  content: "\f0ae"; }

.icofont-question-square:before {
  content: "\f0af"; }

.icofont-question:before {
  content: "\f0b0"; }

.icofont-quote-left:before {
  content: "\f0b1"; }

.icofont-quote-right:before {
  content: "\f0b2"; }

.icofont-radio:before {
  content: "\f0b3"; }

.icofont-random:before {
  content: "\f0b4"; }

.icofont-recycle:before {
  content: "\f0b5"; }

.icofont-refresh:before {
  content: "\f0b6"; }

.icofont-repair:before {
  content: "\f0b7"; }

.icofont-reply-all:before {
  content: "\f0b8"; }

.icofont-reply:before {
  content: "\f0b9"; }

.icofont-resize:before {
  content: "\f0ba"; }

.icofont-responsive:before {
  content: "\f0bb"; }

.icofont-retweet:before {
  content: "\f0bc"; }

.icofont-road:before {
  content: "\f0bd"; }

.icofont-robot:before {
  content: "\f0be"; }

.icofont-rocket:before {
  content: "\f0bf"; }

.icofont-royal:before {
  content: "\f0c0"; }

.icofont-rss-feed:before {
  content: "\f0c1"; }

.icofont-safety:before {
  content: "\f0c2"; }

.icofont-sale-discount:before {
  content: "\f0c3"; }

.icofont-satellite:before {
  content: "\f0c4"; }

.icofont-send-mail:before {
  content: "\f0c5"; }

.icofont-server:before {
  content: "\f0c6"; }

.icofont-settings:before {
  content: "\f0c7"; }

.icofont-share-alt:before {
  content: "\f0c8"; }

.icofont-share-boxed:before {
  content: "\f0c9"; }

.icofont-share:before {
  content: "\f0ca"; }

.icofont-shield:before {
  content: "\f0cb"; }

.icofont-ship:before {
  content: "\f0cc"; }

.icofont-shopping-cart:before {
  content: "\f0cd"; }

.icofont-sign-in:before {
  content: "\f0ce"; }

.icofont-sign-out:before {
  content: "\f0cf"; }

.icofont-signal:before {
  content: "\f0d0"; }

.icofont-site-map:before {
  content: "\f0d1"; }

.icofont-smart-phone:before {
  content: "\f0d2"; }

.icofont-soccer:before {
  content: "\f0d3"; }

.icofont-sort-alt:before {
  content: "\f0d4"; }

.icofont-sort:before {
  content: "\f0d5"; }

.icofont-space:before {
  content: "\f0d6"; }

.icofont-spanner:before {
  content: "\f0d7"; }

.icofont-speech-comments:before {
  content: "\f0d8"; }

.icofont-speed-meter:before {
  content: "\f0d9"; }

.icofont-spinner-alt-1:before {
  content: "\f0da"; }

.icofont-spinner-alt-2:before {
  content: "\f0db"; }

.icofont-spinner-alt-3:before {
  content: "\f0dc"; }

.icofont-spinner-alt-4:before {
  content: "\f0dd"; }

.icofont-spinner-alt-5:before {
  content: "\f0de"; }

.icofont-spinner-alt-6:before {
  content: "\f0df"; }

.icofont-spinner:before {
  content: "\f0e0"; }

.icofont-spreadsheet:before {
  content: "\f0e1"; }

.icofont-square:before {
  content: "\f0e2"; }

.icofont-ssl-security:before {
  content: "\f0e3"; }

.icofont-star-alt-1:before {
  content: "\f0e4"; }

.icofont-star-alt-2:before {
  content: "\f0e5"; }

.icofont-star:before {
  content: "\f0e6"; }

.icofont-street-view:before {
  content: "\f0e7"; }

.icofont-sun:before {
  content: "\f0e8"; }

.icofont-support-faq:before {
  content: "\f0e9"; }

.icofont-tack-pin:before {
  content: "\f0ea"; }

.icofont-tag:before {
  content: "\f0eb"; }

.icofont-tags:before {
  content: "\f0ec"; }

.icofont-tasks:before {
  content: "\f0ed"; }

.icofont-telephone:before {
  content: "\f0ee"; }

.icofont-telescope:before {
  content: "\f0ef"; }

.icofont-terminal:before {
  content: "\f0f0"; }

.icofont-thumbs-down:before {
  content: "\f0f1"; }

.icofont-thumbs-up:before {
  content: "\f0f2"; }

.icofont-tick-boxed:before {
  content: "\f0f3"; }

.icofont-tick-mark:before {
  content: "\f0f4"; }

.icofont-ticket:before {
  content: "\f0f5"; }

.icofont-tie:before {
  content: "\f0f6"; }

.icofont-toggle-off:before {
  content: "\f0f7"; }

.icofont-toggle-on:before {
  content: "\f0f8"; }

.icofont-tools:before {
  content: "\f0f9"; }

.icofont-transparent:before {
  content: "\f0fa"; }

.icofont-tree:before {
  content: "\f0fb"; }

.icofont-umbrella:before {
  content: "\f0fc"; }

.icofont-unlock:before {
  content: "\f0fd"; }

.icofont-unlocked:before {
  content: "\f0fe"; }

.icofont-upload-alt:before {
  content: "\f0ff"; }

.icofont-upload:before {
  content: "\f100"; }

.icofont-usb-drive:before {
  content: "\f101"; }

.icofont-usb:before {
  content: "\f102"; }

.icofont-vector-path:before {
  content: "\f103"; }

.icofont-verification-check:before {
  content: "\f104"; }

.icofont-video-clapper:before {
  content: "\f105"; }

.icofont-video:before {
  content: "\f106"; }

.icofont-volume-down:before {
  content: "\f107"; }

.icofont-volume-off:before {
  content: "\f108"; }

.icofont-volume-up:before {
  content: "\f109"; }

.icofont-wall-clock:before {
  content: "\f10a"; }

.icofont-wall:before {
  content: "\f10b"; }

.icofont-wallet:before {
  content: "\f10c"; }

.icofont-warning-alt:before {
  content: "\f10d"; }

.icofont-warning:before {
  content: "\f10e"; }

.icofont-water-drop:before {
  content: "\f10f"; }

.icofont-web:before {
  content: "\f110"; }

.icofont-wheelchair:before {
  content: "\f111"; }

.icofont-wifi-alt:before {
  content: "\f112"; }

.icofont-wifi:before {
  content: "\f113"; }

.icofont-world:before {
  content: "\f114"; }

.icofont-zigzag:before {
  content: "\f115"; }

.icofont-zipped:before {
  content: "\f116"; }

.icofont-social-500px:before {
  content: "\f117"; }

.icofont-social-baidu-tieba:before {
  content: "\f118"; }

.icofont-social-bbm-messenger:before {
  content: "\f119"; }

.icofont-social-delicious:before {
  content: "\f11a"; }

.icofont-social-dribbble:before {
  content: "\f11b"; }

.icofont-social-facebook-messenger:before {
  content: "\f11c"; }

.icofont-social-flikr:before {
  content: "\f11d"; }

.icofont-social-foursquare:before {
  content: "\f11e"; }

.icofont-social-google-hangouts:before {
  content: "\f11f"; }

.icofont-social-kakaotalk:before {
  content: "\f120"; }

.icofont-social-kik:before {
  content: "\f121"; }

.icofont-social-kiwibox:before {
  content: "\f122"; }

.icofont-social-linkedin:before {
  content: "\f123"; }

.icofont-social-meetme:before {
  content: "\f124"; }

.icofont-social-odnoklassniki:before {
  content: "\f125"; }

.icofont-social-photobucket:before {
  content: "\f126"; }

.icofont-social-qq:before {
  content: "\f127"; }

.icofont-social-renren:before {
  content: "\f128"; }

.icofont-social-slack:before {
  content: "\f129"; }

.icofont-social-slidshare:before {
  content: "\f12a"; }

.icofont-social-snapchat:before {
  content: "\f12b"; }

.icofont-social-soundcloud:before {
  content: "\f12c"; }

.icofont-social-spotify:before {
  content: "\f12d"; }

.icofont-social-stack-exchange:before {
  content: "\f12e"; }

.icofont-social-stack-overflow:before {
  content: "\f12f"; }

.icofont-social-tagged:before {
  content: "\f130"; }

.icofont-social-trello:before {
  content: "\f131"; }

.icofont-social-twitch:before {
  content: "\f132"; }

.icofont-social-vk:before {
  content: "\f133"; }

.icofont-social-weibo:before {
  content: "\f134"; }

.icofont-social-whatsapp:before {
  content: "\f135"; }

.icofont-social-youku:before {
  content: "\f136"; }

.icofont-social-youtube-play:before {
  content: "\f137"; }

.icofont-social-youtube:before {
  content: "\f138"; }

.icofont-brand-xiaomi:before {
  content: "\f139"; }

/*Font size*/
.icofont-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.icofont-2x {
  font-size: 2em; }

.icofont-3x {
  font-size: 3em; }

.icofont-4x {
  font-size: 4em; }

.icofont-5x {
  font-size: 5em; }

.icofont-fw {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
  width: 1.28571429em;
  text-align: center; }

/*Fixed Width Icons*/
/*Custom list icons*/
.icofont-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }
  .icofont-ul > li {
    position: relative; }

.icofont-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

/*Animation*/
.icofont-rotate {
  display: inline-block;
  -webkit-animation: icofont-rotate 2s infinite linear;
  animation: icofont-rotate 2s infinite linear; }

@-webkit-keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-es-ct {
  background-image: url(../fonts/flag-icon/es-ct.svg); }
  .flag-icon-es-ct.flag-icon-squared {
    background-image: url(../fonts/flag-icon/es-ct.svg); }

.flag-icon-eu {
  background-image: url(../fonts/flag-icon/eu.svg); }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(../fonts/flag-icon/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../fonts/flag-icon/gb-eng.svg); }
  .flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../fonts/flag-icon/gb-nir.svg); }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../fonts/flag-icon/gb-sct.svg); }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../fonts/flag-icon/gb-wls.svg); }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../fonts/flag-icon/un.svg); }
  .flag-icon-un.flag-icon-squared {
    background-image: url(../fonts/flag-icon/un.svg); }

.flag-icon-ad {
  background-image: url(../fonts/flag-icon/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ad.svg); }

.flag-icon-ae {
  background-image: url(../fonts/flag-icon/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ae.svg); }

.flag-icon-af {
  background-image: url(../fonts/flag-icon/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../fonts/flag-icon/af.svg); }

.flag-icon-ag {
  background-image: url(../fonts/flag-icon/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ag.svg); }

.flag-icon-ai {
  background-image: url(../fonts/flag-icon/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ai.svg); }

.flag-icon-al {
  background-image: url(../fonts/flag-icon/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../fonts/flag-icon/al.svg); }

.flag-icon-am {
  background-image: url(../fonts/flag-icon/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../fonts/flag-icon/am.svg); }

.flag-icon-ao {
  background-image: url(../fonts/flag-icon/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ao.svg); }

.flag-icon-aq {
  background-image: url(../fonts/flag-icon/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../fonts/flag-icon/aq.svg); }

.flag-icon-ar {
  background-image: url(../fonts/flag-icon/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ar.svg); }

.flag-icon-as {
  background-image: url(../fonts/flag-icon/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../fonts/flag-icon/as.svg); }

.flag-icon-at {
  background-image: url(../fonts/flag-icon/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../fonts/flag-icon/at.svg); }

.flag-icon-au {
  background-image: url(../fonts/flag-icon/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../fonts/flag-icon/au.svg); }

.flag-icon-aw {
  background-image: url(../fonts/flag-icon/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/aw.svg); }

.flag-icon-ax {
  background-image: url(../fonts/flag-icon/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ax.svg); }

.flag-icon-az {
  background-image: url(../fonts/flag-icon/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../fonts/flag-icon/az.svg); }

.flag-icon-ba {
  background-image: url(../fonts/flag-icon/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ba.svg); }

.flag-icon-bb {
  background-image: url(../fonts/flag-icon/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bb.svg); }

.flag-icon-bd {
  background-image: url(../fonts/flag-icon/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bd.svg); }

.flag-icon-be {
  background-image: url(../fonts/flag-icon/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../fonts/flag-icon/be.svg); }

.flag-icon-bf {
  background-image: url(../fonts/flag-icon/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bf.svg); }

.flag-icon-bg {
  background-image: url(../fonts/flag-icon/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bg.svg); }

.flag-icon-bh {
  background-image: url(../fonts/flag-icon/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bh.svg); }

.flag-icon-bi {
  background-image: url(../fonts/flag-icon/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bi.svg); }

.flag-icon-bj {
  background-image: url(../fonts/flag-icon/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bj.svg); }

.flag-icon-bl {
  background-image: url(../fonts/flag-icon/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bl.svg); }

.flag-icon-bm {
  background-image: url(../fonts/flag-icon/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bm.svg); }

.flag-icon-bn {
  background-image: url(../fonts/flag-icon/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bn.svg); }

.flag-icon-bo {
  background-image: url(../fonts/flag-icon/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bo.svg); }

.flag-icon-bq {
  background-image: url(../fonts/flag-icon/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bq.svg); }

.flag-icon-br {
  background-image: url(../fonts/flag-icon/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../fonts/flag-icon/br.svg); }

.flag-icon-bs {
  background-image: url(../fonts/flag-icon/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bs.svg); }

.flag-icon-bt {
  background-image: url(../fonts/flag-icon/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bt.svg); }

.flag-icon-bv {
  background-image: url(../fonts/flag-icon/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bv.svg); }

.flag-icon-bw {
  background-image: url(../fonts/flag-icon/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bw.svg); }

.flag-icon-by {
  background-image: url(../fonts/flag-icon/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../fonts/flag-icon/by.svg); }

.flag-icon-bz {
  background-image: url(../fonts/flag-icon/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/bz.svg); }

.flag-icon-ca {
  background-image: url(../fonts/flag-icon/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ca.svg); }

.flag-icon-cc {
  background-image: url(../fonts/flag-icon/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cc.svg); }

.flag-icon-cd {
  background-image: url(../fonts/flag-icon/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cd.svg); }

.flag-icon-cf {
  background-image: url(../fonts/flag-icon/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cf.svg); }

.flag-icon-cg {
  background-image: url(../fonts/flag-icon/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cg.svg); }

.flag-icon-ch {
  background-image: url(../fonts/flag-icon/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ch.svg); }

.flag-icon-ci {
  background-image: url(../fonts/flag-icon/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ci.svg); }

.flag-icon-ck {
  background-image: url(../fonts/flag-icon/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ck.svg); }

.flag-icon-cl {
  background-image: url(../fonts/flag-icon/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cl.svg); }

.flag-icon-cm {
  background-image: url(../fonts/flag-icon/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cm.svg); }

.flag-icon-cn {
  background-image: url(../fonts/flag-icon/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cn.svg); }

.flag-icon-co {
  background-image: url(../fonts/flag-icon/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../fonts/flag-icon/co.svg); }

.flag-icon-cr {
  background-image: url(../fonts/flag-icon/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cr.svg); }

.flag-icon-cu {
  background-image: url(../fonts/flag-icon/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cu.svg); }

.flag-icon-cv {
  background-image: url(../fonts/flag-icon/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cv.svg); }

.flag-icon-cw {
  background-image: url(../fonts/flag-icon/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cw.svg); }

.flag-icon-cx {
  background-image: url(../fonts/flag-icon/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cx.svg); }

.flag-icon-cy {
  background-image: url(../fonts/flag-icon/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cy.svg); }

.flag-icon-cz {
  background-image: url(../fonts/flag-icon/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/cz.svg); }

.flag-icon-de {
  background-image: url(../fonts/flag-icon/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../fonts/flag-icon/de.svg); }

.flag-icon-dj {
  background-image: url(../fonts/flag-icon/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../fonts/flag-icon/dj.svg); }

.flag-icon-dk {
  background-image: url(../fonts/flag-icon/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(../fonts/flag-icon/dk.svg); }

.flag-icon-dm {
  background-image: url(../fonts/flag-icon/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/dm.svg); }

.flag-icon-do {
  background-image: url(../fonts/flag-icon/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../fonts/flag-icon/do.svg); }

.flag-icon-dz {
  background-image: url(../fonts/flag-icon/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/dz.svg); }

.flag-icon-ec {
  background-image: url(../fonts/flag-icon/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ec.svg); }

.flag-icon-ee {
  background-image: url(../fonts/flag-icon/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ee.svg); }

.flag-icon-eg {
  background-image: url(../fonts/flag-icon/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/eg.svg); }

.flag-icon-eh {
  background-image: url(../fonts/flag-icon/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../fonts/flag-icon/eh.svg); }

.flag-icon-er {
  background-image: url(../fonts/flag-icon/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../fonts/flag-icon/er.svg); }

.flag-icon-es {
  background-image: url(../fonts/flag-icon/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../fonts/flag-icon/es.svg); }

.flag-icon-et {
  background-image: url(../fonts/flag-icon/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../fonts/flag-icon/et.svg); }

.flag-icon-fi {
  background-image: url(../fonts/flag-icon/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../fonts/flag-icon/fi.svg); }

.flag-icon-fj {
  background-image: url(../fonts/flag-icon/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../fonts/flag-icon/fj.svg); }

.flag-icon-fk {
  background-image: url(../fonts/flag-icon/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../fonts/flag-icon/fk.svg); }

.flag-icon-fm {
  background-image: url(../fonts/flag-icon/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/fm.svg); }

.flag-icon-fo {
  background-image: url(../fonts/flag-icon/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../fonts/flag-icon/fo.svg); }

.flag-icon-fr {
  background-image: url(../fonts/flag-icon/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/fr.svg); }

.flag-icon-ga {
  background-image: url(../fonts/flag-icon/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ga.svg); }

.flag-icon-gb {
  background-image: url(../fonts/flag-icon/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gb.svg); }

.flag-icon-gd {
  background-image: url(../fonts/flag-icon/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gd.svg); }

.flag-icon-ge {
  background-image: url(../fonts/flag-icon/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ge.svg); }

.flag-icon-gf {
  background-image: url(../fonts/flag-icon/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gf.svg); }

.flag-icon-gg {
  background-image: url(../fonts/flag-icon/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gg.svg); }

.flag-icon-gh {
  background-image: url(../fonts/flag-icon/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gh.svg); }

.flag-icon-gi {
  background-image: url(../fonts/flag-icon/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gi.svg); }

.flag-icon-gl {
  background-image: url(../fonts/flag-icon/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gl.svg); }

.flag-icon-gm {
  background-image: url(../fonts/flag-icon/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gm.svg); }

.flag-icon-gn {
  background-image: url(../fonts/flag-icon/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gn.svg); }

.flag-icon-gp {
  background-image: url(../fonts/flag-icon/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gp.svg); }

.flag-icon-gq {
  background-image: url(../fonts/flag-icon/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gq.svg); }

.flag-icon-gr {
  background-image: url(../fonts/flag-icon/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gr.svg); }

.flag-icon-gs {
  background-image: url(../fonts/flag-icon/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gs.svg); }

.flag-icon-gt {
  background-image: url(../fonts/flag-icon/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gt.svg); }

.flag-icon-gu {
  background-image: url(../fonts/flag-icon/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gu.svg); }

.flag-icon-gw {
  background-image: url(../fonts/flag-icon/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gw.svg); }

.flag-icon-gy {
  background-image: url(../fonts/flag-icon/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../fonts/flag-icon/gy.svg); }

.flag-icon-hk {
  background-image: url(../fonts/flag-icon/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../fonts/flag-icon/hk.svg); }

.flag-icon-hm {
  background-image: url(../fonts/flag-icon/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/hm.svg); }

.flag-icon-hn {
  background-image: url(../fonts/flag-icon/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/hn.svg); }

.flag-icon-hr {
  background-image: url(../fonts/flag-icon/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/hr.svg); }

.flag-icon-ht {
  background-image: url(../fonts/flag-icon/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ht.svg); }

.flag-icon-hu {
  background-image: url(../fonts/flag-icon/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../fonts/flag-icon/hu.svg); }

.flag-icon-id {
  background-image: url(../fonts/flag-icon/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../fonts/flag-icon/id.svg); }

.flag-icon-ie {
  background-image: url(../fonts/flag-icon/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ie.svg); }

.flag-icon-il {
  background-image: url(../fonts/flag-icon/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../fonts/flag-icon/il.svg); }

.flag-icon-im {
  background-image: url(../fonts/flag-icon/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../fonts/flag-icon/im.svg); }

.flag-icon-in {
  background-image: url(../fonts/flag-icon/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../fonts/flag-icon/in.svg); }

.flag-icon-io {
  background-image: url(../fonts/flag-icon/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../fonts/flag-icon/io.svg); }

.flag-icon-iq {
  background-image: url(../fonts/flag-icon/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../fonts/flag-icon/iq.svg); }

.flag-icon-ir {
  background-image: url(../fonts/flag-icon/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ir.svg); }

.flag-icon-is {
  background-image: url(../fonts/flag-icon/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../fonts/flag-icon/is.svg); }

.flag-icon-it {
  background-image: url(../fonts/flag-icon/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(../fonts/flag-icon/it.svg); }

.flag-icon-je {
  background-image: url(../fonts/flag-icon/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../fonts/flag-icon/je.svg); }

.flag-icon-jm {
  background-image: url(../fonts/flag-icon/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/jm.svg); }

.flag-icon-jo {
  background-image: url(../fonts/flag-icon/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../fonts/flag-icon/jo.svg); }

.flag-icon-jp {
  background-image: url(../fonts/flag-icon/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../fonts/flag-icon/jp.svg); }

.flag-icon-ke {
  background-image: url(../fonts/flag-icon/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ke.svg); }

.flag-icon-kg {
  background-image: url(../fonts/flag-icon/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/kg.svg); }

.flag-icon-kh {
  background-image: url(../fonts/flag-icon/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../fonts/flag-icon/kh.svg); }

.flag-icon-ki {
  background-image: url(../fonts/flag-icon/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ki.svg); }

.flag-icon-km {
  background-image: url(../fonts/flag-icon/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../fonts/flag-icon/km.svg); }

.flag-icon-kn {
  background-image: url(../fonts/flag-icon/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/kn.svg); }

.flag-icon-kp {
  background-image: url(../fonts/flag-icon/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../fonts/flag-icon/kp.svg); }

.flag-icon-kr {
  background-image: url(../fonts/flag-icon/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/kr.svg); }

.flag-icon-kw {
  background-image: url(../fonts/flag-icon/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/kw.svg); }

.flag-icon-ky {
  background-image: url(../fonts/flag-icon/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ky.svg); }

.flag-icon-kz {
  background-image: url(../fonts/flag-icon/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/kz.svg); }

.flag-icon-la {
  background-image: url(../fonts/flag-icon/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../fonts/flag-icon/la.svg); }

.flag-icon-lb {
  background-image: url(../fonts/flag-icon/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../fonts/flag-icon/lb.svg); }

.flag-icon-lc {
  background-image: url(../fonts/flag-icon/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../fonts/flag-icon/lc.svg); }

.flag-icon-li {
  background-image: url(../fonts/flag-icon/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../fonts/flag-icon/li.svg); }

.flag-icon-lk {
  background-image: url(../fonts/flag-icon/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../fonts/flag-icon/lk.svg); }

.flag-icon-lr {
  background-image: url(../fonts/flag-icon/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/lr.svg); }

.flag-icon-ls {
  background-image: url(../fonts/flag-icon/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ls.svg); }

.flag-icon-lt {
  background-image: url(../fonts/flag-icon/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(../fonts/flag-icon/lt.svg); }

.flag-icon-lu {
  background-image: url(../fonts/flag-icon/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../fonts/flag-icon/lu.svg); }

.flag-icon-lv {
  background-image: url(../fonts/flag-icon/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../fonts/flag-icon/lv.svg); }

.flag-icon-ly {
  background-image: url(../fonts/flag-icon/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ly.svg); }

.flag-icon-ma {
  background-image: url(../fonts/flag-icon/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ma.svg); }

.flag-icon-mc {
  background-image: url(../fonts/flag-icon/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mc.svg); }

.flag-icon-md {
  background-image: url(../fonts/flag-icon/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../fonts/flag-icon/md.svg); }

.flag-icon-me {
  background-image: url(../fonts/flag-icon/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../fonts/flag-icon/me.svg); }

.flag-icon-mf {
  background-image: url(../fonts/flag-icon/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mf.svg); }

.flag-icon-mg {
  background-image: url(../fonts/flag-icon/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mg.svg); }

.flag-icon-mh {
  background-image: url(../fonts/flag-icon/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mh.svg); }

.flag-icon-mk {
  background-image: url(../fonts/flag-icon/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mk.svg); }

.flag-icon-ml {
  background-image: url(../fonts/flag-icon/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ml.svg); }

.flag-icon-mm {
  background-image: url(../fonts/flag-icon/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mm.svg); }

.flag-icon-mn {
  background-image: url(../fonts/flag-icon/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mn.svg); }

.flag-icon-mo {
  background-image: url(../fonts/flag-icon/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mo.svg); }

.flag-icon-mp {
  background-image: url(../fonts/flag-icon/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mp.svg); }

.flag-icon-mq {
  background-image: url(../fonts/flag-icon/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mq.svg); }

.flag-icon-mr {
  background-image: url(../fonts/flag-icon/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mr.svg); }

.flag-icon-ms {
  background-image: url(../fonts/flag-icon/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ms.svg); }

.flag-icon-mt {
  background-image: url(../fonts/flag-icon/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mt.svg); }

.flag-icon-mu {
  background-image: url(../fonts/flag-icon/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mu.svg); }

.flag-icon-mv {
  background-image: url(../fonts/flag-icon/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mv.svg); }

.flag-icon-mw {
  background-image: url(../fonts/flag-icon/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mw.svg); }

.flag-icon-mx {
  background-image: url(../fonts/flag-icon/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mx.svg); }

.flag-icon-my {
  background-image: url(../fonts/flag-icon/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../fonts/flag-icon/my.svg); }

.flag-icon-mz {
  background-image: url(../fonts/flag-icon/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/mz.svg); }

.flag-icon-na {
  background-image: url(../fonts/flag-icon/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../fonts/flag-icon/na.svg); }

.flag-icon-nc {
  background-image: url(../fonts/flag-icon/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../fonts/flag-icon/nc.svg); }

.flag-icon-ne {
  background-image: url(../fonts/flag-icon/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ne.svg); }

.flag-icon-nf {
  background-image: url(../fonts/flag-icon/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../fonts/flag-icon/nf.svg); }

.flag-icon-ng {
  background-image: url(../fonts/flag-icon/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ng.svg); }

.flag-icon-ni {
  background-image: url(../fonts/flag-icon/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ni.svg); }

.flag-icon-nl {
  background-image: url(../fonts/flag-icon/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../fonts/flag-icon/nl.svg); }

.flag-icon-no {
  background-image: url(../fonts/flag-icon/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(../fonts/flag-icon/no.svg); }

.flag-icon-np {
  background-image: url(../fonts/flag-icon/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../fonts/flag-icon/np.svg); }

.flag-icon-nr {
  background-image: url(../fonts/flag-icon/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/nr.svg); }

.flag-icon-nu {
  background-image: url(../fonts/flag-icon/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../fonts/flag-icon/nu.svg); }

.flag-icon-nz {
  background-image: url(../fonts/flag-icon/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/nz.svg); }

.flag-icon-om {
  background-image: url(../fonts/flag-icon/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../fonts/flag-icon/om.svg); }

.flag-icon-pa {
  background-image: url(../fonts/flag-icon/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pa.svg); }

.flag-icon-pe {
  background-image: url(../fonts/flag-icon/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pe.svg); }

.flag-icon-pf {
  background-image: url(../fonts/flag-icon/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pf.svg); }

.flag-icon-pg {
  background-image: url(../fonts/flag-icon/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pg.svg); }

.flag-icon-ph {
  background-image: url(../fonts/flag-icon/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ph.svg); }

.flag-icon-pk {
  background-image: url(../fonts/flag-icon/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pk.svg); }

.flag-icon-pl {
  background-image: url(../fonts/flag-icon/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pl.svg); }

.flag-icon-pm {
  background-image: url(../fonts/flag-icon/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pm.svg); }

.flag-icon-pn {
  background-image: url(../fonts/flag-icon/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pn.svg); }

.flag-icon-pr {
  background-image: url(../fonts/flag-icon/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pr.svg); }

.flag-icon-ps {
  background-image: url(../fonts/flag-icon/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ps.svg); }

.flag-icon-pt {
  background-image: url(../fonts/flag-icon/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pt.svg); }

.flag-icon-pw {
  background-image: url(../fonts/flag-icon/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/pw.svg); }

.flag-icon-py {
  background-image: url(../fonts/flag-icon/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../fonts/flag-icon/py.svg); }

.flag-icon-qa {
  background-image: url(../fonts/flag-icon/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../fonts/flag-icon/qa.svg); }

.flag-icon-re {
  background-image: url(../fonts/flag-icon/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../fonts/flag-icon/re.svg); }

.flag-icon-ro {
  background-image: url(../fonts/flag-icon/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ro.svg); }

.flag-icon-rs {
  background-image: url(../fonts/flag-icon/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../fonts/flag-icon/rs.svg); }

.flag-icon-ru {
  background-image: url(../fonts/flag-icon/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ru.svg); }

.flag-icon-rw {
  background-image: url(../fonts/flag-icon/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/rw.svg); }

.flag-icon-sa {
  background-image: url(../fonts/flag-icon/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sa.svg); }

.flag-icon-sb {
  background-image: url(../fonts/flag-icon/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sb.svg); }

.flag-icon-sc {
  background-image: url(../fonts/flag-icon/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sc.svg); }

.flag-icon-sd {
  background-image: url(../fonts/flag-icon/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sd.svg); }

.flag-icon-se {
  background-image: url(../fonts/flag-icon/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(../fonts/flag-icon/se.svg); }

.flag-icon-sg {
  background-image: url(../fonts/flag-icon/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sg.svg); }

.flag-icon-sh {
  background-image: url(../fonts/flag-icon/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sh.svg); }

.flag-icon-si {
  background-image: url(../fonts/flag-icon/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(../fonts/flag-icon/si.svg); }

.flag-icon-sj {
  background-image: url(../fonts/flag-icon/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sj.svg); }

.flag-icon-sk {
  background-image: url(../fonts/flag-icon/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sk.svg); }

.flag-icon-sl {
  background-image: url(../fonts/flag-icon/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sl.svg); }

.flag-icon-sm {
  background-image: url(../fonts/flag-icon/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sm.svg); }

.flag-icon-sn {
  background-image: url(../fonts/flag-icon/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sn.svg); }

.flag-icon-so {
  background-image: url(../fonts/flag-icon/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../fonts/flag-icon/so.svg); }

.flag-icon-sr {
  background-image: url(../fonts/flag-icon/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sr.svg); }

.flag-icon-ss {
  background-image: url(../fonts/flag-icon/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ss.svg); }

.flag-icon-st {
  background-image: url(../fonts/flag-icon/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../fonts/flag-icon/st.svg); }

.flag-icon-sv {
  background-image: url(../fonts/flag-icon/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sv.svg); }

.flag-icon-sx {
  background-image: url(../fonts/flag-icon/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sx.svg); }

.flag-icon-sy {
  background-image: url(../fonts/flag-icon/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sy.svg); }

.flag-icon-sz {
  background-image: url(../fonts/flag-icon/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/sz.svg); }

.flag-icon-tc {
  background-image: url(../fonts/flag-icon/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tc.svg); }

.flag-icon-td {
  background-image: url(../fonts/flag-icon/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../fonts/flag-icon/td.svg); }

.flag-icon-tf {
  background-image: url(../fonts/flag-icon/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tf.svg); }

.flag-icon-tg {
  background-image: url(../fonts/flag-icon/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tg.svg); }

.flag-icon-th {
  background-image: url(../fonts/flag-icon/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../fonts/flag-icon/th.svg); }

.flag-icon-tj {
  background-image: url(../fonts/flag-icon/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tj.svg); }

.flag-icon-tk {
  background-image: url(../fonts/flag-icon/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tk.svg); }

.flag-icon-tl {
  background-image: url(../fonts/flag-icon/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tl.svg); }

.flag-icon-tm {
  background-image: url(../fonts/flag-icon/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tm.svg); }

.flag-icon-tn {
  background-image: url(../fonts/flag-icon/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tn.svg); }

.flag-icon-to {
  background-image: url(../fonts/flag-icon/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../fonts/flag-icon/to.svg); }

.flag-icon-tr {
  background-image: url(../fonts/flag-icon/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tr.svg); }

.flag-icon-tt {
  background-image: url(../fonts/flag-icon/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tt.svg); }

.flag-icon-tv {
  background-image: url(../fonts/flag-icon/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tv.svg); }

.flag-icon-tw {
  background-image: url(../fonts/flag-icon/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tw.svg); }

.flag-icon-tz {
  background-image: url(../fonts/flag-icon/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/tz.svg); }

.flag-icon-ua {
  background-image: url(../fonts/flag-icon/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ua.svg); }

.flag-icon-ug {
  background-image: url(../fonts/flag-icon/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ug.svg); }

.flag-icon-um {
  background-image: url(../fonts/flag-icon/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../fonts/flag-icon/um.svg); }

.flag-icon-us {
  background-image: url(../fonts/flag-icon/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../fonts/flag-icon/us.svg); }

.flag-icon-uy {
  background-image: url(../fonts/flag-icon/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../fonts/flag-icon/uy.svg); }

.flag-icon-uz {
  background-image: url(../fonts/flag-icon/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../fonts/flag-icon/uz.svg); }

.flag-icon-va {
  background-image: url(../fonts/flag-icon/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../fonts/flag-icon/va.svg); }

.flag-icon-vc {
  background-image: url(../fonts/flag-icon/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../fonts/flag-icon/vc.svg); }

.flag-icon-ve {
  background-image: url(../fonts/flag-icon/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ve.svg); }

.flag-icon-vg {
  background-image: url(../fonts/flag-icon/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../fonts/flag-icon/vg.svg); }

.flag-icon-vi {
  background-image: url(../fonts/flag-icon/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../fonts/flag-icon/vi.svg); }

.flag-icon-vn {
  background-image: url(../fonts/flag-icon/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../fonts/flag-icon/vn.svg); }

.flag-icon-vu {
  background-image: url(../fonts/flag-icon/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../fonts/flag-icon/vu.svg); }

.flag-icon-wf {
  background-image: url(../fonts/flag-icon/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../fonts/flag-icon/wf.svg); }

.flag-icon-ws {
  background-image: url(../fonts/flag-icon/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ws.svg); }

.flag-icon-ye {
  background-image: url(../fonts/flag-icon/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../fonts/flag-icon/ye.svg); }

.flag-icon-yt {
  background-image: url(../fonts/flag-icon/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../fonts/flag-icon/yt.svg); }

.flag-icon-za {
  background-image: url(../fonts/flag-icon/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../fonts/flag-icon/za.svg); }

.flag-icon-zm {
  background-image: url(../fonts/flag-icon/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../fonts/flag-icon/zm.svg); }

.flag-icon-zw {
  background-image: url(../fonts/flag-icon/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../fonts/flag-icon/zw.svg); }

button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

menu, article, aside, details, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'themify';
  src: url("../assets/fonts/themify/themify.eot?-fvbane");
  src: url("../assets/fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../assets/fonts/themify/themify.woff?-fvbane") format("woff"), url("../assets/fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../assets/fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

.icon-wand:before {
  content: "\e600"; }

.icon-volume:before {
  content: "\e601"; }

.icon-user:before {
  content: "\e602"; }

.icon-unlock:before {
  content: "\e603"; }

.icon-unlink:before {
  content: "\e604"; }

.icon-trash:before {
  content: "\e605"; }

.icon-thought:before {
  content: "\e606"; }

.icon-target:before {
  content: "\e607"; }

.icon-tag:before {
  content: "\e608"; }

.icon-tablet:before {
  content: "\e609"; }

.icon-star:before {
  content: "\e60a"; }

.icon-spray:before {
  content: "\e60b"; }

.icon-signal:before {
  content: "\e60c"; }

.icon-shopping-cart:before {
  content: "\e60d"; }

.icon-shopping-cart-full:before {
  content: "\e60e"; }

.icon-settings:before {
  content: "\e60f"; }

.icon-search:before {
  content: "\e610"; }

.icon-zoom-in:before {
  content: "\e611"; }

.icon-zoom-out:before {
  content: "\e612"; }

.icon-cut:before {
  content: "\e613"; }

.icon-ruler:before {
  content: "\e614"; }

.icon-ruler-pencil:before {
  content: "\e615"; }

.icon-ruler-alt:before {
  content: "\e616"; }

.icon-bookmark:before {
  content: "\e617"; }

.icon-bookmark-alt:before {
  content: "\e618"; }

.icon-reload:before {
  content: "\e619"; }

.icon-plus:before {
  content: "\e61a"; }

.icon-pin:before {
  content: "\e61b"; }

.icon-pencil:before {
  content: "\e61c"; }

.icon-pencil-alt:before {
  content: "\e61d"; }

.icon-paint-roller:before {
  content: "\e61e"; }

.icon-paint-bucket:before {
  content: "\e61f"; }

.icon-na:before {
  content: "\e620"; }

.icon-mobile:before {
  content: "\e621"; }

.icon-minus:before {
  content: "\e622"; }

.icon-medall:before {
  content: "\e623"; }

.icon-medall-alt:before {
  content: "\e624"; }

.icon-marker:before {
  content: "\e625"; }

.icon-marker-alt:before {
  content: "\e626"; }

.icon-arrow-up:before {
  content: "\e627"; }

.icon-arrow-right:before {
  content: "\e628"; }

.icon-arrow-left:before {
  content: "\e629"; }

.icon-arrow-down:before {
  content: "\e62a"; }

.icon-lock:before {
  content: "\e62b"; }

.icon-location-arrow:before {
  content: "\e62c"; }

.icon-link:before {
  content: "\e62d"; }

.icon-layout:before {
  content: "\e62e"; }

.icon-layers:before {
  content: "\e62f"; }

.icon-layers-alt:before {
  content: "\e630"; }

.icon-key:before {
  content: "\e631"; }

.icon-import:before {
  content: "\e632"; }

.icon-image:before {
  content: "\e633"; }

.icon-heart:before {
  content: "\e634"; }

.icon-heart-broken:before {
  content: "\e635"; }

.icon-hand-stop:before {
  content: "\e636"; }

.icon-hand-open:before {
  content: "\e637"; }

.icon-hand-drag:before {
  content: "\e638"; }

.icon-folder:before {
  content: "\e639"; }

.icon-flag:before {
  content: "\e63a"; }

.icon-flag-alt:before {
  content: "\e63b"; }

.icon-flag-alt-2:before {
  content: "\e63c"; }

.icon-eye:before {
  content: "\e63d"; }

.icon-export:before {
  content: "\e63e"; }

.icon-exchange-vertical:before {
  content: "\e63f"; }

.icon-desktop:before {
  content: "\e640"; }

.icon-cup:before {
  content: "\e641"; }

.icon-crown:before {
  content: "\e642"; }

.icon-comments:before {
  content: "\e643"; }

.icon-comment:before {
  content: "\e644"; }

.icon-comment-alt:before {
  content: "\e645"; }

.icon-close:before {
  content: "\e646"; }

.icon-clip:before {
  content: "\e647"; }

.icon-angle-up:before {
  content: "\e648"; }

.icon-angle-right:before {
  content: "\e649"; }

.icon-angle-left:before {
  content: "\e64a"; }

.icon-angle-down:before {
  content: "\e64b"; }

.icon-check:before {
  content: "\e64c"; }

.icon-check-box:before {
  content: "\e64d"; }

.icon-camera:before {
  content: "\e64e"; }

.icon-announcement:before {
  content: "\e64f"; }

.icon-brush:before {
  content: "\e650"; }

.icon-briefcase:before {
  content: "\e651"; }

.icon-bolt:before {
  content: "\e652"; }

.icon-bolt-alt:before {
  content: "\e653"; }

.icon-blackboard:before {
  content: "\e654"; }

.icon-bag:before {
  content: "\e655"; }

.icon-move:before {
  content: "\e656"; }

.icon-arrows-vertical:before {
  content: "\e657"; }

.icon-arrows-horizontal:before {
  content: "\e658"; }

.icon-fullscreen:before {
  content: "\e659"; }

.icon-arrow-top-right:before {
  content: "\e65a"; }

.icon-arrow-top-left:before {
  content: "\e65b"; }

.icon-arrow-circle-up:before {
  content: "\e65c"; }

.icon-arrow-circle-right:before {
  content: "\e65d"; }

.icon-arrow-circle-left:before {
  content: "\e65e"; }

.icon-arrow-circle-down:before {
  content: "\e65f"; }

.icon-angle-double-up:before {
  content: "\e660"; }

.icon-angle-double-right:before {
  content: "\e661"; }

.icon-angle-double-left:before {
  content: "\e662"; }

.icon-angle-double-down:before {
  content: "\e663"; }

.icon-zip:before {
  content: "\e664"; }

.icon-world:before {
  content: "\e665"; }

.icon-wheelchair:before {
  content: "\e666"; }

.icon-view-list:before {
  content: "\e667"; }

.icon-view-list-alt:before {
  content: "\e668"; }

.icon-view-grid:before {
  content: "\e669"; }

.icon-uppercase:before {
  content: "\e66a"; }

.icon-upload:before {
  content: "\e66b"; }

.icon-underline:before {
  content: "\e66c"; }

.icon-truck:before {
  content: "\e66d"; }

.icon-timer:before {
  content: "\e66e"; }

.icon-ticket:before {
  content: "\e66f"; }

.icon-thumb-up:before {
  content: "\e670"; }

.icon-thumb-down:before {
  content: "\e671"; }

.icon-text:before {
  content: "\e672"; }

.icon-stats-up:before {
  content: "\e673"; }

.icon-stats-down:before {
  content: "\e674"; }

.icon-split-v:before {
  content: "\e675"; }

.icon-split-h:before {
  content: "\e676"; }

.icon-smallcap:before {
  content: "\e677"; }

.icon-shine:before {
  content: "\e678"; }

.icon-shift-right:before {
  content: "\e679"; }

.icon-shift-left:before {
  content: "\e67a"; }

.icon-shield:before {
  content: "\e67b"; }

.icon-notepad:before {
  content: "\e67c"; }

.icon-server:before {
  content: "\e67d"; }

.icon-quote-right:before {
  content: "\e67e"; }

.icon-quote-left:before {
  content: "\e67f"; }

.icon-pulse:before {
  content: "\e680"; }

.icon-printer:before {
  content: "\e681"; }

.icon-power-off:before {
  content: "\e682"; }

.icon-plug:before {
  content: "\e683"; }

.icon-pie-chart:before {
  content: "\e684"; }

.icon-paragraph:before {
  content: "\e685"; }

.icon-panel:before {
  content: "\e686"; }

.icon-package:before {
  content: "\e687"; }

.icon-music:before {
  content: "\e688"; }

.icon-music-alt:before {
  content: "\e689"; }

.icon-mouse:before {
  content: "\e68a"; }

.icon-mouse-alt:before {
  content: "\e68b"; }

.icon-money:before {
  content: "\e68c"; }

.icon-microphone:before {
  content: "\e68d"; }

.icon-menu:before {
  content: "\e68e"; }

.icon-menu-alt:before {
  content: "\e68f"; }

.icon-map:before {
  content: "\e690"; }

.icon-map-alt:before {
  content: "\e691"; }

.icon-loop:before {
  content: "\e692"; }

.icon-location-pin:before {
  content: "\e693"; }

.icon-list:before {
  content: "\e694"; }

.icon-light-bulb:before {
  content: "\e695"; }

.icon-Italic:before {
  content: "\e696"; }

.icon-info:before {
  content: "\e697"; }

.icon-infinite:before {
  content: "\e698"; }

.icon-id-badge:before {
  content: "\e699"; }

.icon-hummer:before {
  content: "\e69a"; }

.icon-home:before {
  content: "\e69b"; }

.icon-help:before {
  content: "\e69c"; }

.icon-headphone:before {
  content: "\e69d"; }

.icon-harddrives:before {
  content: "\e69e"; }

.icon-harddrive:before {
  content: "\e69f"; }

.icon-gift:before {
  content: "\e6a0"; }

.icon-game:before {
  content: "\e6a1"; }

.icon-filter:before {
  content: "\e6a2"; }

.icon-files:before {
  content: "\e6a3"; }

.icon-file:before {
  content: "\e6a4"; }

.icon-eraser:before {
  content: "\e6a5"; }

.icon-envelope:before {
  content: "\e6a6"; }

.icon-download:before {
  content: "\e6a7"; }

.icon-direction:before {
  content: "\e6a8"; }

.icon-direction-alt:before {
  content: "\e6a9"; }

.icon-dashboard:before {
  content: "\e6aa"; }

.icon-control-stop:before {
  content: "\e6ab"; }

.icon-control-shuffle:before {
  content: "\e6ac"; }

.icon-control-play:before {
  content: "\e6ad"; }

.icon-control-pause:before {
  content: "\e6ae"; }

.icon-control-forward:before {
  content: "\e6af"; }

.icon-control-backward:before {
  content: "\e6b0"; }

.icon-cloud:before {
  content: "\e6b1"; }

.icon-cloud-up:before {
  content: "\e6b2"; }

.icon-cloud-down:before {
  content: "\e6b3"; }

.icon-clipboard:before {
  content: "\e6b4"; }

.icon-car:before {
  content: "\e6b5"; }

.icon-calendar:before {
  content: "\e6b6"; }

.icon-book:before {
  content: "\e6b7"; }

.icon-bell:before {
  content: "\e6b8"; }

.icon-basketball:before {
  content: "\e6b9"; }

.icon-bar-chart:before {
  content: "\e6ba"; }

.icon-bar-chart-alt:before {
  content: "\e6bb"; }

.icon-back-right:before {
  content: "\e6bc"; }

.icon-back-left:before {
  content: "\e6bd"; }

.icon-arrows-corner:before {
  content: "\e6be"; }

.icon-archive:before {
  content: "\e6bf"; }

.icon-anchor:before {
  content: "\e6c0"; }

.icon-align-right:before {
  content: "\e6c1"; }

.icon-align-left:before {
  content: "\e6c2"; }

.icon-align-justify:before {
  content: "\e6c3"; }

.icon-align-center:before {
  content: "\e6c4"; }

.icon-alert:before {
  content: "\e6c5"; }

.icon-alarm-clock:before {
  content: "\e6c6"; }

.icon-agenda:before {
  content: "\e6c7"; }

.icon-write:before {
  content: "\e6c8"; }

.icon-window:before {
  content: "\e6c9"; }

.icon-widgetized:before {
  content: "\e6ca"; }

.icon-widget:before {
  content: "\e6cb"; }

.icon-widget-alt:before {
  content: "\e6cc"; }

.icon-wallet:before {
  content: "\e6cd"; }

.icon-video-clapper:before {
  content: "\e6ce"; }

.icon-video-camera:before {
  content: "\e6cf"; }

.icon-vector:before {
  content: "\e6d0"; }

.icon-themify-logo:before {
  content: "\e6d1"; }

.icon-themify-favicon:before {
  content: "\e6d2"; }

.icon-themify-favicon-alt:before {
  content: "\e6d3"; }

.icon-support:before {
  content: "\e6d4"; }

.icon-stamp:before {
  content: "\e6d5"; }

.icon-split-v-alt:before {
  content: "\e6d6"; }

.icon-slice:before {
  content: "\e6d7"; }

.icon-shortcode:before {
  content: "\e6d8"; }

.icon-shift-right-alt:before {
  content: "\e6d9"; }

.icon-shift-left-alt:before {
  content: "\e6da"; }

.icon-ruler-alt-2:before {
  content: "\e6db"; }

.icon-receipt:before {
  content: "\e6dc"; }

.icon-pin2:before {
  content: "\e6dd"; }

.icon-pin-alt:before {
  content: "\e6de"; }

.icon-pencil-alt2:before {
  content: "\e6df"; }

.icon-palette:before {
  content: "\e6e0"; }

.icon-more:before {
  content: "\e6e1"; }

.icon-more-alt:before {
  content: "\e6e2"; }

.icon-microphone-alt:before {
  content: "\e6e3"; }

.icon-magnet:before {
  content: "\e6e4"; }

.icon-line-double:before {
  content: "\e6e5"; }

.icon-line-dotted:before {
  content: "\e6e6"; }

.icon-line-dashed:before {
  content: "\e6e7"; }

.icon-layout-width-full:before {
  content: "\e6e8"; }

.icon-layout-width-default:before {
  content: "\e6e9"; }

.icon-layout-width-default-alt:before {
  content: "\e6ea"; }

.icon-layout-tab:before {
  content: "\e6eb"; }

.icon-layout-tab-window:before {
  content: "\e6ec"; }

.icon-layout-tab-v:before {
  content: "\e6ed"; }

.icon-layout-tab-min:before {
  content: "\e6ee"; }

.icon-layout-slider:before {
  content: "\e6ef"; }

.icon-layout-slider-alt:before {
  content: "\e6f0"; }

.icon-layout-sidebar-right:before {
  content: "\e6f1"; }

.icon-layout-sidebar-none:before {
  content: "\e6f2"; }

.icon-layout-sidebar-left:before {
  content: "\e6f3"; }

.icon-layout-placeholder:before {
  content: "\e6f4"; }

.icon-layout-menu:before {
  content: "\e6f5"; }

.icon-layout-menu-v:before {
  content: "\e6f6"; }

.icon-layout-menu-separated:before {
  content: "\e6f7"; }

.icon-layout-menu-full:before {
  content: "\e6f8"; }

.icon-layout-media-right-alt:before {
  content: "\e6f9"; }

.icon-layout-media-right:before {
  content: "\e6fa"; }

.icon-layout-media-overlay:before {
  content: "\e6fb"; }

.icon-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.icon-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.icon-layout-media-left-alt:before {
  content: "\e6fe"; }

.icon-layout-media-left:before {
  content: "\e6ff"; }

.icon-layout-media-center-alt:before {
  content: "\e700"; }

.icon-layout-media-center:before {
  content: "\e701"; }

.icon-layout-list-thumb:before {
  content: "\e702"; }

.icon-layout-list-thumb-alt:before {
  content: "\e703"; }

.icon-layout-list-post:before {
  content: "\e704"; }

.icon-layout-list-large-image:before {
  content: "\e705"; }

.icon-layout-line-solid:before {
  content: "\e706"; }

.icon-layout-grid4:before {
  content: "\e707"; }

.icon-layout-grid3:before {
  content: "\e708"; }

.icon-layout-grid2:before {
  content: "\e709"; }

.icon-layout-grid2-thumb:before {
  content: "\e70a"; }

.icon-layout-cta-right:before {
  content: "\e70b"; }

.icon-layout-cta-left:before {
  content: "\e70c"; }

.icon-layout-cta-center:before {
  content: "\e70d"; }

.icon-layout-cta-btn-right:before {
  content: "\e70e"; }

.icon-layout-cta-btn-left:before {
  content: "\e70f"; }

.icon-layout-column4:before {
  content: "\e710"; }

.icon-layout-column3:before {
  content: "\e711"; }

.icon-layout-column2:before {
  content: "\e712"; }

.icon-layout-accordion-separated:before {
  content: "\e713"; }

.icon-layout-accordion-merged:before {
  content: "\e714"; }

.icon-layout-accordion-list:before {
  content: "\e715"; }

.icon-ink-pen:before {
  content: "\e716"; }

.icon-info-alt:before {
  content: "\e717"; }

.icon-help-alt:before {
  content: "\e718"; }

.icon-headphone-alt:before {
  content: "\e719"; }

.icon-hand-point-up:before {
  content: "\e71a"; }

.icon-hand-point-right:before {
  content: "\e71b"; }

.icon-hand-point-left:before {
  content: "\e71c"; }

.icon-hand-point-down:before {
  content: "\e71d"; }

.icon-gallery:before {
  content: "\e71e"; }

.icon-face-smile:before {
  content: "\e71f"; }

.icon-face-sad:before {
  content: "\e720"; }

.icon-credit-card:before {
  content: "\e721"; }

.icon-control-skip-forward:before {
  content: "\e722"; }

.icon-control-skip-backward:before {
  content: "\e723"; }

.icon-control-record:before {
  content: "\e724"; }

.icon-control-eject:before {
  content: "\e725"; }

.icon-comments-smiley:before {
  content: "\e726"; }

.icon-brush-alt:before {
  content: "\e727"; }

.icon-youtube:before {
  content: "\e728"; }

.icon-vimeo:before {
  content: "\e729"; }

.icon-twitter:before {
  content: "\e72a"; }

.icon-time:before {
  content: "\e72b"; }

.icon-tumblr:before {
  content: "\e72c"; }

.icon-skype:before {
  content: "\e72d"; }

.icon-share:before {
  content: "\e72e"; }

.icon-share-alt:before {
  content: "\e72f"; }

.icon-rocket:before {
  content: "\e730"; }

.icon-pinterest:before {
  content: "\e731"; }

.icon-new-window:before {
  content: "\e732"; }

.icon-microsoft:before {
  content: "\e733"; }

.icon-list-ol:before {
  content: "\e734"; }

.icon-linkedin:before {
  content: "\e735"; }

.icon-layout-sidebar-2:before {
  content: "\e736"; }

.icon-layout-grid4-alt:before {
  content: "\e737"; }

.icon-layout-grid3-alt:before {
  content: "\e738"; }

.icon-layout-grid2-alt:before {
  content: "\e739"; }

.icon-layout-column4-alt:before {
  content: "\e73a"; }

.icon-layout-column3-alt:before {
  content: "\e73b"; }

.icon-layout-column2-alt:before {
  content: "\e73c"; }

.icon-instagram:before {
  content: "\e73d"; }

.icon-google:before {
  content: "\e73e"; }

.icon-github:before {
  content: "\e73f"; }

.icon-flickr:before {
  content: "\e740"; }

.icon-facebook:before {
  content: "\e741"; }

.icon-dropbox:before {
  content: "\e742"; }

.icon-dribbble:before {
  content: "\e743"; }

.icon-apple:before {
  content: "\e744"; }

.icon-android:before {
  content: "\e745"; }

.icon-save:before {
  content: "\e746"; }

.icon-save-alt:before {
  content: "\e747"; }

.icon-yahoo:before {
  content: "\e748"; }

.icon-wordpress:before {
  content: "\e749"; }

.icon-vimeo-alt:before {
  content: "\e74a"; }

.icon-twitter-alt:before {
  content: "\e74b"; }

.icon-tumblr-alt:before {
  content: "\e74c"; }

.icon-trello:before {
  content: "\e74d"; }

.icon-stack-overflow:before {
  content: "\e74e"; }

.icon-soundcloud:before {
  content: "\e74f"; }

.icon-sharethis:before {
  content: "\e750"; }

.icon-sharethis-alt:before {
  content: "\e751"; }

.icon-reddit:before {
  content: "\e752"; }

.icon-pinterest-alt:before {
  content: "\e753"; }

.icon-microsoft-alt:before {
  content: "\e754"; }

.icon-linux:before {
  content: "\e755"; }

.icon-jsfiddle:before {
  content: "\e756"; }

.icon-joomla:before {
  content: "\e757"; }

.icon-html5:before {
  content: "\e758"; }

.icon-flickr-alt:before {
  content: "\e759"; }

.icon-email:before {
  content: "\e75a"; }

.icon-drupal:before {
  content: "\e75b"; }

.icon-dropbox-alt:before {
  content: "\e75c"; }

.icon-css3:before {
  content: "\e75d"; }

.icon-rss:before {
  content: "\e75e"; }

.icon-rss-alt:before {
  content: "\e75f"; }

@charset "UTF-8";
:root {
  --dt-row-selected: 0, 136, 204;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(0, 136, 204);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.table.dataTable {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}
table.table.dataTable > tbody > tr {
  background-color: transparent;
}
table.table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgb(0, 136, 204);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 136, 204, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}
table.table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}
table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 136, 204, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dt-container div.row {
  margin-bottom: 0.75rem;
}
div.dt-container div.row:last-child {
  margin-bottom: 0;
}
div.dt-container div.dt-length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
}
div.dt-container div.dt-length select {
  display: inline-block;
  margin-right: 0.5em;
  width: auto;
}
div.dt-container div.dt-search label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 0;
}
div.dt-container div.dt-search input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dt-container div.dt-info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dt-container div.dt-paging {
  margin: 0;
}
div.dt-container div.dt-paging ul.pagination {
  margin: 0;
  flex-wrap: wrap;
}
div.dt-container div.dt-paging ul.pagination li {
  display: inline-block;
}
div.dt-container div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
div.dt-container div.dt-scroll-body {
  border-bottom: 1px solid #ddd;
}
div.dt-container div.dt-scroll-body table,
div.dt-container div.dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

div.dt-scroll-head table.dataTable {
  margin-bottom: 0 !important;
}

div.dt-scroll-body > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dt-scroll-body > table > thead .sorting:after,
div.dt-scroll-body > table > thead .sorting_asc:after,
div.dt-scroll-body > table > thead .sorting_desc:after {
  display: none;
}
div.dt-scroll-body > table > tbody > tr:first-child > th,
div.dt-scroll-body > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dt-scroll-foot > .dt-scroll-footInner {
  box-sizing: content-box;
}
div.dt-scroll-foot > .dt-scroll-footInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-length,
  div.dt-container div.dt-search,
  div.dt-container div.dt-info,
  div.dt-container div.dt-paging {
    text-align: center;
  }
  div.dt-container div.row {
    margin-bottom: 0;
  }
  div.dt-container div.row > * {
    margin-bottom: 0.75rem;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

div.dt-scroll-head table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dt-container > div.row {
  margin: 0;
}
div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dt-container > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

@charset "UTF-8";
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/*
 * Control feature layout
 */
div.dt-container {
  position: relative;
  clear: both;
}
div.dt-container div.dt-layout-row {
  display: table;
  clear: both;
  width: 100%;
}
div.dt-container div.dt-layout-row.dt-layout-table {
  display: block;
}
div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
  display: block;
}
div.dt-container div.dt-layout-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
div.dt-container div.dt-layout-cell.dt-full {
  text-align: center;
}
div.dt-container div.dt-layout-cell.dt-start {
  text-align: left;
}
div.dt-container div.dt-layout-cell.dt-end {
  text-align: right;
}
div.dt-container div.dt-layout-cell:empty {
  display: none;
}
div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}
div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}
div.dt-container select.dt-input {
  padding: 4px;
}
div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit;
  background-color: #000;
  border: 1px solid #000;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}
div.dt-container .dataTables_scroll {
  clear: both;
}
div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row {
    display: block;
  }
  div.dt-container div.dt-layout-cell {
    display: block;
  }
  div.dt-container div.dt-layout-cell.dt-full, div.dt-container div.dt-layout-cell.dt-start, div.dt-container div.dt-layout-cell.dt-end {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .dt-container .dt-length,
  .dt-container .dt-search {
    float: none;
    text-align: center;
  }
  .dt-container .dt-search {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}
html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}
html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}
html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}
html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

/*
 * Overrides for RTL support
 */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}
*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

@charset "UTF-8";
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/*
 * Control feature layout
 */
div.dt-container {
  position: relative;
  clear: both;
}
div.dt-container div.dt-layout-row {
  display: table;
  clear: both;
  width: 100%;
}
div.dt-container div.dt-layout-row.dt-layout-table {
  display: block;
}
div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
  display: block;
}
div.dt-container div.dt-layout-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
div.dt-container div.dt-layout-cell.dt-full {
  text-align: center;
}
div.dt-container div.dt-layout-cell.dt-start {
  text-align: left;
}
div.dt-container div.dt-layout-cell.dt-end {
  text-align: right;
}
div.dt-container div.dt-layout-cell:empty {
  display: none;
}
div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}
div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}
div.dt-container select.dt-input {
  padding: 4px;
}
div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit;
  background-color: #000;
  border: 1px solid #000;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}
div.dt-container .dataTables_scroll {
  clear: both;
}
div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row {
    display: block;
  }
  div.dt-container div.dt-layout-cell {
    display: block;
  }
  div.dt-container div.dt-layout-cell.dt-full, div.dt-container div.dt-layout-cell.dt-start, div.dt-container div.dt-layout-cell.dt-end {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .dt-container .dt-length,
  .dt-container .dt-search {
    float: none;
    text-align: center;
  }
  .dt-container .dt-search {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}
html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}
html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}
html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}
html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}
html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

/*
 * Overrides for RTL support
 */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}
*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
}
table.dataTable thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -18px;
}
table.dataTable thead th.ui-state-default,
table.dataTable tfoot th.ui-state-default {
  border-left-width: 0;
}
table.dataTable thead th.ui-state-default:first-child,
table.dataTable tfoot th.ui-state-default:first-child {
  border-left-width: 1px;
}

/*
 * Control feature layout
 */
div.dt-container div.dt-layout-row {
  padding: 0;
}
div.dt-container div.dt-layout-cell {
  padding: 10px 0;
}
div.dt-container div.dt-layout-cell.table {
  padding: 0;
}
div.dt-container .dt-paging .fg-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid transparent;
}
div.dt-container .dt-paging .fg-button:active {
  outline: none;
}
div.dt-container .dt-paging .fg-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
div.dt-container .dt-paging .fg-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.dt-container .ui-widget-header {
  font-weight: normal;
}
div.dt-container .ui-toolbar {
  padding: 8px;
}
div.dt-container.no-footer .dt-scroll-body {
  border-bottom: none;
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/jszip-2.5.0/pdfmake-0.1.18/dt-1.10.13/b-1.2.3/b-html5-1.2.3/b-print-1.2.3
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.18, DataTables 1.10.13, Buttons 1.2.3, HTML5 export 1.2.3, Print view 1.2.3
 */

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
    outline: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150"
}

table.dataTable thead .sorting_asc:after {
    content: "\e155"
}

table.dataTable thead .sorting_desc:after {
    content: "\e156"
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-condensed>thead>tr>th {
    padding-right: 20px
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 0
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3
}

div.dt-button-info>div {
    padding: 1em
}

ul.dt-button-collection.dropdown-menu {
    display: block;
    z-index: 2002;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px
}

ul.dt-button-collection.dropdown-menu.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0
}

ul.dt-button-collection.dropdown-menu.fixed.two-column {
    margin-left: -150px
}

ul.dt-button-collection.dropdown-menu.fixed.three-column {
    margin-left: -225px
}

ul.dt-button-collection.dropdown-menu.fixed.four-column {
    margin-left: -300px
}

ul.dt-button-collection.dropdown-menu>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

ul.dt-button-collection.dropdown-menu.two-column {
    width: 300px;
    padding-bottom: 1px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2
}

ul.dt-button-collection.dropdown-menu.three-column {
    width: 450px;
    padding-bottom: 1px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3
}

ul.dt-button-collection.dropdown-menu.four-column {
    width: 600px;
    padding-bottom: 1px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4
}

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 0.5em
    }
    div.dt-buttons a.btn {
        float: none
    }
}
/* MAD-RIPPLE EFFECT */
.ripple{
  position: absolute;
  top:0; left:0; bottom:0; right:0;
  overflow: hidden;
  -webkit-transform: translateZ(0); /* to contain zoomed ripple */
  transform: translateZ(0);
  border-radius: inherit; /* inherit from parent (rounded buttons etc) */
  pointer-events: none; /* allow user interaction */
  animation: ripple-shadow 0.4s forwards;
  -webkit-animation: ripple-shadow 0.4s forwards;
}

.rippleWave{
  backface-visibility: hidden;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.7); -webkit-transform: scale(0.7);
  background: rgba(255,255,255, 1);
  opacity: 0.45;
          animation: ripple 0.7s forwards;
  -webkit-animation: ripple 0.7s forwards;
}
@keyframes ripple-shadow {
  0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
  20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
  100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
}
@-webkit-keyframes ripple-shadow {
  0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
  20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
  100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
}
@keyframes ripple {
  to {transform: scale(24); opacity:0;}
}
@-webkit-keyframes ripple {
  to {-webkit-transform: scale(24); opacity:0;}
}
/**=====================
     62. Responsive CSS Start
==========================**/
@media screen and (max-width: 1660px) {
  .blog-list .blog-details p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .photos ul li {
    width: 22%; }
  .vertical-menu-main .mega-menu {
    width: 1200px !important;
    max-width: 1200px !important;
    left: 0px !important; }
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px; }
  .user-status table tbody tr td:first-child {
    min-width: 278px; }
  .employee-status table tbody tr td:first-child {
    min-width: 300px; }
  .bar-chart canvas {
    width: 100% !important; }
  .main-header-right .main-header-right .left-menu-header .orm-control-plaintext .form-inline {
    width: auto !important; }
  .chat-box .chat-history .call-icons {
    margin-bottom: 15px; }
    .chat-box .chat-history .call-icons ul li {
      width: 45px;
      height: 45px; }
      .chat-box .chat-history .call-icons ul li a {
        font-size: 18px; }
  .chat-box .chat-history .total-time h2 {
    font-size: 40px;
    color: #898989;
    margin-bottom: 10px; }
  .chat-box .chat-history .call-content .btn {
    width: auto;
    margin: 0 auto; }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li:nth-child(n+2) {
    margin-left: 10px; }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 18px; }
  .chat-left-aside .people-list {
    height: 520px; }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 440px; }
  .chat-box .people-list ul {
    max-height: 450px;
    overflow: auto; }
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 625px; }
    .call-chat-body .chat-box .people-list ul {
      max-height: 500px;
      overflow: auto; }
  .caller-img img {
    opacity: 0.7; }
  .chat-box .chat-history .receiver-img {
    margin-top: 25px; }
  .chat-box .chat-history .call-content {
    min-height: 545px; }
  .search-page .search-vid-block > div {
    margin-top: 30px; }
  .email-wrap .email-right-aside .email-profile .inbox p {
    width: calc(100% - 300px);
    max-width: 500px; } }

@media screen and (max-width: 1550px) {
  .bg-gallery {
    height: 90vh; }
  .email-wrap .email-content .email-top .user-emailid:after {
    display: none; }
  .email-wrap .email-top .email-right {
    display: none; }
  .cal-date-widget .datepicker {
    width: unset; } }

@media screen and (max-width: 1440px) {
  .target-sec .card-header ul.target-list li:nth-child(n + 2) p {
    padding: 0 5px; }
  .bg-gallery {
    height: 85vh;
    min-height: 700px; }
  .landing_gallery_section_img:before {
    content: "";
    height: 300px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #01397d), color-stop(92%, transparent));
    background: linear-gradient(to top, #01397d 8%, transparent 92%); }
  .page-main-header .main-header-right .left-menu-header {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 1200px) and (max-width: 1660px) {
  .latest-articles .card-body .media .m-r-30 {
    margin-right: 10px; }
  .whishlist-main .prooduct-details-box .btn {
    top: 0;
    bottom: unset;
    right: unset;
    left: 0; }
  .whishlist-main .col-xl-2 {
    width: 25%; }
  .xl-none {
    display: none; }
  .xl-60 {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
  .xl-30 {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  .xl-33 {
    max-width: 33.33333%;
    -webkit-box-flex: 33.33333%;
        -ms-flex: 33.33333%;
            flex: 33.33333%; }
  .xl-35 {
    max-width: 35%;
    -webkit-box-flex: 35%;
        -ms-flex: 35%;
            flex: 35%; }
  .xl-65 {
    max-width: 65%;
    -webkit-box-flex: 65%;
        -ms-flex: 65%;
            flex: 65%; }
  .xl-60 {
    max-width: 60%;
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%; }
  .xl-70 {
    max-width: 70%;
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%; }
  .xl-50 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .xl-100 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .xl-23 {
    max-width: 23%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%; }
  .xl-25 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .xl-40 {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .xl-4 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
  .xl-cs-65 {
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
  .xl-cs-35 {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .product-page-main .owl-item .item {
    border: 1px solid #f4f4f4;
    border-radius: 5px; }
  .product-page-main .proorder-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .owl-carousel .owl-item img {
    max-width: 420px;
    margin: 0 auto; } }

@media screen and (max-width: 1580px) and (min-width: 768px) {
  .product-filter.new-products .owl-theme .owl-item .item .product-box .media {
    display: block; }
    .product-filter.new-products .owl-theme .owl-item .item .product-box .media .product-img {
      width: 100%; }
  .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details {
    padding: 15px 0; } }

@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .docs-buttons,
  .docs-toggles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .bg-sky-blue .main-landing {
    height: 765px; } }

@media screen and (min-width: 1200px) and (max-width: 1214px) {
  .product-thumbnail, .product-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100% !important; }
  .product-thumbnail {
    margin-top: 15px; } }

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .knowledgebase-bg {
    height: 400px; }
  .custom-card .card-footer > div {
    padding: 10px 0; }
  .card-activity ::-webkit-scrollbar {
    width: 5px; }
  .card-activity ::-webkit-scrollbar-track {
    background: #d0efe9; }
  .card-activity ::-webkit-scrollbar-thumb {
    background: #24695c; }
  .card-activity h5 {
    font-size: 18px !important; }
  .card-activity .setting-list {
    display: none; }
  .crm-activity span {
    display: none; }
  .vertical-menu-mt .crm-activity {
    height: 298px; }
  .pixelstrap a {
    padding-left: 18px; }
    .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
      padding-left: 18px; }
  .flot-chart-container-small {
    height: 227px; }
  .call-chat-sidebar {
    max-width: 260px; }
  .product-box .product-details {
    padding: 15px; }
  .flot-chart-container {
    height: 282px; }
  .custom-card .card-profile img {
    height: 80px; }
  .custom-card .profile-details h4 {
    font-size: 18px; }
  .custom-card .profile-details h6 {
    margin-bottom: 24px; }
  .custom-card .card-footer > div h3 {
    font-size: 18px; }
  .crm-activity {
    height: 291px;
    overflow-y: auto; }
    .crm-activity .media .media-body .dates {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .calender-widget .cal-date {
    width: 95px;
    height: 95px; }
    .calender-widget .cal-date h5 {
      line-height: 1.4;
      padding: 13px; }
  .chat-body {
    padding: 10px; }
  .chat-box .chat-history .call-content .btn {
    font-size: 15px; }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px; }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px; }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px; }
    .chat-box .chat-history .call-icons ul li {
      width: 45px;
      height: 45px; }
  .chat-box .user-image {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 3px; }
  .chat-box .about {
    margin-top: 0; }
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0; }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto; }
  .chat-left-aside .people-list {
    height: 420px; }
    .chat-left-aside .people-list ul {
      max-height: 376px;
      overflow-y: auto; }
  .chat-left-aside .status-circle {
    top: 4px;
    left: 36px; }
  .blog-box .blog-details-main .blog-bottom-details {
    margin: 20px 10px; }
  .blog-box .blog-details-main .blog-social li {
    padding: 0px 5px; }
  .blog-box.blog-shadow .blog-details {
    padding: 15px; }
  .comment-box .media img {
    margin-right: 25px; }
  .comment-box ul ul {
    margin-left: 50px; }
  .browser-widget img {
    height: 50px; }
  .browser-widget .media-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
  .email-wrap .email-left-aside .email-app-sidebar .media {
    display: block; }
    .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email {
      width: 100%;
      text-align: center; }
      .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email img {
        margin-bottom: 10px; }
      .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email .me-3 {
        margin-right: 0 !important; }
    .email-wrap .email-left-aside .email-app-sidebar .media .media-body {
      text-align: center; }
  .email-wrap .email-right-aside .email-body .attachment ul li img {
    width: 73px;
    height: 73px; }
  .email-wrap .email-right-aside .email-body .email-top {
    line-height: 50px; }
    .email-wrap .email-right-aside .email-body .email-top h5 {
      padding: 13px 0; }
  .email-wrap .email-right-aside .email-body .inbox .media-body {
    text-align: center; }
    .email-wrap .email-right-aside .email-body .inbox .media-body h6 {
      font-size: 14px; }
  .email-wrap .email-right-aside .email-body .email-compose .cke_contents.cke_reset {
    max-height: 144px;
    width: 99%; }
  .email-wrap .email-right-aside .email-body .email-compose .compose-border {
    margin: 0; }
  .email-wrap .media-body p {
    font-size: 13px; }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 181px; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important; }
  .blog-list .blog-details h6 {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  .blog-box .blog-date span {
    font-weight: 500; } }

@media screen and (max-width: 1470px) {
  .edit-profile .profile-title .media {
    display: block; }
    .edit-profile .profile-title .media .media-body {
      margin-left: unset;
      margin-top: 10px; }
  .page-main-header .main-header-right .left-menu-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; }
  .email-wrap .email-right-aside .email-profile .inbox p {
    width: calc(100% - 300px);
    max-width: 500px; } }

@media screen and (max-width: 1366px) {
  .email-wrap .email-content .email-top .user-emailid:after {
    display: none; }
  .lnb-calendars {
    display: block !important;
    text-align: right; }
  .page-main-header .main-header-right .nav-right .nav-menus {
    padding: 20px 35px; }
  .span.ace_indent-guide {
    display: none; }
  .grid-options ul li:last-child {
    display: none; }
  .product-wrapper-grid .col-xl-3 {
    padding-left: 8px;
    padding-right: 8px; }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 25%; }
  .product-price {
    font-size: 14px; }
  .product-box .product-img .product-hover ul li {
    width: 35px;
    height: 35px; }
  .product-box .product-details h4 {
    font-size: 18px; }
  .cart .qty-box {
    width: 40%; }
  .alert-dismissible strong ~ p {
    display: inline; }
  .learning-box .details-main {
    margin: 20px; }
    .learning-box .details-main h6 {
      font-size: 18px; }
  .timeline-small .media .media-body p {
    width: 95%; }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -66px; }
  .map-js-height {
    height: 350px; }
  .browser-widget .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .browser-widget .media .media-body h3 {
      font-size: 20px; }
    .browser-widget .media .media-body p {
      margin-bottom: 2px; }
    .browser-widget .media .media-body h4 {
      font-size: 20px; }
  .testimonial i {
    font-size: 46px; }
  .testimonial p {
    margin-top: 20px; }
  .cal-date-widget .datepicker {
    margin: 0 auto;
    width: unset; }
  .company-card {
    padding: 20px; }
  .static-top-widget .media-body h3 {
    font-size: 30px; }
  .static-top-widget .media-body .icon-bg {
    right: -21px; }
  .widget-joins .media {
    padding: 20px; }
    .widget-joins .media .media-body h3 {
      font-size: 20px; }
  .left-bookmark ul li button {
    font-size: 13px; }
  .photos ul li {
    width: 21%; }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 420px; }
    .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
      margin-top: -30px; }
    .chat-box .chat-right-aside .chat .chat-msg-box .message {
      width: 100%;
      padding: 15px; }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 20px; }
  .chat-box .chat-history .call-content {
    min-height: 512px; }
  .chat-right-aside .chat .chat-message .smiley-box {
    width: 45px; }
  .chat-box .chat-history .receiver-img img {
    height: 150px; }
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 595px; }
  .calender-widget .cal-desc p {
    max-height: 88px;
    overflow: auto; }
  .equal-height-xl {
    height: 517px; }
  .authentication-main .auth-innerright {
    background-size: cover; }
  .grp-btns {
    display: inline-block; }
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%; }
  .page-builder .btn-group {
    display: inline-block;
    margin-bottom: 10px; }
  .page-builder .btn-grid {
    margin-bottom: 15px;
    margin-right: 0px;
    border-right: none;
    display: inline-block; }
  .page-builder .ge-canvas.ge-layout-desktop {
    margin-top: 50px; }
  .ecommerce-widget h6 {
    font-size: 14px; }
  .ecommerce-widget .total-num {
    letter-spacing: 0px; }
  .support-ticket .pro-gress .progress-showcase {
    margin-top: 15px; }
  .support-ticket-font .total-num {
    font-size: 20px; }
  .custom-card {
    padding: 15px; }
    .custom-card .card-social li a {
      width: 30px;
      height: 30px; }
  .map-chart .chart-container {
    height: 300px; }
  .speed-chart .chart-container {
    height: 250px;
    margin-top: -40px;
    margin-bottom: 100px; }
  .candidcahrt {
    height: 360px; }
  .status-details h3 {
    font-size: 18px; }
  .chart-widget-top .total-value {
    font-size: 20px; }
  .status-widget .card-body {
    padding: 10px; }
  .browser-widget .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .browser-widget .media .media-body h3 {
      font-size: 20px; }
    .browser-widget .media .media-body p {
      margin-bottom: 2px; }
    .browser-widget .media .media-body h4 {
      font-size: 20px; }
  .testimonial i {
    font-size: 46px; }
  .testimonial p {
    margin-top: 20px; }
  .cal-date-widget .datepicker {
    margin: 0 auto;
    width: unset; }
  .company-card {
    padding: 20px; }
  .static-top-widget .media-body h3 {
    font-size: 30px; }
  .static-top-widget .media-body .icon-bg {
    right: -21px; }
  .widget-joins .media {
    padding: 20px; }
    .widget-joins .media .media-body h3 {
      font-size: 20px; }
  .chat-body {
    padding: 10px; }
  .chat-box .chat-history .call-content .btn {
    font-size: 15px; }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px; }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px; }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px; }
    .chat-box .chat-history .call-icons ul li {
      width: 45px;
      height: 45px; }
  .chat-box .user-image {
    width: 45px;
    height: 45px; }
  .chat-box .about {
    margin-top: 0; }
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0;
    font-size: 12px !important; }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto; }
  .chat-left-aside .people-list {
    height: 490px; }
    .chat-left-aside .people-list ul {
      max-height: 434px;
      overflow-y: auto; }
  .status-circle {
    top: 4px;
    left: 37px; }
  .mega-menu .onhover-show-div {
    left: 164px; }
  .img-cropper .docs-toggles {
    margin-top: 8px; }
  .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
    left: -21px; }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 8px; }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 67px !important; }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 67px !important; }
  .reset-password-box .theme-form .form-group .btn {
    padding: 6px 22px; }
  .cd-timeline-img {
    width: 45px;
    height: 45px; }
    .cd-timeline-img i {
      font-size: 20px; } }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .redial-social-widget {
    width: 90px;
    height: 90px; }
    .redial-social-widget i {
      width: 70px;
      height: 70px; }
  .social-widget-card .card-body {
    padding: 20px; }
  .social-widget-card h5 {
    margin-bottom: 15px; }
  .widget-joins .media {
    padding: 15px; }
    .widget-joins .media h5 {
      font-size: 14px; }
    .widget-joins .media .media-body svg {
      width: 25px;
      height: 25px; }
    .widget-joins .media .media-body > span {
      font-size: 13px; }
    .widget-joins .media .me-3 {
      margin-right: 10px !important; }
  .testimonial p {
    margin-top: unset; }
  .general-widget .custom-card .card-header img {
    margin-top: -45px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .project-box {
    padding: 20px; }
    .project-box .badge {
      right: 10px;
      top: 10px;
      font-size: 8px;
      padding: 5px; } }

@media screen and (max-width: 1280px) {
  .blog-list .blog-details hr {
    display: none; }
  .blog-list .blog-details p {
    display: none; }
  .page-main-header .main-header-right .nav-right > ul > li {
    margin-right: 10px; }
  .bg-gallery {
    height: 108vh; }
  .img-gallery-set1,
  .img-gallery-set5 {
    display: none; }
  .box-layout.page-wrapper.horizontal-wrapper .page-main-header {
    padding-left: unset;
    max-width: unset;
    left: unset; }
  .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper {
    width: unset; }
  .email-wrap .actions li:nth-child(n+2) {
    margin-left: 10px; }
  .email-wrap .actions li .btn {
    padding: 7px 20px;
    text-transform: capitalize; } }

@media screen and (max-width: 1199px) {
  .ttl-info {
    display: none; }
  input[type='checkbox'].tui-full-calendar-checkbox-round + span {
    margin-right: 2px;
    width: 4px; }
  .blog-list .blog-details p, .blog-list .blog-details hr {
    display: block; }
  .profile-greeting .header-top {
    text-align: center; }
    .profile-greeting .header-top .setting-list {
      float: none; }
  .alert-theme {
    max-width: 400px; }
  .vertical .page-main-header .main-header-right .vertical-mobile-sidebar {
    display: block; }
  .mega-menu-header .main-header-right .vertical-mobile-sidebar {
    display: block;
    margin-right: 15px; }
  .page-main-header .main-header-right .nav-right.right-menu ul {
    padding-left: 15px;
    padding-right: 15px; }
  .page-main-header .main-header-right .main-header-left {
    padding-left: 25px;
    padding-right: 25px; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li .submenu li:first-child {
    padding-left: 15px !important; }
  .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch-sm .switch {
    margin-top: 6px; }
  .page-main-header .main-header-right .left-menu-header {
    padding: 24px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  .page-main-header .main-header-right .nav-right .nav-menus {
    padding: 20px 15px; }
  .grid-options ul li:nth-child(3) {
    display: none; }
  .dashboard-default-sec .card.income-card .card-body .knob-block canvas, .dashboard-2-main .card.income-card .card-body .knob-block canvas {
    width: 30%;
    height: 30%; }
  .photos ul li {
    width: 20%; }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    height: 33px;
    bottom: -40px; }
  .timeline-small .media .timeline-round.small-line:after {
    height: 28px;
    bottom: -38px; }
  .timeline-small .media .timeline-round.medium-line:after {
    height: 30px;
    bottom: -40px; }
  .timeline-small .media .media-body h6 {
    font-weight: 600;
    margin-bottom: 30px; }
    .timeline-small .media .media-body h6 span {
      font-weight: normal;
      color: #999; }
  .timeline-small .media .media-body p {
    width: 100%; }
  .bg-gallery {
    height: 100vh; }
  .mt50 {
    margin-top: 30px; }
  .landing-main .sticky .navbar-expand-xl .navbar-brand {
    top: 8px; }
  .landing-main .sticky .navbar-expand-xl .navabr_btn-set {
    top: 16px; }
  .landing-main .navbar-toggler span {
    background-color: #fff; }
  .landing-main .navbar_nav_modify {
    width: 100vw;
    left: 0;
    position: fixed;
    height: 100vh;
    background-color: #293240;
    top: 0;
    padding: 120px 0px; }
  .landing-main h4 {
    font-size: 20px; }
  .landing-main .navbar-expand-xl .navabr_btn-set {
    position: fixed;
    top: 24px;
    z-index: 1;
    right: 20px; }
  .landing-main .navbar-expand-xl .navbar-brand {
    padding-left: 5px;
    z-index: 1;
    position: fixed;
    top: 14px; }
  .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a {
    padding: 28px 60px;
    width: 16px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .landing-main .support-res {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px; }
  .landing-main .navbar-expand-lg .navbar-brand {
    padding-left: 5px; }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    padding: 9px; }
  .lg-mt-col {
    margin-top: 30px; }
  .xl-none {
    display: none; }
  .user-status table tbody tr td .d-inline-block {
    margin-top: 10px; }
  .lg-mt {
    margin-top: 30px; }
  .product-page-details {
    margin-top: 30px; }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 32%; }
  .debit-card {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .typography .row div + div {
    margin-top: 30px; }
  .listing .card-body .row > div + div {
    margin-top: 30px; }
  .flot-chart-container {
    height: 250px; }
  .img-cropper #putData {
    margin-bottom: 10px; }
  .img-cropper .docs-toggles > .dropdown {
    margin-bottom: 0; }
  .error-wrapper .maintenance-icons li i {
    color: #e6edef;
    font-size: 40px; }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 80px;
    margin-left: 90px; }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 120px;
    margin-top: -75px;
    margin-right: 110px; }
  div.dataTables_wrapper div.dataTables_paginate ~ .dataTables_filter {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0; }
  .jvector-map-height {
    height: 280px; }
  .custom-card .card-profile .card-social li a {
    padding: 8px; }
  .custom-card .card-profile img {
    height: 90px; }
  .custom-card .card-profile .card-footer > div h3 {
    font-size: 18px; }
  .custom-card .profile-details h4 {
    font-size: 20px; }
  .custom-card .profile-details h6 {
    margin-bottom: 20px; }
  .custom-card .card-footer > div h3 {
    font-size: 18px; }
  .equal-height-lg {
    min-height: unset !important; }
  .mega-menu .onhover-show-div {
    height: 435px;
    overflow-x: scroll;
    left: 215px; }
  .mega-menu .mega-bg {
    display: none; }
  .mega-menu .lg-mt {
    margin-top: 25px; }
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%; }
  .blog-single .comment-box ul .comment-social {
    margin-left: 0; }
  .error-wrapper .maintenance-heading {
    margin-top: 30px; }
    .error-wrapper .maintenance-heading .headline {
      font-size: 50px;
      margin-top: -15%;
      margin-bottom: 0px; }
    .error-wrapper .maintenance-heading .cloud-second {
      margin-top: -25px; }
  .mobile-clock-widget #date {
    margin-top: 15px; }
  .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px; }
  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 34px; }
  .cal-date-widget .cal-datepicker {
    margin-top: 15px; }
  .static-top-widget .media-body .icon-bg {
    width: 70px;
    height: 70px; }
  .user-status table tbody tr th {
    min-width: 120px; }
  .user-status table tbody tr td:first-child {
    min-width: 295px; }
  .testimonial p {
    margin-top: 17px; }
  .contact-form {
    padding: 10px; }
    .contact-form .theme-form .form-icon {
      margin-top: -57px; }
  .calender-widget .cal-date {
    width: 90px;
    height: 90px; }
    .calender-widget .cal-date h5 {
      font-size: 16px;
      padding: 18px; }
  .calender-widget .cal-desc {
    padding: 14px; }
    .calender-widget .cal-desc p {
      max-height: 114px;
      overflow-y: auto; }
  .browser-widget {
    padding: 0px; }
    .browser-widget img {
      height: 50px; }
    .browser-widget .media .media-body h4 {
      font-size: 17px; }
    .browser-widget .media .media-img {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
  .static-top-widget .media-body {
    padding-left: 20px; }
  .widget-joins:before {
    display: none; }
  .widget-joins .ps-0 {
    padding-left: 15px !important; }
  .widget-joins .pe-0 {
    padding-right: 15px !important; }
  .widget-joins .border-after-xs:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94%;
    background-color: #efefef;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto; }
  .widget-joins .media .media-body svg {
    width: 30px;
    height: 30px; }
  .crm-overall .overall-chart {
    height: 200px; }
  .product-page-main .proorder-lg-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .chat-box .chat-menu {
    background-color: #fff; }
    .chat-box .chat-menu .people-list ul.list {
      max-height: 444px;
      overflow-y: auto; }
  .chat-box .btn-lg {
    font-size: 12px; }
  .chat-box .people-list ul {
    height: auto; }
  .chat-box .chat-right-aside .chat .chat-header {
    height: auto; }
    .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
      font-size: 19px; }
  .chat-box .chat-right-aside .chat .chat-message {
    margin: 0;
    bottom: 15px; }
  .chat-box .chat-history .total-time h2 {
    font-size: 25px; }
  .chat-box .chat-history .row .col-sm-7 {
    padding-right: 0; }
  .chat-box .border-tab.nav-tabs {
    width: 100%; }
    .chat-box .border-tab.nav-tabs .nav-item {
      margin-right: 5px; }
  .chat-box .chat-left-aside .people-list {
    height: 493px; }
  .chat-menu-icons {
    display: block;
    clear: both;
    width: 100%;
    text-align: right; }
  .chat-box .border-tab.nav-tabs .nav-item a {
    height: auto;
    line-height: 1.2; }
  .chat-history {
    height: 447px; }
  .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important; }
  .email-wrap .email-right-aside .email-body {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .email-wrap .email-right-aside .email-body .b-r-light {
      border-right: none !important; }
  .email-wrap .email-right-aside .radius-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .email-wrap .email-aside-toggle {
    display: block; }
  .email-wrap .email-sidebar {
    position: relative; }
    .email-wrap .email-sidebar .email-aside-toggle {
      margin-bottom: 20px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .email-wrap .email-sidebar .email-left-aside {
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 2;
      width: 300px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .email-wrap .email-sidebar .email-left-aside.open {
        visibility: visible;
        opacity: 1; }
  .job-accordion .card {
    margin-bottom: 20px; }
  .job-sidebar {
    position: relative; }
    .job-sidebar .job-toggle {
      display: block;
      margin-bottom: 20px; }
    .job-sidebar .job-left-aside {
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: 20px;
      opacity: 1;
      visibility: hidden;
      overflow-y: scroll;
      z-index: 3;
      max-width: 270px;
      height: 600px;
      background-color: #fff;
      border: 1px solid #e6edef;
      padding: 20px; }
      .job-sidebar .job-left-aside.open {
        opacity: 1;
        visibility: visible; }
  .learning-block > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .icon-lists div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 209px; }
  .like-comment-lg-mb {
    margin-bottom: 12px; }
  .ribbon-space-bottom {
    top: 9px; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 98.5% !important; }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 95px !important; }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 95px !important; }
  .vertical-menu-mt {
    margin-top: 80px !important; }
    .vertical-menu-mt .xl-none {
      display: block; }
  .sm {
    position: fixed;
    background-color: #fff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #e6edef;
    top: 80px;
    height: 100vh;
    left: -300px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: scroll; }
  .calendar-wrap .fc-day-grid-event {
    width: 87%; } }

@media screen and (max-width: 1120px) {
  .bg-gallery {
    height: 94vh; }
  .social-tab .input-group {
    width: 190px; } }

@media screen and (max-width: 1024px) {
  .bg-gallery {
    height: 90vh; }
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 16%;
    top: 8%;
    width: 13%; }
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 13%;
    top: 6%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    left: 32%;
    top: 3%;
    width: 30%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-4 {
    right: 16%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-5 {
    top: 11%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-3 {
    left: 3%;
    bottom: 1%;
    width: 32%;
    right: unset;
    top: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-card-10 {
    right: 5%;
    top: 36%;
    width: 40%; } }

@media screen and (max-width: 991px) {
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
    top: 65px; }
  .ttl-info {
    display: block; }
  .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 65px);
    margin-top: 65px; }
  .customizer-contain {
    top: 62px; }
  .mobile-clock-widget #date {
    margin-top: 20px; }
  .m-r-30 {
    margin-right: 20px; }
  .card.full-card {
    top: 60px;
    width: calc(100vw - 0px); }
  .card .sub-title {
    font-size: 16px; }
  .card .card-header {
    padding: 20px; }
    .card .card-header h5 {
      font-size: 18px; }
  .card .card-body {
    padding: 20px; }
  .card .card-footer {
    padding: 20px; }
  .setting-list {
    top: 18px; }
    .setting-list .setting-option {
      height: 26px; }
      .setting-list .setting-option li:first-child i {
        font-size: 14px; }
        .setting-list .setting-option li:first-child i.icon-angle-double-right {
          font-size: 12px; }
  .setting-primary,
  .setting-secondary,
  .setting-white {
    width: 26px;
    height: 26px; }
  .trasaction-sec .transaction-totalbal {
    padding-left: 20px; }
  .document.page-wrapper.horizontal-wrapper .page-main-header.document-header {
    height: 60px; }
  .document-content .page-body {
    margin-top: 90px !important; }
  .document-content ul.nav-pills {
    max-height: calc(100vh - 84px); }
  .document-content .logo-wrapper {
    display: none; }
  .vertical-mobile-sidebar {
    right: 75px;
    top: 18px; }
  .sm {
    top: 80px; }
  .bg-gallery {
    height: 85vh; }
  .bg-sky-blue .main-landing .landing-main-content {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    .bg-sky-blue .main-landing .landing-main-content img {
      display: unset !important; }
  .bg-sky-blue .main-landing .position-cards .landing-card-3 {
    left: 3%;
    bottom: 14%;
    top: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-card-10 {
    left: 0%;
    top: 3%;
    width: 35%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-8 {
    left: 38%;
    bottom: 18%;
    width: 15%; }
  .bg-sky-blue .main-landing .position-cards .landing-square-1 {
    bottom: 18%;
    left: 38%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-7 {
    right: 17%;
    bottom: 13%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-6 {
    right: -4%;
    bottom: 15%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 34%;
    top: 13%;
    width: 10%; }
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 32%;
    top: 11%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    right: 30%;
    top: 10%;
    width: 24%;
    left: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-card-5 {
    right: -3%; }
  .viho-demo-section .gallery_content p,
  .viho-demo-section .viho-demo-content p {
    width: 70% !important; }
  .landing_gallery_section_img {
    margin-bottom: -60px; }
    .landing_gallery_section_img .img-gallery-set3,
    .landing_gallery_section_img .img-gallery-set2,
    .landing_gallery_section_img .img-gallery-set4 {
      bottom: 80px; }
    .landing_gallery_section_img:before {
      height: 500px; }
  .landing-main .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 90px;
    background-color: white;
    width: calc(100% - 30px);
    border-radius: 5px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px; }
  .gallery {
    margin-bottom: -20px; }
  .my-gallery figure {
    margin-bottom: 20px; }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 20px; }
  .photoswipe-pb-responsive {
    padding-bottom: 25px !important; }
  .page-wrapper .section-space {
    padding: 60px 0; }
  .page-wrapper .card .card-header .tab-content .m-t-30,
  .page-wrapper .card .card-body .tab-content .m-t-30,
  .page-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 20px !important; }
  .page-wrapper .card .card-header .tab-content .m-b-30,
  .page-wrapper .card .card-body .tab-content .m-b-30,
  .page-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 20px !important; }
  .page-wrapper .page-body-wrapper .page-header {
    padding-bottom: 25px; }
  .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 0px;
    padding-right: 15px;
    width: calc(100% - 0px); }
  .page-wrapper.compact-wrapper .page-main-header {
    margin-left: 0 !important;
    width: calc(100% - 0px) !important; }
    .page-wrapper.compact-wrapper .page-main-header .main-header-right .logo-wrapper {
      display: block; }
    .page-wrapper.compact-wrapper .page-main-header .main-header-right .toggle-nav {
      display: none; }
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav {
    top: 59px;
    -webkit-box-shadow: 0 4px 14px 0 rgba(4, 122, 251, 0.13);
            box-shadow: 0 4px 14px 0 rgba(4, 122, 251, 0.13); }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .logo-wrapper {
      display: none; }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .sidebar-user {
      padding: 20px; }
      .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .sidebar-user .badge-bottom {
        top: 86px; }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .main-navbar .nav-menu {
      height: calc(100vh - 304px); }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav.close_icon .main-navbar .nav-menu {
      height: unset; }
  .page-wrapper .page-main-header .main-header-right {
    margin: 0; }
    .page-wrapper .page-main-header .main-header-right .nav-right .notification {
      top: 10px; }
    .page-wrapper .page-main-header .main-header-right .nav-right > ul {
      top: 58px;
      position: fixed;
      z-index: -1;
      background-color: #fff;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      border-top: 1px solid #e6edef;
      -webkit-box-shadow: 0 2px 2px 2px rgba(113, 113, 113, 0.08);
              box-shadow: 0 2px 2px 2px rgba(113, 113, 113, 0.08);
      width: 100%;
      left: 0;
      padding: 0 20px;
      -webkit-transform: translateY(-35px) scaleY(0);
              transform: translateY(-35px) scaleY(0);
      opacity: 0;
      visibility: hidden;
      height: 70px; }
      .page-wrapper .page-main-header .main-header-right .nav-right > ul.open {
        z-index: 1;
        opacity: 1;
        -webkit-transform: translateY(0px) scaleY(1);
                transform: translateY(0px) scaleY(1);
        visibility: visible; }
    .page-wrapper .page-main-header .main-header-right > .mobile-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 20px; }
    .page-wrapper .page-main-header .main-header-right .main-header-left {
      margin-right: 0;
      padding: 15px 20px; }
  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    margin-top: 0; }
  .page-wrapper .page-main-header .left-menu-header {
    padding: 15px 20px; }
    .page-wrapper .page-main-header .left-menu-header ul li i {
      display: inline; }
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 80px);
    padding-top: 20px;
    padding-bottom: 20px; }
    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-content {
      top: 60px; }
  .page-body-wrapper .page-body,
  .page-body-wrapper footer {
    margin-left: 0 !important; }
    .page-body-wrapper .page-body #customer-review .owl-stage-outer,
    .page-body-wrapper footer #customer-review .owl-stage-outer {
      width: 100% !important; }
    .page-body-wrapper .page-body .calender-widget .cal-desc p,
    .page-body-wrapper footer .calender-widget .cal-desc p {
      max-height: 101px; }
  .product-page-details h3 {
    font-size: 22px; }
  .bookmark ul li a svg {
    width: 12px;
    height: 12px; }
  .crm-activity > li + li {
    margin-top: 10px;
    padding-top: 10px; }
  .add-post form .form-group {
    margin-bottom: 20px; }
  .add-post .dropzone {
    margin-bottom: 20px; }
  .customers.avatar-group {
    margin-right: 20px; }
  .main .langChoice {
    right: 20px;
    top: 11px; }
  .socialprofile .social-btngroup {
    margin: 20px 0; }
  .socialprofile .social-group {
    margin-top: 20px; }
  .social-status form .form-group .form-control-social {
    margin-bottom: 20px; }
  .social-status .media {
    margin-bottom: 20px; }
  .timeline-content p,
  .timeline-content .comments-box {
    margin-top: 20px; }
  .social-chat {
    margin-top: 20px; }
    .social-chat .media-body {
      padding: 20px; }
    .social-chat .your-msg,
    .social-chat .other-msg {
      margin-bottom: 20px; }
  .social-network span {
    margin-bottom: 20px; }
  .details-about + .details-about {
    margin-top: 20px; }
  .activity-log .my-activity + .my-activity {
    margin-top: 20px; }
  .new-users-social {
    margin-bottom: 20px; }
  .timeline-small .media {
    margin-bottom: 20px; }
    .timeline-small .media .media-body h6 {
      margin-bottom: 20px; }
    .timeline-small .media .media-body p {
      width: 75%; }
    .timeline-small .media .timeline-round {
      width: 45px;
      height: 45px;
      top: -14px; }
      .timeline-small .media .timeline-round.timeline-line-1:after {
        bottom: -41px;
        height: 25px; }
      .timeline-small .media .timeline-round.small-line:after {
        bottom: -26px;
        height: 14px; }
      .timeline-small .media .timeline-round.medium-line:after {
        bottom: -33px;
        height: 17px; }
      .timeline-small .media .timeline-round svg {
        top: 14px; }
  .landing-main .section-space {
    padding: 60px 0; }
    .landing-main .section-space p {
      font-size: 15px; }
  .landing-main .navbar-expand-lg .navbar-toggler {
    background-color: #fff; }
    .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i {
      margin-top: 5px;
      color: #24695c; }
  .landing-main .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    z-index: 111; }
    .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
      color: #000; }
  .landing-main .footer-bg h2 {
    font-size: 28px; }
  .helper-classes {
    padding: 20px; }
  .floated-customizer-btn,
  .floated-customizer-panel {
    display: none; }
  .page-builder .ge-canvas.ge-editing .row {
    padding: 20px; }
  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: -15px; }
  .social-widget-card .b-b-light {
    padding: 20px;
    margin-bottom: 20px; }
  .ecommerce-widget .progress-showcase {
    margin-top: 20px; }
  .crm-overall {
    margin: 0 -20px -20px; }
  .product-page-main {
    padding: 20px; }
  .grid-options ul li:nth-child(3) {
    display: none; }
  .feature-products form .form-group i {
    right: 20px; }
  .tabbed-card ul {
    padding: 18px 15px; }
  .tabbed-card ul {
    top: -5px; }
    .tabbed-card ul.border-tab.nav-tabs {
      padding: 0; }
      .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
        padding: 18px 15px; }
  .tilt-showcase .tilt-image {
    text-align: center; }
  .tilt-showcase .mt-4 {
    margin-top: 20px !important; }
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 20px;
    right: 20px; }
  .custom-card {
    padding-bottom: 0; }
    .custom-card .card-footer {
      padding: 0; }
    .custom-card .card-header {
      border: none; }
    .custom-card .dashboard-card {
      padding: 0; }
  .display-1 {
    font-size: 4rem; }
  .display-2 {
    font-size: 3.5rem; }
  .display-3 {
    font-size: 2.5rem; }
  .display-4 {
    font-size: 1.5rem; }
  .typography .h1 {
    font-size: 34px; }
  .typography .h2 {
    font-size: 30px; }
  .typography .h3 {
    font-size: 26px; }
  .typography .h4 {
    font-size: 22px; }
  .typography .h5 {
    font-size: 18px; }
  .typography .h6 {
    font-size: 15px; }
  h1 {
    font-size: 34px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 18px; }
  .flot-chart-container {
    height: 300px; }
  .card-absolute .card-header {
    padding: 10px 15px !important; }
  .comingsoon .comingsoon-inner .countdown .time {
    width: 80px;
    height: 80px;
    font-size: 26px; }
  footer {
    bottom: -20px; }
  .calendar-wrap .basic-calendar .external-events .fc-event + .fc-event {
    margin-top: 10px; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 15px; }
  .card .card-header .card-header-right {
    top: 11px;
    right: 11px; }
  .page-builder .ge-addRowGroup {
    width: 100%; }
  .comment-box .comment-social li:nth-child(n+2) {
    padding-left: 15px;
    margin-left: 15px; }
  .error-wrapper {
    padding: 35px 0; }
    .error-wrapper .sub-content {
      font-size: 14px;
      line-height: 25px;
      margin-top: 0px; }
    .error-wrapper .error-heading {
      margin-top: 30px; }
      .error-wrapper .error-heading .headline {
        font-size: 180px;
        margin-top: 0; }
    .error-wrapper .maintenance-heading {
      margin-top: 30px; }
  .search-page .info-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .search-page .tab-content .pb-4 {
    padding-bottom: 20px !important; }
  .calender-widget .cal-desc {
    padding: 10px 20px 20px !important; }
    .calender-widget .cal-desc p {
      max-height: 100px; }
  .contact-form {
    padding-top: 10px !important; }
    .contact-form .theme-form {
      padding: 20px;
      margin-top: 27px; }
      .contact-form .theme-form .form-icon {
        margin-top: -47px; }
  .user-status.product-chart {
    max-height: 518px;
    overflow: auto; }
  .widget-joins .media .media-body i {
    float: none !important; }
  .xl-none {
    display: block; }
  .top-radius-blog {
    width: 100%; }
  .sm-100-w {
    width: 100%;
    height: 100%; }
  /*Form Wizard One start*/
  .form-wizard .btn-mb {
    margin-bottom: 20px; }
  /*Form Wizard One ends*/
  /*Form Wizard Two Start*/
  .stepwizard {
    margin-bottom: 20px; }
  /*Form Wizard Two Ends*/
  /*Form Wizard Three Start*/
  .f1 .f1-steps {
    margin-top: 20px;
    margin-bottom: 20px; }
  /*Form Wizard Three ends*/
  /*Form Wizard Four Start*/
  .wizard-4 ul.anchor {
    padding-right: 20px; }
  /*Form Wizard Four ends*/
  .border-tab.nav-tabs {
    margin-bottom: 20px; }
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 20px; }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px; }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 20px !important; }
  .search-page .info-block + .info-block {
    padding-top: 20px;
    margin-top: 20px; }
  .search-page #video-links .embed-responsive + .embed-responsive {
    margin-top: 20px; }
  .lg-mt {
    margin-top: 20px; }
  .gallery-with-description {
    margin-bottom: -20px; }
    .gallery-with-description a > div {
      margin-bottom: 20px; }
  .clipboaard-container p {
    margin-bottom: 8px; }
  .m-b-30 {
    margin-bottom: 20px !important; }
  .nav-md-mt {
    margin-top: 20px; }
  .navs-icon {
    padding: 20px; }
    .navs-icon .main-section {
      padding-top: 20px; }
    .navs-icon .separator {
      margin: 20px 0; }
  .nav-list {
    padding: 20px; }
  .navs-dropdown button {
    margin-top: 20px; }
  .navs-dropdown .onhover-show-div {
    top: 68px; }
  .animated-modal .form-group {
    width: 100%;
    display: block; }
  .animated-modal .me-4 {
    margin-right: 0 !important; }
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 20px !important; }
  .steps-md-mt {
    margin-top: 20px; }
  .btn-group-wrapper .m-b-30:last-child {
    margin-bottom: 0 !important; }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 20px; }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 20px; }
  .summer-note .card-header,
  .summer-note .card-body {
    padding: 20px; }
  .chat-box .chat-left-aside .people-list {
    height: 483px; }
  .chat-box .chat-menu {
    top: 75px; }
    .chat-box .chat-menu .user-profile .user-content h5 {
      margin-bottom: 10px; }
    .chat-box .chat-menu .user-profile .follow span {
      font-size: 12px; }
    .chat-box .chat-menu .user-profile .follow .follow-num {
      font-size: 18px; } }

@media screen and (max-width: 900px) {
  .bg-gallery {
    height: 80vh; } }

@media screen and (max-width: 800px) {
  .bg-gallery {
    height: 75vh;
    min-height: 560px; } }

@media screen and (max-width: 767px) {
  .order-history table tbody tr td img {
    width: 25px !important; }
  .calendar-basic .lnb-calendars > div {
    padding: 12px 0; }
  .learning-box .details-main {
    margin: 20px; }
  .ace-editor {
    height: 280px;
    width: 100%; }
  .dashboard-2-main .card .card-header p {
    font-size: 0; }
  .card-social {
    margin-top: 30px; }
  .btn-showcase {
    text-align: center; }
  .form-inline .form-group + .form-group {
    margin-top: 10px; }
  .credit-card .text-center img {
    margin-bottom: 20px; }
  .starter-kit-fix .page-body {
    margin-bottom: 78px; }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 10px; }
  .document .page-main-header .document-right-nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #24695c !important; }
  .document .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 60px;
    padding: 15px;
    left: 0;
    right: 0; }
  .products-total {
    margin-bottom: 10px; }
  .page-main-header .main-header-right .left-menu-header ul li .search-form input {
    width: 90% !important; }
  .page-main-header .main-header-right .main-header-left {
    width: auto; }
    .page-main-header .main-header-right .main-header-left .toggle-sidebar {
      margin-left: 30px; }
  .product-page-main .border-tab.nav-tabs .nav-item {
    width: auto !important; }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 12px; }
  .footer-copyright ~ div {
    text-align: center; }
    .footer-copyright ~ div p {
      float: none; }
  .event-calendar {
    display: block !important; }
    .event-calendar #right {
      width: 100%; }
  #lnb {
    width: auto; }
  .ecommerce-widget .progress-showcase .progress {
    height: 15px; }
  .general-widget .custom-card {
    padding: 0; }
    .general-widget .custom-card .card-profile {
      margin-top: -45px; }
    .general-widget .custom-card .card-header {
      padding: 0; }
      .general-widget .custom-card .card-header img {
        margin-top: 0; }
    .general-widget .custom-card .card-social {
      margin-top: unset; }
  .tabs-scoial.border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .edit-profile .card .card-header h4 {
    font-size: 22px; }
  .edit-profile .profile-title .media .media-body h3 {
    font-size: 20px; }
  .tabbed-card ul {
    padding: 10px 0 5px 0;
    position: relative;
    width: 100%;
    left: 0; }
  .search-page .search-vid-block > div:nth-child(n + 2) {
    margin-top: 20px; }
  .product-page-details h3 {
    font-size: 18px; }
  .filter-block h4 {
    font-size: 18px;
    margin-bottom: 15px; }
  .filter-block ul li:nth-child(n + 2) {
    margin-top: 10px; }
  .center-content p {
    text-align: center; }
    .center-content p span {
      display: block; }
  .timeline-small .media .media-body p {
    width: 100%; }
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 20px; }
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn {
    font-size: 0; }
    .chat-box .chat-right-aside .chat .chat-message .text-box .btn:before {
      position: absolute;
      content: "\e661";
      font-family: themify;
      font-size: 18px;
      top: 11px;
      left: 20px; }
  .chat-box .border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .chat-box .chat-menu .nav-tabs .nav-item a {
    height: 50px; }
  .chat-box .people-list ul {
    margin-bottom: -15px; }
    .chat-box .people-list ul li {
      display: inline-block;
      padding: 10px;
      margin-right: 5px;
      border: 1px solid #e6edef;
      margin-bottom: 10px; }
      .chat-box .people-list ul li:last-child {
        padding-bottom: 10px; }
  .chat-box .chat-left-aside .people-list {
    height: auto; }
  .clockpicker-align-top {
    left: 55px !important;
    top: 470px !important; }
    .clockpicker-align-top .arrow {
      display: none; }
  .form-builder-column .form-body {
    min-height: 250px; }
  .form-builder-2-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-builder-2-header > div {
      width: 100%;
      margin-top: 10px; }
      .form-builder-2-header > div nav {
        float: none; }
  .dropzone.dz-clickable {
    padding: 20px; }
  .lg-mt-col {
    margin-top: 20px; }
  .form-builder .drag-box fieldset {
    padding: 20px;
    margin-top: 20px; }
  .form-builder #components {
    margin-top: 20px; }
  .form-builder .component label {
    padding-top: 0px; }
  .mega-menu .onhover-show-div {
    height: 415px;
    left: 0;
    top: 61px;
    padding: 20px; }
  .mega-menu .lg-mt {
    margin-top: 15px; }
  .bg-gallery {
    min-height: 530px; }
  .landing_gallery_section_img:before {
    height: 400px; }
  .page-wrapper .section-space {
    padding: 30px 0; }
  .and-many-more {
    font-size: 65px; }
  .container-modify .img-effect {
    max-width: 320px;
    margin: 0 auto; }
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 12%;
    top: 33%;
    width: 12%; }
  .bg-sky-blue .main-landing .position-cards .landing-square-1 {
    top: 32%;
    right: 9%;
    bottom: unset;
    left: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-card-8 {
    right: 9%;
    top: 32%;
    left: unset;
    bottom: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 9%;
    top: 31%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-7 {
    right: 21%;
    width: 40%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    right: 44%; }
  .viho-demo-section .viho-demo-content img,
  .viho-demo-section .gallery_content img {
    width: 30px !important; }
  .viho-demo-section .viho-demo-content p,
  .viho-demo-section .gallery_content p {
    width: 100% !important; }
  .and-more {
    top: 40%; }
  .landing-main .section-space {
    padding: 40px 0; }
  .landing-main .main-landing {
    padding: 27px 0 0 0; }
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px 0 0 10px; }
    .page-builder .ge-canvas.ge-editing .ge-tools-drawer > a {
      padding: 0 5px; }
  .reader {
    margin-top: 15px;
    height: auto !important; }
  .range-slider.theme-form .form-group {
    margin-bottom: 0; }
  .note-editor .btn-group .btn {
    font-size: 11px; }
  .user-status tbody tr td {
    min-width: 284px; }
    .user-status tbody tr td + td {
      min-width: unset; }
      .user-status tbody tr td + td + td {
        min-width: 100px; }
  .text-md-end {
    text-align: right; }
  .star-ratings .stars {
    padding: 0; }
  .form-inline.d-inline-block {
    display: block !important;
    width: 100%; }
    .form-inline.d-inline-block .form-control {
      margin-bottom: 10px; }
  .reset-password-box {
    width: 500px;
    margin: 0 auto; }
    .reset-password-box .card {
      padding: 20px; }
  .user-card .custom-card {
    padding: 0; }
    .user-card .custom-card .card-header {
      padding: 0; }
    .user-card .custom-card .card-profile {
      margin-top: -40px; }
    .user-card .custom-card .card-social {
      margin-top: unset; }
  .custom-card .card-header img {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .custom-card .card-profile img {
    height: 75px; }
  .custom-card .profile-details h4 {
    font-size: 18px; }
  .custom-card .card-footer > div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px; }
  .error-wrapper .maintenance-icons li i {
    color: #e6edef;
    font-size: 30px; }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 60px;
    margin-top: -10px;
    margin-left: 70px; }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 90px;
    margin-right: 80px; }
  .authentication-main .auth-innerright {
    min-height: unset;
    padding: 0; }
    .authentication-main .auth-innerright .social-media li {
      font-size: 14px; }
  .loader-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px; }
  .dataTables_wrapper .dataTables_filter {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px; }
  div.dataTables_wrapper div.dataTables_info {
    padding-top: 0; }
  div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    float: none; }
  div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    margin-top: 20px !important;
    margin-left: 0 !important; }
  .calendar-wrap .fc-basic-view .fc-day-number {
    padding: 0 0px !important; }
  .calendar-wrap .fc-events-container {
    margin-top: 0px; }
  .calendar-wrap .fc-events-container h6,
  .calendar-wrap .fc-events-container .checkbox {
    text-align: right; }
  .calendar-wrap .checkbox label {
    margin-top: 0; }
  .calendar-wrap .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after {
    font-size: 12px !important; }
  .calendar-wrap .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after {
    font-size: 12px !important; }
  .calendar-wrap .fc-toolbar .fc-left .fc-today-button,
  .calendar-wrap .fc-toolbar .fc-right .fc-today-button {
    padding-top: 0px !important; }
  .calendar-wrap .fc {
    margin-top: 0px; }
    .calendar-wrap .fc button {
      font-size: 14px !important;
      padding: 0 5px !important; }
    .calendar-wrap .fc .fc-left {
      margin-bottom: 10px; }
    .calendar-wrap .fc .fc-toolbar > div {
      display: block !important;
      float: none !important; }
    .calendar-wrap .fc .fc-toolbar > * :first-child {
      font-size: 18px; }
    .calendar-wrap .fc .fc-toolbar > * > * {
      float: none !important; }
  .btn-group-wrapper {
    text-align: center; }
    .btn-group-wrapper .m-b-30 {
      margin-bottom: 15px !important; }
  .btn-group-showcase {
    text-align: center; }
    .btn-group-showcase .btn-group {
      margin-right: 0;
      margin-bottom: 15px; }
  .btn-group .btn {
    font-size: 14px;
    padding: 0.375rem 1.3rem; }
  .animate-widget .text-center {
    display: none; }
  .calender-widget .cal-desc p {
    max-height: 100%; }
  .user-status.product-chart {
    max-height: 100%; }
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px; }
  .mega-menu .onhover-show-div {
    height: 350px; }
  .page-builder .ge-canvas .column {
    padding: 0 !important; }
  .page-builder .ge-content-type-ckeditor h3 {
    font-size: 20px; }
  .page-builder .ge-content-type-ckeditor p {
    font-size: 12px; }
  .page-builder .ge-row-icon {
    display: none !important; }
  /* font-awesom icon page */
  .icon-hover-bottom .form-group input {
    min-width: 270px; }
  .calendar-wrap .fc button {
    padding: 5px; }
  .calendar-wrap .fc-day-grid-event {
    margin: 0;
    padding: 5px;
    width: inherit; }
  .calendar-wrap .fc-toolbar h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold; }
  .calendar-wrap .basic-calendar .external-events {
    margin-top: 0px; }
  .blog-single .comment-box .media h6 {
    margin-bottom: 10px; }
  .blog-single .comment-box .media img {
    margin-right: 30px; }
  .blog-single .comment-box .comment-social {
    margin-bottom: 10px; }
  .search-page #image-links .info-block.m-t-30 {
    margin-top: 0 !important; }
  .authentication-main .authentication-box {
    width: 100%; }
  .authentication-main .auth-innerright {
    display: inherit; }
  .map-chart .chart-container {
    height: 300px; }
  .candidcahrt {
    height: 250px; }
  .bar-chart-widget .earning-details i {
    right: 0; }
  .serial-chart .chart-container {
    height: 300px; }
  .bottom-content {
    padding: 10px; }
    .bottom-content p {
      font-size: 12px; }
  .stepwizard .stepwizard-row:before {
    top: 17px; }
  .icon-hover-bottom .icon-popup div .flag-icon {
    width: 30px;
    height: auto; }
  .icon-hover-bottom .icon-popup .form-group input {
    min-width: 40%; }
  .footer-links {
    text-align: center; }
  .footer-copyright {
    text-align: center !important; }
  .jvector-map-height {
    height: 150px; }
  .sm-left-text {
    text-align: left !important; }
  .email-wrap .email-right-aside .email-content .email-top .d-flex {
    padding-bottom: 0; }
  .email-wrap .email-right-aside .email-content .email-top .float-end {
    float: left !important; }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li:last-child {
    padding-right: 0; }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 90px;
    height: 90px; }
  .email-wrap .email-right-aside .email-profile {
    overflow-x: auto; }
    .email-wrap .email-right-aside .email-profile .inbox {
      width: 700px; }
      .email-wrap .email-right-aside .email-profile .inbox p {
        width: calc(100% - 200px);
        max-width: 500px; }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px; }
  .button-group-mb-sm {
    margin-bottom: 5px; }
  .card-block .table-responsive .table tbody tr td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px; }
  .card-block .table-responsive .progress-content tbody tr td span {
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 50px; }
  .card-block .table-responsive .checkbox-td-width tbody tr td,
  .card-block .table-responsive .radio-first-col-width tbody tr td {
    min-width: 200px !important; }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 119px !important; }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 119px !important; }
  .jsgrid .jsgrid-pager-container {
    text-align: center; }
  .chat-box .chat-menu .nav-tabs .nav-item {
    width: 32.33%; }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 433px;
    margin-bottom: 15px; }
  .chat-box .chat-menu #info-profile,
  .chat-box .chat-menu #info-contact {
    margin-bottom: 15px; }
  .chat-box .chat-history .call-content > div {
    padding-top: 40px;
    height: auto; }
  .call-chat-sidebar {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 15px !important; }
  .lg-outer .lg-actions .lg-next,
  .lg-outer .lg-actions .lg-prev {
    top: 48%; }
  .feature-products .filter-toggle {
    padding: 8px 15px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: rgba(36, 105, 92, 0.05);
    color: #24695c; }
  .feature-products span {
    font-size: 12px; }
    .feature-products span.f-w-600 {
      padding-top: 8px;
      display: inline-block; }
  .grid-options ul li {
    display: none; }
  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    margin-left: 0; }
  .product-filter .product-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .product-filter .product-box .product-img {
      width: 100px; }
    .product-filter .product-box .product-details {
      padding: 0 !important; } }

@media screen and (max-width: 700px) {
  .bg-gallery {
    min-height: 470px; } }

@media screen and (max-width: 650px) {
  .bg-gallery {
    height: 63vh; } }

@media screen and (max-width: 600px) {
  .bg-gallery {
    height: 60vh; } }

@media screen and (max-width: 540px) {
  .bg-gallery {
    height: 57vh; } }

@media screen and (max-width: 575px) {
  .search-form .search-bg > i {
    display: none !important; }
  .job-accordion .card {
    -webkit-box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08) !important;
            box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08) !important; }
  .alert-dismissible p {
    max-width: 209px; }
  .customizer-links {
    display: none; }
  .m-r-30 {
    margin-right: 15px; }
  .card .card-footer {
    padding: 15px; }
  .setting-list {
    top: 15px; }
    .setting-list .setting-option {
      height: 21px; }
      .setting-list .setting-option li:first-child i {
        font-size: 12px; }
  .setting-primary,
  .setting-secondary,
  .setting-white {
    width: 22px;
    height: 22px; }
  .feature-products .text-end {
    text-align: left !important; }
  .feature-products .select-options {
    float: left;
    margin-right: 10px; }
  .call-chat-body .chat-box {
    height: auto; }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 400px; }
  .chat-box .chat-history .call-content {
    min-height: 447px; }
  .center-content {
    margin-top: 5px; }
    .center-content p {
      text-align: left; }
      .center-content p i {
        margin-left: 0 !important; }
  .dashboard-default-sec .card.income-card .card-body .round-box,
  .dashboard-2-main .card.income-card .card-body .round-box {
    margin-bottom: 10px;
    width: 45px;
    height: 45px; }
    .dashboard-default-sec .card.income-card .card-body .round-box svg,
    .dashboard-2-main .card.income-card .card-body .round-box svg {
      height: 18px; }
  .dashboard-default-sec .card.income-card .card-body .knob-block canvas,
  .dashboard-2-main .card.income-card .card-body .knob-block canvas {
    width: 80px;
    height: 80px; }
  .dashboard-default-sec .card.income-card .card-body h5,
  .dashboard-2-main .card.income-card .card-body h5 {
    font-size: 18px;
    margin-bottom: 5px; }
  .dashboard-default-sec .card.income-card .card-body p,
  .dashboard-2-main .card.income-card .card-body p {
    margin-bottom: 10px; }
  .dashboard-default-sec .card .card-header i,
  .dashboard-2-main .card .card-header i {
    font-size: 12px; }
  .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-right, .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-left {
    top: 28px !important; }
  .profile-greeting h3 {
    font-size: 22px;
    margin-bottom: 5px; }
  .profile-greeting p {
    margin-bottom: 10px;
    line-height: 1.4;
    padding: unset; }
  .trasaction-sec .transaction-totalbal h2 {
    font-size: 16px; }
  .support-ticket .pro-gress .total-num {
    font-size: 18px; }
  .page-main-header .main-header-right .left-menu-header ul li .search-form .form-control-plaintext {
    top: 44px;
    position: absolute;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    left: -15px;
    background-color: #fff;
    -webkit-transform: translateY(-35px) scaleY(0);
            transform: translateY(-35px) scaleY(0);
    opacity: 0;
    border-radius: 0;
    visibility: hidden;
    width: 180px !important;
    padding: 10px 10px 10px 15px; }
    .page-main-header .main-header-right .left-menu-header ul li .search-form .form-control-plaintext.open {
      -webkit-transform: translateY(0px) scaleY(1);
              transform: translateY(0px) scaleY(1);
      opacity: 1;
      visibility: visible;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      z-index: 2; }
  .page-main-header .main-header-right .nav-right .btn-primary-light {
    padding: 6px 15px; }
    .page-main-header .main-header-right .nav-right .btn-primary-light svg {
      margin-right: 6px; }
  .page-main-header .main-header-right .nav-right .bookmark-dropdown {
    right: -168px;
    width: 270px; }
  .page-wrapper .page-main-header .main-header-right .left-menu-header .search-form > .fa {
    display: none; }
  .page-wrapper .page-main-header .main-header-right > .mobile-toggle {
    padding-right: 15px; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    top: 55px; }
    .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form i {
      display: none; }
  .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul li.px-0 {
      padding: 6px !important; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li {
    margin-right: 10px; }
    .page-wrapper .page-main-header .main-header-right .nav-right > ul li.onhover-dropdown ul li {
      margin-right: 0 !important; }
  .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown {
    left: -93px !important;
    padding: 0;
    width: 270px !important; }
    .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div:before, .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div:after {
      left: 102px !important;
      right: unset !important; }
  .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown {
    left: -132px;
    width: 270px;
    padding: 0; }
    .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown:after, .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown:before {
      left: 138px !important; }
  .page-wrapper .page-main-header .main-header-right .main-header-left {
    padding: 15px; }
    .page-wrapper .page-main-header .main-header-right .main-header-left .toggle-sidebar {
      margin-left: 20px; }
  .page-wrapper .page-body-wrapper .page-header .btn-group .btn {
    padding: 8px 30px; }
  .pagination-lg .page-link {
    font-size: 1rem; }
  .bookmark {
    text-align: left;
    margin-top: 10px; }
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav {
    top: 59px; }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .main-navbar .nav-menu {
      height: calc(100vh - 79px); }
  footer p {
    font-size: 12px; }
  .mobile-clock-widget #date {
    margin-top: 15px; }
  .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px; }
  .cal-date-widget .cal-datepicker {
    margin-top: 15px; }
  .static-top-widget .media-body .icon-bg {
    width: 70px;
    height: 70px; }
  .animat-md-center {
    text-align: center; }
  .add-post form .m-checkbox-inline label {
    margin-right: 15px; }
  .add-post form .form-group {
    margin-bottom: 15px; }
  .add-post .dropzone {
    margin-bottom: 15px; }
  .add-post .btn-showcase {
    text-align: center; }
    .add-post .btn-showcase .btn {
      margin-right: 10px;
      padding: 5px 13px; }
  .main .langChoice {
    right: 15px;
    padding: 4px 7px; }
  .language-xs {
    margin-top: 15px; }
  .product-color li {
    width: 15px;
    height: 15px; }
  ul.pro-services li h5 {
    font-size: 14px; }
  ul.pro-services li p {
    font-size: 13px; }
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    height: auto; }
  .customers.avatar-group {
    margin-right: 15px; }
  .vertical-mobile-sidebar {
    top: 19px; }
  .hdg_main {
    font-size: 16px; }
  .alert-theme i {
    margin-right: 10px !important; }
  .alert-theme button {
    top: 2px !important; }
  .chart-widgets-small .chart-container {
    height: unset !important; }
  .bar-chart-widget .earning-details i {
    right: -30px; }
  .widget-joins:before {
    display: none; }
  .widget-joins .ps-0 {
    padding-left: 15px !important; }
  .widget-joins .border-after-xs:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94%;
    background-color: #efefef;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto; }
  .clockpicker-align-top {
    left: 45px !important;
    top: 406px !important; }
  .gallery {
    margin-bottom: -15px; }
  .my-gallery figure {
    margin-bottom: 15px; }
    .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
      margin-bottom: 15px; }
  .my-gallery.gallery-with-description figure:last-child {
    margin-bottom: 20px; }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 15px; }
  .photoswipe-pb-responsive {
    padding-bottom: 30px !important; }
  .avatar-showcase .pepole-knows {
    text-align: center; }
    .avatar-showcase .pepole-knows ul li {
      margin-right: 14px; }
  .social-app-profile .hovercard .user-image .avatar {
    margin-top: -56px; }
    .social-app-profile .hovercard .user-image .avatar img {
      width: 100px;
      height: 100px; }
  .social-app-profile .hovercard .user-image .icon-wrapper {
    left: 52%;
    top: 10px;
    height: 30px;
    width: 30px;
    font-size: 15px; }
    .social-app-profile .hovercard .user-image .icon-wrapper:hover {
      font-size: 12px; }
  .social-app-profile .hovercard .user-image .share-icons {
    right: 15px; }
    .social-app-profile .hovercard .user-image .share-icons li {
      margin-right: 0px; }
  .social-app-profile .hovercard .info .tabs-scoial .user-designation {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0px 0px; }
  .socialprofile .social-btngroup {
    margin: 15px 0; }
  .socialprofile .social-group {
    margin-top: 15px; }
  .social-status form .form-group .form-control-social {
    margin-bottom: 15px; }
  .social-status .media {
    margin-bottom: 15px; }
  .new-users-social {
    margin-bottom: 15px; }
  .tabs-scoial {
    position: relative;
    padding-top: 90px; }
    .tabs-scoial li:nth-child(3) {
      position: absolute;
      top: 25px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
      padding: 10px 18px; }
  .timeline-content p,
  .timeline-content .comments-box {
    margin-top: 15px; }
  .timeline-content .comments-box .media .m-r-20 {
    margin-right: 10px; }
  .timeline-content .comments-box .media .media-body .input-group .input-group-append .btn {
    padding: 6px; }
  .timeline-content .comment-number i {
    margin-right: 15px; }
  .social-chat {
    margin-top: 15px; }
    .social-chat .media-body {
      padding: 15px; }
    .social-chat .your-msg,
    .social-chat .other-msg {
      margin-bottom: 15px; }
  .social-network span {
    margin-bottom: 15px; }
  .social-list .media {
    margin-bottom: 15px; }
  .details-about + .details-about {
    margin-top: 15px; }
  .your-details-xs {
    margin-top: 15px; }
  .social-header h5 span.pull-right {
    float: right !important;
    margin-top: 0 !important; }
    .social-header h5 span.pull-right svg {
      width: 18px;
      height: 18px; }
  .activity-log .my-activity + .my-activity {
    margin-top: 15px; }
  .photos ul li {
    width: 70px; }
  .edit-profile .card .card-header h4 {
    font-size: 18px; }
  .edit-profile .profile-title .media .media-body h3 {
    font-size: 16px; }
  .timeline-small .media {
    margin-bottom: 15px; }
    .timeline-small .media .media-body h6 {
      margin-bottom: 15px; }
    .timeline-small .media .timeline-round.timeline-line-1:after {
      bottom: -39px;
      height: 30px; }
    .timeline-small .media .timeline-round.small-line:after {
      bottom: -17px;
      height: 8px; }
    .timeline-small .media .timeline-round.medium-line:after {
      bottom: -30px;
      height: 22px; }
  #cd-timeline {
    margin-right: unset; }
  .bootstrap-touchspin .input-group .btn {
    padding: 5px 15px; }
  .and-many-more {
    font-size: 52px; }
  .page-wrapper .section-space {
    padding: 40px 0; }
  .landing_gallery_section_img {
    margin-bottom: -40px; }
  .bg-sky-blue .main-landing {
    height: 480px; }
    .bg-sky-blue .main-landing .position-cards {
      display: none; }
  .landing-main h4 {
    font-size: 17px; }
  .landing-main .main-landing {
    padding: 0px 0px 0px 0px; }
  .landing-main .footer-bg h2 {
    font-size: 21px; }
  .landing-main .footer-bg button {
    font-size: 18px; }
  .helper-classes {
    padding: 15px; }
  .form-builder-2-header ul li {
    text-align: left; }
  .form-builder-2-header .form-inline {
    display: block;
    width: 100%; }
    .form-builder-2-header .form-inline .form-group {
      width: 100%;
      margin-right: 0; }
    .form-builder-2-header .form-inline button {
      width: 100%;
      text-align: left; }
  .page-builder .btn-grid {
    margin-bottom: 7px;
    padding-right: 5px; }
  .page-builder .ge-canvas.ge-editing .row {
    padding: 15px; }
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px; }
  .wizard-4 .step-container div.content {
    margin-top: 10px; }
  .nav-tabs .nav-item.show .nav-link {
    border-top: 0;
    border-bottom: 0; }
  .nav-tabs .nav-link {
    border-top: 0;
    border-bottom: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
      border-top: 0;
      border-bottom: 0; }
  .border-tab.nav-tabs .nav-item {
    width: 100% !important; }
  .border-tab .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 35px; }
  .border-tab .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px; }
  .border-tab .ecommerce-widget .progress-showcase {
    margin-top: 15px; }
  .nav {
    display: inherit;
    text-align: center;
    border-bottom: none; }
  .border-tab.nav-left .nav-link {
    text-align: center;
    border-left: none; }
  .border-tab.nav-right .nav-link {
    text-align: center;
    border-right: none; }
  .border-tab.nav-tabs {
    margin-bottom: 10px; }
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 10px; }
  .nav-pills {
    text-align: center; }
  .crm-overall {
    margin: 0 -15px -15px; }
  .product-page-main {
    padding: 15px; }
    .product-page-main .m-t-15 {
      margin-top: 0 !important; }
      .product-page-main .m-t-15 .btn {
        margin-top: 10px; }
    .product-page-main .pro-group .pro-shop button:last-child {
      margin-top: 15px; }
  .tabbed-card ul {
    padding: 10px 0 5px 0;
    position: relative;
    width: 100%;
    left: 0; }
    .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
      padding: 5px 15px 10px; }
  .todo .action-box.large {
    height: 25px;
    width: 25px; }
    .todo .action-box.large .icon {
      font-size: 14px;
      vertical-align: -3px; }
  .todo .todo-list-wrapper #todo-list li .task-container .task-label {
    font-size: 14px; }
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 15px;
    right: 15px; }
  .datetime-picker label {
    text-align: left !important; }
  .redial-chart-block {
    text-align: center; }
  #nav-tabContent {
    margin-top: 15px; }
  .reset-password-box {
    width: 430px; }
  .auth-bg {
    padding: 25px 15px; }
  .auth-bg-effect {
    display: none; }
  .date-picker .text-end {
    text-align: left !important; }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 15px !important; }
  ul.pagination li:before {
    line-height: 3; }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0 !important; }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-right: 0 !important; }
  div.dataTables_wrapper div.dataTables_length {
    margin-bottom: 15px; }
    div.dataTables_wrapper div.dataTables_length select {
      min-height: 30px; }
  div.dataTables_wrapper table.dataTable th,
  div.dataTables_wrapper table.dataTable td {
    padding: 0.5rem; }
  div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px !important; }
    div.dataTables_wrapper div.dataTables_paginate .paginate_button {
      padding: 1px 7px; }
      div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
        font-size: 0;
        padding: 0; }
        div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
          content: "\e64a";
          font-family: themify;
          font-size: 11px;
          padding: 0 5px; }
      div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
        font-size: 0;
        padding: 0; }
        div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
          content: "\e649";
          font-family: themify;
          font-size: 11px;
          padding: 0 5px; }
  div.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px; }
    div.dataTables_wrapper .dataTables_filter input[type="search"] {
      height: 30px; }
  .jvector-map-height {
    height: 250px; }
  .icon-hover-bottom .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .icon-hover-bottom .icon-popup {
    padding: 15px; }
  .icon-hover-bottom svg.climacon {
    height: 50px;
    width: 50px; }
  .blog-box.blog-shadow:before {
    -webkit-box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6); }
  .blog-box .blog-details p,
  .blog-box .blog-details .single-blog-content-top {
    margin-top: 15px; }
  .blog-box .blog-details h4 {
    font-size: 16px;
    margin-top: 10px; }
  .blog-box .blog-details .blog-social li {
    font-size: 12px;
    font-weight: 500; }
    .blog-box .blog-details .blog-social li:nth-child(n+2) {
      padding-left: unset;
      margin-left: 10px;
      border-left: none; }
  .comment-box h4 {
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .comment-box ul ul {
    margin-left: 30px; }
  .comment-box li {
    margin-bottom: 15px; }
    .comment-box li .media {
      display: block; }
      .comment-box li .media img {
        height: 50px;
        width: 50px;
        padding: 3px;
        margin-bottom: 10px; }
  .card .card-header .card-header-right {
    top: 6px; }
  .ace-editor {
    height: 320px; }
  .gallery > a {
    margin-bottom: 15px;
    text-align: center; }
  .card .card-header h5 {
    font-size: 17px; }
  .theme-form .form-group {
    margin-bottom: 15px; }
  .page-wrapper .page-body-wrapper .default-according .card .card-header,
  .page-wrapper .page-body-wrapper .default-according .card .card-body,
  .page-wrapper .page-body-wrapper .default-according .card .card-footer {
    padding: 1rem 1.25rem; }
  .page-wrapper .page-body-wrapper .card {
    -webkit-box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
            box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
    margin-bottom: 15px;
    overflow: hidden; }
    .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-t-30,
    .page-wrapper .page-body-wrapper .card .card-body .tab-content .m-t-30 {
      margin-top: 15px !important; }
    .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-b-30,
    .page-wrapper .page-body-wrapper .card .card-body .tab-content .m-b-30 {
      margin-bottom: 15px !important; }
  .page-wrapper .page-body-wrapper .page-body {
    padding: 5px 0 !important;
    padding-top: 20px !important; }
  .page-wrapper .page-body-wrapper .page-header {
    padding-bottom: 20px; }
    .page-wrapper .page-body-wrapper .page-header .row h3 {
      font-size: 20px; }
  .page-wrapper .search-form .form-group {
    margin-right: 0; }
  /* alert responsive css start here */
  .alert-primary.inverse {
    background-color: transparent; }
  .alert-secondary.inverse {
    background-color: transparent; }
  .alert-success.inverse {
    background-color: transparent; }
  .alert-danger.inverse {
    background-color: transparent; }
  .alert-warning.inverse {
    background-color: transparent; }
  .alert-info.inverse {
    background-color: transparent; }
  .alert-light.inverse {
    background-color: transparent; }
  .alert-dark.inverse {
    background-color: transparent; }
  .alert .close {
    height: 100%; }
  .calender-widget .cal-desc {
    padding: 10px 15px 15px !important; }
    .calender-widget .cal-desc p {
      max-height: 100%; }
  .custom-card .card-footer > div h6 {
    font-weight: 600; }
  .custom-card .card-profile {
    margin-top: 25px; }
  .custom-card .card-social {
    padding-top: 10px;
    padding-bottom: 10px; }
  .calendar-wrap .fc-toolbar .fc-center {
    margin-top: 10px; }
  .calendar-wrap a.fc-more {
    font-size: 0.7em; }
  .mega-inline {
    display: block; }
  .megaoptions-border-space-sm {
    padding-bottom: 30px !important; }
  .blog-box.blog-shadow .blog-details {
    padding: 15px; }
    .blog-box.blog-shadow .blog-details p {
      margin-bottom: 0; }
    .blog-box.blog-shadow .blog-details h4 {
      margin-bottom: 10px; }
  .blog-box .blog-details {
    padding: 20px; }
  .blog-box .blog-date span {
    font-size: 25px; }
  .error-wrapper {
    padding: 20px 0; }
    .error-wrapper .btn {
      margin-top: 15px; }
    .error-wrapper .img-100 {
      width: 50px !important; }
    .error-wrapper .error-heading {
      margin-top: 20px; }
      .error-wrapper .error-heading .cloud-second {
        margin-top: -60px; }
      .error-wrapper .error-heading .headline {
        font-size: 150px; }
    .error-wrapper .maintenance-heading .cloud-second {
      display: none; }
    .error-wrapper .maintenance-heading .headline {
      font-size: 30px;
      margin-top: -10%;
      letter-spacing: 2px; }
  .comingsoon .comingsoon-inner .coming-soon-bottom-link {
    margin-top: 20px;
    line-height: 1; }
  .comingsoon .comingsoon-inner h5 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px; }
  .comingsoon .comingsoon-inner .countdown {
    padding: 20px 0px; }
    .comingsoon .comingsoon-inner .countdown ul li {
      margin: 0 7px; }
    .comingsoon .comingsoon-inner .countdown .title {
      font-size: 12px; }
    .comingsoon .comingsoon-inner .countdown .time {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      margin: 0 auto; }
  .comingsoon .comingsoon-inner img {
    width: auto;
    height: 75px; }
  .form-wizard .btn-mb {
    margin-bottom: 15px; }
  .stepwizard {
    margin-bottom: 15px; }
  .f1 .f1-steps {
    margin-top: 15px;
    margin-bottom: 15px; }
  .wizard-4 ul.anchor {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 0; }
  .wizard-4 .step-container {
    width: 100%; }
  .flot-chart-container {
    height: 300px; }
  .small-chart-widget .chart-container {
    height: unset !important; }
  .status-widget .text-sm-end {
    text-align: right; }
  .mega-menu {
    padding-left: 15px; }
    .mega-menu .onhover-show-div {
      height: 405px;
      left: 0;
      top: 61px;
      padding: 15px; }
    .mega-menu .lg-mt {
      margin-top: 10px; }
    .mega-menu .xs-mt {
      margin-top: 15px; }
  .nav-md-mt {
    margin-top: 15px; }
  .navs-icon {
    padding: 15px; }
    .navs-icon .main-section {
      padding-top: 15px; }
    .navs-icon .separator {
      margin: 15px 0; }
  .nav-list {
    padding: 15px; }
  .navs-dropdown button {
    margin-top: 15px; }
  .navs-dropdown .onhover-show-div {
    top: 64px; }
  .lg-mt {
    margin-top: 15px; }
  #aniimated-thumbnials a:last-child img {
    margin-bottom: 15px; }
  .tilt-showcase .mt-4 {
    margin-top: 15px !important; }
  .tilt-showcase ol .m-b-20 {
    margin-bottom: 15px !important; }
  .xs-mt {
    margin-top: 15px; }
  span:last-child.tag-pills-sm-mb {
    margin-top: 3px; }
  .animated-modal .form-group .form-control {
    width: 50%;
    margin: 0 auto; }
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 15px !important; }
  .steps-md-mt {
    margin-top: 15px; }
  .steps-sizing-sm-mb {
    margin-bottom: 15px; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important; }
  #API-chield-row_wrapper #API-chield-row tbody tr td:first-child {
    min-width: 20px; }
  .chart-block .flot-chart-container p#choices {
    width: 100%; }
  .chart-block .flot-chart-container #toggling-series-flot {
    width: 100% !important; }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 15px; }
  .chat-box .chat-left-aside .people-list {
    height: auto; }
  .call-chat-sidebar {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .call-chat-sidebar .people-list {
      height: auto; }
  .chat-left-aside .people-list ul {
    max-height: 300px; }
  .ecommerce-widget .progress-showcase {
    margin-top: 15px; }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 13px !important; }
  .gallery-with-description a > div {
    margin-bottom: 15px; }
  .gallery-img-mb-sm {
    margin-bottom: 15px; }
  .page-wrapper.document .landing-main .navbar-expand-lg .navbar-brand {
    width: 150px; }
    .page-wrapper.document .landing-main .navbar-expand-lg .navbar-brand img {
      width: unset; }
  .page-wrapper.document .page-body-wrapper.document-content .page-sidebar .nav-pills {
    text-align: left; }
    .page-wrapper.document .page-body-wrapper.document-content .page-sidebar .nav-pills .nav {
      text-align: left; }
  .page-wrapper.document .page-body-wrapper.document-content .page-body {
    margin-top: 75px !important; }
  .xm-mb-peity {
    margin-bottom: 8px; }
  .authentication-main {
    padding: 30px 15px; } }

@media screen and (max-width: 480px) {
  .editor-toolbar a {
    width: 16px; }
    .editor-toolbar a:before {
      line-height: 30px;
      font-size: 12px; }
  .note-editor .btn-group .btn {
    padding: 0.375rem 0.5rem; }
  .CodeMirror pre {
    font-size: 12px; }
  .and-many-more {
    font-size: 45px; }
  .viho-demo-section .viho-demo-content p,
  .viho-demo-section .gallery_content p {
    font-size: 13px; }
  .and-more {
    font-size: 20px; }
  .gallery-img-blur-div {
    height: 70px; }
  .bg-gallery {
    min-height: 390px; }
  .landing_gallery_section_img {
    margin-bottom: -80px; }
    .landing_gallery_section_img:before {
      height: 350px; }
  .box-layout.page-wrapper .set-col-6,
  .box-layout.page-wrapper .set-col-3,
  .box-layout.page-wrapper .set-col-7,
  .box-layout.page-wrapper .set-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .bg-sky-blue .main-landing .landing-main-content h3 {
    font-size: 26px; }
  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    height: 25px; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    padding-left: 15px;
    padding-right: 15px; }
  .page-wrapper .page-main-header .main-header-right .nav-right .btn-primary-light {
    padding: 5px 7px;
    font-size: 12px; }
    .page-wrapper .page-main-header .main-header-right .nav-right .btn-primary-light svg {
      width: 14px; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    height: 50px; }
    .page-wrapper .page-main-header .main-header-right .nav-right > ul li {
      margin-right: 5px; }
      .page-wrapper .page-main-header .main-header-right .nav-right > ul li svg {
        width: 16px; }
  .todo .btn {
    padding: 7px 20px; }
  .chat-box .people-list ul li {
    display: block; }
  .wizard-4 .action-bar .btn {
    width: 100%; }
    .wizard-4 .action-bar .btn + .btn {
      margin-top: 10px; }
  ul.notification-dropdown.onhover-show-div {
    width: 260px;
    right: -80px; }
    ul.notification-dropdown.onhover-show-div:before, ul.notification-dropdown.onhover-show-div:after {
      right: 89px !important; }
  .inline-block-sm {
    display: inline-block; }
  .pagination-lg .page-link {
    padding: 0.3rem 0.65rem; }
  .nav-pills li {
    width: 100%; }
  .reset-password-box {
    width: 290px; }
  .icon-hover-bottom .icon-first {
    margin-right: 10px; }
  .icon-hover-bottom .icon-popup .icon-class {
    display: none; }
  .error-wrapper .maintenance-heading {
    margin-top: 0; }
  .card .card-header > span + span {
    display: none; }
  .custom-card {
    padding: 0; }
    .custom-card .profile-details h6 {
      margin-bottom: 15px; }
    .custom-card .profile-details h4 {
      font-size: 20px; }
    .custom-card .card-profile {
      margin-top: unset; }
  .card .card-header .card-header-right i {
    margin: 0 3px;
    font-size: 14px; }
  .knob-block .chart-clock-main .clock-small {
    left: 34px;
    top: 74px; }
  .knob-block .chart-clock-main {
    margin: auto;
    width: auto; }
    .knob-block .chart-clock-main .clock-medium {
      position: absolute;
      left: 33px;
      top: 33px; }
      .knob-block .chart-clock-main .clock-medium canvas {
        width: 180px !important;
        height: 180px !important; }
    .knob-block .chart-clock-main .clock-small {
      left: 34px;
      top: 74px; }
    .knob-block .chart-clock-main .clock-large {
      left: 0;
      top: 0;
      margin: 0 auto; }
      .knob-block .chart-clock-main .clock-large canvas {
        width: 245px !important;
        height: 245px !important; }
  .blog-box.blog-shadow .blog-details {
    padding: 10px; }
    .blog-box.blog-shadow .blog-details h4 {
      font-size: 14px; }
  .cal-date-widget {
    padding: 30px; }
  .calender-widget .cal-img {
    height: 225px; }
  .company-card .details .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .stepwizard .stepwizard-row:before {
    top: 17px; }
  .stepwizard .stepwizard-row .stepwizard-step .btn {
    padding: 6px 22px; }
  .product-sidebar {
    -webkit-transform: translateX(-300px) scaleX(0);
            transform: translateX(-300px) scaleX(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 0;
    position: absolute;
    z-index: 9;
    width: 300px; }
    .product-sidebar.open {
      -webkit-transform: translateX(0px) scaleX(1);
              transform: translateX(0px) scaleX(1);
      -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
              box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
      visibility: visible;
      opacity: 1;
      height: auto;
      top: -45px; }
    .product-sidebar .filter-section .card-header {
      display: none; }
    .product-sidebar .filter-section .left-filter {
      top: unset !important; }
  .feature-products .filter-toggle {
    font-size: 14px;
    padding: 7px 15px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: rgba(36, 105, 92, 0.05);
    color: #24695c; }
    .feature-products .filter-toggle h6 {
      font-size: 12px; }
  .feature-products .text-end {
    text-align: left !important; }
  .d-none-productlist {
    display: block;
    margin-right: 10px; }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 83px;
    height: 83px; }
  .email-wrap .actions {
    margin-bottom: -10px; }
    .email-wrap .actions li {
      margin-bottom: 10px; }
      .email-wrap .actions li .btn {
        padding: 5px 10px;
        font-size: 12px; }
  .email-wrap .email-wrapper .right-download {
    float: none;
    margin-top: 5px; }
  .email-wrap .email-wrapper h6 {
    float: none; }
  .social-app-profile .hovercard .user-image .share-icons li .social-icon {
    width: 30px;
    height: 30px; }
  .social-app-profile .hovercard .user-image .icon-wrapper {
    top: -5px; }
  .social-app-profile .hovercard .user-image .avatar img {
    width: 80px;
    height: 80px; }
  .mega-menu {
    padding-left: 20px;
    padding-top: 3px; }
    .mega-menu .onhover-show-div {
      height: 405px;
      left: 0;
      top: 61px;
      padding: 15px; }
    .mega-menu .lg-mt {
      margin-top: 10px; }
    .mega-menu .xs-mt {
      margin-top: 15px; }
  .badge {
    padding: 0.42em 0.7em; }
  .alert-dismissible .close {
    top: -1px; }
    .alert-dismissible .close span {
      font-size: 19px; }
  .notify-alert {
    width: 90%; }
  .invoice .text-md-end {
    margin-top: 10px; }
  .product-wrapper-grid.list-view .product-box {
    display: block; }
    .product-wrapper-grid.list-view .product-box .product-img {
      width: 100%; }
    .product-wrapper-grid.list-view .product-box .product-details {
      text-align: center; }
  .user-profile .profile-header .profile-img-wrrap {
    height: 210px; }
  .user-profile .profile-header .userpro-box {
    padding: 15px; }
  .user-profile .follow .follow-num {
    font-size: 16px; }
  .user-profile .follow span {
    font-size: 12px; }
  .user-profile .follow ul.follow-list li:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 420px) {
  .and-many-more {
    font-size: 37px; }
  .chat-box .chat-right-aside .chat .chat-header {
    display: block; }
    .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .chat-box .chat-history .call-icons ul li {
    width: 40px;
    height: 40px; }
    .chat-box .chat-history .call-icons ul li a {
      line-height: 1; }
  .chat-box .chat-menu.show {
    top: 102px; }
  .chat-box .chat-menu {
    width: 260px; }
    .chat-box .chat-menu .people-list ul.list {
      height: 360px; }
  .chat-menu {
    top: 120px; }
  .product-page-main .pro-group .pro-shop button {
    display: block; }
    .product-page-main .pro-group .pro-shop button:nth-child(n + 2) {
      margin-top: 15px; }
  .product-page-main .border-tab.nav-tabs .nav-item {
    width: 100% !important; }
  .border-tab.nav-tabs {
    display: block; }
  .tabs-scoial.border-tab.nav-tabs .nav-item {
    width: auto !important; }
    .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
      padding: 8px 8px;
      font-size: 14px; }
  .feature-products span.f-w-600 {
    padding-top: unset;
    margin-bottom: 5px; }
  .custom-card .card-social li a {
    width: 25px;
    height: 25px;
    font-size: 12px; }
  .custom-card .card-social li:nth-child(n+2) {
    margin-left: 5px; }
  .email-wrap .email-body .email-compose .compose-header {
    display: block; }
    .email-wrap .email-body .email-compose .compose-header .btn {
      margin-top: 10px; }
  .job-sidebar .job-left-aside {
    padding: 15px; } }

@media screen and (max-width: 397px) {
  .clockpicker-align-top {
    top: 426px !important; } }

@media screen and (max-width: 360px) {
  .datepicker {
    width: 239px; }
  .add-post form .m-checkbox-inline label {
    margin-bottom: 8px; }
    .add-post form .m-checkbox-inline label:last-child {
      margin-bottom: 0; }
  .map-js-height {
    height: 250px; }
  .alert-theme {
    font-size: 12px; }
    .alert-theme button {
      right: 30px !important; }
    .alert-theme i {
      display: none; }
    .alert-theme span + span + span {
      padding: 15px; }
  .bar-chart-widget .earning-details i {
    right: -73px; }
  .widget-joins .border-after-xs:after {
    width: 92%; }
  .status-widget svg {
    width: 18px;
    height: 18px; }
  .custom-card .card-footer > div h6 {
    font-size: 12px; }
    .custom-card .card-footer > div h6 h3 {
      font-size: 16px; }
  .main .langChoice {
    padding: 4px 7px;
    width: 30%;
    position: unset;
    margin-right: auto;
    margin-top: 15px; }
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 5px;
    font-size: 14px; }
  .social-chat .other-msg {
    margin-left: 15px; }
  .social-header h5 span.pull-right {
    display: none; }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -74px;
    height: 56px; }
  .timeline-small .media .timeline-round.small-line:after {
    bottom: -32px;
    height: 14px; }
  .timeline-small .media .timeline-round.medium-line:after {
    bottom: -59px;
    height: 40px; }
  .and-many-more {
    font-size: 30px; }
  .landing-main .section-space .landing-header h2 {
    font-size: 18px; }
  .landing-main .section-space p {
    font-size: 14px; }
  .bg-sky-blue .main-landing .landing-main-content h3 {
    font-size: 22px; }
  .custom-card .dashboard-card {
    padding-top: 0; }
  .flot-chart-container {
    height: 230px; }
  .map-block {
    height: 250px; }
  .img-cropper .docs-tooltip {
    font-size: 11px; }
  .img-cropper .docs-toggles .btn-group .btn {
    padding: 0.375rem 0.2rem; }
  .blog-box .blog-details p {
    line-height: 1.5; }
  .blog-box .blog-details .blog-social li:last-child {
    padding-left: 0; }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 10px; }
  .button-builder-wrap .btn-lg {
    font-size: 18px; }
  /* responsive material tabs*/
  .border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 0px; }
  .tabs-responsive-side {
    max-width: 100%; }
  .browser-widget .media i {
    font-size: 52px; }
  .browser-widget .media .media-body h4 {
    font-size: 20px; }
  .bar-chart-widget .bottom-content .num {
    font-size: 20px; }
  .stepwizard .stepwizard-row .stepwizard-step .btn {
    padding: 6px 20px; }
  .user-status table tbody img {
    height: 40px; }
  .xs-width-100 {
    min-width: 100%; }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 65px;
    height: 65px; }
  .email-wrap .email-right-aside .email-top .dropdown-menu {
    left: -58px; }
  .form-builder #components .component .form-group #button1id {
    margin-bottom: 15px; }
  .prooduct-details-box .media {
    display: block; }
    .prooduct-details-box .media .media-body {
      margin-top: 15px;
      margin-left: unset !important; }
  .mega-menu-p {
    padding: 0 23px !important; }
  .default-according .card .card-header i {
    font-size: 14px;
    top: 24px; }
  .default-according .card .btn-link {
    display: block;
    width: 100%;
    padding-left: 17px; }
  .star-ratings .stars .title {
    line-height: 1; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 93% !important; }
  .step-container {
    height: 280px !important; }
  .sort-panel .d-inline .btn {
    margin-left: 87px; }
  .jsgrid .jsgrid-pager-container .jsgrid-pager .jsgrid-pager-page {
    padding: 0.5em 0.62em; }
  .chat-box .chat-right-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
            flex: 0 0 96%;
    max-width: 96%; }
    .chat-box .chat-right-aside .chat .chat-message {
      width: calc(100% - 20px); }
  .error-wrapper .error-heading .headline {
    font-size: 100px; }
  .lg-toolbar .lg-icon {
    width: 40px; }
  .calendar-wrap a.fc-more {
    font-size: 0.59em; }
  .calendar-wrap .fc th {
    font-size: 10px; } }

@media screen and (min-width: 768px) {
  .product-wrapper-grid.list-view .ribbon {
    display: none; }
  .product-wrapper-grid.list-view .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

/**=====================
     62. Responsive CSS Ends
==========================**/

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

body.swal2-toast-shown .swal2-container {
  position: fixed;
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-shown {
    background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
          box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden; }
  .swal2-popup.swal2-toast .swal2-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .swal2-popup.swal2-toast .swal2-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: initial;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon-text {
      font-size: 2em;
      font-weight: bold;
      line-height: 1em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
              box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 2em;
      height: 2.8125em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.25em;
        left: -.9375em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
  .swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
            animation: showSweetToast .5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
            animation: hideSweetToast .2s forwards; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
            animation: animate-toast-success-tip .75s; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
            animation: animate-toast-success-long .75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent; }
  body.swal2-no-backdrop .swal2-shown > .swal2-modal {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .swal2-container.swal2-grow-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    -webkit-transition: background-color .1s;
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }
  .swal2-popup .swal2-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  .swal2-popup .swal2-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.25em auto 0;
    z-index: 1; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
      width: 2.5em;
      height: 2.5em;
      margin: .46875em;
      padding: 0;
      border: .25em solid transparent;
      border-radius: 100%;
      border-color: transparent;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
      margin-right: 30px;
      margin-left: 30px; }
    .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      border: 3px solid #999999;
      border-radius: 50%;
      border-right-color: transparent;
      -webkit-box-shadow: 1px 1px 1px #fff;
              box-shadow: 1px 1px 1px #fff;
      content: '';
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-popup .swal2-styled {
    margin: .3125em;
    padding: .625em 2em;
    font-weight: 500;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .swal2-popup .swal2-styled:not([disabled]) {
      cursor: pointer; }
    .swal2-popup .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #3085d6;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #aaa;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
              box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
    .swal2-popup .swal2-styled::-moz-focus-inner {
      border: 0; }
  .swal2-popup .swal2-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em; }
  .swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  .swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    -webkit-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden; }
    .swal2-popup .swal2-close:hover {
      -webkit-transform: none;
              transform: none;
      color: #f27474; }
  .swal2-popup > .swal2-input,
  .swal2-popup > .swal2-file,
  .swal2-popup > .swal2-textarea,
  .swal2-popup > .swal2-select,
  .swal2-popup > .swal2-radio,
  .swal2-popup > .swal2-checkbox {
    display: none; }
  .swal2-popup .swal2-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    z-index: 1;
    word-wrap: break-word; }
  .swal2-popup #swal2-content {
    text-align: center; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea,
  .swal2-popup .swal2-select,
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    margin: 1em auto; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea {
    width: 100%;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    font-size: 1.125em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .swal2-popup .swal2-input.swal2-inputerror,
    .swal2-popup .swal2-file.swal2-inputerror,
    .swal2-popup .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      -webkit-box-shadow: 0 0 2px #f27474 !important;
              box-shadow: 0 0 2px #f27474 !important; }
    .swal2-popup .swal2-input:focus,
    .swal2-popup .swal2-file:focus,
    .swal2-popup .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      -webkit-box-shadow: 0 0 3px #c4e6f5;
              box-shadow: 0 0 3px #c4e6f5; }
    .swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::-moz-placeholder, .swal2-popup .swal2-file::-moz-placeholder, .swal2-popup .swal2-textarea::-moz-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::placeholder,
    .swal2-popup .swal2-file::placeholder,
    .swal2-popup .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-popup .swal2-range input {
    width: 80%; }
  .swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center; }
  .swal2-popup .swal2-range input,
  .swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }
  .swal2-popup .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    .swal2-popup .swal2-input[type='number'] {
      max-width: 10em; }
  .swal2-popup .swal2-file {
    font-size: 1.125em; }
  .swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  .swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em; }
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .swal2-popup .swal2-radio label,
    .swal2-popup .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    .swal2-popup .swal2-radio input,
    .swal2-popup .swal2-checkbox input {
      margin: 0 .4em; }
  .swal2-popup .swal2-validation-message {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625em;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden; }
    .swal2-popup .swal2-validation-message::before {
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center;
      content: '!';
      zoom: normal; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  zoom: normal; }
  .swal2-icon-text {
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 3.75em 3.75em;
                transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 3.75em;
                transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      top: -.25em;
      left: -.25em;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%;
      z-index: 2;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      z-index: 1; }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .875em;
        width: 1.5625em;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s; }

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s; }
  .swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark 0.5s;
            animation: swal2-animate-error-x-mark 0.5s; }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: initial !important; } }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: transparent;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2 {
  max-width: 100%; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 5px 5px 0 0;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e6edef; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* The MIT License */

@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px; }
  100% {
    background-position: -7px -400px; } }

@keyframes loading {
  0% {
    background-position: 0 -400px; }
  100% {
    background-position: -7px -400px; } }

.dropzone {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
  min-height: 360px;
  border-radius: 3px; }
  .dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; }
  .dropzone .dz-preview {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px 6px 6px 6px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    font-size: 14px; }
    .dropzone .dz-preview .dz-details {
      position: absolute;
      top: 10px;
      background-color: #eeeeee;
      width: 50%;
      left: 32px;
      text-align: center; }
      .dropzone .dz-preview .dz-details .dz-filename {
        overflow: hidden;
        height: 0; }
      .dropzone .dz-preview .dz-details img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px; }
    .dropzone .dz-preview:hover .dz-details img {
      display: none; }
    .dropzone .dz-preview .dz-success-mark {
      display: none;
      position: absolute;
      width: 40px;
      height: 40px;
      font-size: 30px;
      text-align: center;
      right: -10px;
      top: -10px;
      color: #8cc657;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      background-image: image-url("dropzone-spritemap.png");
      background-repeat: no-repeat;
      background-position: -268px -163px; }
      .dropzone .dz-preview .dz-success-mark span {
        display: none; }
    .dropzone .dz-preview .dz-error-mark {
      display: none;
      position: absolute;
      width: 40px;
      height: 40px;
      font-size: 30px;
      text-align: center;
      right: -10px;
      top: -10px;
      color: #ee162d;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      background-image: image-url("dropzone-spritemap.png");
      background-repeat: no-repeat;
      background-position: -268px -123px; }
      .dropzone .dz-preview .dz-error-mark span {
        display: none; }
    .dropzone .dz-preview .dz-progress {
      position: absolute;
      top: 100px;
      left: 6px;
      right: 6px;
      height: 6px;
      background: #1b4c43;
      display: none; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0%;
        background-color: #8cc657;
        -webkit-animation: loading 0.4s linear infinite;
        animation: loading 0.4s linear infinite;
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        border-radius: 2px;
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-image: image-url("dropzone-spritemap.png");
        background-repeat: repeat-x;
        background-position: 0px -400px; }
    .dropzone .dz-preview .dz-error-message {
      display: none;
      position: absolute;
      top: -5px;
      left: -20px;
      background: rgba(245, 245, 245, 0.8);
      padding: 8px 10px;
      color: #800;
      min-width: 140px;
      max-width: 500px;
      z-index: 500;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .dropzone .dz-preview:hover.dz-error .dz-error-message {
      display: block;
      opacity: 1;
      -ms-filter: none;
      -webkit-filter: none;
              filter: none; }
  .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none; }
  .dropzone .dz-preview.dz-error .dz-error-mark {
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; }
  .dropzone .dz-preview.dz-error .dz-progress .dz-upload {
    background: #1b4c43; }
  .dropzone .dz-preview.dz-success .dz-success-mark {
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; }
  .dropzone .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
  .dropzone .dz-preview.dz-processing .dz-progress {
    display: block; }
  .dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-image: image-url("dropzone-spritemap.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%; }
    .dropzone .dz-default.dz-message span {
      display: none; }
  .dropzone .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.dropzone-previews {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .dropzone-previews * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dropzone-previews .dz-preview {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px 6px 6px 6px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    font-size: 14px; }
    .dropzone-previews .dz-preview .dz-details {
      width: 100px;
      height: 100px;
      position: relative;
      background: #ebebeb;
      padding: 5px;
      margin-bottom: 22px; }
      .dropzone-previews .dz-preview .dz-details .dz-filename {
        overflow: hidden;
        height: 100%; }
      .dropzone-previews .dz-preview .dz-details img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px; }
      .dropzone-previews .dz-preview .dz-details .dz-size {
        position: absolute;
        bottom: -28px;
        left: 3px;
        height: 28px;
        line-height: 28px; }
    .dropzone-previews .dz-preview:hover .dz-details img {
      display: none; }
    .dropzone-previews .dz-preview .dz-success-mark {
      display: none;
      position: absolute;
      width: 40px;
      height: 40px;
      font-size: 30px;
      text-align: center;
      right: -10px;
      top: -10px;
      color: #8cc657;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      background-image: image-url("dropzone-spritemap.png");
      background-repeat: no-repeat;
      background-position: -268px -163px; }
      .dropzone-previews .dz-preview .dz-success-mark span {
        display: none; }
    .dropzone-previews .dz-preview .dz-error-mark {
      display: none;
      position: absolute;
      width: 40px;
      height: 40px;
      font-size: 30px;
      text-align: center;
      right: -10px;
      top: -10px;
      color: #ee162d;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      background-image: image-url("dropzone-spritemap.png");
      background-repeat: no-repeat;
      background-position: -268px -123px; }
      .dropzone-previews .dz-preview .dz-error-mark span {
        display: none; }
    .dropzone-previews .dz-preview .dz-progress {
      position: absolute;
      top: 100px;
      left: 6px;
      right: 6px;
      height: 6px;
      background: #1b4c43;
      display: none; }
      .dropzone-previews .dz-preview .dz-progress .dz-upload {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0%;
        background-color: #8cc657;
        -webkit-animation: loading 0.4s linear infinite;
        animation: loading 0.4s linear infinite;
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        border-radius: 2px;
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-image: image-url("dropzone-spritemap.png");
        background-repeat: repeat-x;
        background-position: 0px -400px; }
    .dropzone-previews .dz-preview .dz-error-message {
      display: none;
      position: absolute;
      top: -5px;
      left: -20px;
      background: rgba(245, 245, 245, 0.8);
      padding: 8px 10px;
      color: #800;
      min-width: 140px;
      max-width: 500px;
      z-index: 500;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
      display: block;
      opacity: 1;
      -ms-filter: none;
      -webkit-filter: none;
              filter: none; }
  .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none; }
  .dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; }
  .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ee1e2d; }
  .dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; }
  .dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
  .dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block; }
  .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.dropzone.dz-clickable {
  cursor: pointer;
  text-align: center; }
  .dropzone.dz-clickable .dz-message {
    cursor: pointer; }
    .dropzone.dz-clickable .dz-message * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message .dz-message {
      cursor: pointer; }
  .dropzone.dz-clickable * {
    cursor: default;
    border-radius: 5px; }

.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }
  .dropzone.dz-drag-hover .dz-message {
    opacity: 0.15;
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"; }

.dropzone.dz-started .dz-message {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border: 2px dashed #24695c;
  border-radius: 15px;
  -o-border-image: none;
     border-image: none;
  background: rgba(36, 105, 92, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 150px;
  position: relative; }
  .dropzone * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .dropzone i {
    font-size: 50px;
    color: #24695c; }
  .dropzone .dz-message {
    text-align: center;
    margin: 25px 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    margin: 0.5em;
    padding: 0;
    border: none;
    background-color: #eeeeee;
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0px 0px 3px #24695c;
            box-shadow: 0px 0px 3px #24695c; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 10px;
      border: 1px solid #1b4c43;
      left: 12px;
      right: 12px; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: #1b4c43; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none;
      top: 131px;
      left: -12px;
      pointer-events: none; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 5px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  font-family: "Rubik", sans-serif, sans-serif;
  top: 100px;
  left: 20px;
  -webkit-box-shadow: 0 4px 14px rgba(174, 197, 231, 0.5);
          box-shadow: 0 4px 14px rgba(174, 197, 231, 0.5);
  border: none;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #24695c; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 5px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      border-color: transparent;
      background-color: #24695c;
      color: #fff; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.off.active {
    color: #fff; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 5px; }
  .daterangepicker td.end-date {
    border-radius: 5px; }
  .daterangepicker td.start-date.end-date {
    border-radius: 5px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #24695c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 14px;
    background-color: rgba(246, 246, 246, 0.6);
    border: 1px solid rgba(246, 246, 246, 0.6);
    border-radius: 5px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }
