@import '//cdn.datatables.net/v/bs4/dt-1.10.18/b-1.5.6/cr-1.5.0/r-2.2.2/rr-1.2.4/datatables.min.css';
@import '//cdn.jsdelivr.net/bootstrap.timepicker/0.2.6/css/bootstrap-timepicker.min.css';
@import 'fSelect.css';
@import '//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css';
@import 'bootstrap-tokenfield.min.css';
@import 'lightgallery.css';
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap");
@import url("../css/order_design/order.css");

.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}
#sortable .custom-list { cursor: move; }
#sortable {
  cursor: move;
}
.custom-list {
  text-align: center;
  border: 1.8px solid #a6a6a6;
  background-color: #fff;
  padding: 0.5rem;
  list-style: none;
  margin: 3px;
  border-radius: 2px;
}
.selected-vehicle {
  background-color: #16832a;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.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-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

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

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

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

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.note-editor {
  position: relative;
  border: 1px solid #d5d5d5
}

.note-editor .note-dropzone {
  position: absolute;
  z-index: 1;
  display: none;
  color: #87cefa;
  background-color: white;
  border: 2px dashed #87cefa;
  opacity: .95;
  pointer-events: none;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle
}

.note-editor .note-dropzone.hover {
  color: #098ddf;
  border: 2px dashed #098ddf
}

.note-editor.dragover .note-dropzone {
  display: table
}

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d5d5d5
}

.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%
}

.note-editor.fullscreen .note-editable {
  background-color: white
}

.note-editor.fullscreen .note-resizebar {
  display: none
}

.note-editor.codeview .note-editable {
  display: none
}

.note-editor.codeview .note-codable {
  display: block
}

.note-editor .note-statusbar {
  background-color: #f5f5f5
}

.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
  border-top: 1px solid #d5d5d5
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #d5d5d5
}

.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: 0;
  background: #FFF;
}

.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5
}

.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none
}

.note-air-editor {
  outline: 0
}

.note-popover .popover {
  max-width: none
}

.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle
}

.note-popover .popover .arrow {
  left: 20px
}

.note-popover .popover .popover-content, .note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0
}

.note-popover .popover .popover-content>.btn-group, .note-toolbar>.btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0
}

.note-popover .popover .popover-content .note-table .dropdown-menu, .note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker, .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
}

.note-popover .popover .popover-content .note-style h1, .note-toolbar .note-style h1, .note-popover .popover .popover-content .note-style h2, .note-toolbar .note-style h2, .note-popover .popover .popover-content .note-style h3, .note-toolbar .note-style h3, .note-popover .popover .popover-content .note-style h4, .note-toolbar .note-style h4, .note-popover .popover .popover-content .note-style h5, .note-toolbar .note-style h5, .note-popover .popover .popover-content .note-style h6, .note-toolbar .note-style h6, .note-popover .popover .popover-content .note-style blockquote, .note-toolbar .note-style blockquote {
  margin: 0
}

.note-popover .popover .popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu {
  min-width: 340px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group, .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee
}

.note-popover .popover .popover-content .note-para .dropdown-menu, .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px
}

.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child, .note-toolbar .note-para .dropdown-menu>div:first-child {
  margin-right: 5px
}

.note-popover .popover .popover-content .dropdown-menu, .note-toolbar .dropdown-menu {
  min-width: 180px
}

.note-toolbar .dropdown-menu a {
  color: #333;
}

.note-popover .popover .popover-content .dropdown-menu.right, .note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto
}

.note-popover .popover .popover-content .dropdown-menu.right::before, .note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important
}

.note-popover .popover .popover-content .dropdown-menu.right::after, .note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important
}

.note-popover .popover .popover-content .dropdown-menu li a i, .note-toolbar .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden
}

.note-popover .popover .popover-content .dropdown-menu li a.checked i, .note-toolbar .dropdown-menu li a.checked i {
  visibility: visible
}

.note-popover .popover .popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
  font-size: 10px
}

.note-popover .popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
  line-height: 1
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000
}

.note-dialog>div {
  display: none
}

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray
}

.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  border: 0;
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90)
}

.note-help-dialog .modal-dialog {
  background: #333;
}

.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white
}

.note-dialog .note-help-dialog .title {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  border-bottom: white 1px solid
}

.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer
}

.note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%
}

.note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top
}

.note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px
}

.note-dialog .note-help-dialog .note-shortcut th {
  font-size: 13px;
  color: #dd0;
  text-align: left
}

.note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  padding-right: 10px;
  font-family: "Courier New";
  color: #dd0;
  text-align: right
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black
}

.note-handle .note-control-selection>div {
  position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black
}

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black
}

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70)
}

.btn:not(.disabled), .btn:not(:disabled):active {
  box-shadow: inset 0 -3px 1px rgba(5, 5, 5, 0.15);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.disabled, .dropdown-item:active {
  background-color: #168835;
  border-color: #158433;
  box-shadow: none;
  outline: 0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}



/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important
}

.bootstrap-select {
  width: 220px\0;
  vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
  margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border-color: #b94a48
}

/* .error {
  color: #c31a2a!important;
} */

label.error {
  font-size: 12px;
  color: #B0311D!important;
  font-size: x-small!important;
}

textarea.form-control{
  min-height: 100px!important;
}


.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
  border-color: #28a745
}

.bootstrap-select.fit-width {
  width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
  width: 100%
}

.bootstrap-select.disabled, .bootstrap-select>.disabled {
  cursor: not-allowed
}

.bootstrap-select.disabled:focus, .bootstrap-select>.disabled:focus {
  outline: 0 !important
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.bootstrap-select .dropdown-menu li {
  position: relative
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block
}

.bootstrap-select .dropdown-menu li small {
  padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, .2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, .2);
  border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
  display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bs-actionsbox .btn-group button {
  width: 50%
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bs-donebutton .btn-group button {
  width: 100%
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none
}

/* Theme Styles */

.note-toolbar .btn, .note-toolbar .btn:hover .note-toolbar .btn:focus {
  box-shadow: none;
}

.btn {
  border-radius: 5px;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.btn:not(.disabled), .btn:not(:disabled):active {
  box-shadow: inset 0 -3px 1px rgba(5, 5, 5, 0.15);
}

.btn.dropdown-toggle.btn-light, .bootstrap-select>.dropdown-toggle .bootstrap-select>button.dropdown-toggle {
  border: 1px solid #e7e7e7;
  box-shadow: none;
}

.btn.btn-menu-toggle {
  box-shadow: none;
}

.btn:disabled:hover {
  cursor: not-allowed;
}

.btn-primary, .btn-primary:disabled {
  background-color: #179138;
  border-color: #168d36;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.disabled, .dropdown-item:active {
  background-color: #168835;
  border-color: #158433;
  box-shadow: none;
  outline: 0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.form-control {
  border-color: #e7e7e7;
  border-radius: 4px;
  font-family: 'Inter';
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/icon-arrow-dropdown.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding-right: 2.25rem;
}

.card {
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 0.75rem;
}

.card.card-form {
  border: none;
  border-radius: 2px;
}

.card.card-status {
  margin-bottom: 1rem;
}

.card.card-country, .card.card-service-type {
  padding: 0;
}

.card.card-country .card-img-top, .card.card-service-type .card-img-top {
  display: block;
  height: 65px;
  margin: 1rem auto 0;
  width: auto;
}

.card-country .list-group-item {
  box-shadow: none;
}

.card.card.card-service-type .item-description {
  height: 100px;
}

.page-link {
  color: #179138;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.page-link:hover {
  background-color: #179138;
  border-color: #168033;
  color: #fff;
  cursor: pointer;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.page-link:not([href]):not([tabindex]):focus, .page-link:not([href]):not([tabindex]):hover {
  color: #fff;
}

.page-item.active .page-link {
  background-color: #179138;
  border-color: #168033;
}

.page-item.active .page-link:hover {
  background-color: #147b30;
}

/* .page-item.disabled .page-link,
    .page-item.active.disabled .page-link {
      background-color: #e9ecef;
      border-color: #ced4da;
      color: #ced4da;
    }
    .page-item.disabled:hover,
    .page-item.active.disabled:hover {
      cursor: not-allowed;
    } */

.section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1rem;
}

.card .section-title {
  color: #179138;
  margin: 0.5rem 0;
}

.card .section-title.sub {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 1rem;
  padding-bottom: 1rem;
  margin: 1rem 0 1.5rem;
}

.control-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-group.row .control-label {
  line-height: 31px;
}

.card-body .form-group.row .control-label {
  line-height: 1.25;
}

html {
  height: 100%;
}

body {
  background: #f3f3f3;
  color: #555;
  font-family: "inter";
  font-size: 14px;
  height: 100%;
}

a {
  color: #168033;
}

a:hover, a:focus {
  color: #1dac44;
}

.btn-menu-toggle {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  position: absolute;
  right: 6px;
  top: 6px;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  z-index: 1;
}

.btn-menu-toggle:hover, .btn-menu-toggle:focus {
  box-shadow: none;
  outline: none;
}

.btn-menu-toggle .menu-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}

.btn-menu-toggle .menu-inner {
  display: block;
  margin-top: -2px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
  top: 50%;
}

.btn-menu-toggle .menu-inner::before {
  top: -10px;
  -moz-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  -o-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.btn-menu-toggle .menu-inner::after {
  bottom: -10px;
}

.btn-menu-toggle .menu-inner, .btn-menu-toggle .menu-inner::before, .btn-menu-toggle .menu-inner::after {
  background-color: #fff;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  width: 40px;
}

.btn-menu-toggle .menu-inner::before, .btn-menu-toggle .menu-inner::after {
  content: '';
  display: block;
}

.btn-primary span, .btn-secondary span {
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, a.btn-secondary:hover, a.btn-secondary:focus {
  color: #fff;
}

.pac-container {
  z-index: 1060;
}

.btn-secondary:hover, .btn-secondary:focus, a.btn-secondary:hover, a.btn-secondary:focus {
  color: #fff;
}

.pac-container:after {
  background-image: none !important;
  height: 0px;
}

.pac-item {
  font-family: "inter";
}

.pac-icon {
  display: none !important;
}

.alert-dismissible .close {
  padding: 0.55rem 1.25rem;
}

.alert-message {
  align-items: center;
  /* background-color: #7d7d7d; */
  border: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: flex;
  padding: 0;
  width: 100%;
}

.alert-message .icon-wrapper {
  /* background-color: #656565; */
  font-size: 1.25rem;
  height: 100%;
  margin-right: 0.75rem;
  padding: 0.65rem 0.85rem;
}

.alert-message .close {
  float: none;
  font-size: 1.25rem;
  height: 100%;
  margin: 0;
  padding: 0 0.75rem;
}

.error {
  color: #c31a2a !important;
}

.alert-message .icon::before {
  content: "\f0f3";
}

.alert-message.info {
  background-color: #2aa7bb;
}

.alert-message.info .icon-wrapper {
  background-color: #1097ad;
}

.alert-message.success {
  background-color: #52b56c;
}

.alert-message.success .icon-wrapper {
  background-color: #2fa54f;
}

.alert-message.success .icon::before {
  content: "\f00c";
}

.alert-message.warning {
  background-color: #ffda00;
  color: #8c6543;
}

.alert-message.warning .icon-wrapper {
  background-color: #ffcb0e;
  color: #8c6543;
}

.alert-message.warning .icon::before {
  content: "\f06a";
}

.alert-message.error, .alert-message.danger {
  background-color: #dc3545;
}

.alert-message.error .icon-wrapper, .alert-message.danger .icon-wrapper {
  background-color: #dc3545;
}

.alert-message.error .icon::before, .alert-message.danger .icon::before {
  content: "\f071";
}

.list-group-item {
  text-align: center;
  font-weight: 700;
  box-shadow: inset 0 0 1px rgba(5, 5, 5, 0.15)
}

.list-group-item.active {
  background-color: #179138;
  border-color: #168033;
}

/*.pac-item-query + span {
  display: none
}*/

.icon-add {
  color: #179138;
  font-size: 1.5rem;
  transition: color 0.15s ease;
}

.icon-add:hover {
  color: #024e17;
  cursor: pointer;
  transition: color 0.15s ease;
}

.card .list-group-item {
  text-align: center;
}

.card .list-group-item.active {
  background-color: #179138;
  border-color: #1f9840;
}

.icon-remove {
  color: #da0707;
  font-size: 1.5rem;
  transition: color 0.15s ease;
}

.icon-remove:hover {
  color: #660909;
  cursor: pointer;
  transition: color 0.15s ease;
}

input.form-control::-webkit-outer-spin-button, input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* .file-input .input-group-btn {
  position: relative; }
  .file-input .input-group-btn input[type="file"] {
    height: 45px;;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; } */

.file-input-wrapper input[type=file], .file-input-wrapper input[type=file]:focus, .file-input-wrapper input[type=file]:hover {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99;
  outline: 0;
  height: 30px;
}

.file-input-name {
  margin-left: 10px;
}

.file-input {
  overflow-x: auto;
}

.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url(../img/fileinput/loading.gif) top left no-repeat;
  border: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.file-caption .glyphicon {
  display: inline-block;
  min-width: 18px;
  float: left;
  margin-top: 2px;
}

.file-caption-name {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}

.file-error-message {
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}

.file-caption-disabled {
  background-color: #EEE;
  cursor: not-allowed;
  opacity: 1;
}

.file-input .btn .disabled, .file-input .btn[disabled] {
  cursor: not-allowed;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview-frame {
  display: table;
  margin: 10px;
  height: 160px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 3px;
  float: left;
  text-align: center;
}

.file-preview-frame:hover {
  background-color: #F5F5F5;
}

.file-preview-image {
  height: 150px;
  vertical-align: text-center;
}

.file-preview-text {
  display: table-cell;
  width: 150px;
  height: 150px;
  color: #428bca;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}

.file-preview-other {
  display: table-cell;
  width: 150px;
  height: 150px;
  font-family: Monaco, Consolas, monospace;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}

.file-input-new .close, .file-input-new .file-preview, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .glyphicon-file {
  display: none;
}

.file-input .glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.file-input .glyphicon.glyphicon-folder-open::before {
  content: "\f07c";
}

.file-input .glyphicon.glyphicon-upload::before {
  content: "\f093";
}

.file-input .glyphicon.glyphicon-ban-circle::before {
  content: "\f056";
}


/* ACCORDION */

.accordion .card-header {
  background: #1791381A 0% 0% no-repeat padding-box;
}

.accordion .card-header .btn {
  box-shadow: none;
  border: none;
  background-color: transparent !important;
  text-decoration: none;
}

.accordion>.card {
  padding: 0;
  box-shadow: none;
  border: 1px solid #CCCCCC;
  margin-bottom: 0px !important;
}

.accordion .card-header .btn:focus, 
.accordion .card-header .btn:active, 
.accordion .card-header .btn:not(:disabled):not(.disabled):active{
  background-color: transparent;
    color: #179138;
    border-color: transparent;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-size: 25px; 
    font-family:"inter"; 
    letter-spacing: 0px;
}

.accordion .card-header .btn:hover{
  color: #179138 !important;
}

.accordion .card .card-header .btn:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.accordion .card .card-header .btn.collapsed:after {
  content: "\f106";
}

.accordion .card .card-header .btn { 
  font-style: normal;
  font-variant: normal;
  font-size: 25px; 
  color: #179138;
}

.accordion .card .card-header .btn.collapsed {  
  font-style: normal;
  font-variant: normal;
  font-size: 25px; 
  font-family:"inter";
  letter-spacing: 0px;
  color: #49453D;
}

/* END ACCORDION */



.accordion-settings {
  margin-bottom: 2rem;
}

.accordion-settings .card {
  padding: 0;
}

.accordion-settings .card-header h3 {
  margin-bottom: 0;
}

.accordion-settings .card-header h3 .btn-link {
  color: #555;
  display: block;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: 100%;
}

.accordion-settings .card-header h3 .btn-link:hover, .accordion-settings .card-header h3 .btn-link:focus {
  text-decoration: none;
}

.accordion-settings .card-header h3 .btn-link[aria-expanded="true"] .fa-angle-down {
  transform: rotate(-180deg);
}

.accordion-settings .card-header .fa-angle-down {
  position: absolute;
  right: 0;
  top: 10px;
}

.settings-form .card-header h3, .city-type-form .card-header h3 {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem;
}

.sidebar-open {
  overflow: hidden;
}

.sidebar-open .btn-menu-toggle .menu-inner {
  background-color: #fff;
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sidebar-open .btn-menu-toggle .menu-inner::before, .sidebar-open .btn-menu-toggle .menu-inner::after {
  background-color: #fff;
}

.sidebar-open .btn-menu-toggle .menu-inner::before {
  top: 0;
  -moz-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  -o-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.sidebar-open .btn-menu-toggle .menu-inner::after {
  bottom: 0;
  -moz-transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar-open .sidebar {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

[role="main"] {
  padding-top: 130px;
}

.login-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-login {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 480px;
  padding: 2rem 1.5rem 1rem;
  width: 100%;
}

.form-login .login-logo {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 100%;
}

.form-login .login-message {
  font-weight: 700;
  text-align: center;
}

.form-label-group {
  margin-bottom: 1rem;
  position: relative;
}

.form-label-group>input:-internal-autofill-selected {
  background-color: #fff !important;
}

.form-label-group>input {
  height: 3.125rem;
  padding: 0.75rem;
}

.form-label-group>label {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #777;
  cursor: text;
  display: block;
  line-height: 1.75;
  margin-bottom: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.form-label-group>label.form-label {
  color: #333;
  font-weight: 500;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-input-placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown)~label, .form-label-group input:not(:valid)~label {
  padding-top: 0.05rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  color: #555;
}

.form-label-group input:not(:placeholder-shown)~label.error, .form-label-group label.error {
  color: #ef3232;
  display: block;
  font-size: 12px;
  min-height: 20px;
  height: auto;
  padding: 0;
  position: static;
}

.navbar-brand {
  background-color: #179138;
  background-image: url("../images/gozem_logo_white.png");
  background-position: 15px 40%;
  background-repeat: no-repeat;
  background-size: 148px 28px;
  /*text-indent: -9999px;*/
  padding: 1rem 0 1.5rem 0;
  text-align: left;
}

.navbar-brand span.app-version {
    position: relative;
    top:20px;
    left: 15px;
    color:#FFFFFF;
    font-size: 12px;
}

.top-navigation {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
}

.top-navigation h3 {
  margin: 0 1.5rem;
  font-size: 18px;
  font-weight: 500;
  color: #179138;
}

.navbar{
  justify-content: left;
}
.top-navigation .logout-link {
  color: #ff5050;
  font-size: 16px;
}

.popover-title {
  font-size: 12px;
  text-align: center;
}

.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.chat li .chat-body {
  border-radius: 15px;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  position: relative;
  max-width: 250px;
}

.chat li .chat-body::after {
  bottom: 0;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
}

.chat li.sender {
  text-align: left;
}

.chat li.receiver {
  text-align: right;
}

.chat li.sender .chat-body {
  background-color: #158433;
  border-bottom-left-radius: 0;
  color: #fff;
}

.chat li.sender .chat-body::after {
  border-top: 15px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #158433;
  left: -9px;
}

.chat li.receiver .chat-body {
  background-color: #ececec;
  border-bottom-right-radius: 0;
}

.chat li.receiver .chat-body::after {
  border-top: 15px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ececec;
  right: -9px;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
}

.fs-wrap {
  flex: 1 1 auto;
  position: relative;
  width: 1%;
}

.fs-inline .fs-wrap {
  width: 100%;
}

.legend-box {
  align-items: center;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  display: flex;
  font-family: "inter";
  flex-direction: column;
  justify-content: flex-start;
  margin: 0.75rem;
  padding: 0.35rem 0.5rem;
  bottom: 70px !important;
  width: 105px;
}

.legend-box>div {
  align-items: center;
  display: flex;
  width: 100%;
}

.legend-box>div:not(:last-child) {
  margin-bottom: 0.25rem;
}

.sidebar {
  background-color: #168033;
  bottom: 0;
  left: 0;
  width: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -moz-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  z-index: 1040;
}

.sidebar-sticky {
  margin: 10px -15px 0;
  position: relative;
  top: 0;
}

.sidebar-sticky .nav-item.dropdown>a::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 0.75rem;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.sidebar-sticky .nav-item.dropdown>a[aria-expanded=true]::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.sidebar-sticky .nav-item.dropdown ul {
  background-color: #126a2a;
}

.sidebar-sticky .nav-item.dropdown ul .nav-link {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.sidebar-sticky .nav-item {
  width: 100%;
}

.sidebar-sticky .nav-item a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.sidebar-sticky .nav-link {
  padding: 0.75rem 1rem;
}

.sidebar-sticky .nav-link i {
  font-size: 0.75rem;
  margin-right: 0.15rem;
  width: 1.35rem;
}

.sidebar-sticky .nav-item .nav-link.active {
  background-color: #1f9840;
}

.sidebar-sticky .collapse.show .nav-item {
  background-color: transparent
}

.sidebar-sticky .collapse.show .nav-item .nav-link.active {
  background-color: transparent;
  color: #f3ee25;
}

.sidebar .profile {
  color: #fff;
  text-align: center;
}

.sidebar .profile-data-name {
  font-weight: 700;
  font-size: 16px;
}

.sidebar .profile-image img {
  border: 3px solid #fff;
  border-radius: 999px;
  margin: 1rem 0 0.5rem;
  max-height: 110px;
  max-width: 110px;
  object-fit: cover;
}

.tab-panel .nav-item .nav-link {
  background-color: #e9ecef;
  margin: 5px;
  font-size: 14px;
  color: #777;
  font-family: "inter";
  font-weight: 700;
  text-transform: uppercase;
}

.tab-panel .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #1f9840;
}

.live-monitor .nav-link span {
  font-size: 18px;
  margin-left: 10px;
  text-align: right;
  color: #179138;
  font-family: "inter";
  font-weight: 700;
  line-height: 1.15;
}

.live-monitor .nav-link.active span {
  color: #f3ee25;
}

.table-fixed tbody {
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}

.table-fixed tbody td, .table-fixed tbody th, .table-fixed thead>tr>th {
  float: left;
  position: relative;
}

.card-status {
  padding: 1.75rem 1rem;
  position: relative;
}

.card-status h3 {
  color: #777;
  font-family: "inter";
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.card-status .counter {
  color: #179138;
  font-family: "inter";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.card-status .icon-wrapper {
  background-color: #179138;
  border-radius: 99px;
  height: 50px;
  position: absolute;
  right: 1.25rem;
  top: 1.75rem;
  width: 50px;
}

.card-status .icon-wrapper i {
  color: #fff;
  font-size: 20px;
  left: 50%;
  position: relative;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.chart-holder svg:not(:root) {
  height: 100% !important;
  width: 100% !important;
}

.chart-loading {
  background-image: url(../images/loading-bar.gif);
  background-size: 75px;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
}

.card-header.simple {
  background-color: transparent;
  border-bottom: none;
  padding: 0.5rem 0.5rem 1rem;
}

.card-header.simple .section-title {
  margin: 0 0 0.5rem;
}

.card-chart.expanded {
  bottom: 0;
  left: 0;
  margin: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.card-chart .card-header {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.5rem 1rem;
  justify-content: space-between;
}

.card-chart .card-header .section-title {
  margin: 0 0 0.5rem;
  width: 100%;
}

.card-chart .chart-controls {
  display: flex;
}

.card-chart .chart-controls.alt {
  flex-direction: column;
}

.card-chart .chart-controls select {
  height: 40px;
}

.card-chart .chart-controls .btn {
  border: 1px solid #e7e7e7;
  border-radius: 99px;
  height: 40px;
  width: 40px;
  margin: 0 0 0 0.5rem;
}

.card-chart .chart-controls .btn:hover {
  color: #fff;
}

.card-chart .chart-controls .btn:focus {
  box-shadow: none;
  outline: 0;
}

.card-chart .chart-controls .btn.btn-toggle {
  margin: 10px 0 0;
  white-space: pre;
  width: auto;
}

.card-chart .chart-controls .btn i {
  font-size: 14px;
}

.card-chart .chart-controls .btn:hover {
  background-color: #179138;
  border-color: #168835;
}

.card-chart .chart-controls .btn:hover i {
  color: #fff;
}

#performance_table {
  width: auto;
}

#performance_table td {
  border: 0;
  padding: 0.15rem;
}

#performance_table td {
  color: #fff;
  min-width: 70px;
}

#performance_table td:first-child, #performance_table th {
  background-color: #999;
  border-bottom: none;
  color: #fff;
  font-weight: 700;
  min-width: 40px;
  text-transform: capitalize;
}

#performance_table tr.total td {
  background-color: #efefef;
  color: #545454;
  text-align: center;
  font-weight: 700;
}

#performance_table td[data-rank="1"] {
  background-color: #cf0000;
}

#performance_table td[data-rank="2"] {
  background-color: #ff3500;
}

#performance_table td[data-rank="3"] {
  background-color: #d96b00;
}

#performance_table td[data-rank="4"] {
  background-color: #ff9600;
}

#performance_table td[data-rank="5"] {
  background-color: #edc215;
}

#performance_table td[data-rank="6"] {
  background-color: #bbc158;
}

#performance_table td[data-rank="7"] {
  background-color: #a7db41;
}

#performance_table td[data-rank="8"] {
  background-color: #4edb22;
}

#performance_table td[data-rank="9"] {
  background-color: #14ac1f;
}

#performance_table td[data-rank="10"] {
  background-color: #03760b;
}

#performance_table td.active:first-child {
  background-color: #efefef;
  color: #555;
  font-weight: 700;
}

#performance_table td.inactive {
  background-color: #fff;
  color: #fff;
  pointer-events: none;
}

.text-sm {
  font-size: 11px;
}

.text-md {
  font-size: 14px;
}

.text-lg {
  font-size: 18px;
}

.text-100 {
  max-width: 100px;
}

.text-200 {
  max-width: 200px;
}

.text-300 {
  max-width: 300px;
}

.text-400 {
  max-width: 400px;
}

.text-500 {
  max-width: 500px;
}

.text-f-100 {
  width: 100px;
}

.text-f-200 {
  width: 200px;
}

.text-f-300 {
  width: 300px;
}

.text-f-400 {
  width: 400px;
}

.text-f-500 {
  width: 500px;
}

.dropdown-header {
  color: #000;
  font-weight: 700;
  padding: 0.45rem 1.35rem;
}

.table [data-toggle='tooltip']:hover {
  cursor: help;
}

.table-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.table th {
  border-top: none;
  vertical-align: middle;
  white-space: nowrap;
}

.table .sortable {
  color: #212529;
  text-decoration: none;
}

.table tbody tr.highlight td {
  background-color: #e1e5eb;
}

.btn-tooltip {
  border-radius: 99px;
  height: 25px;
  font-size: 0.95rem;
  padding: 0;
  width: 25px;
}

.btn-control {
  border-radius: 99px;
  font-size: 0.5rem;
  padding: 0;
  height: 25px;
  width: 25px;
}

.btn-control.small {
  border-radius: 99px;
  font-size: 0.5rem;
  padding: 0;
  height: 15px;
  width: 15px;
}

#trigger_amount_form .form-group {
  position: relative;
}

#trigger_amount_form .form-group .btn-control {
  right: 0.75rem;
  position: absolute;
  top: 0.35rem;
}

span.image-preview {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 22px;
  width: 30px;
}

div.image-preview {
  text-align: center;
  width: 30px;
}

div.audio-preview {
  border-radius: 5px;
  background-color: #f1f1f1;
  width: 100%;
  height: 55px;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}

.image-preview:hover {
  cursor: pointer;
}

.badge {
  padding: 0.68rem 0.75rem;
}

div[data-toggle="popover"]:hover, button[data-toggle="popover"]:hover, span[data-toggle="popover"]:hover {
  cursor: help;
}

.fs-label-wrap {
  background-image: url(../images/icon-arrow-dropdown.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.fs-label-wrap .fs-arrow {
  display: none;
}

div.fs-dropdown {
  border-radius: 4px;
}

div.fs-label-wrap {
  border-radius: 4px;
}

div.fs-label-wrap .fs-label {
  color: #212529;
  padding-top: 7px;
  padding-bottom: 7px;
}

span.fs-arrow {
  right: 10px;
  border-width: 4px;
}

.modal .form-row .fs-label-wrap {
  background-position: 95% 50%;
}

.modal .form-row div.fs-label-wrap .fs-label {
  font-family: "inter";
}

.modal .form-row .fs-label-wrap .fs-label {
  padding: 6px 22px 6px 14px;
}

.view-control-row {
  display: flex;
  flex-direction: row;
}

.view-control-row .form-group {
  margin-bottom: 0;
}

.view-control-row .filter-group {
  display: flex;
  flex-direction: row;
  width: 80%;
}

.view-control-row .filter-group .form-group+.form-group {
  margin-left: 1rem;
}

.view-control-row .sort-group {
  width: 20%;
}

.view-control-row .sort-group .form-group {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.view-control-row .sort-group .form-group label {
  font-weight: 600;
  margin: 0;
  width: 100px;
}

.zone-player {
  margin-bottom: 1rem;
  width: 100%;
}

.trip-cards-wrapper {
  background: #e7e7e7;
  border-radius: 4px;
  margin-top: 1rem;
  padding: 1.5rem;
}

#options-container .card {
  border: 1px solid rgba(0, 0, 0, .125);
}

.card-trip {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  justify-content: space-between;
  padding: 1rem;
}

.card-trip.error {
  background-color: #c31a2a;
  color: #fff;
}

.card-trip div[class^="type-"] {
  text-align: left;
  width: 90px;
}

.card-trip div[class^="type-"]::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin: -0.75rem 0.5rem -0.75rem 0;
  height: 35px;
  width: 35px;
}

.card-trip div[class="type-tricycle"]::before, .card-trip div[class="type-zem"]::before {
  height: 30px;
  width: 30px;
}

.card-trip .type-clim::before {
  background-image: url("../images/icon-clim.png");
}

.card-trip .type-tricycle::before {
  background-image: url("../images/icon-tricycle.png");
}

.card-trip .type-zem::before {
  background-image: url("../images/icon-zem.png");
}

.card-trip .type-taxi::before {
  background-image: url("../images/icon-taxi.png");
}

.card-trip .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
}

.card-trip .status {
  background-color: #e7e7e7;
  border-radius: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 0.45rem 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

.card-trip .status.started {
  background-color: #4f7bb4;
}

.card-trip .status.ongoing {
  background-color: #efc60e;
}

.card-trip .status.completed {
  background-color: #65b44f;
}

.card-trip .status.error {
  background-color: #fff;
  color: #c31a2a;
}

.card-trip+.card-trip {
  margin-top: 1rem;
}

.invoice h1 {
  color: #454545;
  font-size: 1.15rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.5rem;
}

.invoice h1::after {
  background: #454545 none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}

.invoice h4 {
  color: rgba(70, 70, 70, 0.8);
  font-size: 1rem;
  font-weight: 600;
}

.invoice .emphasize {
  font-weight: 700;
  font-size: 1.15rem;
}

.invoice-box {
  margin-bottom: 1.5rem;
  width: 100%;
}

.invoice .highlight-box {
  background: #101324;
  color: #fff;
  float: right;
  font-size: 1.05rem;
  padding: 0.5rem;
  text-align: center;
}

.invoice-box .invoice-row {
  background: #f2f2f3;
  display: flex;
  font-size: 1.05rem;
  padding: 1rem;
  justify-content: space-between;
}

.invoice-box .invoice-row:nth-of-type(even) {
  background: #ebebeb;
}

.invoice-box .invoice-row.total {
  background: #101324;
  color: #fff;
  text-transform: uppercase;
}

.invoice-box .invoice-row span:first-child {
  font-weight: 600;
}

.morris-hover {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  padding: 0.5rem;
  position: absolute;
}

.morris-hover .morris-hover-row-label {
  font-weight: 700;
}

.dataTables_wrapper input:not(.dropdown-item) {
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  min-height: 40px;
  padding: 0.375rem 0.75rem;
}

.dataTables_wrapper .top, .dataTables_wrapper .bottom {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}

.dataTables_wrapper .bottom {
  flex-flow: row;
  padding: 0.75rem 0 0.25rem;
}

.dataTables_wrapper thead th {
  background-color: #fff;
}

.dataTables_wrapper table.dataTable.no-footer, .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
  border-bottom: 1px solid #e7e7e7;
}

.dataTables_wrapper table.dataTable thead th {
  padding: 0.75rem 0.5rem;
}

.dataTables_wrapper table.dataTable tbody td {
  border-top: 1px solid #e7e7e7;
  padding: 0.75rem 0.5rem;
}

.dataTables_wrapper .dataTables_info {
  color: #555;
  font-size: 12px;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, .dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  background-color: #179138;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important
}

.bootstrap-select {
  width: 220px\0;
  vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
  background: #fff;
  border: 1px solid #ced4da;
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select>.dropdown-toggle:after {
  background-image: url('../images/icon-arrow-dropdown.png');
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  display: block;
  height: 15px;
  width: 15px;
  margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
  border-color: #28a745
}

.bootstrap-select.fit-width {
  width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  background-color: transparent;
  width: 100%
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0;
  height: auto;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
  width: 100%
}

.bootstrap-select.disabled, .bootstrap-select>.disabled {
  cursor: not-allowed
}

.bootstrap-select.disabled:focus, .bootstrap-select>.disabled:focus {
  outline: 0 !important
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  font-size: 14px;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit
}

.input-group .fs-label-wrap {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
  background-image: url('../images/icon-arrow-dropdown.png');
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
  vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.bootstrap-select .dropdown-menu li a.active {
  background-color: #179138;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block
}

.bootstrap-select .dropdown-menu li small {
  padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  font-size: 14px;
  padding: 0;
  width: auto
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, .2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, .2);
  border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
  display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bs-actionsbox .btn-group button {
  width: 50%
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bs-donebutton .btn-group button {
  width: 100%
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none
}

div.datepicker {
  border: 0;
  padding: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
  min-width: 250px;
}

div.datepicker>div {
  display: none;
}

div.datepicker table {
  width: 100%;
  margin: 0;
}

div.datepicker td, div.datepicker th {
  font-size: 14px;
  text-align: center;
  width: 20px;
  height: 20px;
}

div.datepicker td.day:hover {
  background: #F5F5F5;
  cursor: pointer;
}

div.datepicker td.day.disabled {
  color: #CCC;
}

div.datepicker td.old, div.datepicker td.new {
  color: #999;
}

div.datepicker td.active, div.datepicker td.active:hover {
  background: #168835;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.datepicker td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

div.datepicker td span:hover {
  background: #F5F5F5;
}

div.datepicker td span.active {
  background: #168835;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.datepicker td span.old {
  color: #999;
}

div.datepicker th.switch {
  width: 145px;
}

div.datepicker th.next, div.datepicker th.prev {
  font-size: 12px;
}

div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}

div.datepicker thead tr:first-child th:hover {
  background: #F5F5F5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-group>.input-group-append>.btn {
  padding: 0.25rem 0.75rem;
}

.datepicker.dropdown-menu:after, .datepicker.dropdown-menu:before {
  left: 16px;
}

.datepicker.datepicker-orient-left.dropdown-menu:after, .datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}

.table tbody tr.highlight td {
  background-color: #e1e5eb;
}

.input-group .form-control {
  font-size: 14px;
}

.form-date-range .form-control {
  font-size: 14px;
  height: 35px;
}

.form-control.height-fixed {
  font-size: 14px;
  height: 35px;
}

.form-copy-input[readonly], .form-date-range .form-control[readonly], .form-date .form-control[readonly], .form-control.datepicker[readonly], .form-control.timepicker[readonly] {
  background: #fff;
  font-size: 14px;
}

.form-date-range .form-control[readonly]:hover, .form-control.datepicker[readonly]:hover, .form-date .form-control[readonly]:hover {
  cursor: pointer;
}

.form-date-range i,.form-date i {
  background: #e9ecef;
  margin: 0 -0.25rem;
  padding: 0.65rem 0.5rem;
  z-index: 1;
}

.pulse_success {
  animation: pulse_success 1s 2;
}

.pulse_success_active {
  animation: pulse_success_active 1s 2;
}

.pulse_danger {
  animation: pulse_danger 1s 2;
}

.pulse_warning {
  animation: pulse_warning 1s 2;
}

.pulse_info {
  animation: pulse_info 1s 2;
}

@keyframes pulse_success {
  50% {
    background-color: #d1ffb8;
  }
}

@keyframes pulse_success_active {
  50% {
    background-color: #126a2a;
  }
}

@keyframes pulse_danger {
  50% {
    background-color: #ff9d9b;
  }
}

@keyframes pulse_warning {
  50% {
    background-color: #ffb883;
  }
}

@keyframes pulse_info {
  50% {
    background-color: #b4e9ff;
  }
}

.pagination, .page-item {
  position: relative;
}

.page-control {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 65px;
  margin-left: 0.5rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
}

div.dataTables_paginate {
  border-radius: .25rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  list-style: none;
}

div.dataTables_paginate span {
  display: inline-flex;
}

div.dataTables_paginate .paginate_button {
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

div.dataTables_paginate .paginate_button:hover, div.dataTables_paginate .paginate_button:focus {
  text-decoration: none;
}

.table-responsive {
  min-height: 620px;
}

.table-responsive.retain {
  min-height: auto;
}

.map-input .form-group {
  margin-bottom: 0;
}

.map-input .form-control {
  max-width: 130px;
}

.map-input .form-group+.btn {
  margin-left: 0.35rem;
}

.mapIconLabel {
  font-size: 10px;
  font-weight: bold;
  color: red;
  font-family: 'DINNextRoundedLTProMediumRegular';
  text-align: center;
}

.mapIconLabelClicked {
  color: chartreuse;
  background-color: white;
  border-radius: 50%;
}

#markerLayer img {
  position: absolute;
}

/* fSelect Styles */

.fs-wrap {
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  width: 100%;
}

.fs-label-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: default;
}

.fs-label-wrap, .fs-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-label-wrap .fs-label {
  padding: 6px 22px 6px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fs-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}

.fs-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 5px;
  z-index: 1000;
}

.fs-dropdown .fs-options {
  max-height: 200px;
  overflow: auto;
}

.fs-search input {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  padding: 4px 0;
  width: 100%;
}

.fs-option, .fs-search, .fs-optgroup-label {
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
  cursor: default;
}

.fs-option:last-child {
  border-bottom: none;
}

.fs-search {
  padding: 0 4px;
}

.fs-option {
  cursor: pointer;
}

.fs-option.disabled {
  opacity: 0.4;
  cursor: default;
}

.fs-option.hl {
  background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
  position: relative;
  padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: rgb(17, 169, 17);
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center;
}

.fs-wrap .fs-option:hover {
  background-color: #f5f5f5;
}

.fs-wrap .fs-option.disabled:hover {
  background-color: none;
}

.fs-optgroup-label {
  font-weight: bold;
  text-align: center;
}

.hidden {
  display: none !important;
}

ul.token-input-list {
  border-color: #e7e7e7;
  border-radius: 4px;
  font-family: "inter";
  min-height: calc(1.5em + .75rem + 2px);
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}

.ui-menu.ui-widget {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  font-family: "inter";
  list-style: none;
  margin: .125rem 0 0;
  padding: 0.25rem 0;
  text-align: left;
}

.ui-menu .ui-menu-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: .25rem 1.5rem;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #168d36;
  border-color: #179138;
  color: #fff;
}

.ui-front {
  z-index: 1051;
}

.tokenfield {
  min-height: 38px;
}

.tokenfield .token {
  background-color: #f8f9fa;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  color: #16181b;
  font-size: 13px;
  height: 25px;
}

.tokenfield .token .token-label {
  padding-left: 5px;
  padding-top: 2px;
  vertical-align: middle;
}

.tokenfield .token .close {
  line-height: 25px;
  ;
}

ul.token-input-list::before, ul.token-input-list::after {
  content: '';
  display: table;
}

ul.token-input-list::after {
  clear: both;
}

ul.token-input-list li {
  float: left;
}

ul.token-input-list li input {
  padding-left: 0.5rem;
  width: 100%;
}

li.token-input-selected-token {
  background-color: #f8f9fa;
  color: #16181b;
}

li.token-input-token span {
  margin-left: 5px;
}

li.token-input-token {
  background-color: #f8f9fa;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  color: #16181b;
  display: inline-block;
  font-size: 13px;
  padding: 0.5rem 0.75rem;
}

li.token-input-input-token {
  padding: 0.35rem 0;
}

div.token-input-dropdown {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  margin: .125rem 0 0;
  padding: 0.25rem 0;
  text-align: left;
  z-index: 1051;
}

div.token-input-dropdown p {
  color: #212529;
  font-weight: 400;
  font-size: 13px;
  font-family: "inter";
  font-style: italic;
  margin: 0;
  padding: 0.5rem 1.5rem;
}

div.token-input-dropdown ul li.token-input-dropdown-item, div.token-input-dropdown ul li.token-input-dropdown-item2 {
  background-color: #fff;
}

div.token-input-dropdown ul li {
  font-family: "inter";
  font-weight: 500;
  padding: 0.25rem 1.5rem;
}

div.token-input-dropdown ul li em {
  font-weight: 500;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #f8f9fa;
  color: #16181b;
}

.tokenfield .token.invalid {
  background-color: #c31a2a;
  border-radius: 4px;
  color: #fff;
}

.tokenfield .token .close {
  color: #fff;
  opacity: 0.85;
}

.alt-input {
  position: relative;
}

.alt-input .btn-remove {
  background-color: #dc3545;
  border: 0;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  padding: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 25px;
}

.alt-input .btn-remove:hover, .alt-input .btn-remove:focus {
  background-color: #c7303f;
  outline: 0;
}

.text-dropdown {
  position: relative;
}

.text-dropdown input[type='text'] {
  left: 0;
  position: absolute;
  top: 0;
}

.text-dropdown .btn-dropdown {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  color: #898989;
  position: absolute;
  right: 0;
  top: 0;
}

.text-dropdown .bootstrap-select .dropdown-toggle:focus, .text-dropdown .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  box-shadow: none;
  outline: none!important;
}

.btn-export::after {
  margin-left: 1rem;
  margin-bottom: -0.05rem;
}

.img-upload-block {
  display: inline-block;
  position: relative;
}

.img-upload-block+.img-upload-block {
  margin-left: 20px;
}

.img-upload-block .img-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.img-upload-block .img-upload+label {
  background-color: #179138;
  border-color: #168d36;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  line-height: 25px;
  text-align: center;
}

.img-upload-block label:hover, .img-upload-block label:focus {
  background-color: #168835;
  border-color: #158433;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.img-preview-wrapper {
  position: relative;
}

.img-preview-wrapper .img-preview {
  border-radius: 2px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  height: 110px;
  object-fit: cover;
  width: 110px;
}

.img-preview-wrapper .btn-remove-preview {
  background-color: #ea0b0b;
  border: 0;
  color: #fff;
  border-radius: 99px;
  line-height: 25px;
  font-weight: 700;
  height: 25px;
  padding: 0;
  position: absolute;
  right: -11px;
  text-align: center;
  top: -6px;
  width: 25px;
}

.img-preview-wrapper .btn-remove-preview:hover, .img-preview-wrapper .btn-remove-preview:focus {
  background-color: #d61212;
}

.merchant-img-wrapper {
  position: relative;
  text-align: center;
}

.merchant-img-wrapper img {
  display: block;
  margin: 0 auto 0.5rem;
  max-height: 100px;
  max-width: 200px;
  min-width: 100px;
}

.merchant-user-img-wrapper {
  position: relative;
  text-align: center;
}

.merchant-user-img-wrapper img {
  display: block;
  margin: 0 auto 0.5rem;
  max-height: 400px;
  max-width: 400px;
  min-width: 200px;
}

.input-group-text {
  padding: .175rem .75rem;
}

.input-group-text.text-sm {
  padding: .175rem .4rem;
}

.input-group .form-control[name="radius_setting"], .input-group .form-control[name="surge_setting"] {
  padding: .375rem .4rem;
}

.form-control:disabled, .form-control[readonly] {
  border-color: #ced4da;
}

.back-link {
  background: #179139;
  color: #fff;
  border: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
  border-radius: 25px;
  font-weight: 500;
  padding: 0.65rem 1.5rem 0.65rem 1.75rem;
  transition: all 0.3s ease;
}

.back-link i {
  transform: translate(0, 0);
  transition: all 0.3s ease;
}

.back-link:hover, .back-link:focus {
  background: #168033;
  text-decoration: none;
  transition: all 0.3s ease;
}

.back-link:hover i {
  transform: translate(-5px, 0);
  transition: all 0.3s ease;
}

.form-check.form-right {
  display: flex;
  padding-left: 0;
  padding-right: 1.25rem;
}

.form-check.form-right .form-check-input {
  margin-top: 0;
  right: 0.25rem;
  top: 0.25rem;
}

#profile_sel_img {
  height: 120px;
  object-fit: cover;
  width: 120px;
}

#profile_sel_img {
  height: 120px;
  object-fit: cover;
  width: 120px;
}

.gallery-wrapper .img-thumbnail {
  transition: all 0.3s ease;
}

.gallery-wrapper .img-thumbnail:hover {
  background-color: #ececec;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.not-found {
  align-items: center;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.not-found .wrapper {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(155, 155, 155, 0.10);
  margin: 2rem auto;
  padding: 1rem 3rem;
  text-align: center;
}

.not-found .wrapper h1 {
  color: #777;
  font-size: 5rem;
  font-weight: 700;
  font-family: "inter";
  margin: 0;
  text-shadow: 2px 4px 6px rgba(33, 33, 33, 0.5);
}

.not-found .wrapper h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .not-found .wrapper {
    padding: 5rem 10rem 3rem;
  }
  .not-found .wrapper h1 {
    font-size: 15rem;
  }
  .navbar-brand {
    background-position: 50% 40%;
    text-align: center;
  }
  .navbar-brand span.app-version {
    left:0;   
  }
  .btn-menu-toggle {
    display: none;
  }
  .map-input {
    margin-bottom: 1rem;
  }
  .map-input .form-control {
    max-width: 100%;
  }
  .map-input .form-group+.btn {
    margin-left: 0;
  }
  .card-chart .card-header {
    flex-direction: row;
  }
  .card-chart .card-header .section-title {
    width: auto;
  }
  .card-chart .chart-controls {
    min-width: 25%;
  }
  form .btn.btn-info.btn-block i {
    display: none;
  }
  .legend-box {
    flex-direction: column;
  }
  .legend-box>div:first-child {
    /* min-width: 110px; */
  }
  .legend-box>div:not(:last-child) {
    /* margin-bottom: 0; */
  }
  .legend-box>div {
    margin-right: 0.45rem;
  }
  .sidebar {
    top: 70px;
    width: 100%;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar-sticky .nav-item a {
    font-size: 12px;
  }
  [role="main"] {
    padding-top: 95px;
  }
  .card-status {
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .card-status h3 {
    min-height: 30px;
  }
  .card-status .icon-wrapper {
    display: inline-block;
    margin: 0 0 0.5rem;
    position: static;
    right: auto;
  }
  .card-status .icon-wrapper i {
    left: auto;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .navbar .navbar-nav  {
    position: absolute !important;
     right: 10px !important;
     } 
}

.form-date-range {
  display: flex;
  justify-content: space-between;
}

.form-date-range .form-control {
  max-width: 48%;
}

.form-date {
  display: flex;
  justify-content: center;
}

 .form-date .form-control {
  max-width: 48%;
}

@media (min-width: 992px) {
  form .btn.btn-info.btn-block i {
    display: inline-block;
  }
  .card-chart .chart-controls.alt {
    flex-direction: row;
  }
  .card-chart .chart-controls .btn.btn-toggle {
    margin: 0 0 0 0.5rem;
  }
  .popover {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  .sidebar-sticky .nav-item a {
    font-size: 14px;
  }
  .sidebar-sticky .nav-link i {
    font-size: 1rem;
    margin-right: 0.35rem;
  }
  .control-label {
    font-size: 14px!important;
  }
  .card-status {
    align-items: flex-start;
    flex-direction: column;
  }
  .card-status .icon-wrapper {
    display: block;
    margin: 0;
    position: absolute;
    right: 1.25rem;
  }
  .card-status h3 {
    min-height: 15px;
  }
  .dropdown-item {
    font-size: 1.05rem;
    padding: .35rem 1.5rem
  }
}

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar-brand {
    background-image: url("../images/gozem_logo_white@2x.png");
  }
}

@media only screen and (max-width: 763px) {
  #search_btn {
    margin-left: 0% !important;
  }
}

/* time range slider */

.ui-slider-horizontal {
  height: 8px;
  background: #D7D7D7;
  border: 1px solid #BABABA;
  box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
  clear: both;
  margin: 8px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 8px;
  font-size: .7em;
  display: block;
  border: 1px solid #5BA8E1;
  box-shadow: 0 1px 0 #AAD6F6 inset;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background: #81B8F3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
  background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #F9FBFA;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
  background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: linear-gradient(top, #C7CED6, #F9FBFA);
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: default;
  border: none;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  background: #30A2D2;
  -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
  -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
  box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.6em;
}

.ui-slider a:focus {
  outline: none;
}

.sliderInput {
  position: absolute;
  width: 50px;
  margin-top: -30px;
}

.limitation_detail {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
}

.limitation_detail:hover {
  background: #f3f8f8;
  cursor: pointer;
}

.limitation_detail_checked {
  background: #189138;
  color: white;
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 10px 20px;
}

.provider_online {
  -webkit-filter: opacity(.5) drop-shadow(0 0 0 green);
  filter: opacity(.5) drop-shadow(0 0 0 green);
}

.provider_offline {
  -webkit-filter: opacity(.5) drop-shadow(0 0 0 red);
  filter: opacity(.5) drop-shadow(0 0 0 red);
}

.provider_waiting {
  -webkit-filter: opacity(.5) drop-shadow(0 0 0 blue);
  filter: opacity(.5) drop-shadow(0 0 0 blue);
}

.autocomple_choices:hover {
  color: #189138;
}

.search_indicator {
  width: 30px;
  position: relative;
}

.search_indicator span {
  padding: 5px;
  background-color: #eaecef;
  color: #555555;
  font-weight: 700;
  font-size: 8px;
}

.tree {
  position: relative;
  background: white;
  padding: 30px;
  padding-left: 0;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #212529;
}

.tree .tree-group {
  padding-left: 5px;
  list-style: none;
}

.tree .tree-group .tree-item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
}

.tree .tree-group:not(:first-child) .tree-item:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  content: '';
  background-color: #d7d7d7;
}

.tree .tree-group:not(:first-child) .tree-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #d7d7d7;
}

.tree .folder {
  padding: 15px;
  border: solid #d7d7d7 1px;
}

.tree .field {
  padding: 5px;
  border: solid #d7d7d7 1px;
}

.tree .tree-group .tree-item:last-child:after {
  height: 15px;
}

.tree .tree-group a {
  cursor: pointer;
}

.tree .tree-group a:hover {
  text-decoration: none;
}

.advance-link {
  text-decoration: none;
  margin-bottom: 20px;
  color: #007bff;
  font-weight: 600;
  font-style: italic;
}

.autocomple_choices:hover {
  color: #189138;
}

.add-image-url {
  background-color: #179138;
  border-color: #168d36;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  line-height: 25px;
  text-align: center;
}

.add-image-url:hover, .add-image-url:focus {
  color: white;
  text-decoration: none;
  background-color: #168835;
  border-color: #158433;
  cursor: pointer !important;
}

.icone-upload-block input {
  display: none
}

.image-upload-block input {
  display: none
}

.icone-upload-block label:hover, .icone-upload-block label:focus {
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.image-upload-block label:hover, .image-upload-block label:focus {
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.hand {
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #3f9139 !important;
  box-shadow: #3f9139 0 1px 3px 0 inset !important;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #fff !important;
  background: #3f9139 !important;
  box-shadow: none !important;
}

.clockpicker:not(.from-time, .to-time) {
  max-width: 38% !important;
  text-align: center;
  margin: 0px;
  padding-left: 0;
  border: none;
}

.dates {
  max-width: 70% !important;
  ;
  text-align: center;
  border: none;
}

.text-primary {
  color: #3f9139!important;
}
.text-primary-old{
  color: #007bff!important
}

.multiselect, .form-check-label {
  font-family: "inter";
  font-size: 14px;
}

.multiselect-group {
  font-weight: bold;
}

.multiselect-selected-text {
  font-weight: 400;
  color: #212529;
}

.multiselect-container .multiselect-filter>input.multiselect-search {
  border: solid 1px #e7e7e7 !important;
  border-radius: 4px;
  font-family: 'Inter';
  margin-right: 5px;
}

.multiselect-filter {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
}

.multiselect-group .dropdown-toggle::after {
  transform: rotateZ(180deg);
  vertical-align: middle;
}

.form-check-input {
  margin-top: .46rem !important;
}

.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #179138 !important;
  color: #fff !important;
}

.icheckbox_size1 {
  margin-left: 2px !important;
  margin-top: 3px;
}

.icheckbox_size {
  margin-left: 2px !important;
  margin-top: 3px;
}

.login-toggle {
  position: relative;
  left: 24.2em;
  top: 9px;
}

@media (max-width: 768px) {
  .multiselect-container.dropdown-menu.show {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    /* -webkit-overflow-scrolling: touch; */
  }
  .multiselect-container {
    padding-right: 45px !important;
  }
}

.dropdown-item.language-picker:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #28a745 !important;
}

.calculation-method .dropdown-menu.show .inner.show, .animation_speed .dropdown-menu.show .inner.show {
  max-height: 50px;
}

.min-w-max {
  min-width: max-content;
}

.popover-body {
  max-height: 300px;
  overflow: scroll;
}

button.link_button {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: "inter";
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

dl.json-object {
  text-align: left;
  font-size: 11px;
  text-wrap: none;
}

dl.json-object dt {
  text-transform: uppercase;
  font-weight: bold;
  min-width: 60px;
  text-wrap: none;
}

dl.json-object dd {
  text-wrap: none;
}

div.table-cell-text-box {
  max-width: 300px;
  min-width: 200px;
  max-height: 100px;
  overflow: scroll;
  text-align: left;
}

.-m-4 {
  margin-right: -1em;
}

.f-right {
  float: right;
}

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

.ellipsis::after {
  content: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  left: 1em;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: 100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #f7f7f7;
  text-decoration: none;
  background-color: #179138;
}

.custom-control {
  line-height: 35px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3f9139;
    background-color: #179138 !important;
}

.custom-control-label::before {
  top: 0.5rem;
}

.custom-control-label::after {
  top: calc(0.5rem + 2px) !important;
}

.drag-handle {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.slider-color {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: #e9ecef;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' width='265'%3E%3Cpolygon points='0,10 265,0 265,10' style='fill:%23179138' /%3E%3C/svg%3E");
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.slider-color:hover {
  opacity: 1;
}

.slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 26px;
  border-radius: 3px;
  background: #6c757d;
  box-shadow: inset -2px -2px 1px rgb(5 5 5 / 15%);
  cursor: pointer;
  opacity: 1;
}

.slider-color::-moz-range-thumb {
  width: 15px;
  height: 26px;
  border: 0;
  border-radius: 3px;
  background: #6c757d;
  box-shadow: inset -2px -2px 1px rgb(5 5 5 / 15%);
  cursor: pointer;
  opacity: 1;
}

.-m-4 {
  margin-right: -1em;
}

.f-right {
  float: right;
}

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

.ellipsis::after {
  content: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  left: 1em;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: 100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #f7f7f7;
  text-decoration: none;
  background-color: #179138;
}

.align-middle {
  vertical-align: middle;
}

.border {
  border: solid 1px;
}

.size {
  font-size: 14px!important;
}

.view_board::-webkit-scrollbar-button {
  display: block;
  height: 4px;
  width: 4px;
}

.view_board::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, .15);
}

.task-action {
  font-size: 14px!important;
  box-shadow: none!important;
  border-radius: 0px;
}

.sub-board-scroll {
  background-color: #f1f1f1;
  flex: 1 1 auto;
  margin: 0 4px;
  padding: 0 4px;
}

.multi-level {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  min-width: 5%;
}

@media (max-width: 768px) {
  .list {
    flex-wrap: nowrap;
    width: fit-content;
    margin-left: auto;
  }
  .btn_col_md_2 {
    max-width: none;
  }
  .view_board, .view_table {
    height: 100%;
  }
  .task-action {
    font-size: 12px!important;
    box-shadow: none!important;
    border-radius: 0px;
  }
  #dropdown_submenu {
    min-width: 5%!important;
    transform: translate3d(-96px, -3px, 0px)!important;
  }
  #dropdown_submenu li a {
    font-size: 12px!important;
  }
  .task-card {
    min-width: 18rem!important;
    min-height: 0;
  }
  .sub-board-scroll {
    overflow: hidden auto;
    min-height: 0;
    max-height: 35rem;
  }
}

.btn-circle {
  font-weight: bold;
  font-size: 12px;
  border-radius: 10px;
  color: black !important;
}

.btn-circle span {
  padding-right: 6px;
}

.tab-panel.expanded {
  bottom: 0;
  left: 0;
  margin: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.col-md-4:last-of-type .card .crdbd .multi-level {
  transform: translate3d(-153px, 23px, 0px) !important;
}

.card-container:first-of-type {
  margin-top: 5px;
}

.card-container {
  position: relative;
  margin-top: 15px;
  background-color: #fff;
  padding: 12px;
  border-radius: 5px;
}

.card-container:hover .card-styles {
  border: solid 1px #c1c1c1;
}

.card-styles {
  max-height: 100%;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.dscrptn {
  z-index: 1;
}

.bttn {
  position:relative; 
   margin-left:auto;
   z-index: 2;
   text-align: center;
   display: none; 
   border-radius: 15%;
   color: black;
   background-color:white;
   padding: 0!important;
   transition: display .35s ease;
 }
 
 .bttn .dropdown-toggle {
   padding: 0px!important;
   border: none;
   margin-top: -8px;
 }

.bttn:hover {
  color: black;
  margin-top: 0px;
}

.bttn:hover .ellipsis {
  background-color: #f3f3f3;
}

.hand:hover, .calendar_empty:hover {
  background-color: #f3f3f3;
}

.calendar_empty, .hand {
  opacity: 0;
}

.card-container:hover .bttn {
  display: block;
}
.card-container:hover .calendar_empty, .card-container:hover .hand {
  opacity: 1;
}

.relative {
  position: absolute;
  width: fit-content;
  border-radius: 4%;
  margin-top: 0px;
  top: 13px;
  right: 12px;
  border-radius: 25%;
}

.card-header-styles .crdbd {
  background-color: #f3f3f3;
}

.ppvbd {
  overflow: hidden!important;
}

.popover_wrapper {
  position: relative;
  display: inline-block;
  align-self: end;
}

.popover_content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -25px;
  top: 52px;
  transform: translate(0, 10px);
  background-color: #ffffff;
  padding: 0.5rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
  width: max-content;
}

.popover_wrapper:hover .popover_content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover_message {
  text-align: center;
}

@media (max-width: 968px) {}

/* WYSIWYG Editor */

.editor {
  width: 37.8rem;
  min-height: 10rem;
  margin-left: 1em;
  box-shadow: none;
  border-radius: 3px;
  /* margin: 2rem; */
  box-shadow: none;
  border: solid 1px #e1e1e1;
}

.btn.icon.smaller {
  box-shadow: none;
  padding-left: 8px;
  padding-right: 8px;
}

.editor .line {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}

.editor .toolbar .line:last-child {
  border-bottom: none;
}

.editor .line .box {
  display: flex;
  border-left: 1px solid #e2e2e2;
}

.editor .line .box:first-of-type {
  border-left: none;
}

.toolbar {
  display: flex;
  border: none;
  box-shadow: none;
  padding-bottom: 16px;
  padding-left: 7px;
}

.editor .toolbar .line .box .btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s ease all;
}

.editor .toolbar .line .box .btn:hover, .editor .toolbar .line .box .btn.active {
  background-color: #e1e1e1;
  cursor: pointer;
}

.editor .toolbar .line .box .btn.icon img {
  width: 15px !important;
  padding: 10px !important;
}

.editor .toolbar .line .box .btn.icon.smaller img {
  width: 12px !important;
}

.editor .toolbar .line .box .btn.has-submenu {
  width: 20px !important;
  padding: 0 10px !important;
}

.editor .toolbar .line .box .btn.has-submenu::after {
  content: '';
  width: 6px !important;
  height: 6px !important;
  position: absolute;
  background-image: url(https://image.flaticon.com/icons/svg/25/25243.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 4px;
}

.editor .toolbar .line .box .btn.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-top: none;
}

.editor .toolbar .line .box .btn.has-submenu .submenu .btn {
  width: 39px !important;
}

.editor .toolbar .line .box .btn.has-submenu .submenu:hover {
  display: block;
}

.editor .toolbar .line .box .btn.has-submenu:hover .submenu {
  display: block;
}

.editor .content-area {
  padding: 15px 12px !important;
  line-height: 1.5 !important;
}

.editor .content-area .visuell-view {
  outline: none;
}

.visuell-view {
  min-height: 5rem;
}

.editor .content-area .visuell-view p {
  margin: 12px 0;
}

.editor .content-area .html-view {
  outline: none;
  display: none;
  width: 30%;
  height: 100%;
  border: none;
  resize: none;
}

.changecolor:hover {
  color: #8e9094;
}

.isChecked {
  background-color: #3c8034;
  color: white;
}

.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-top: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ui-datepicker {
  position: relative;
  z-index: 10000 !important;
}

.widget-menu-icon{
  position: absolute;
  top: 0.25rem;
  right: 1.15rem;
  font-size: 1.1rem;
}

.login-form {
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  background-color: white;
}

.chained-input {
  text-align: center;
}

.table[data-off-rt="1"] th:last-child,
.table[data-off-rt="1"] td:last-child {
  position: sticky;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.19);
}

/*
.table[data-off-rt="1"] tr:nth-child(even) td:last-child {
  background-color: #fff;
} */

/* .table[data-off-rt="1"] tr:nth-child(odd) td:last-child {
  background-color: rgba(0, 0, 0, .05);
} */

.z-2 {
  z-index: 2!important;
}


.text-info{
  color: #0158B5!important;
}

.bg-primary-light {
  background-color: #1791381A;
}

.border-right-dotted {
  border-right: 1px dashed #000;
}

.border-bottom-dotted {
  border-bottom: 1px dashed #000;
}

label.small {
  font-size: 0.70rem!important;
  font-weight: 400;
  white-space: nowrap;
}

.design-table thead tr th {
  background-color: #179138!important;
  font-weight: 600;
  border: none!important;
  color: white;
  padding-top: 18px;
  padding-bottom: 18px
}

.design-table tfoot tr th{
  background-color: #179138!important;
  font-size: large;
  font-weight: 600;
  border: none!important;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px
}

.design-table thead tr th:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.design-table thead tr th:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bg-dark-light {
  background-color: #f5f5f5;
}

.section-next .form-control {
  border: #fff!important
}

.design-table tr.highlight, .design-table tr:hover {
  background-color: #1791381A!important;
  color: #179138!important;
}

.design-table tr.disabled {
    background-color: #dddddd!important;
    color: grey!important;
  }


.product_list .list-group-item {
  margin-top: 15px;
  background-color: #f5f5f5;
  font-weight: normal;
  border: none;
  box-shadow: none;
}

.modal-dialog {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 20s ease;
}

.modal{
  background-color: rgba(0, 0, 0, 0.3);
}

.modal .modal-dialog{
  border: none!important;
  box-shadow: none!important;
}

.modal .modal-header, .modal .modal-footer {
  border: none;
}
.modal .modal-footer {
  justify-content: center;
}

.modal .modal-title {
  color: #179138;
}

.modal-lg.modal-financing .modal-body {
  height: calc(100vh - 13.5em)!important;
  overflow-x: auto!important;
}

.modal-header{
  position: sticky;
}


button[data-id="model"] + div.dropdown-menu ul.dropdown-menu li a span.text {
    white-space: pre-wrap!important;
  }
  


button[data-id="model"] + div.dropdown-menu {
  max-width: 500px!important;
  min-width: 330px !important;
}

.gl-hide{
  display: none;
}
.show-loading{
  display:block;
}
.hide-loading{
  display:none;
}
.load-wrapp {
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  z-index: 999999999999;
  top: 0;
} 

#loader-app-gozem-ajax-wrapper{
  position: fixed;
  z-index: 999999999999;
  top: 50vh;
  left: 53vw;
  text-align: center;
}

#loader-app-gozem-ajax-wrapper p{
  color: #fff;
  font-weight: bold;
  font-family: 'Inter';
}

#loader-app-gozem-ajax-wrapper .loading {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 21px, transparent 21px);
}

#loader-app-gozem-ajax-wrapper .loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

#loader-app-gozem-ajax-wrapper .loading div:nth-child(1) {
  animation-delay: -0.45s;
}
#loader-app-gozem-ajax-wrapper .loading div:nth-child(1)::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.table[data-off-rt="1"] th:last-child,
.table[data-off-rt="1"] td:last-child {
  position: sticky;
  right: 0;
  /*background-color: #fff;*/
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.19);*/
}
.xero-report-table:last-child{
  right: unset !important;
}
.table[data-off-rt="1"] tr:nth-of-type(odd) td:last-child { background-color: #f2f2f2;}
.table[data-off-rt="1"] tr:nth-of-type(even) td:last-child { background-color: #ffffff;}

#loader-app-gozem-ajax-wrapper .loading div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-app-gozem-ajax-wrapper .loading div:nth-child(3) {
  animation-delay: -0.15s;
}

#loader-app-gozem-ajax-wrapper .loading div:nth-child(4)::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

@media screen and  (max-width: 1800px){
  .load-wrapp {
    left: 16.666667%;
  }
}
@media screen and  (max-width: 992px){
  .load-wrapp {
    left: 25%;
  }
}

@media screen and  (max-width: 768px){
  .load-wrapp {
   top: 70px;
   left: 0!important;
  }
  #loader-app-gozem-ajax-wrapper{
    position: fixed;
    z-index: 999999999999;
    top: 50vh;
    left: 45vw;
    text-align: center;
  }
}

.card > .table-responsive { overflow-y: auto; min-height: 800px; max-height: 800px; height: 800px; }
.card > .table-responsive tbody tr:nth-of-type(odd) { background-color: #f2f2f2;}
.card > .table-responsive thead th { position: sticky; top: 0; z-index: 1; background: white; box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #ddd;}
.card > .table-responsive tbody th { position: sticky; left: 0; background: white; }
.card > .table-responsive::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.card > .table-responsive::-webkit-scrollbar
{
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}

.card > .table-responsive::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #cccccc;
}

.sidebar::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #168033;
  }

  .sidebar::-webkit-scrollbar
  {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
  }

  .sidebar::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cccccc;
  }

#delivery_discount_table td{
  box-shadow: none!important;
}

.gz-btn-addon{
  border-left:none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
  padding: 0 10px;
}

.search-loader {
  width:50px;
  height:50px;
  display:inline-block;
  padding:0px;
  text-align:left;
}
.search-loader span {
  position:absolute;
  display:inline-block;
  width:50px;
  height:50px;
  border-radius:100%;
  background:rgba(135, 211, 124,1);
  -webkit-animation:search-loader 1.5s linear infinite;
  animation:search-loader 1.5s linear infinite;
}
.search-loader span:last-child {
  animation-delay:-0.9s;
  -webkit-animation-delay:-0.9s;
}
@keyframes search-loader {
  0% {transform: scale(0, 0);opacity:0.8;}
  100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes search-loader {
  0% {-webkit-transform: scale(0, 0);opacity:0.8;}
  100% {-webkit-transform: scale(1, 1);opacity:0;}
}
/* .bootstrap-select.select .dropdown-menu{
  max-height: 300px !important;
}
.bootstrap-select.select .dropdown-menu .inner{
  max-height: 234.5px !important;
} */
 /* You could use attribute "data-size" on you select fields to control the size of the dropdown */
 /* using this max height style hides out some information in the dropdown */
 /* which you cannot see unless you search */

.gz-filter-dropdown .dropdown-menu{
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
 }
 .gz-filter-dropdown .dropdown-divider{
  margin: 0;
 }
 
 .gz-filter-dropdown a:first-child {
 background-color: #179138;
 color: white;
 position: sticky !important;
 top: 0px;
 border-radius:0;
 }
 .gz-filter-dropdown .filter_elmt{
   background-color: transparent!important;
   color: #0e0e0e!important;
   text-decoration: none;
   font-size: 14px;
   font-family: "Inter", 'sans-serif';
 }
 .gz-trash{
   color:darkred;
   position: absolute;
   right: 10px;
   z-index: 999;
   padding: 5px;
   cursor: pointer;
 }
 
 .gz-trash:hover{
   color:#fff;
 }.stock-mv-table td:nth-last-child(4),.stock-mv-table td:nth-last-child(5),.stock-mv-table th:nth-last-child(4),.stock-mv-table th:nth-last-child(5) {
  position:sticky;
  background-color: inherit;
}
.stock-mv-table tr:nth-of-type(even) td:nth-last-child(4),.stock-mv-table tr:nth-of-type(even) td:nth-last-child(5){
 background: #ffffff;
}
.stock-mv-table td:nth-last-child(4),.stock-mv-table th:nth-last-child(4) {
     right: 100px;
 }
 .stock-mv-table td:nth-last-child(5),.stock-mv-table th:nth-last-child(5) {
     right: 240px;
 }

 .bg-gradient-success {
  background-color: #e2f7ea;
  border-radius: 0.25rem;
  padding:0.75rem 1.25rem;
  position:'relative';
  border:1px solid transparent;
}

.bg-gradient-error {
  background-color: #f8e9e5;
  border-radius: 0.25rem;
  padding:0.75rem 1.25rem;
  position:'relative';
  border:1px solid transparent;
}

.pointer {
  cursor: pointer;
}

#edit-dialog .box5  {
    background-color: #f5f5f5;
    border-radius: 5px;
}

#edit-dialog .box5 ul {
    list-style: none;
    /* display: inline-flex; */
    flex-wrap: nowrap;
    width: fit-content;
    padding: 0;
}

#edit-dialog .box5 ul li {
    line-height: 2rem
}


.w-35 {
  width: 35%;
}

.w-65 {
  width: 65%;
}

.modal-fixed .modal-body {
  height: calc(100vh - 13.5em)!important;
  overflow-x: auto!important;
}

.modal-fixed label {
  font-size: 13px!important;
  font-weight: normal;
  text-transform: capitalize!important;
}

.custom-table th {
  font-size: 13px!important;
  font-weight: 400;
  text-transform: capitalize!important;
}

.btn-primary {
  background-color: #179138!important;
  border-color: #179138!important;
}

.btn-primary {
  background-color: #179138!important;
  border-color: #179138!important;
}

.btn-cancel {
  color: #179138!important;
  background-color: #E8F4EB!important;
  border-color: #E8F4EB!important;
}


.btn {
  box-shadow: none!important;
  font-size: 15px!important;
}

.modal-fixed .bootstrap-select .dropdown-menu {
  max-width: 250px!important;
  min-width: 150px!important;
}

.modal-subtitle {
  font-size: 13px;
  font-weight: 300;
  color: #707070;
}

/* ::placeholder, .filter-option-inner-inner, .multiselect-selected-text {
  font-size: 13px!important;
  font-weight: 300;
  color: #707070;
} */

.btn.dropdown-toggle.btn-light {
  width: 100%;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bootstrap-select .filter-option {
  height: fit-content!important;
}


label {
    text-transform: capitalize !important;
    font-weight: normal !important;
    font-size: normal;
}


.badge {
  border-radius: 50px !important;
  opacity: 1;
  font-weight: normal;
}


.badge-info {
  background: #E5EEF8 !important;
  color: #185F93 !important;
}
.show-more-btn:hover{
  color:#098ddf;
  cursor: pointer;
}

.checkbox-reason{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  margin-left: 5px;
  margin-bottom: 1.5rem;
}
.checkbox-reason label {
  width: 87%;
  margin-bottom: 0;
}
.checkbox-reason input{
  width: 13%;
  height: 20px;
}
.no-xero-data{
  margin-top: 5rem;
}
.data_info_msg_box_head {
    min-height: 6rem;
    background-image: url(/web_images/blue.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.data_info_msg_box_body p {
    text-align: center;
    text-wrap: wrap;
}

#report_form .form-row{
  margin-bottom: 20px;
}
.nav-vertical.nav-pills a.active {
  background-color: #DDEDE0!important;
  color: #168033!important;
  font-weight: bold;
  border-right: 3px solid #168033;
}

.form-group.required .control-label:after {
	content: " *";
	color: red;
}

.no-text-transform {
  text-transform: none!important;
}

.bs-stepper .step-trigger {
  padding: 0!important
}

.border-primary {
  border-color: #16832a!important;
}

.table-sticky th {
  position: sticky!important;
  top: 0
}

.table-sticky[data-off-rt="1"] th:last-child {
  z-index: 122;
}

.cursor-pointer {
  cursor: pointer !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}
#edit-dialog #reason_listd input[type="radio"]:checked+label::after,
#edit-dialog #autre_reason input[type="radio"]:checked+label::after {
    opacity: 1;
}


button.task_link{
  background-color: transparent;
  border-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  outline: 0;


  vertical-align: middle;
  text-align: left;
  color: blue;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.modal button > .spinner-border {
  width: 1rem;
  height: 1rem;
}

.pagination .dropdown {
  position: relative;
  display: inline-block;
}

.pagination .dropdown-menu.show{
  display: block !important;
}

.pagination .dropdown-menu {
  display: none !important;
  /* position: absolute;
  background-color: #f9f9f9; */
  min-width: 250px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 3; */
}

.pagination .dropdown-menu .dropdown-item {
  width: fit-content;
  padding: 0px;
}

.pagination .dropdown-menu .dropdown-item:not(:last-child){
  margin-right: 10px;
}

.dropdown>.page-item.pre .page-link, .dropdown>.page-item.post .page-link,
.dropdown-item>a.page_btn.page-link{
  border-radius: 0px;
}

.empty-state-container {
  margin:7rem;
}

.empty-state-img {
  min-height: 8rem;
  background-image: url('/web_images/blue.png');
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.no_data_information {
  color: #707070;
  font-family: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.cm-s-default{
  width: inherit;
  border-radius: .5rem;
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  min-width: 650px;
  max-width: 750px !important;
}

.CodeMirror textarea{
  position: absolute !important;
  bottom: -1em !important;
  width: 1000px !important;
  height: 1em !important;
  min-height: 1em !important;
  outline: none !important;
}


.select_merchant_id + .dropdown-menu.show{
  height: calc(8em + 15rem + 0px) !important;}

 /* Truncate long text in dropdown options */
/* .bootstrap-select .dropdown-menu li a {
  white-space: nowrap;
  overflow: auto;
  max-width: 400px; 
} */
 /* better UI management for dropdown options */
 .bootstrap-select .dropdown-menu li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: unset;
    /* max-width: 400px; */
    border-top: 1px solid #ececec;
}
/* select counter */
.search-count{
    margin: 6px;
    font-size: 14px;
    text-align: end;
}
.bootstrap-select .dropdown-menu li a span.text {
    width: 345px;
    overflow: visible;
    white-space: normal;
}

.linked_services {
  display: flex;
  overflow-y: auto;
  margin-left: 1rem;
  cursor: pointer;
}

.linked_services::-webkit-scrollbar {
  width: 7.75px !important;
  height: 7.75px !important;
  background-color: #fff !important;
}

.linked_services::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: #fff !important;
  border-radius: 2rem !important;
}

.linked_services::-webkit-scrollbar-thumb {
  border-radius: 2rem !important;
  -webkit-box-shadow: none !important;
  background-color: #fff !important;
}

.linked_services:hover::-webkit-scrollbar-thumb {
  border-radius: 2rem !important;
  -webkit-box-shadow: none !important;
  background-color: #bfbfbf !important;
}

.linked_services::-webkit-scrollbar-thumb:hover {
  background: #fff;
}



.cashflow-alert{
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: opacity 0.5s ease;
}

.label-file {
  width: 100%;
  height: 40px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 5px 50px 5px 15px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  overflow: hidden;
  line-height: 30px;
}

.label-file::after {
  content: "Browse";
  position: absolute;
  background-color: #E6E6E6;
  right: 0;
  top: 0;
  height: 40px;
  display: inline-block;
  padding: 8px 15px 0;
  color: #707070;
  line-height: 20px;
}

.file-control {
  display: none;
}

#spare_part_form .file {
  background-color: #FFFFFF;
  border-radius: 2px;
  border-radius: .3125rem;
  border: 1px solid #D6D6D6;
}

#spare_part_form  .file .file-infos .file-name {
  color: #555555;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}