@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

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

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

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

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

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

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

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

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

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

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

.fa-road:before {
  content: "\F018";
}

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

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

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

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

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

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

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

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

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

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

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

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

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

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

.fa-print:before {
  content: "\F02F";
}

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

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

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

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

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

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

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

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

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

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

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

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

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

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
  content: "\F05C";
}

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

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

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

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

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

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

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

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  font-size: 2rem;
  color: #fff;
}

.fa-twitter-square:before {
  content: "\F081";
}

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

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

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

.fa-gears:before,
.fa-cogs:before {
  font-size: 2rem;
  color: #fff;
}


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

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

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

.fa-sign-out:before {
  content: "\F08B";
}

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

.fa-thumb-tack:before {
  content: "\F08D";
}

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

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

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

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

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

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

.fa-square-o:before {
  content: "\F096";
}

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

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

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

.fa-unlock:before {
  content: "\F09C";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

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

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

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

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

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

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

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

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

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

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

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

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

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

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

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

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

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

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

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

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

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

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

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

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

.fa-money:before {
  content: "\F0D6";
}

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

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

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

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

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

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

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

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

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

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

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

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

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

.fa-medkit:before {
  content: "\F0FA";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
  font-size: 2rem;
  color: #fff;
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

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

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

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

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

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

.fa-smile-o:before {
  content: "\F118";
}

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

.fa-meh-o:before {
  content: "\F11A";
}

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

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

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

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

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

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

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

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

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

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

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

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

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

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

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

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

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

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

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

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

.fa-unlock-alt:before {
  content: "\F13E";
}

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

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

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

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

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

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

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

.fa-pencil-square:before {
  content: "\F14B";
}

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

.fa-share-square:before {
  content: "\F14D";
}

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

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

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

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

.fa-stack-overflow:before {
  content: "\F16C";
}

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

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

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

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

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

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\F17A";
}

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

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

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

.fa-skype:before {
  content: "\F17E";
}

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

.fa-trello:before {
  content: "\F181";
}

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

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

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

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

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

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

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

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

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

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

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

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

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

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

.fa-stumbleupon:before {
  content: "\F1A4";
}

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

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

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

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

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

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

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

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

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

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

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

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

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

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

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

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

.fa-soundcloud:before {
  content: "\F1BE";
}

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

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

.fa-vine:before {
  content: "\F1CA";
}

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

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

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

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

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

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\F1F8";
}

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

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

.fa-eyedropper:before {
  content: "\F1FB";
}

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

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

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

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

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

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

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

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

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

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

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

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

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

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

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

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

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

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

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

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

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

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

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

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

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

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

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

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

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

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

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

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

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

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

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

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

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

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

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

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

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

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

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

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

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

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

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

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

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

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

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

.fa-opera:before {
  content: "\F26A";
}

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

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

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

.fa-500px:before {
  content: "\F26E";
}

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

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

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

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

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

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

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

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

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

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

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

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

.fa-vimeo:before {
  content: "\F27D";
}

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

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

.fa-reddit-alien:before {
  content: "\F281";
}

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

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

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

.fa-modx:before {
  content: "\F285";
}

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

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

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

.fa-pause-circle-o:before {
  content: "\F28C";
}

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

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

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

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

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

.fa-percent:before {
  content: "\F295";
}

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

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

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

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

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

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

.fa-volume-control-phone:before {
  content: "\F2A0";
}

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

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

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

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

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

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

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

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

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

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

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\F2C4";
}

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

.fa-telegram:before {
  content: "\F2C6";
}

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

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

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

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

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

.fa-shower:before {
  content: "\F2CC";
}

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

.fa-podcast:before {
  content: "\F2CE";
}

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

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

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

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

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

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

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

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

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

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

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

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.min-height-114 {
  min-height: 114px !important;
}

.min-height-354 {
  min-height: 354px !important;
}

.min-height-405 {
  min-height: 405px !important;
}

.min-height-470 {
  min-height: 470px !important;
}

button:focus {
  outline: none;
}

.btn.lf-card-btn {
  padding: 12px 25px;
  line-height: 2.2;
  font-weight: 700;
}

.btn.form-btn {
  padding: 0 15px;
  height: 36px;
  line-height: 35px;
}

a {
  color: #d1d3e0;
}

a:focus {
  outline: none;
  color: #1d1d1d;
}

a:hover {
  color: #1d1d1d;
  text-decoration: none;
}

h1 {
  font-size: 46px;
  font-weight: 700;
  margin: 15px 0;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 6px 0;
}

h6 {
  font-size: 12px;
  font-weight: 700;
  margin: 4px 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

td,
select {
  outline: 0 !important;
  vertical-align: middle !important;
}

/*CENTRALIZING THE SECTION VERTICALLY AND HORIZONTALLY*/

.centralize-wrapper {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;        /* معادل top: 0; right: 0; bottom: 0; left: 0; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent; /* یا رنگ دلخواه */
}

.centralize-wrapper .centralize-inner {
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  margin: 0;
}

.centralize-wrapper .centralize-inner .centralize-content {
  max-width: 360px;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
}

.invalid-feedback {
  color: #ee2844;
  display: block;
  font-size: 12px;
}

.lf-setting-table {
  border: none;
}

.lf-setting-table td {
  padding: 15px 0;
  border: none;
}

table {
  font-size: 12px;
}

.lf-nav-tab {
  display: flex;
  flex-wrap: wrap;
}

.lf-nav-tab a {
  display: inline-block;
  background: #ffc107;
  color: #696969;
  flex: 1 1 auto;
  line-height: 2.2;
  border-left: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}

.lf-nav-tab a:hover,
.lf-nav-tab a.active {
  background: #b78a00;
  color: #2F4F4F;
}

.lf-no-header-wrapper {
  padding: 30px 15px !important;
  max-width: 550px !important;
}

.lf-no-header-wrapper h4 {
  color: #fff;
}

.lf-no-header-wrapper .lf-no-header-inner {
  padding: 30px 15px;
}

.lf-no-header-wrapper .lf-no-header-inner .invalid-feedback {
  color: #d29d00 !important;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.3);
}

.lf-no-header-wrapper .lf-no-header-inner a {
  color: #ffc107;
}

.lf-no-header-wrapper .lf-no-header-inner a:hover {
  color: #b78a00 !important;
}

.no-header-light {
  background: #EFEFEF;
}

.no-header-light .lf-no-header-wrapper h4 {
  color: #74788d;
}

.no-header-light .lf-no-header-wrapper .lf-no-header-inner {
  background: #74788d;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
}

.no-header-light .lf-no-header-wrapper .lf-no-header-inner .invalid-feedback {
  color: #d29d00 !important;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.3);
}

.no-header-light .lf-no-header-wrapper .lf-no-header-inner a {
  color: #ffc107;
}

.no-header-light .lf-no-header-wrapper .lf-no-header-inner a:hover {
  color: #b78a00 !important;
}

.no-header-light .lf-no-header-wrapper .lf-checkbox input:checked + label::before {
  background: #9093a4;
  color: #fff;
}

.no-header-light .lf-no-header-wrapper .lf-checkbox label.active {
  color: #A9A9A9;
}

.no-header-light .lf-no-header-wrapper .lf-checkbox label.active::before {
  background: #babcc6;
  color: #fff;
}

.line-height-standard {
  line-height: 1 !important;
}

.line-height-medium {
  line-height: 1.5 !important;
}

.line-height-maximum {
  line-height: 2 !important;
}

.img-table {
  width: 30px;
}

.img-icon {
  max-width: 65px;
}

.lf-post-content a {
  color: #51459e;
}

.lf-post-content ul {
  padding-left: 15px;
}

.lf-post-content ul li {
  list-style: square;
}

.lf-post-content ol {
  padding-left: 15px;
}

.lf-post-content ol li {
  list-style: decimal;
}

.lf-post-content div {
  margin-bottom: 10px;
}

.footer-widget .footer-widget-title {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.footer-widget .footer-widget-menu li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 12px;
}

.footer-widget .footer-widget-contact-info li {
  margin-bottom: 12px;
}

.footer-widget .footer-widget-contact-info li .fa {
  background-color: #fdc312;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
}

.footer.main-footer {
  padding: 60px 0;
}

.footer.lf-toggle-bg-copyright-footer a {
  text-decoration: underline;
}

.footer.lf-toggle-bg-copyright-footer a:hover,
.footer.lf-toggle-bg-copyright-footer a:focus {
  color: #51459e;
}

.footer .footer-widget .footer-widget-title {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.footer .footer-widget .footer-widget-menu li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 12px;
}

.footer .footer-widget .footer-widget-contact-info li {
  margin-bottom: 12px;
}

.footer .footer-widget .footer-widget-contact-info li .fa {
  background-color: #51459e;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
}

.footer .footer-social-media-links li {
  display: inline-block;
  margin: 0 3px;
}

.footer .footer-social-media-links li:last-child {
  margin-right: 0;
}

.footer .footer-social-media-links li a {
  background-color: #51459e;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  color: #fff;
  transition: ease-in 0.3s;
  border-radius: 2px;
}

.footer .footer-social-media-links li a:hover,
.footer .footer-social-media-links li a:focus {
  color: #fff;
  background-color: #c69300;
}

/*Fixed side nav style:starts*/

@media all and (min-width: 992px) {
  .lf-fixed-sidenav.lf-headerless-body .wrapper {
    position: initial;
    margin-left: 0px;
  }

  .lf-fixed-sidenav.lf-headerless-body .wrapper .lf-logo {
    display: inline-block;
  }

  .lf-fixed-sidenav .lf-side-nav-handler {
    display: none;
  }

  .lf-fixed-sidenav .wrapper {
    position: relative;
    transition: margin-left 0.3s linear;
    margin-left: 280px;
  }

  .lf-fixed-sidenav .wrapper .lf-logo {
    display: none;
  }

  .img-thumbnail {
    background-color: transparent;
  }
}

/*Fixed side nav style:ends*/

.fixed-text-right {
  text-align: right !important;
}

.fixed-text-left {
  text-align: left !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.lang-confirmation-modal {
  z-index: 999999999999;
  background: rgba(51, 51, 51, 0.6);
}

@media (max-width: 991px) {
  .lf-side-nav-toggler {
    top: 25px !important;
  }

  .sub-dynamic-txt {
    font-size: 36px !important;
  }

  .dynamic_txt {
    min-height: 120px;
  }
}

.img-market {
  height: 40px;
  width: 40px;
}

.avatar-box {
  width: 110px;
  margin-right: 15px;
}

.kyc-frame {
  height: 600px;
}

.promo-content-img .custom-svg {
  filter: brightness(0%) invert(0%);
}

.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

.btn.focus,
.btn:focus,
.btn-danger.focus,
.btn-danger:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-success.focus,
.btn-success:focus,
.btn-info.focus,
.btn-info:focus,
.btn-warning.focus,
.btn-warning:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-info:not(:disabled):not(.disabled):active.focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active.focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle.focus,
.show > .btn-info.dropdown-toggle:focus,
.form-control.focus,
.form-control:focus {
  box-shadow: none;
}

.btn {
  font-weight: 400;
  color: #2F4F4F;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.5 !important;
  transition: all 0.5s ease-out;
  border-radius: 4px !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 12px;
  font-size: 14px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/*------------------------------------*/

/* ::::: BOOTSTRAP STYLE STARTS ::::::*/

/*------------------------------------*/

.text-danger {
  color: #ee2844 !important;
}

.bg-danger {
  background: #ee2844 !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #ee2844;
  border-color: #ee2844;
}

.btn-dark {
  color: #fff !important;
}

.btn-light {
  color: #a1a0a7 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.bg-warning {
  background: #ffc107 !important;
}

.btn-warning {
  color: #333333 !important;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bg-violet {
  background: #51459e !important;
}

.text-info {
  color: #51459e !important;
}

.btn-info {
  color: #fff !important;
  background-color: #51459e;
  border-color: #fec311;
}

.text-success {
  color: #34d399 !important;
}

.bg-success {
  background: #34d399 !important;
}

.btn-success {
  color: #fff !important;
  background-color: #34d399;
  border-color: #34d399;
}

.btn-outline-success {
  color: #34d399;
  border-color: #34d399;
}

.text-primary {
  color: #74788d !important;
}

.bg-primary {
  background: #74788d !important;
}

.btn-primary {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #74788d;
  border-color: #74788d;
}

.btn-transparent {
  border: 2px solid #fff;
  color: #fff !important;
}

.text-secondary {
  color: #1d1d1d !important;
}

.bg-secondary {
  background: #1d1d1d !important;
}

.btn-secondary {
  color: #fff !important;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.btn-danger:hover,
.btn-danger:focus {
  color: #fff !important;
  background-color: #515463;
}

.btn-warning:hover,
.btn-warning:focus {
  color: #2F4F4F !important;
  background-color: #b78a00;
}

.btn-info:hover,
.btn-info:focus {
  color: #fff !important;
  background-color: #c69300;
  border-color: #fec311;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #39306f;
  border-color: #bd8e01;
}

.btn-success:hover,
.btn-success:focus {
  color: #fff !important;
  background-color: #21976c;
}

.btn-primary:hover,
.btn-primary:focus {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #c69300;
}

.text-info:hover,
.text-info:focus {
  color: #c69300 !important;
}

.btn-transparent:hover,
.btn-transparent:focus {
  color: #17181e !important;
  background-color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #2F4F4F !important;
  background-color: #141414;
}

/*------------------------------------*/

/* ::::::: BOOTSTRAP STYLE ENDS ::::::*/

/*------------------------------------*/

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.card,
.card-header:first-child,
.card-footer:last-child,
.nav-pills .nav-link {
  border-radius: 0;
}

.nav-link {
  padding: 12px 10px;
}

.form-control {
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5 !important;
  color: #a1a0a7;
  background-color: #fff;
  border: 1px solid #C0C0C0;
  border-radius: 0;
}

.form-control.lf-light-input {
  background: #D3D3D3 !important;
}

.card .card-header {
  padding: 20px;
}

.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6 {
  margin: 0;
}

.card .card-body {
  padding: 25px 20px;
}

.card .card-footer {
  padding: 12px 10px;
}

.pagination .page-item.active .page-link {
  background-color: #fdc312;
  border-color: #c69300;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #51459e;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #51459e;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.theme-color {
  color: #fdc312;
}

/*------------------------------------*/

/* :::::::: NAVIGATION STARTS ::::::::*/

/*------------------------------------*/

.lf-logo {
  line-height: 1 !important;
  max-width: 210px;
  display: inline-block;
}

.lf-logo.lf-logo-inversed {
  filter: invert(100%);
}

.lf-logo img {
  max-height: 28px;
}

.lf-main-nav {
  line-height: 1 !important;
}

.lf-main-nav > li {
  margin-right: 15px;
}

.lf-main-nav > li.active > a {
  color: #fdc312 !important;
}

.lf-main-nav > li.active > a::before {
  width: 100%;
  right: 0;
}

.lf-main-nav > li:hover > a {
  color: #c69300;
}

.lf-main-nav > li:hover > a::before {
  width: 100%;
  right: 0;
}

.lf-main-nav > li:hover > a::after {
  transform: rotate(90deg);
}

.lf-main-nav > li > a {
  font-size: 14px;
  font-weight: 400;
}

.lf-main-nav > li > a::before {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  right: 50%;
  content: "";
  transition: all 0.2s linear;
  background: #fdc312;
}

.lf-main-nav li {
  position: relative;
}

.lf-main-nav li.active > a {
  color: #c69300;
}

.lf-main-nav li a {
  padding: 14px 13px 14px 0;
  display: block;
  position: relative;
  transition: all 0.2s linear;
}

.lf-main-nav li a::after {
  width: 8px;
  text-align: center;
  height: 8px;
  line-height: 8px !important;
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: "\F105";
  transition: all 0.1s linear;
}

.lf-main-nav li a:only-child {
  padding-right: 0;
}

.lf-main-nav li a:only-child::after {
  display: none;
}

.lf-main-nav li:last-child {
  margin-right: 0;
}

.lf-main-nav li:hover > ul {
  display: block;
}

.lf-main-nav li ul {
  background: #25262b;
  white-space: nowrap;
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: 0;
  display: none;
  width: 200px;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.3);
}

.lf-main-nav li ul > li:first-child > a {
  border-radius: 3px 3px 0 0;
}

.lf-main-nav li ul > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.lf-main-nav li ul > li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.lf-main-nav li ul li:hover > a {
  background: rgba(51, 51, 51, 0.75);
  color: #c69300;
}

.lf-main-nav li ul li a {
  color: #fff;
  padding: 14px 21px 14px 8px;
}

.lf-main-nav li ul li a::after {
  right: 8px;
}

.lf-main-nav li ul li a:only-child {
  padding-right: 8px;
}

.lf-main-nav li ul li ul {
  left: 100%;
  top: 0;
}

/*-----------*/

/*Mobile menu*/

/*-----------*/

.lf-responsive-menu-wrapper {
  line-height: 1 !important;
}

.lf-responsive-menu-wrapper .slicknav_menu {
  padding: 0;
  border-radius: 4px;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_btn {
  padding: 10px 10px;
  margin: 0;
  background: #fdc312;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav {
  z-index: 999999999;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background: #f6f8ff;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li {
  margin: 1px 0 0;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row {
  font-size: 12px;
  background: none;
  color: #74788d;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a.slicknav_item.slicknav_row > a,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row.slicknav_item.slicknav_row > a {
  padding: 0;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a:hover,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row:hover {
  border-radius: 0 !important;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a .slicknav_arrow,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row .slicknav_arrow {
  position: absolute;
  right: 10px;
  font-family: fontawesome;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li:hover > a,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li:hover > a > .slicknav_arrow,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li:hover > a > a {
  background: #74788d !important;
  color: #fff;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li.active > a,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li.active > a > .slicknav_arrow,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li.active > a > a {
  background: #74788d !important;
  color: #fff;
}

.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li ul {
  margin-left: 10px;
  border-left: 1px dotted rgba(51, 51, 51, 0.1);
}

/*------------------------------------*/

/* ::::::::: NAVIGATION ENDS :::::::::*/

/*------------------------------------*/

/*------------------------------------*/

/* ::: NAVIGATION VARIATION STARTS :::*/

/*------------------------------------*/

.lf-template-header {
  line-height: 1 !important;
  background: #74788d;
  /*LIGHT*/
  /*TRANSPARENT*/
}

.lf-template-header .dropdown-menu {
  z-index: 2147483647;
}

.lf-template-header.header-light {
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.lf-template-header.header-light .lf-side-nav-toggler {
  color: #74788d !important;
}

.lf-template-header.header-light .lf-side-nav-toggler:hover {
  color: #fdc312 !important;
}

.lf-template-header.header-light .lf-main-nav > li.active {
  background: transparent !important;
}

.lf-template-header.header-light .lf-main-nav > li.active > a {
  background: transparent !important;
}

.lf-template-header.header-light .lf-main-nav > li:hover > a {
  color: #c69300;
}

.lf-template-header.header-light .lf-main-nav > li > a {
  color: #74788d;
}

.lf-template-header.header-light .lf-main-nav > li > a::before {
  background: #c69300;
}

.lf-template-header.header-light .lf-responsive-menu-wrapper .slicknav_menu .slicknav_btn {
  background: #74788d;
}

.lf-template-header.header-light .lf-user-menu > li > a {
  color: #fff;
}

.lf-template-header.header-light .lf-user-menu > li > a:hover {
  color: #c69300;
}

.lf-template-header.header-transparent {
  background: none !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.lf-template-header.header-transparent .lf-side-nav-toggler {
  text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}

.lf-template-header.header-transparent .lf-main-nav > li.active > a {
  background: transparent !important;
}

.lf-template-header.header-transparent .lf-main-nav > li > a {
  text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}

.lf-template-header.header-transparent .lf-user-menu > li > a {
  text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}

/*------------------------------------*/

/* :::: NAVIGATION VARIATION ENDS ::::*/

/*------------------------------------*/

.lf-user-menu {
  line-height: 1 !important;
  float: right;
}

.lf-user-menu > li {
  margin-right: 10px;
}

.lf-user-menu > li:last-child {
  margin-right: 0;
}

.lf-user-menu > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.lf-user-menu > li > a:hover {
  color: #c69300;
}

.lf-user-menu > li .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background: #74788d;
}

.lf-user-menu > li .lf-theme-switcher {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.lf-user-menu > li .lf-theme-switcher .btn {
  color: rgba(255, 255, 255, 0.5);
}

.lf-user-menu > li .lf-theme-switcher .btn:hover {
  color: white;
  background: rgba(255, 255, 255, 0.2);
}

.lf-user-menu > li .lf-theme-switcher .active {
  color: #d4af37;
  background: rgba(255, 255, 255, 0.2);
}

.lf-side-nav-toggler {
  line-height: 1 !important;
  font-size: 22px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  left: 25px;
  top: 30px;
  z-index: 10;
}

/*------------------------------------*/

/* :::::::: NAVIGATION STARTS ::::::::*/

/*------------------------------------*/

.lf-side-nav {
  line-height: 1 !important;
  width: 280px;
  position: fixed;
  top: 0;
  left: -280px;
  height: 100%;
  box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
  z-index: 999999999;
  transition: all 0.3s linear;
}

.lf-side-nav.lf-side-nav-open {
  left: 0;
}

.lf-side-nav.lf-side-nav-open .lf-side-nav-handler {
  right: -35px;
}

.lf-side-nav .lf-side-nav-logo {
  height: 90px;
  padding: 10px 10px 0;
  position: relative;
  z-index: 2;
}

.lf-side-nav .lf-side-nav-logo .lf-logo {
  max-height: 60px;
  padding: 0;
}

.lf-side-nav .mCSB_inside > .mCSB_container {
  margin-right: 8px;
}

.lf-side-nav .mCS_no_scrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.lf-side-nav .lf-side-nav-handler {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 5px;
  background: #1c2f2f;
  top: 25px;
  border-radius: 0 5px 5px 0;
  z-index: -1;
  cursor: pointer;
  font-size: 25px;
  padding-left: 6px;
  padding-top: 4px;
  color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
}

.lf-side-nav .lf-side-nav-handler:hover {
  background: #fdc312;
}

.lf-side-nav .lf-side-nav-wrapper {
  padding-top: 90px;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  background: #17181e;
  z-index: 1;
}

.lf-side-nav .lf-side-nav-wrapper nav {
  height: 100%;
}

.lf-side-nav .lf-side-nav-wrapper nav ul {
  padding: 0 8px 10px;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li {
  margin-top: 1px;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li.active > a {
  background: #fdc312;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li.menu-open > a {
  background: #fdc312;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li.menu-open > a::after {
  content: "\F107";
}

.lf-side-nav .lf-side-nav-wrapper nav ul li.menu-open > ul {
  display: block;
  background-color: rgba(51, 51, 51, 0.5);
}

.lf-side-nav .lf-side-nav-wrapper nav ul li > a:hover {
  background: #fdc312;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li a {
  display: block;
  color: #fff;
  padding: 10px 20px 10px 10px;
  position: relative;
  font-size: 12px;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li a::after {
  content: "\F104";
  position: absolute;
  font-family: FontAwesome;
  right: 8px;
  top: 50%;
  margin-top: -7px;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li a:only-child::after {
  display: none;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li ul {
  padding: 0 0 0 15px;
  display: none;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li ul li {
  margin-left: -15px;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li ul li a {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li ul li ul li a {
  border-top: 1px solid #213737;
  padding-left: 30px;
}

.lf-side-nav .lf-side-nav-wrapper nav ul li ul li ul li:first-child a {
  border-top: none;
}

.lf-side-nav.lf-dark-transparent-side-nav .lf-side-nav-handler {
  background: rgba(51, 51, 51, 0.8);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.lf-side-nav.lf-dark-transparent-side-nav .lf-side-nav-wrapper {
  background: rgba(51, 51, 51, 0.8);
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-handler {
  background: #fff;
  color: #696969;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-handler:hover {
  background: #fdc312;
  color: #fff;
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-wrapper {
  background: #fff;
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-wrapper nav ul li.active > a {
  background: #74788d;
  color: #fff;
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-wrapper nav ul li.menu-open > a {
  background: #74788d;
  color: #fff;
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-wrapper nav ul li.menu-open > ul {
  background-color: #F5F5F5;
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-wrapper nav ul li > a:hover {
  background: #74788d;
  color: #fff;
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-wrapper nav ul li a {
  color: #696969;
}

.lf-side-nav.lf-white-side-nav .lf-side-nav-wrapper nav ul li ul li ul li a {
  border-top: 1px solid #F5F5F5;
}

.lf-side-nav.lf-white-transparent-side-nav .lf-side-nav-handler {
  background: rgba(255, 255, 255, 0.8);
  color: #696969;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.lf-side-nav.lf-white-transparent-side-nav .lf-side-nav-handler:hover {
  background: #fdc312;
  color: #fff;
}

.lf-side-nav.lf-white-transparent-side-nav .lf-side-nav-wrapper {
  background: rgba(255, 255, 255, 0.8);
}

.lf-side-nav.lf-white-transparent-side-nav .lf-side-nav-wrapper nav ul li.active > a {
  background: #74788d;
  color: #fff;
}

.lf-side-nav.lf-white-transparent-side-nav .lf-side-nav-wrapper nav ul li.menu-open > a {
  background: #74788d;
  color: #fff;
}

.lf-side-nav.lf-white-transparent-side-nav .lf-side-nav-wrapper nav ul li > a:hover {
  background: #74788d;
  color: #fff;
}

.lf-side-nav.lf-white-transparent-side-nav .lf-side-nav-wrapper nav ul li a {
  color: #696969;
}

.lf-side-nav.lf-white-transparent-side-nav .lf-side-nav-wrapper nav ul li ul li ul li a {
  border-top: 1px solid #F5F5F5;
}

/*------------------------------------*/

/* :::: NAVIGATION VARIATION ENDS ::::*/

/*------------------------------------*/

.lf-user-menu {
  line-height: 1 !important;
}

.lf-user-menu > li {
  /*------------------------------------*/
  /* ::::: USER NOTIFICATION STARTS ::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* ::::: USER NOTIFICATION ENDS ::::::*/
  /*------------------------------------*/
}

.lf-user-menu > li .lf-user-notification .dropdown-toggle {
  margin-right: 2px;
  border: none;
  background: none;
  padding: 0;
  position: relative;
}

.lf-user-menu > li .lf-user-notification .dropdown-toggle::after {
  display: none;
}

.lf-user-menu > li .lf-user-notification .dropdown-toggle:hover .notification-icon {
  color: #c69300;
}

.lf-user-menu > li .lf-user-notification .dropdown-toggle .notification-icon {
  font-size: 22px;
  line-height: 18px !important;
  color: #fff;
}

.lf-user-menu > li .lf-user-notification .dropdown-toggle .lf-notification-count {
  position: absolute;
  bottom: 50%;
  left: 100%;
  font-size: 10px;
  text-align: left;
  background: #c69300;
  color: rgba(0, 0, 0, 0.87);
  padding: 2px;
  border-radius: 6px;
  font-weight: 700;
  margin-left: -8px;
  margin-bottom: 0px;
  line-height: 9px !important;
}

.lf-user-menu > li .lf-user-notification .dropdown-menu {
  width: 308px;
  padding: 0;
  border: none;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
}

.lf-user-menu > li .lf-user-notification .dropdown-menu .dropdown-header {
  padding: 10px 10px;
  text-align: center;
}

.lf-user-menu > li .lf-user-notification .dropdown-menu .dropdown-item {
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
  padding: 12px 10px;
  font-size: 12px;
  border-top: 1px solid #EFEFEF;
}

.lf-user-menu > li .lf-user-notification .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #74788d;
}

.lf-user-menu > li .lf-user-notification .dropdown-menu .all-notification {
  width: 100%;
  border-radius: 0;
  font-size: 14px;
}

/*------------------------------------*/

/* ::: NAVIGATION VARIATION STARTS :::*/

/*------------------------------------*/

.lf-template-header {
  line-height: 1 !important;
  background: #74788d;
  /*LIGHT*/
  /*TRANSPARENT*/
}

.lf-template-header.header-light .lf-user-menu > li .lf-user-notification .dropdown-toggle .notification-icon {
  color: #74788d;
}

.lf-template-header.header-light .lf-user-menu > li .lf-user-notification .dropdown-toggle:hover .notification-icon {
  color: #c69300;
}

.lf-template-header.header-light .lf-user-menu > li .lf-user-notification .dropdown-toggle:hover .lf-notification-count {
  background: #c69300;
}

.lf-template-header.header-light .lf-user-menu > li .lf-user-notification .dropdown-toggle .lf-notification-count {
  background: #74788d;
  color: #fff;
}

.lf-template-header.header-transparent .lf-user-menu > li .lf-user-notification .dropdown-toggle .notification-icon {
  text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}

.lf-template-header.header-transparent .lf-user-menu > li .lf-user-notification .dropdown-toggle .lf-notification-count {
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}

/*------------------------------------*/

/* :::: NAVIGATION VARIATION ENDS ::::*/

/*------------------------------------*/

.lf-user-menu {
  line-height: 1 !important;
}

/* دکمه‌ی آواتار کاربر */
.lf-user-menu > li .lf-user-dropdown .dropdown-toggle > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #282a3c 70%, #1ea87b 110%);
  color: #f7f8fc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 2px solid #36bf6a66;
  box-shadow: 0 2px 6px -4px #1ea87b44;
  transition: background 0.22s, border 0.22s;
  cursor: pointer;
}

.lf-user-menu > li .lf-user-dropdown .dropdown-toggle:hover > i {
  background: linear-gradient(135deg, #1ea87b 70%, #363841 110%);
  border-color: #1ea87b;
  color: #fff;
}

/* حذف فلش */
.lf-user-menu > li .lf-user-dropdown .dropdown-toggle::after {
  display: none;
}

/* لیست بازشونده */
.lf-user-menu > li .lf-user-dropdown .dropdown-menu {
  padding: 0;
  min-width: 170px;
  background: #21242b;
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 38px -12px #181a2055;
  margin-top: 10px;
  overflow: hidden;
}

/* هدر dropdown */
.lf-user-menu > li .lf-user-dropdown .dropdown-menu .dropdown-header {
  padding: 15px 18px 10px 18px;
  background: #1ea87b12;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #222;
}

.lf-user-menu > li .lf-user-dropdown .dropdown-menu .dropdown-header .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #36bf6a22;
  box-shadow: 0 0 10px #1ea87b17;
}

.lf-user-menu > li .lf-user-dropdown .dropdown-menu .dropdown-header .user-info {
  padding-left: 7px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1.33;
}

.lf-user-menu > li .lf-user-dropdown .dropdown-menu .dropdown-header .btn {
  font-size: 12px;
  border-radius: 6px;
  margin-top: 0.6rem;
  width: 100%;
  background: #36bf6a22;
  color: #1ea87b;
  border: none;
}

.lf-user-menu > li .lf-user-dropdown .dropdown-item {
  padding: 10px 18px;
  font-size: 13px;
  color: #b2b9ca;
  background: transparent;
  transition: background 0.13s, color 0.13s;
  border: none;
}
.lf-user-menu > li .lf-user-dropdown .dropdown-item:hover {
  background: #1ea87b15;
  color: #1ea87b;
}
.lf-user-menu > li .lf-user-dropdown i {
  width: 22px;
  margin-right: 6px;
  color: #36bf6a;
  text-align: center;
  font-size: 16px;
}


/*------------------------------------*/

/* ::: NAVIGATION VARIATION STARTS :::*/

/*------------------------------------*/

.lf-template-header {
  line-height: 1 !important;
  background: #74788d;
  /*LIGHT*/
  /*TRANSPARENT*/
}

.lf-template-header.header-light .lf-user-menu > li .lf-user-dropdown .dropdown-toggle:hover i {
  background: #c69300;
  border-color: #c69300;
}

.lf-template-header.header-light .lf-user-menu > li .lf-user-dropdown .dropdown-toggle > i {
  background: #74788d;
  color: #fff;
  border-color: #74788d;
}

.lf-template-header.header-light .lf-user-menu > li .lf-theme-switcher {
  border-color: rgba(0, 0, 0, 0.2);
}

.lf-template-header.header-light .lf-user-menu > li .lf-theme-switcher .btn {
  color: rgba(0, 0, 0, 0.5);
}

.lf-template-header.header-light .lf-user-menu > li .lf-theme-switcher .btn:hover {
  color: black;
  background: rgba(0, 0, 0, 0.2);
}

.lf-template-header.header-light .lf-user-menu > li .lf-theme-switcher .active {
  color: #2b50c8;
  background: rgba(0, 0, 0, 0.2);
}

.lf-template-header.header-transparent .lf-user-menu > li .lf-user-dropdown .dropdown-toggle > i {
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}

/*------------------------------------*/

/* :::: NAVIGATION VARIATION ENDS ::::*/

/*------------------------------------*/

.lf-user-menu {
  line-height: 1 !important;
}

.lf-user-menu > li {
  /*------------------------------------*/
  /* ::::::::: LANGUAGE STARTS :::::::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* :::::::::: LANGUAGE ENDS ::::::::::*/
  /*------------------------------------*/
}

.lf-user-menu > li .lf-language .dropdown-toggle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  background: none;
  border: none;
}

.lf-user-menu > li .lf-language .dropdown-toggle:hover {
  color: #c69300;
}

.lf-user-menu > li .lf-language .dropdown-toggle:hover .lf-language-text::before {
  color: #c69300;
}

.lf-user-menu > li .lf-language .dropdown-toggle:hover .lf-language-image img {
  border-color: #c69300;
}

.lf-user-menu > li .lf-language .dropdown-toggle::after {
  display: none;
}

.lf-user-menu > li .lf-language .dropdown-toggle .lf-language-image img {
  height: 20px;
  padding: 0;
}

.lf-user-menu > li .lf-language .dropdown-toggle .lf-language-text {
  padding-left: 24px;
  position: relative;
}

.lf-user-menu > li .lf-language .dropdown-toggle .lf-language-text::before {
  content: "\F0AC";
  font-family: FontAwesome, serif;
  position: absolute;
  left: 0;
  top: -5.5px;
  font-size: 24px;
}

.lf-user-menu > li .lf-language .dropdown-menu {
  min-width: auto;
  padding: 0;
  border: none;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
}

.lf-user-menu > li .lf-language .dropdown-menu .dropdown-item {
  padding: 0;
}

.lf-user-menu > li .lf-language .dropdown-menu .dropdown-item:hover {
  overflow: hidden;
}

.lf-user-menu > li .lf-language .dropdown-menu .dropdown-item img {
  padding: 1px;
}

.lf-user-menu > li .lf-language .dropdown-menu .lf-language-text {
  padding: 5px 15px;
  font-size: 12px;
}

/*------------------------------------*/

/* ::: NAVIGATION VARIATION STARTS :::*/

/*------------------------------------*/

.lf-template-header {
  background: #74788d;
  /*LIGHT*/
  /*TRANSPARENT*/
}

.lf-template-header.header-light .lf-user-menu > li .lf-language .dropdown-toggle {
  color: #74788d;
}

.lf-template-header.header-light .lf-user-menu > li .lf-language .dropdown-toggle:hover {
  color: #c69300;
}

.lf-template-header.header-light .lf-user-menu > li .lf-language .dropdown-toggle:hover .lf-language-text::before {
  color: #c69300;
}

.lf-template-header.header-light .lf-user-menu > li .lf-language .dropdown-toggle:hover .lf-language-image img {
  border-color: #c69300;
}

.lf-template-header.header-light .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-image img {
  border-color: #74788d;
}

.lf-template-header.header-light .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-text::before {
  color: #74788d;
}

.lf-template-header.header-transparent .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-image img {
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}

.lf-template-header.header-transparent .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-text {
  text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}

/*------------------------------------*/

/* :::: NAVIGATION VARIATION ENDS ::::*/

/*------------------------------------*/

.lf-language-palet strong,
.lf-language-palet textarea,
.lf-language-palet .dropdown-item {
  font-size: 12px !important;
}

.lf-title {
  line-height: 1 !important;
  background: #EFEFEF;
  padding: 30px 0;
}

.lf-title h3 {
  margin: 0 0 10px;
  line-height: 1 !important;
  color: #74788d;
}

.lf-title .breadcrumb {
  font-size: 12px;
  padding: 0;
  background: none;
  border-radius: 0;
  margin-bottom: 0;
}

/*------------------------------------*/

/* :::::: CHECKBOX STYLE STARTS ::::::*/

/*------------------------------------*/

.lf-checkbox {
  line-height: 1 !important;
}

.lf-checkbox input {
  display: none;
}

.lf-checkbox input:checked + label::before {
  content: "\F00C";
  background: #ee2844;
  color: #fff;
}

.lf-checkbox label {
  font-size: 12px;
  position: relative;
  padding-left: 30px;
  line-height: 21px !important;
  cursor: pointer;
}

.lf-checkbox label.inactive {
  cursor: default !important;
  color: #A9A9A9;
}

.lf-checkbox label.inactive::before {
  background: #d9d9d9;
  color: #c7c6ca;
}

.lf-checkbox label.active {
  cursor: default !important;
  color: #A9A9A9;
}

.lf-checkbox label.active::before {
  content: "\F00C";
  background: #acaebb;
  color: #fff;
}

.lf-checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #C0C0C0;
  color: #a1a0a7;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  font-family: fontawesome;
  border-radius: 4px;
  text-align: center;
  line-height: 20px !important;
}

/*------------------------------------*/

/* ::::::: CHECKBOX STYLE ENDS :::::::*/

/*------------------------------------*/

/*------------------------------------*/

/* :::::::: RADIO STYLE STARTS :::::::*/

/*------------------------------------*/

.lf-radio {
  line-height: 1 !important;
  margin-bottom: 8px;
}

.lf-radio input {
  display: none;
}

.lf-radio input:checked + label::before {
  content: "\F00C";
  background: #74788d;
  color: #fff;
}

.lf-radio label {
  font-size: 12px;
  position: relative;
  padding-left: 24px;
  line-height: 21px !important;
  cursor: pointer;
}

.lf-radio label.inactive {
  cursor: default !important;
  color: #A9A9A9;
}

.lf-radio label.inactive::before {
  background: #d9d9d9;
  color: #c7c6ca;
}

.lf-radio label.active {
  cursor: default !important;
  color: #A9A9A9;
}

.lf-radio label.active::before {
  content: "\F00C";
  background: #acaebb;
  color: #fff;
}

.lf-radio label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #C0C0C0;
  color: #a1a0a7;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  font-family: fontawesome;
  border-radius: 50%;
  text-align: center;
  line-height: 20px !important;
}

/*------------------------------------*/

/* ::::::::: RADIO STYLE ENDS ::::::::*/

/*------------------------------------*/

/*------------------------------------*/

/* ::::::: SWITCH STYLE STARTS :::::::*/

/*------------------------------------*/

.lf-switch {
  line-height: 1 !important;
  display: inline-block;
  position: relative;
  background: #D3D3D3;
  border-radius: 0;
  padding: 1px;
}

.lf-switch .lf-switch-input {
  display: none;
}

.lf-switch .lf-switch-input + .lf-switch-label {
  color: #333333;
}

.lf-switch .lf-switch-input:checked + .lf-switch-label {
  color: #fff;
}

.lf-switch .lf-switch-input:checked + .lf-switch-label::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #34d399;
}

.lf-switch .lf-switch-label {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  padding: 12px 13px;
  margin: 0;
  text-transform: uppercase;
  z-index: 1;
  transition: all 200ms linear;
}

.lf-switch .lf-switch-label::before {
  position: absolute;
  content: "";
  z-index: -1;
  transition: all 200ms linear;
  border-radius: 0;
}

/*------------------------------------*/

/* :::::::: SWITCH STYLE ENDS ::::::::*/

/*------------------------------------*/

/*------------------------------------*/

/* ::::::: SELECT STYLE STARTS :::::::*/

/*------------------------------------*/

.lf-select {
  line-height: 1 !important;
  position: relative;
  z-index: 5;
  width: 100%;
}

.lf-select::after {
  content: "\F0D7";
  position: absolute;
  right: 10px;
  top: 13px;
  color: #fdcf41;
  font-family: fontawesome;
  z-index: 2;
}

.lf-select select {
  position: relative;
  width: 100% !important;
  z-index: 2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-right: 26px;
  cursor: pointer;
  background: none !important;
}

.lf-select select::-ms-expand {
  display: none;
}

/*------------------------------------*/

/* :::::::: SELECT STYLE ENDS ::::::::*/

/*------------------------------------*/

/*------------------------------------*/

/* :::::: SELECT2 STYLE STARTS :::::::*/

/*------------------------------------*/

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  box-shadow: none !important;
}

.select2-container--bootstrap4 .select2-selection {
  border-radius: 0 !important;
}

/*------------------------------------*/

/* :::::::: SELECT2 STYLE ENDS :::::::*/

/*------------------------------------*/

/*------------------------------------*/

/*
/* :::::::: Jasny Bootstrap File Input Style Start:::::::*/

/*------------------------------------*/

.fileinput.fileinput-new #button-group {
  width: 100%;
}

.fileinput.fileinput-exists #button-group {
  width: 48%;
}

.fileinput.fileinput-exists #remove {
  width: 48%;
  float: right;
}

/*
/* :::::::: Jasny Bootstrap File Input Style End:::::::*/

/*------------------------------------*/

/*
/* :::::::: Custom width & height Class :::::::*/

/*------------------------------------*/

.lf-w-1px {
  width: 1px;
}

.lf-h-1px {
  height: 1px;
}

.lf-w-2px {
  width: 2px;
}

.lf-h-2px {
  height: 2px;
}

.lf-w-3px {
  width: 3px;
}

.lf-h-3px {
  height: 3px;
}

.lf-w-4px {
  width: 4px;
}

.lf-h-4px {
  height: 4px;
}

.lf-w-5px {
  width: 5px;
}

.lf-h-5px {
  height: 5px;
}

.lf-w-6px {
  width: 6px;
}

.lf-h-6px {
  height: 6px;
}

.lf-w-7px {
  width: 7px;
}

.lf-h-7px {
  height: 7px;
}

.lf-w-8px {
  width: 8px;
}

.lf-h-8px {
  height: 8px;
}

.lf-w-9px {
  width: 9px;
}

.lf-h-9px {
  height: 9px;
}

.lf-w-10px {
  width: 10px;
}

.lf-h-10px {
  height: 10px;
}

.lf-w-11px {
  width: 11px;
}

.lf-h-11px {
  height: 11px;
}

.lf-w-12px {
  width: 12px;
}

.lf-h-12px {
  height: 12px;
}

.lf-w-13px {
  width: 13px;
}

.lf-h-13px {
  height: 13px;
}

.lf-w-14px {
  width: 14px;
}

.lf-h-14px {
  height: 14px;
}

.lf-w-15px {
  width: 15px;
}

.lf-h-15px {
  height: 15px;
}

.lf-w-16px {
  width: 16px;
}

.lf-h-16px {
  height: 16px;
}

.lf-w-17px {
  width: 17px;
}

.lf-h-17px {
  height: 17px;
}

.lf-w-18px {
  width: 18px;
}

.lf-h-18px {
  height: 18px;
}

.lf-w-19px {
  width: 19px;
}

.lf-h-19px {
  height: 19px;
}

.lf-w-20px {
  width: 20px;
}

.lf-h-20px {
  height: 20px;
}

.lf-w-21px {
  width: 21px;
}

.lf-h-21px {
  height: 21px;
}

.lf-w-22px {
  width: 22px;
}

.lf-h-22px {
  height: 22px;
}

.lf-w-23px {
  width: 23px;
}

.lf-h-23px {
  height: 23px;
}

.lf-w-24px {
  width: 24px;
}

.lf-h-24px {
  height: 24px;
}

.lf-w-25px {
  width: 25px;
}

.lf-h-25px {
  height: 25px;
}

.lf-w-26px {
  width: 26px;
}

.lf-h-26px {
  height: 26px;
}

.lf-w-27px {
  width: 27px;
}

.lf-h-27px {
  height: 27px;
}

.lf-w-28px {
  width: 28px;
}

.lf-h-28px {
  height: 28px;
}

.lf-w-29px {
  width: 29px;
}

.lf-h-29px {
  height: 29px;
}

.lf-w-30px {
  width: 30px;
}

.lf-h-30px {
  height: 30px;
}

.lf-w-31px {
  width: 31px;
}

.lf-h-31px {
  height: 31px;
}

.lf-w-32px {
  width: 32px;
}

.lf-h-32px {
  height: 32px;
}

.lf-w-33px {
  width: 33px;
}

.lf-h-33px {
  height: 33px;
}

.lf-w-34px {
  width: 34px;
}

.lf-h-34px {
  height: 34px;
}

.lf-w-35px {
  width: 35px;
}

.lf-h-35px {
  height: 35px;
}

.lf-w-36px {
  width: 36px;
}

.lf-h-36px {
  height: 36px;
}

.lf-w-37px {
  width: 37px;
}

.lf-h-37px {
  height: 37px;
}

.lf-w-38px {
  width: 38px;
}

.lf-h-38px {
  height: 38px;
}

.lf-w-39px {
  width: 39px;
}

.lf-h-39px {
  height: 39px;
}

.lf-w-40px {
  width: 40px;
}

.lf-h-40px {
  height: 40px;
}

.lf-w-41px {
  width: 41px;
}

.lf-h-41px {
  height: 41px;
}

.lf-w-42px {
  width: 42px;
}

.lf-h-42px {
  height: 42px;
}

.lf-w-43px {
  width: 43px;
}

.lf-h-43px {
  height: 43px;
}

.lf-w-44px {
  width: 44px;
}

.lf-h-44px {
  height: 44px;
}

.lf-w-45px {
  width: 45px;
}

.lf-h-45px {
  height: 45px;
}

.lf-w-46px {
  width: 46px;
}

.lf-h-46px {
  height: 46px;
}

.lf-w-47px {
  width: 47px;
}

.lf-h-47px {
  height: 47px;
}

.lf-w-48px {
  width: 48px;
}

.lf-h-48px {
  height: 48px;
}

.lf-w-49px {
  width: 49px;
}

.lf-h-49px {
  height: 49px;
}

.lf-w-50px {
  width: 50px;
}

.lf-h-50px {
  height: 50px;
}

.lf-w-51px {
  width: 51px;
}

.lf-h-51px {
  height: 51px;
}

.lf-w-52px {
  width: 52px;
}

.lf-h-52px {
  height: 52px;
}

.lf-w-53px {
  width: 53px;
}

.lf-h-53px {
  height: 53px;
}

.lf-w-54px {
  width: 54px;
}

.lf-h-54px {
  height: 54px;
}

.lf-w-55px {
  width: 55px;
}

.lf-h-55px {
  height: 55px;
}

.lf-w-56px {
  width: 56px;
}

.lf-h-56px {
  height: 56px;
}

.lf-w-57px {
  width: 57px;
}

.lf-h-57px {
  height: 57px;
}

.lf-w-58px {
  width: 58px;
}

.lf-h-58px {
  height: 58px;
}

.lf-w-59px {
  width: 59px;
}

.lf-h-59px {
  height: 59px;
}

.lf-w-60px {
  width: 60px;
}

.lf-h-60px {
  height: 60px;
}

.lf-w-61px {
  width: 61px;
}

.lf-h-61px {
  height: 61px;
}

.lf-w-62px {
  width: 62px;
}

.lf-h-62px {
  height: 62px;
}

.lf-w-63px {
  width: 63px;
}

.lf-h-63px {
  height: 63px;
}

.lf-w-64px {
  width: 64px;
}

.lf-h-64px {
  height: 64px;
}

.lf-w-65px {
  width: 65px;
}

.lf-h-65px {
  height: 65px;
}

.lf-w-66px {
  width: 66px;
}

.lf-h-66px {
  height: 66px;
}

.lf-w-67px {
  width: 67px;
}

.lf-h-67px {
  height: 67px;
}

.lf-w-68px {
  width: 68px;
}

.lf-h-68px {
  height: 68px;
}

.lf-w-69px {
  width: 69px;
}

.lf-h-69px {
  height: 69px;
}

.lf-w-70px {
  width: 70px;
}

.lf-h-70px {
  height: 70px;
}

.lf-w-71px {
  width: 71px;
}

.lf-h-71px {
  height: 71px;
}

.lf-w-72px {
  width: 72px;
}

.lf-h-72px {
  height: 72px;
}

.lf-w-73px {
  width: 73px;
}

.lf-h-73px {
  height: 73px;
}

.lf-w-74px {
  width: 74px;
}

.lf-h-74px {
  height: 74px;
}

.lf-w-75px {
  width: 75px;
}

.lf-h-75px {
  height: 75px;
}

.lf-w-76px {
  width: 76px;
}

.lf-h-76px {
  height: 76px;
}

.lf-w-77px {
  width: 77px;
}

.lf-h-77px {
  height: 77px;
}

.lf-w-78px {
  width: 78px;
}

.lf-h-78px {
  height: 78px;
}

.lf-w-79px {
  width: 79px;
}

.lf-h-79px {
  height: 79px;
}

.lf-w-80px {
  width: 80px;
}

.lf-h-80px {
  height: 80px;
}

.lf-w-81px {
  width: 81px;
}

.lf-h-81px {
  height: 81px;
}

.lf-w-82px {
  width: 82px;
}

.lf-h-82px {
  height: 82px;
}

.lf-w-83px {
  width: 83px;
}

.lf-h-83px {
  height: 83px;
}

.lf-w-84px {
  width: 84px;
}

.lf-h-84px {
  height: 84px;
}

.lf-w-85px {
  width: 85px;
}

.lf-h-85px {
  height: 85px;
}

.lf-w-86px {
  width: 86px;
}

.lf-h-86px {
  height: 86px;
}

.lf-w-87px {
  width: 87px;
}

.lf-h-87px {
  height: 87px;
}

.lf-w-88px {
  width: 88px;
}

.lf-h-88px {
  height: 88px;
}

.lf-w-89px {
  width: 89px;
}

.lf-h-89px {
  height: 89px;
}

.lf-w-90px {
  width: 90px;
}

.lf-h-90px {
  height: 90px;
}

.lf-w-91px {
  width: 91px;
}

.lf-h-91px {
  height: 91px;
}

.lf-w-92px {
  width: 92px;
}

.lf-h-92px {
  height: 92px;
}

.lf-w-93px {
  width: 93px;
}

.lf-h-93px {
  height: 93px;
}

.lf-w-94px {
  width: 94px;
}

.lf-h-94px {
  height: 94px;
}

.lf-w-95px {
  width: 95px;
}

.lf-h-95px {
  height: 95px;
}

.lf-w-96px {
  width: 96px;
}

.lf-h-96px {
  height: 96px;
}

.lf-w-97px {
  width: 97px;
}

.lf-h-97px {
  height: 97px;
}

.lf-w-98px {
  width: 98px;
}

.lf-h-98px {
  height: 98px;
}

.lf-w-99px {
  width: 99px;
}

.lf-h-99px {
  height: 99px;
}

.lf-w-100px {
  width: 100px;
}

.lf-h-100px {
  height: 100px;
}

.lf-w-101px {
  width: 101px;
}

.lf-h-101px {
  height: 101px;
}

.lf-w-102px {
  width: 102px;
}

.lf-h-102px {
  height: 102px;
}

.lf-w-103px {
  width: 103px;
}

.lf-h-103px {
  height: 103px;
}

.lf-w-104px {
  width: 104px;
}

.lf-h-104px {
  height: 104px;
}

.lf-w-105px {
  width: 105px;
}

.lf-h-105px {
  height: 105px;
}

.lf-w-106px {
  width: 106px;
}

.lf-h-106px {
  height: 106px;
}

.lf-w-107px {
  width: 107px;
}

.lf-h-107px {
  height: 107px;
}

.lf-w-108px {
  width: 108px;
}

.lf-h-108px {
  height: 108px;
}

.lf-w-109px {
  width: 109px;
}

.lf-h-109px {
  height: 109px;
}

.lf-w-110px {
  width: 110px;
}

.lf-h-110px {
  height: 110px;
}

.lf-w-111px {
  width: 111px;
}

.lf-h-111px {
  height: 111px;
}

.lf-w-112px {
  width: 112px;
}

.lf-h-112px {
  height: 112px;
}

.lf-w-113px {
  width: 113px;
}

.lf-h-113px {
  height: 113px;
}

.lf-w-114px {
  width: 114px;
}

.lf-h-114px {
  height: 114px;
}

.lf-w-115px {
  width: 115px;
}

.lf-h-115px {
  height: 115px;
}

.lf-w-116px {
  width: 116px;
}

.lf-h-116px {
  height: 116px;
}

.lf-w-117px {
  width: 117px;
}

.lf-h-117px {
  height: 117px;
}

.lf-w-118px {
  width: 118px;
}

.lf-h-118px {
  height: 118px;
}

.lf-w-119px {
  width: 119px;
}

.lf-h-119px {
  height: 119px;
}

.lf-w-120px {
  width: 120px;
}

.lf-h-120px {
  height: 120px;
}

.lf-w-121px {
  width: 121px;
}

.lf-h-121px {
  height: 121px;
}

.lf-w-122px {
  width: 122px;
}

.lf-h-122px {
  height: 122px;
}

.lf-w-123px {
  width: 123px;
}

.lf-h-123px {
  height: 123px;
}

.lf-w-124px {
  width: 124px;
}

.lf-h-124px {
  height: 124px;
}

.lf-w-125px {
  width: 125px;
}

.lf-h-125px {
  height: 125px;
}

.lf-w-126px {
  width: 126px;
}

.lf-h-126px {
  height: 126px;
}

.lf-w-127px {
  width: 127px;
}

.lf-h-127px {
  height: 127px;
}

.lf-w-128px {
  width: 128px;
}

.lf-h-128px {
  height: 128px;
}

.lf-w-129px {
  width: 129px;
}

.lf-h-129px {
  height: 129px;
}

.lf-w-130px {
  width: 130px;
}

.lf-h-130px {
  height: 130px;
}

.lf-w-131px {
  width: 131px;
}

.lf-h-131px {
  height: 131px;
}

.lf-w-132px {
  width: 132px;
}

.lf-h-132px {
  height: 132px;
}

.lf-w-133px {
  width: 133px;
}

.lf-h-133px {
  height: 133px;
}

.lf-w-134px {
  width: 134px;
}

.lf-h-134px {
  height: 134px;
}

.lf-w-135px {
  width: 135px;
}

.lf-h-135px {
  height: 135px;
}

.lf-w-136px {
  width: 136px;
}

.lf-h-136px {
  height: 136px;
}

.lf-w-137px {
  width: 137px;
}

.lf-h-137px {
  height: 137px;
}

.lf-w-138px {
  width: 138px;
}

.lf-h-138px {
  height: 138px;
}

.lf-w-139px {
  width: 139px;
}

.lf-h-139px {
  height: 139px;
}

.lf-w-140px {
  width: 140px;
}

.lf-h-140px {
  height: 140px;
}

.lf-w-141px {
  width: 141px;
}

.lf-h-141px {
  height: 141px;
}

.lf-w-142px {
  width: 142px;
}

.lf-h-142px {
  height: 142px;
}

.lf-w-143px {
  width: 143px;
}

.lf-h-143px {
  height: 143px;
}

.lf-w-144px {
  width: 144px;
}

.lf-h-144px {
  height: 144px;
}

.lf-w-145px {
  width: 145px;
}

.lf-h-145px {
  height: 145px;
}

.lf-w-146px {
  width: 146px;
}

.lf-h-146px {
  height: 146px;
}

.lf-w-147px {
  width: 147px;
}

.lf-h-147px {
  height: 147px;
}

.lf-w-148px {
  width: 148px;
}

.lf-h-148px {
  height: 148px;
}

.lf-w-149px {
  width: 149px;
}

.lf-h-149px {
  height: 149px;
}

.lf-w-150px {
  width: 150px;
}

.lf-h-150px {
  height: 150px;
}

.lf-w-151px {
  width: 151px;
}

.lf-h-151px {
  height: 151px;
}

.lf-w-152px {
  width: 152px;
}

.lf-h-152px {
  height: 152px;
}

.lf-w-153px {
  width: 153px;
}

.lf-h-153px {
  height: 153px;
}

.lf-w-154px {
  width: 154px;
}

.lf-h-154px {
  height: 154px;
}

.lf-w-155px {
  width: 155px;
}

.lf-h-155px {
  height: 155px;
}

.lf-w-156px {
  width: 156px;
}

.lf-h-156px {
  height: 156px;
}

.lf-w-157px {
  width: 157px;
}

.lf-h-157px {
  height: 157px;
}

.lf-w-158px {
  width: 158px;
}

.lf-h-158px {
  height: 158px;
}

.lf-w-159px {
  width: 159px;
}

.lf-h-159px {
  height: 159px;
}

.lf-w-160px {
  width: 160px;
}

.lf-h-160px {
  height: 160px;
}

.lf-w-161px {
  width: 161px;
}

.lf-h-161px {
  height: 161px;
}

.lf-w-162px {
  width: 162px;
}

.lf-h-162px {
  height: 162px;
}

.lf-w-163px {
  width: 163px;
}

.lf-h-163px {
  height: 163px;
}

.lf-w-164px {
  width: 164px;
}

.lf-h-164px {
  height: 164px;
}

.lf-w-165px {
  width: 165px;
}

.lf-h-165px {
  height: 165px;
}

.lf-w-166px {
  width: 166px;
}

.lf-h-166px {
  height: 166px;
}

.lf-w-167px {
  width: 167px;
}

.lf-h-167px {
  height: 167px;
}

.lf-w-168px {
  width: 168px;
}

.lf-h-168px {
  height: 168px;
}

.lf-w-169px {
  width: 169px;
}

.lf-h-169px {
  height: 169px;
}

.lf-w-170px {
  width: 170px;
}

.lf-h-170px {
  height: 170px;
}

.lf-w-171px {
  width: 171px;
}

.lf-h-171px {
  height: 171px;
}

.lf-w-172px {
  width: 172px;
}

.lf-h-172px {
  height: 172px;
}

.lf-w-173px {
  width: 173px;
}

.lf-h-173px {
  height: 173px;
}

.lf-w-174px {
  width: 174px;
}

.lf-h-174px {
  height: 174px;
}

.lf-w-175px {
  width: 175px;
}

.lf-h-175px {
  height: 175px;
}

.lf-w-176px {
  width: 176px;
}

.lf-h-176px {
  height: 176px;
}

.lf-w-177px {
  width: 177px;
}

.lf-h-177px {
  height: 177px;
}

.lf-w-178px {
  width: 178px;
}

.lf-h-178px {
  height: 178px;
}

.lf-w-179px {
  width: 179px;
}

.lf-h-179px {
  height: 179px;
}

.lf-w-180px {
  width: 180px;
}

.lf-h-180px {
  height: 180px;
}

.lf-w-181px {
  width: 181px;
}

.lf-h-181px {
  height: 181px;
}

.lf-w-182px {
  width: 182px;
}

.lf-h-182px {
  height: 182px;
}

.lf-w-183px {
  width: 183px;
}

.lf-h-183px {
  height: 183px;
}

.lf-w-184px {
  width: 184px;
}

.lf-h-184px {
  height: 184px;
}

.lf-w-185px {
  width: 185px;
}

.lf-h-185px {
  height: 185px;
}

.lf-w-186px {
  width: 186px;
}

.lf-h-186px {
  height: 186px;
}

.lf-w-187px {
  width: 187px;
}

.lf-h-187px {
  height: 187px;
}

.lf-w-188px {
  width: 188px;
}

.lf-h-188px {
  height: 188px;
}

.lf-w-189px {
  width: 189px;
}

.lf-h-189px {
  height: 189px;
}

.lf-w-190px {
  width: 190px;
}

.lf-h-190px {
  height: 190px;
}

.lf-w-191px {
  width: 191px;
}

.lf-h-191px {
  height: 191px;
}

.lf-w-192px {
  width: 192px;
}

.lf-h-192px {
  height: 192px;
}

.lf-w-193px {
  width: 193px;
}

.lf-h-193px {
  height: 193px;
}

.lf-w-194px {
  width: 194px;
}

.lf-h-194px {
  height: 194px;
}

.lf-w-195px {
  width: 195px;
}

.lf-h-195px {
  height: 195px;
}

.lf-w-196px {
  width: 196px;
}

.lf-h-196px {
  height: 196px;
}

.lf-w-197px {
  width: 197px;
}

.lf-h-197px {
  height: 197px;
}

.lf-w-198px {
  width: 198px;
}

.lf-h-198px {
  height: 198px;
}

.lf-w-199px {
  width: 199px;
}

.lf-h-199px {
  height: 199px;
}

.lf-w-200px {
  width: 200px;
}

.lf-h-200px {
  height: 200px;
}

.lf-w-10 {
  width: 10%;
}

.lf-h-10 {
  height: 10%;
}

.lf-w-20 {
  width: 20%;
}

.lf-h-20 {
  height: 20%;
}

.lf-w-30 {
  width: 30%;
}

.lf-h-30 {
  height: 30%;
}

.lf-w-40 {
  width: 40%;
}

.lf-h-40 {
  height: 40%;
}

.lf-w-50 {
  width: 50%;
}

.lf-h-50 {
  height: 50%;
}

.lf-w-60 {
  width: 60%;
}

.lf-h-60 {
  height: 60%;
}

.lf-w-70 {
  width: 70%;
}

.lf-h-70 {
  height: 70%;
}

.lf-w-80 {
  width: 80%;
}

.lf-h-80 {
  height: 80%;
}

.lf-w-90 {
  width: 90%;
}

.lf-h-90 {
  height: 90%;
}

.lf-w-100 {
  width: 100%;
}

.lf-h-100 {
  height: 100%;
}

/*
/* :::::::: Custom width & height Class END :::::::*/

/*------------------------------------*/

/*
/* :::::::: Border Color :::::::*/

/*------------------------------------*/

.border-gray {
  border-color: #808080;
}

.border-gray-11 {
  border-color: #EFEFEF;
}

/*
/* :::::::: Border Color END :::::::*/

/*------------------------------------*/

/*
 */

/* :::::::: Flex Ratio Class :::::::*/

/*------------------------------------*/

.lf-flex-1 {
  flex: 1 !important;
}

.lf-flex-2 {
  flex: 2 !important;
}

.lf-flex-3 {
  flex: 3 !important;
}

.lf-flex-4 {
  flex: 4 !important;
}

.lf-flex-5 {
  flex: 5 !important;
}

.lf-flex-6 {
  flex: 6 !important;
}

.lf-flex-7 {
  flex: 7 !important;
}

.lf-flex-8 {
  flex: 8 !important;
}

.lf-flex-9 {
  flex: 9 !important;
}

.lf-flex-10 {
  flex: 10 !important;
}

.lf-flex-11 {
  flex: 11 !important;
}

/*
/* :::::::: Border Color END :::::::*/

/*------------------------------------*/

.lf-cursor-pointer {
  cursor: pointer !important;
}

.lf-pre-wrap {
  white-space: pre-wrap !important;
}

.form-submission-button[disabled=disabled] {
  cursor: not-allowed !important;
}

.help-block {
  margin-top: 0.25rem;
  color: #ff6c00;
}

.flash-message {
  line-height: 1 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: rgba(47, 79, 79, 0.8);
  display: none;
  top: 0;
  left: 0;
}

.flash-message.flash-message-active {
  display: block;
}

.flash-message .flash-removable {
  position: relative;
}

.flash-message .centralize-content {
  padding: 30px 15px !important;
  border-radius: 0px;
  background: #fff;
  text-align: center !important;
  box-shadow: 0 0 7px rgba(51, 51, 51, 0.4);
  display: none;
  max-width: 460px;
}

.flash-message .centralize-content.flash-error {
  color: #ee2844;
  display: block;
}

.flash-message .centralize-content.flash-error .flash-icon {
  border: 4px solid #ee2844;
}

.flash-message .centralize-content.flash-error .flash-icon::before {
  content: "\F00D";
  font-family: FontAwesome;
}

.flash-message .centralize-content.flash-success {
  color: #34d399;
  display: block;
}

.flash-message .centralize-content.flash-success .flash-icon {
  border: 4px solid #34d399;
}

.flash-message .centralize-content.flash-success .flash-icon::before {
  content: "\F00C";
  font-family: FontAwesome;
}

.flash-message .centralize-content.flash-warning {
  color: #ffc107;
  display: block;
}

.flash-message .centralize-content.flash-warning .flash-icon {
  border: 4px solid #ffc107;
}

.flash-message .centralize-content.flash-warning .flash-icon::before {
  content: "\F071";
  font-family: FontAwesome;
}

.flash-message .centralize-content.flash-confirmation {
  color: #fdc312;
  display: block;
}

.flash-message .centralize-content.flash-confirmation .flash-icon {
  border: 4px solid #fdc312;
}

.flash-message .centralize-content.flash-confirmation .flash-icon::before {
  content: "\F128";
  font-family: FontAwesome;
}

.flash-message .centralize-content.flash-confirmation .hidden-flash-item {
  display: initial;
}

.flash-message .centralize-content .hidden-flash-item {
  display: none;
}

.flash-message .centralize-content .flash-close.close {
  font-size: 18px;
  position: absolute;
  z-index: 999999999;
  color: #000;
  top: -22px;
  right: -4px;
}

.flash-message .centralize-content .flash-icon {
  display: table;
  margin: 0 auto 15px;
  font-size: 28px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 60px !important;
  background: #fff;
}

.flash-message .centralize-content p {
  font-size: 16px;
}

.bootstrap-datetimepicker-widget {
  line-height: 1 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 13em !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th {
  padding: 2px !important;
  width: auto !important;
  font-size: 12px !important;
  color: #202630 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td {
  padding: 2px !important;
  width: auto !important;
  font-size: 12px !important;
  color: #202630 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td span {
  width: 40px !important;
  height: 27px !important;
  line-height: 27px !important;
  font-size: 12px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades table td span {
  width: 92px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker table td {
  padding: 0 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #202630 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker table th {
  padding: 0 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #202630 !important;
}

.lf-filter-form {
  line-height: 1 !important;
  width: 100% !important;
}

.lf-filter-form a,
.lf-filter-form button,
.lf-filter-form .dropdown {
  flex: 0 0 34px;
  height: 34px !important;
}

.lf-filter-form a::after,
.lf-filter-form button::after,
.lf-filter-form .dropdown::after {
  display: none;
}

.lf-filter-form > div > div:first-child {
  margin-left: 0 !important;
}

.lf-filter-form .form-group {
  position: relative;
  margin: 3px 0;
}

.lf-filter-form .form-group .form-control {
  font-size: 12px !important;
  height: 34px !important;
  border-radius: 0 !important;
}

.lf-filter-form .lf-filter-search-group {
  margin: 3px 0;
}

.lf-filter-form .lf-filter-search-group .lf-select {
  font-size: 12px !important;
  height: 34px !important;
  flex: 1;
  border-radius: 0 !important;
}

.lf-filter-form .lf-filter-search-group .lf-select::after {
  top: 11px;
}

.lf-filter-form .lf-filter-search-group .lf-filter-search {
  font-size: 12px !important;
  height: 34px !important;
  border-radius: 0 !important;
}

.lf-filter-form .lf-filter-search-group .lf-filter-toggler {
  padding: 7px 2px 2px !important;
  text-align: center;
  border-radius: 0 !important;
}

.lf-filter-form .lf-select {
  font-size: 12px !important;
  height: 34px !important;
  border-radius: 0 !important;
}

.lf-filter-form .lf-select::after {
  font-size: 12px !important;
}

.lf-filter-form .lf-select select {
  font-size: 12px !important;
  height: 34px !important;
  padding: 5px 16px 5px 3px;
  border-radius: 0 !important;
}

.lf-filter-form .btn[type=submit] {
  padding: 2px !important;
  height: 34px;
  text-align: center;
  border-radius: 0 !important;
}

.lf-d-none {
  display: none;
}

.lf-filter-container {
  line-height: 1 !important;
  border: 1px solid #D3D3D3;
  padding: 0 10px 10px;
}

.lf-filter-container .lf-filter-wrapper .lf-filter-checkbox {
  display: none;
}

.lf-filter-container .lf-filter-wrapper .lf-filter-checkbox:checked + .lf-filter-checkbox-label::after {
  left: 14px;
  background: #fdcf41;
  box-shadow: -2px 0 3px rgba(51, 51, 51, 0.2);
}

.lf-filter-container .lf-filter-wrapper .lf-filter-checkbox:checked + .lf-filter-checkbox-label::before {
  padding-left: 1px;
  background: #bc8e02;
}

.lf-filter-container .lf-filter-wrapper .lf-filter-checkbox-label {
  position: relative;
  padding-left: 38px;
  line-height: 20px !important;
  margin-bottom: 8px;
  cursor: pointer;
  font-weight: 400 !important;
}

.lf-filter-container .lf-filter-wrapper .lf-filter-checkbox-label::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #EFEFEF;
  box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.5);
  transition: all 0.1s linear;
}

.lf-filter-container .lf-filter-wrapper .lf-filter-checkbox-label::before {
  transition: all 0.1s linear;
  position: absolute;
  left: 2px;
  top: 4px;
  content: "";
  width: 30px;
  height: 12px;
  background: #808080;
  border-radius: 6px;
  line-height: 15px !important;
  text-align: center;
  font-size: 12px;
}

.lf-filter-container .btn[type=submit] {
  padding: 2px 8px !important;
  height: 34px;
  text-align: center;
  border-radius: 0 !important;
}

.lf-pagination ul {
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.lf-pagination ul .page-item:first-child .page-link {
  border-radius: 0;
}

.lf-pagination ul .page-item:last-child .page-link {
  border-radius: 0;
}

.lf-pagination ul .page-item.disabled .page-link {
  color: #808080;
  background-color: #242a33;
  border-color: #161625;
}

.lf-pagination ul .page-item.active .page-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fdc312;
  border-color: #fdc92a;
}

.lf-pagination ul .page-item .page-link {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5 !important;
}

.lf-pagination ul .page-item .page-link:hover {
  color: #fff;
  background-color: #bc8e02;
  border-color: #d7a202;
}

.pagination-text {
  line-height: 2 !important;
}

table.lf-data-table {
  width: 100% !important;
}

/* Modern Fintech Style for Wallet Table */

table.lf-data-table.dtr-inline {
  width: 100%;
  border-radius: 18px;
  background: #242539;
  box-shadow: 0 6px 32px -8px #0e0f28;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.lf-data-table.dtr-inline > thead > tr > th {
  background: #23252c;
  color: #b6bac9;
  font-weight: 700;
  font-size: 1rem;
  padding: 18px 16px 18px 10px;
  border: none !important;
  letter-spacing: 0.04em;
  text-align: left;
}

table.lf-data-table.dtr-inline > thead > tr > th.sorting {
  cursor: pointer;
  padding-right: 22px;
}

table.lf-data-table.dtr-inline > thead > tr > th.no-sort {
  pointer-events: none;
  opacity: 0.7;
}

table.lf-data-table.dtr-inline > tbody > tr {
  transition: background 0.18s;
  border-radius: 9px;
}

table.lf-data-table.dtr-inline > tbody > tr.odd {
  background: #181a20;
}

table.lf-data-table.dtr-inline > tbody > tr.even {
  background: #191b1f;
}

table.lf-data-table.dtr-inline > tbody > tr:hover {
  background: #23252c !important;
  box-shadow: 0 4px 24px -6px #1ea87b2a;
}

table.lf-data-table.dtr-inline > tbody > tr > td {
  padding: 20px 14px !important;
  vertical-align: middle;
  border: none !important;
  font-size: 1rem;
  color: #e1e1e6;
  position: relative;
  background: none;
}

table.lf-data-table.dtr-inline > tbody > tr > td img.img-table {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 8px;
  background: #181a20;
  box-shadow: 0 2px 12px 0 #1ea87b0d;
  vertical-align: middle;
  object-fit: contain;
}

table.lf-data-table.dtr-inline > tbody > tr > td.dataTables_empty {
  color: #b6bac9;
  text-align: center;
  font-size: 1.05rem;
  padding: 30px 8px !important;
  background: #1a1c23 !important;
}

table.lf-data-table.dtr-inline > tbody > tr > td:first-child {
  font-weight: 600;
  letter-spacing: 0.04em;
}

table.lf-data-table.dtr-inline > tbody > tr > td .dtr-title {
  color: #1ea87b;
  font-weight: bold;
  margin-right: 4px;
}

table.lf-data-table.dtr-inline > thead > tr > th.no-sort::before,
table.lf-data-table.dtr-inline > thead > tr > th.no-sort::after,
table.lf-data-table.dtr-inline > tbody > tr > td.dataTables_empty::before {
  content: "" !important;
  display: none !important;
}

@media (max-width: 640px) {
  table.lf-data-table.dtr-inline > thead > tr > th,
  table.lf-data-table.dtr-inline > tbody > tr > td {
    padding: 13px 6px !important;
    font-size: .95rem;
  }
}

/* حالت تیره */
.dark table.lf-data-table.dtr-inline > thead > tr > th,
.dark table.lf-data-table.dtr-inline > tbody > tr > td {
  background: none !important;
  color: #c9e7e6;
}
.dark table.lf-data-table.dtr-inline > tbody > tr {
  background: #191b1f !important;
}
.dark table.lf-data-table.dtr-inline > tbody > tr.odd {
  background: #191b1f !important;
}
.dark table.lf-data-table.dtr-inline > tbody > tr.even {
  background: #181a20 !important;
}


table.dataTable.lf-data-table {
  margin-top: -2px !important;
  margin-bottom: 0 !important;
}

.lf-action {
  line-height: 1 !important;
  text-align: right;
}

.lf-action .dropdown-toggle {
  padding: 5px 10px;
  font-size: 14px;
}

.lf-action .dropdown-toggle::after {
  content: none;
}

.lf-action .btn-group .dropdown-menu {
  border: none;
  font-size: 12px;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
}

.lf-action .btn-group .dropdown-item {
  padding: 12px 10px;
}

.lf-action .btn-group .dropdown-item:focus,
.lf-action .btn-group .dropdown-item:hover {
  background-color: #f6f8ff;
}

div.dataTables_paginate {
  line-height: 1 !important;
  margin-top: 30px !important;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
  padding-right: 0 !important;
}

.dataTables_scrollBody thead {
  display: none !important;
}

.mCSB_scrollTools {
  width: 5px !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

/* ask order table */

#ask-order-table.dataTable tbody tr:hover {
  background-color: rgba(214, 10, 83, 0.2);
  cursor: pointer !important;
}

#ask-order-table.dataTable tbody tr.inserted,
#ask-order-table.dataTable tbody tr.updated {
  background-color: rgba(214, 10, 83, 0.2);
}

/* bid order table */

#bid-order-table.dataTable tbody tr:hover {
  background-color: rgba(34, 158, 107, 0.3);
  cursor: pointer !important;
}

#bid-order-table.dataTable tbody tr.inserted,
#bid-order-table.dataTable tbody tr.updated {
  background-color: rgba(34, 158, 107, 0.3);
}

/* Customize the label (the container) */

.custom-radio-box {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.custom-radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.custom-radio-box:hover input ~ .checkmark {
  border-color: #229e6b;
}

/* When the radio button is checked, add a blue background */

.custom-radio-box input:checked ~ .checkmark {
  border-color: #229e6b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.custom-radio-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.custom-radio-box .checkmark:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #229e6b;
}

.search-label {
  width: 30%;
}

.search-label input[type=search] {
  width: 100%;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
  top: 0px;
}

#market-table tbody tr:hover {
  cursor: pointer;
  background: rgba(34, 158, 107, 0.16);
}

#market-table tbody tr.selected {
  cursor: initial;
  background: rgba(34, 158, 107, 0.16);
}

.inserted-sell {
  background-color: rgba(238, 40, 68, 0.16);
}

.inserted-buy {
  background-color: rgba(34, 158, 107, 0.3);
}

@media (max-width: 991px) {
  #market-table_wrapper .dataTables_scrollBody {
    height: 315px !important;
  }
}

.section-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  z-index: 999;
}

.border-radius-0 {
  border-radius: initial !important;
}

.bg-green {
  background: #229e6b;
}

.bg-pink {
  background: #ee2844;
}

.bg-yellow {
  background: #d3f80c;
}

.btn.bg-green:hover {
  background-color: rgba(34, 158, 107, 0.8);
}

.btn.bg-pink:hover {
  background-color: rgba(238, 40, 68, 0.8);
}

.text-pink {
  color: #ee2844 !important;
}

.text-green {
  color: #229e6b !important;
}

.text-yellow {
  color: #d3f80c !important;
}

.h-463px {
  height: 463px;
}

.h-586px {
  height: 586px;
}

.market-nav .nav-item {
  margin-right: 20px;
}

.market-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #fff;
}

.link-color-fb {
  color: #1877F2;
}

.link-color-twitter {
  color: #00ABF3;
}

.link-color-linkedin {
  color: #0076B4;
}

.card-nav .nav-item.active {
  margin-bottom: -1px;
}

.card-nav .nav-item.active .nav-link {
  color: #229e6b !important;
}

@media (min-width: 992px) {
  .lf-market-mt-lg-reverse {
    margin-top: -131px;
  }

  .h-lg-586px {
    height: 586px;
  }

  .h-lg-584px {
    height: 584px;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .lf-lg-fixed-summary-height {
    height: 123px;
  }

  .lf-overflow-lg-visible {
    overflow: visible !important;
  }
}

@media (max-width: 991px) {
  .h-sm-463px {
    height: 463px;
  }
}

@media (max-width: 767px) {
  .lf-border-sm-bottom {
    border-bottom: 1px solid;
  }
}

@media (min-width: 768px) {
  .h-md-463px {
    height: 463px;
  }

  .lf-border-md-right {
    border-right: 1px solid;
  }
}

.graph-loader {
  height: 536px;
  background-size: 150px;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-29 {
  font-size: 29px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-31 {
  font-size: 31px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-33 {
  font-size: 33px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-37 {
  font-size: 37px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-39 {
  font-size: 39px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-41 {
  font-size: 41px !important;
}

.font-size-42 {
  font-size: 42px !important;
}

.font-size-43 {
  font-size: 43px !important;
}

.font-size-44 {
  font-size: 44px !important;
}

.font-size-45 {
  font-size: 45px !important;
}

.font-size-46 {
  font-size: 46px !important;
}

.font-size-47 {
  font-size: 47px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-49 {
  font-size: 49px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.coin-box {
  position: relative;
}

.coin-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 3px solid !important;
}

.coin-box.coin-box-info::after {
  border-color: #fdc312 !important;
}

.coin-box.coin-box-danger::after {
  border-color: #ee2844 !important;
}

.coin-box.coin-box-warning::after {
  border-color: #ffc107 !important;
}

.coin-box.coin-box-success::after {
  border-color: #34d399 !important;
}

.coin-box.coin-box-primary::after {
  border-color: #74788d !important;
}

.coin-box.coin-box-secondary::after {
  border-color: #1d1d1d !important;
}

.coin-box .coin-name {
  font-size: 14px;
  font-weight: 400;
}

.coin-box .available-coin {
  font-size: 14px;
  font-weight: 600;
}

.box-action-btn.dropdown-toggle {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: transparent;
  border: transparent;
}

.box-action-btn.dropdown-toggle::after,
.box-action-btn.dropdown-toggle::before {
  display: none;
}

.cart-loader {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  transition: 1s;
  opacity: 1;
}

.cart-loader.hide {
  opacity: 0;
  display: none;
}

.lds-cart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-cart div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  animation: lds-cart 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-cart div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-cart div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-cart div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}

@keyframes lds-cart {
  0% {
    top: 8px;
    height: 64px;
  }

  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

body.light {
  color: #a1a0a7;
  background: #fbfdff;
}

.light .lf-toggle-inversed-logo {
  filter: invert(100%);
}

.light .footer-widget-menu a,
.light .footer-widget-contact-info a {
  color: #a1a0a7;
}

.light .footer-widget-menu a:hover,
.light .footer-widget-contact-info a:hover {
  color: #fdc312;
}

.light a {
  color: #48465b;
}

.light a:focus {
  outline: none;
  color: #1d1d1d;
}

.light a:hover {
  text-decoration: none;
}

.light a.dropdown-item {
  color: #a1a0a7 !important;
}

.light .lf-template-header {
  background: #fff;
}

.light .lf-toggle-text-color {
  color: #333333;
}

.light .lf-toggle-text-color-75 {
  color: rgba(51, 51, 51, 0.75);
}

.light .lf-toggle-text-color-50 {
  color: rgba(51, 51, 51, 0.5);
}

.light .header {
  background-color: #fff !important;
  background-image: url(/images/bg-home.png);
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
}

.light .lf-toggle-bg-input {
  background: #D3D3D3 !important;
}

.light .lf-toggle-bg-settings-submenu {
  background: #e7e7e7 !important;
}

.light .form-control {
  color: #a1a0a7;
  background: #F5F5F5 !important;
  border-color: #cccccc !important;
}

.light .lf-toggle-bg-card {
  background: #ffffff;
}

.light .lf-toggle-bg-reverse {
  background: #343c49;
}

.light .lf-toggle-border-card {
  border: 1px solid #cccccc;
}

.light .lf-toggle-border-card .card-header {
  border-bottom: 1px solid #cccccc;
}

.light .lf-toggle-border-card .card-footer {
  border-top: 1px solid #cccccc;
}

.light .lf-toggle-bg-footer {
  background-color: #fff !important;
  background-image: url(/images/bg-home.png);
  background-size: cover;
}

.light .footer-widget .footer-widget-title {
  color: #fff;
}

.light .lf-toggle-bg-copyright-footer {
  background: #17181e;
}

.light .lf-toggle-border-color {
  border-color: #cccccc !important;
}

.light .card-nav .nav-item.active {
  background: #ffffff;
}

.light .lf-kyc-card:hover .card-footer {
  background-color: #fdc312;
  color: #fff;
}

.light #open-order-table thead th,
.light #open-order-table tbody td {
  border: 1px solid #cccccc;
}

.light #market-table-dropdown .dropdown-menu {
  background: #fbfdff;
  border: 1px solid #cccccc;
}

.light #market-table-dropdown .dropdown-menu .dropdown-item {
  color: #333333;
}

.light #market-table-dropdown .dropdown-menu .dropdown-item:hover,
.light #market-table-dropdown .dropdown-menu .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.5);
}

.light .exchange-form-nav .nav-item.active {
  background: #ffffff;
}

.light .lf-nav-tab a {
  background: rgba(255, 255, 255, 0.5);
  color: #a1a0a7;
  border-left-color: #cccccc;
  border-bottom-color: #cccccc;
}

.light .lf-nav-tab a:hover,
.light .lf-nav-tab a.active {
  background: #fff;
  color: #fdc312;
  border-bottom: none;
}

.light .lf-title {
  background: #EFEFEF;
}

.light .lf-title h3 {
  color: #74788d;
}

.light .lf-title .breadcrumb {
  background: none;
}

.light table {
  color: #333333;
}

.light table.lf-data-table.dtr-inline > tbody > tr.odd {
  background: #f6f8ff;
}

.light table.lf-data-table.dtr-inline > tbody > tr.even {
  background: #fff;
}

.light table a {
  color: #fdc312;
}

.light .mymenu li.individual-menu-item .innermenu .innermenuhead {
  border: 1px solid #f6f8ff;
  background: #F5F5F5;
}

.light .mymenu li.individual-menu-item .innermenu .innermenubody {
  border: 1px solid #EFEFEF;
}

.light .mymenu li.individual-menu-item .innermenu .innermenubody input[type=text] {
  border: 1px solid #D3D3D3;
}

.light .mymenu li.individual-menu-item .innermenu .innermenubody .myhrborder {
  border-bottom: 1px inset #fff !important;
}

.light #all-routes .checkbox {
  background: #F5F5F5;
}

.light #all-routes .checkbox:nth-child(even) {
  background: #f6f8ff;
}

.light .page-item.disabled .page-link {
  color: #808080;
  background-color: #fff;
  border-color: #cccccc;
}

.light .page-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  border-color: #cccccc;
}

.light .bootstrap-tagsinput .tag {
  color: #a1a0a7;
}

.light .page-form .select2-selection.select2-selection {
  background-color: #ffffff;
  color: #a1a0a7;
  border-color: #cccccc;
}

.light .select2-selection__choice {
  color: #a1a0a7;
}

.light .ticket-comment-body {
  background: #fbfdff;
}

.light .ticket-comment-body::after {
  border-bottom-color: #fbfdff;
}

.light .img-thumbnail {
  border-color: #808080;
}

.light .lf-main-nav > li > a {
  color: #48465b;
}

.light .lf-main-nav > li > a:hover {
  color: #fdc312;
}

.light .lf-main-nav > li.active > a {
  background: transparent !important;
}

.light .lf-user-menu {
  line-height: 1 !important;
}

.light .lf-user-menu > li {
  /*------------------------------------*/
  /* ::::: USER NOTIFICATION STARTS ::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* ::::: USER NOTIFICATION ENDS ::::::*/
  /*------------------------------------*/
}

.light .lf-user-menu > li > a {
  color: #48465b;
}

.light .lf-user-menu > li > a:hover,
.light .lf-user-menu > li > a.active {
  color: #c69300 !important;
}

.light .lf-user-menu > li .lf-user-dropdown .dropdown-toggle:hover > i {
  background: #c69300;
  border-color: #c69300;
}

.light .lf-user-menu > li .lf-user-dropdown .dropdown-toggle > i {
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.87);
}

.light .lf-user-menu > li .lf-user-notification .dropdown-toggle {
  border: none;
}

.light .lf-user-menu > li .lf-user-notification .dropdown-toggle:hover .notification-icon {
  color: #c69300;
}

.light .lf-user-menu > li .lf-user-notification .dropdown-toggle .notification-icon {
  font-size: 22px;
  line-height: 18px !important;
  color: #48465b;
}

.light .lf-user-menu > li .lf-user-notification .dropdown-toggle .lf-notification-count {
  background: #c69300;
  color: #fff;
}

.light .lf-user-menu > li .lf-user-notification .dropdown-menu {
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
}

.light .lf-user-menu > li .lf-user-notification .dropdown-menu .dropdown-header {
  padding: 10px 10px;
  text-align: center;
}

.light .lf-user-menu > li .lf-user-notification .dropdown-menu .dropdown-item {
  border-top: 1px solid #EFEFEF;
}

.light .lf-user-menu > li .lf-user-notification .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #74788d;
}

.light .lf-user-menu > li .lf-language .dropdown-toggle {
  color: #48465b;
  font-weight: 500;
}

.light .lf-user-menu > li .lf-language .dropdown-toggle:hover {
  color: #c69300;
}

.light .lf-user-menu > li .lf-language .dropdown-toggle:hover .lf-language-text::before {
  color: #c69300;
}

.light .lf-user-menu > li .lf-language .dropdown-toggle:hover .lf-language-image img {
  border-color: #c69300;
}

.light .lf-user-menu > li .lf-language .dropdown-toggle::after {
  display: none;
}

.light .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-image img {
  height: 20px;
  padding: 0;
}

.light .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-text {
  padding-left: 24px;
  position: relative;
}

.light .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-text::before {
  content: "\F0AC";
  font-family: FontAwesome, serif;
  position: absolute;
  left: 0;
  top: -5.5px;
  font-size: 24px;
  color: #48465b;
}

.light .lf-user-menu > li .lf-language .dropdown-menu {
  min-width: auto;
  padding: 0;
  border: none;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
}

.light .lf-user-menu > li .lf-language .dropdown-menu .dropdown-item {
  padding: 0;
}

.light .lf-user-menu > li .lf-language .dropdown-menu .dropdown-item:hover {
  overflow: hidden;
}

.light .lf-user-menu > li .lf-language .dropdown-menu .dropdown-item img {
  padding: 1px;
}

.light .lf-user-menu > li .lf-language .dropdown-menu .lf-language-text {
  padding: 5px 15px;
  font-size: 12px;
}

.light .lf-user-menu > li .lf-theme-switcher {
  border-color: rgba(0, 0, 0, 0.2);
}

.light .lf-user-menu > li .lf-theme-switcher .btn {
  color: rgba(0, 0, 0, 0.5);
}

.light .lf-user-menu > li .lf-theme-switcher .btn:hover {
  color: black;
  background: rgba(0, 0, 0, 0.2);
}

.light .lf-user-menu > li .lf-theme-switcher .active {
  color: #2b50c8;
  background: rgba(0, 0, 0, 0.2);
}

body.dark {
  color: #fdc312;
  background: #202630;
}

.dark a {
  color: #fff;
}

.dark a:focus {
  outline: none;
  color: #fdc312;
}

.dark a:hover {
  color: #fdc312;
  text-decoration: none;
}

.dark a.dropdown-item {
  color: #d6d4e0 !important;
}

.dark .lf-template-header {
  background: #17181e;
}

.dark .lf-toggle-text-color {
  color: #fff;
}

.dark .lf-toggle-text-color-75 {
  color: rgba(255, 255, 255, 0.75);
}

.dark .lf-toggle-text-color-50 {
  color: rgba(255, 255, 255, 0.5);
}

.dark .header {
  background-color: #181a20 !important;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
}

.dark .form-control {
  background: #0c121d !important;
  color: #f6f8ff;
  border-color: #1f2035 !important;
}

.dark .lf-toggle-bg-content,
.dark .lf-toggle-bg-input {
  background: #202630;
}

.dark .lf-toggle-bg-settings-submenu {
  background: #292b2d !important;
}

.dark .form-control.lf-light-input {
  color: #a1a0a7;
  background: #F5F5F5 !important;
  border-color: #cccccc !important;
}

.dark .lf-toggle-bg-card {
  background: #343c49;
}

.dark .lf-toggle-bg-reverse {
  background: #ffffff;
}

.dark .lf-toggle-border-card {
  border: 1px solid #1f2035;
}

.dark .lf-toggle-border-card .card-header {
  border-bottom: 1px solid #1f2035;
}

.dark .lf-toggle-border-card .card-footer {
  border-top: 1px solid #1f2035;
}

.dark .lf-toggle-bg-footer {
  background-color: #181a20 !important;
  background-size: cover;
}

.dark .footer-widget .footer-widget-title {
  color: #fff;
}

.dark .lf-toggle-bg-copyright-footer {
  background: #17181e;
}

.dark .lf-toggle-border-color {
  border-color: #1f2035 !important;
}

.dark .card-nav .nav-item.active {
  background: #343c49;
}

.dark .lf-kyc-card:hover .card-footer {
  background-color: #fdc312;
  color: #fff;
}

.dark #open-order-table thead th,
.dark #open-order-table tbody td {
  border: 1px solid #1f2035;
}

.dark #market-table-dropdown .dropdown-menu {
  background: #202630;
  border: 1px solid #1f2035;
}

.dark #market-table-dropdown .dropdown-menu .dropdown-item {
  color: #fff;
}

.dark #market-table-dropdown .dropdown-menu .dropdown-item:hover,
.dark #market-table-dropdown .dropdown-menu .dropdown-item:focus {
  background: rgba(51, 51, 51, 0.5);
}

.dark .exchange-form-nav .nav-item.active {
  background: #343c49;
}

.dark .lf-nav-tab a {
  background: rgba(51, 51, 51, 0.07);
  color: #fff;
  border-left-color: #1f2035;
  border-bottom-color: #1f2035;
}

.dark .lf-nav-tab a:first-child {
  border-left: none;
}

.dark .lf-nav-tab a:hover,
.dark .lf-nav-tab a.active {
  background: #343c49;
  color: #fdc312;
  border-bottom: none;
}

.dark .lf-title {
  background: #5e8d7ac2;
}

.dark .lf-title h3 {
  color: #fff;
}

.dark .lf-title .breadcrumb {
  background: none;
}

.dark table {
  color: #fff;
}

.dark table.lf-data-table.dtr-inline > tbody > tr.odd {
  background: #000;
}

.dark table.lf-data-table.dtr-inline > tbody > tr.even {
  background: #25262b;
}

.dark table a {
  color: #fdc312;
}

.dark .mymenu li.individual-menu-item .innermenu .innermenuhead {
  border: 1px solid #1f2035;
  background: #242539;
  color: #fff;
}

.dark .mymenu li.individual-menu-item .innermenu .innermenubody {
  border: 1px solid #1f2035;
  color: #fff;
}

.dark .mymenu li.individual-menu-item .innermenu .innermenubody input[type=text] {
  border: 1px solid #1f2035;
  background-color: #242539;
}

.dark .mymenu li.individual-menu-item .innermenu .innermenubody .myhrborder {
  border-bottom: 1px inset #1f2035 !important;
}

.dark #all-routes .checkbox {
  background: #343c49;
}

.dark #all-routes .checkbox:nth-child(even) {
  background: #343c49;
}

.dark .page-item.disabled .page-link {
  color: #696969;
  background-color: #343c49;
  border-color: #1f2035;
}

.dark .page-link {
  color: #fdc312;
  background-color: #343c49;
  border-color: #1f2035;
}

.dark .bootstrap-tagsinput .tag {
  color: #f6f8ff;
}

.dark .page-form .select2-selection.select2-selection {
  background-color: #343c49;
  color: #f6f8ff;
  border-color: #1f2035;
}

.dark .select2-selection__choice {
  color: #a1a0a7;
}

.dark .ticket-comment-body {
  background: #202630;
}

.dark .ticket-comment-body::after {
  border-bottom-color: #202630;
}

.dark .img-thumbnail {
  border-color: #1f2035;
}

.dark .lf-main-nav > li > a {
  color: #fff;
}

.dark .lf-main-nav > li > a:hover {
  color: #fdc312;
}

.dark .lf-main-nav > li.active > a {
  background: transparent !important;
}

html[dir=rtl] {
  /*---------------------
  TOP PRIMARY SCSS START
  ---------------------*/
  /*START: CENTRALIZING THE SECTION VERTICALLY AND HORIZONTALLY*/
  /*END: CENTRALIZING THE SECTION VERTICALLY AND HORIZONTALLY*/
  /*start: footer section*/
  /*end: footer section*/
  /*Fixed side nav style:starts*/
  /*Fixed side nav style:ends*/
  /*-------------------
  TOP PRIMARY SCSS ENDS
  -------------------*/
  /*-----------------
  TOP NAV SCSS STARTS
  -----------------*/
  /*NAVIGATION STARTS*/
  /*Mobile menu*/
  /*NAVIGATION ENDS*/
  /*NAVIGATION VARIATION STARTS*/
  /*NAVIGATION VARIATION ENDS*/
  /*---------------
  TOP NAV SCSS ENDS
  ---------------*/
  /*---------------------
  TOP SIDE NAV SCSS START
  ---------------------*/
  /*--------------------
  TOP SIDE NAV SCSS ENDS
  --------------------*/
  /*----------------------------------
  TOP DROPDOWN NOTIFICATION SCSS START
  ----------------------------------*/
  /*---------------------------------
  TOP DROPDOWN NOTIFICATION SCSS ENDS
  ---------------------------------*/
  /*--------------------------
  TOP DROPDOWN USER SCSS START
  ---------------------------*/
  /*-------------------------
  TOP DROPDOWN USER SCSS ENDS
  -------------------------*/
  /*------------------------------
  TOP DROPDOWN LANGUAGE SCSS START
  ------------------------------*/
  /*-----------------------------
  TOP DROPDOWN LANGUAGE SCSS ENDS
  -----------------------------*/
  /*-------------------------
  TOP CUSTOM INPUTS SCSS ENDS
  --------------------------*/
  /*CHECKBOX STYLE STARTS*/
  /*CHECKBOX STYLE ENDS*/
  /*RADIO STYLE STARTS*/
  /*RADIO STYLE ENDS*/
  /*SWITCH STYLE STARTS*/
  /*SWITCH STYLE ENDS*/
  /*SELECT STYLE STARTS*/
  /*SELECT STYLE ENDS*/
  /*Jasny Bootstrap File Input Style Start*/
  /*Jasny Bootstrap File Input Style End*/
  /*-------------------------
  TOP CUSTOM INPUTS SCSS ENDS
  --------------------------*/
  /*-------------------------
  TOP FLASH MESSAGE SCSS START
  --------------------------*/
  /*-------------------------
  TOP FLASH MESSAGE SCSS ENDS
  --------------------------*/
  /*--------------------
  TOP FILTERS SCSS START
  --------------------*/
  /*-------------------
  TOP FILTERS SCSS ENDS
  -------------------*/
  /*-------------------------
  TOP ADVANCE FILTERS SCSS START
  --------------------------*/
  /*-------------------------
  TOP ADVANCE FILTERS SCSS ENDS
  --------------------------*/
  /*----------------------
  TOP DATATABLE SCSS START
  -----------------------*/
  /*----------------------
  TOP DATATABLE SCSS ENDS
  -----------------------*/
  /*--------------------
  TOP EXCHANGE SCSS START
  ---------------------*/
  /*--------------------
  TOP EXCHANGE SCSS ENDS
  ---------------------*/
  /*--------------------
  TOP COIN BOX SCSS START
  ---------------------*/
  /*--------------------
  TOP COIN BOX SCSS ENDS
  ---------------------*/
  /*------------------------
  TOP CART LOADER SCSS START
  ------------------------*/
  /*------------------------
  TOP CART LOADER SCSS ENDS
  ------------------------*/
  /*------------------
  TOP LIGHT SCSS START
  ------------------*/
  /*------------------
  TOP LIGHT SCSS ENDS
  ------------------*/
  /*-----------------
  TOP DARK SCSS START
  -----------------*/
  /*-----------------
  TOP DARK SCSS ENDS
  -----------------*/
}

html[dir=rtl] body {
  font-family: -apple-system, BlinkMacSystemFont, "IRANSansX", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

html[dir=rtl] .centralize-wrapper {
  left: initial;
  right: 0;
}

html[dir=rtl] .centralize-wrapper .centralize-inner .centralize-content {
  text-align: right;
}

html[dir=rtl] .lf-nav-tab {
  display: flex;
  flex-wrap: wrap;
}

html[dir=rtl] .lf-nav-tab a {
  border-left: none;
  border-right: 1px solid;
}

html[dir=rtl] .lf-post-content ol,
html[dir=rtl] .lf-post-content ul {
  padding-left: initial;
  padding-right: 15px;
}

html[dir=rtl] .footer-widget .footer-widget-contact-info li .fa {
  margin-right: initial;
  margin-left: 10px;
}

html[dir=rtl] .footer-social-media-links li:last-child {
  margin-right: initial;
  margin-left: 0;
}

@media all and (min-width: 992px) {
  html[dir=rtl] .lf-fixed-sidenav.lf-headerless-body .wrapper {
    margin-left: initial;
    margin-right: 0px;
  }

  html[dir=rtl] .lf-fixed-sidenav .wrapper {
    transition: margin-right 0.3s linear;
    margin-right: 280px;
    margin-left: initial;
  }
}

html[dir=rtl] .lf-main-nav > li {
  margin-right: initial;
  margin-left: 15px;
}

html[dir=rtl] .lf-main-nav > li.active > a::before {
  right: initial;
  left: 0;
}

html[dir=rtl] .lf-main-nav > li:hover > a::before {
  right: initial;
  left: 0;
}

html[dir=rtl] .lf-main-nav > li:hover > a::after {
  transform: rotate(-90deg);
}

html[dir=rtl] .lf-main-nav > li > a::before {
  right: initial;
  left: 50%;
}

html[dir=rtl] .lf-main-nav li a {
  padding: 20px 0 20px 13px;
}

html[dir=rtl] .lf-main-nav li a::after {
  right: initial;
  left: 0;
  content: "\F104";
}

html[dir=rtl] .lf-main-nav li a:only-child {
  padding-right: initial;
  padding-left: 0;
}

html[dir=rtl] .lf-main-nav li:last-child {
  margin-right: initial;
  margin-left: 0;
}

html[dir=rtl] .lf-main-nav li ul {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-main-nav li ul li a {
  padding: 6px 8px 6px 21px;
}

html[dir=rtl] .lf-main-nav li ul li a::after {
  right: initial;
  left: 8px;
}

html[dir=rtl] .lf-main-nav li ul li a:only-child {
  padding-right: 8px;
  padding-left: 8px;
}

html[dir=rtl] .lf-main-nav li ul li ul {
  left: initial;
  right: 100%;
}

html[dir=rtl] .lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav {
  right: initial;
  left: 0;
}

html[dir=rtl] .lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a,
html[dir=rtl] .lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row {
  padding-right: 10px;
  padding-left: 20px;
}

html[dir=rtl] .lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a .slicknav_arrow,
html[dir=rtl] .lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row .slicknav_arrow {
  right: initial;
  left: 10px;
}

html[dir=rtl] .lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li ul {
  margin-left: initial;
  margin-right: 10px;
  border-left: none;
  border-right: 1px dotted rgba(51, 51, 51, 0.1);
}

html[dir=rtl] .lf-template-header {
  /*TRANSPARENT*/
}

html[dir=rtl] .lf-template-header.header-transparent {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-user-menu {
  float: left;
}

html[dir=rtl] .lf-user-menu > li {
  margin-right: initial;
  margin-left: 10px;
}

html[dir=rtl] .lf-user-menu > li:last-child {
  margin-right: initial;
  margin-left: 0;
}

html[dir=rtl] .lf-side-nav-toggler {
  margin-left: initial;
  margin-right: 25px;
  right: 0;
  left: auto;
}

html[dir=rtl] .lf-side-nav {
  left: initial;
  right: -280px;
}

html[dir=rtl] .lf-side-nav.lf-side-nav-open {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-side-nav.lf-side-nav-open .lf-side-nav-handler {
  right: initial;
  left: -35px;
}

html[dir=rtl] .lf-side-nav .mCSB_inside > .mCSB_container {
  margin-right: initial;
  margin-left: 8px;
}

html[dir=rtl] .lf-side-nav .mCS_no_scrollbar .mCSB_inside > .mCSB_container {
  margin-right: initial;
  margin-left: 0px;
}

html[dir=rtl] .lf-side-nav .lf-side-nav-handler {
  right: initial;
  padding-left: initial;
  border-radius: 5px 0 0 5px;
  left: 5px;
  padding-right: 6px;
}

html[dir=rtl] .lf-side-nav .lf-side-nav-wrapper {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-side-nav .lf-side-nav-wrapper nav ul li a::after {
  right: initial;
  left: 8px;
}

html[dir=rtl] .lf-side-nav .lf-side-nav-wrapper nav ul li ul {
  padding: 0 15px 0 0;
}

html[dir=rtl] .lf-side-nav .lf-side-nav-wrapper nav ul li ul li {
  margin-left: initial;
  margin-right: -15px;
}

html[dir=rtl] .lf-side-nav .lf-side-nav-wrapper nav ul li ul li a {
  padding-left: initial;
  padding-right: 20px;
}

html[dir=rtl] .lf-side-nav .lf-side-nav-wrapper nav ul li ul li ul li a {
  padding-left: initial;
  padding-right: 30px;
}

html[dir=rtl] .lf-user-menu > li .lf-user-notification .dropdown-toggle {
  margin-right: initial;
  margin-left: 2px;
}

html[dir=rtl] .lf-user-menu > li .lf-user-notification .dropdown-toggle .lf-notification-count {
  left: initial;
  right: 100%;
  text-align: center;
  margin-left: initial;
  margin-right: -8px;
}

html[dir=rtl] .lf-user-menu > li .lf-user-dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

html[dir=rtl] .lf-user-menu > li .lf-user-dropdown .dropdown-menu .dropdown-header .user-info {
  padding-left: initial;
  padding-right: 5px;
}

html[dir=rtl] .lf-user-menu > li .lf-user-dropdown i {
  margin-right: initial;
  margin-left: 2px;
}

html[dir=rtl] .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-text {
  padding-left: initial;
  padding-right: 24px;
}

html[dir=rtl] .lf-user-menu > li .lf-language .dropdown-toggle .lf-language-text::before {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-checkbox label {
  padding-left: initial;
  padding-right: 30px;
}

html[dir=rtl] .lf-checkbox label::before {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-radio label {
  padding-left: initial;
  padding-right: 24px;
}

html[dir=rtl] .lf-radio label::before {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-switch .lf-switch-input:checked + .lf-switch-label::before {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-select::after {
  right: initial;
  left: 10px;
}

html[dir=rtl] .lf-select select {
  padding-right: initial;
  padding-left: 26px;
}

html[dir=rtl] .fileinput.fileinput-exists #remove {
  float: left;
}

html[dir=rtl] .flash-message {
  left: initial;
  right: 0;
}

html[dir=rtl] .flash-message .centralize-content .flash-close.close {
  right: initial;
  left: -4px;
}

html[dir=rtl] .lf-filter-form > div > div:first-child {
  margin-left: initial !important;
  margin-right: 0 !important;
}

html[dir=rtl] .lf-filter-container .lf-filter-wrapper .lf-filter-checkbox:checked + .lf-filter-checkbox-label::after {
  left: initial;
  right: 14px;
}

html[dir=rtl] .lf-filter-container .lf-filter-wrapper .lf-filter-checkbox:checked + .lf-filter-checkbox-label::before {
  padding-left: initial;
  padding-right: 1px;
}

html[dir=rtl] .lf-filter-container .lf-filter-wrapper .lf-filter-checkbox-label {
  padding-left: initial;
  padding-right: 38px;
}

html[dir=rtl] .lf-filter-container .lf-filter-wrapper .lf-filter-checkbox-label::after {
  left: initial;
  right: 0;
}

html[dir=rtl] .lf-filter-container .lf-filter-wrapper .lf-filter-checkbox-label::before {
  left: initial;
  right: 2px;
}

html[dir=rtl] table.lf-data-table.dtr-inline.collapsed > tbody > tr > td:first-child {
  padding-left: 12px !important;
  padding-right: 30px !important;
}

html[dir=rtl] table.lf-data-table.dtr-inline.collapsed > tbody > tr > td:first-child::before {
  left: initial;
  right: 5px;
}

html[dir=rtl] table.lf-data-table.dtr-inline.collapsed > tbody > tr > td.child {
  padding-left: initial !important;
  padding-right: 5px !important;
}

html[dir=rtl] table.lf-data-table.dtr-inline.collapsed > tbody > tr > td.child ul {
  padding-left: initial !important;
  padding-right: 10px !important;
}

html[dir=rtl] table.lf-data-table.dtr-inline > thead > tr > th {
  padding: 20px 10px 20px 20px;
}

html[dir=rtl] table.lf-data-table.dtr-inline > thead > tr > th.sorting {
  padding-right: 10px;
  padding-left: 22px;
}

html[dir=rtl] table.lf-data-table.dtr-inline > thead > tr > th.no-sort {
  padding-right: initial;
  padding-left: 10px;
}

html[dir=rtl] table.lf-data-table.dtr-inline > thead > tr > th::before {
  right: initial;
  left: 10px;
}

html[dir=rtl] table.lf-data-table.dtr-inline > thead > tr > th::after {
  right: initial;
  left: 2px;
}

html[dir=rtl] .lf-action {
  text-align: left;
}

html[dir=rtl] .section-loading {
  left: initial;
  right: 0;
}

html[dir=rtl] .market-nav .nav-item {
  margin-right: initial;
  margin-left: 20px;
}

@media (min-width: 768px) {
  html[dir=rtl] .lf-border-md-right {
    border-right: initial;
    border-left: 1px solid;
  }
}

html[dir=rtl] .coin-box::after {
  left: initial;
  right: 0;
}

html[dir=rtl] .box-action-btn.dropdown-toggle {
  right: initial;
  left: 0.25rem;
}

html[dir=rtl] .cart-loader {
  left: initial;
  right: 0;
}

html[dir=rtl] .lds-cart div {
  left: initial;
  right: 8px;
}

html[dir=rtl] .lds-cart div:nth-child(1) {
  left: initial;
  right: 8px;
}

html[dir=rtl] .lds-cart div:nth-child(2) {
  left: initial;
  right: 32px;
}

html[dir=rtl] .lds-cart div:nth-child(3) {
  left: initial;
  right: 56px;
}

html[dir=rtl] .light .lf-nav-tab a {
  border-right-color: #cccccc;
}

html[dir=rtl] .dark .lf-nav-tab a {
  border-right-color: #1f2035;
}

html[dir=rtl] .avatar-box {
  margin-right: unset;
  margin-left: 15px;
}

html[dir=rtl] .typeleft:focus {
  text-align: left !important;
}

html[dir=rtl] .moreinfo {
  margin-left: 0 !important;
}

html[dir=rtl] .p-button .p-button-icon-left {
  margin-right: 0;
  margin-left: 0.5rem;
}

html[dir=rtl] .trade-spot-form-controller .vue-slider-dot-handle {
  right: 0;
}

@media (min-width: 768px) {
  html[dir=rtl] .dropdown-menu-md-left {
    left: auto !important;
    right: 0 !important;
  }

  html[dir=rtl] .dropdown-menu-md-right {
    left: 0 !important;
    right: auto !important;
  }
}

html[dir=rtl] .p-datatable .p-datatable-tbody > tr > td {
  text-align: right;
}

html[dir=rtl] .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}

html[dir=rtl] .important-info ul li i {
  margin-left: 7px !important;
  right: 0 !important;
}

html[dir=rtl] .important-info ul li {
  padding-right: 25px !important;
}

html[dir=rtl] .direction-before::before {
  display: inline-block;
  transform: rotateY(180deg);
}

html[dir=rtl] .direction-after::after {
  display: inline-block;
  transform: rotateY(180deg);
}

html[dir=rtl] .direction-img {
  display: inline-block;
  transform: rotateY(180deg);
}

html[dir=rtl] .cmb_custom_tab_item {
  margin-right: 0;
  margin-left: 50px !important;
}

html[dir=rtl] table .dataTable thead .sorting::before,
html[dir=rtl] table .dataTable thead .sorting_asc::before,
html[dir=rtl] table .dataTable thead .sorting_desc::before,
html[dir=rtl] table .dataTable thead .sorting_asc_disabled::before,
html[dir=rtl] table .dataTable thead .sorting_desc_disabled::before {
  right: initial;
  left: 1em;
}

html[dir=rtl] table .dataTable thead .sorting::after,
html[dir=rtl] table .dataTable thead .sorting_asc::after,
html[dir=rtl] table .dataTable thead .sorting_desc::after,
html[dir=rtl] table .dataTable thead .sorting_asc_disabled::after,
html[dir=rtl] table .dataTable thead .sorting_desc_disabled::after {
  right: initial;
  left: 0.5em;
}

html[dir=rtl] table .dataTable thead > tr > th.sorting_asc,
html[dir=rtl] table .dataTable thead > tr > th.sorting_desc,
html[dir=rtl] table .dataTable thead > tr > th.sorting {
  padding-right: 10px;
}

html[dir=rtl] table .dataTable thead > tr > td.sorting_asc,
html[dir=rtl] table .dataTable thead > tr > td.sorting_desc,
html[dir=rtl] table .dataTable thead > tr > td.sorting {
  padding-right: 10px;
}

html[dir=rtl] .w-card-title {
  padding-right: initial;
  padding-left: 40px;
}

html[dir=rtl] .pull-right {
  float: left;
}

html[dir=rtl] .pull-left {
  float: right;
}

html[dir=rtl] .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  left: 0 !important;
}

html[dir=rtl] .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0 !important;
  margin-left: 20px !important;
}

html[dir=rtl] .avatar-box {
  margin-right: unset;
  margin-left: 15px;
}

html[dir=rtl] .footer .footer-social {
  text-align: left !important;
}

html[dir=rtl] .dropdown-item {
  text-align: right;
}

html[dir=rtl] .sub-menu ul li i {
  margin-right: unset;
  margin-left: 7px;
}

html[dir=rtl] .content-body {
  margin-right: 65px;
  margin-left: 6px;
}

html[dir=rtl] .sidebar {
  right: 0;
  left: auto;
}

html[dir=rtl] .page-title.dashboard {
  margin-left: 0;
  margin-right: 75px;
}

html[dir=rtl] .nav.nav-pills {
  direction: rtl;
}

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-top-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-bottom,
.swal2-container.swal2-center,
.swal2-container.swal2-top {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

.swal2-container.swal2-center-left > .swal2-popup,
.swal2-container.swal2-center-start > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.swal2-container.swal2-center-end > .swal2-popup,
.swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

.swal2-container.swal2-bottom-left > .swal2-popup,
.swal2-container.swal2-bottom-start > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

.swal2-container.swal2-bottom-end > .swal2-popup,
.swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-popup,
.swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

.swal2-container.swal2-grow-column > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
  outline: 0;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}

.swal2-close:focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em 2em 3px;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-checkbox label,
.swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-checkbox input,
.swal2-radio input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0);
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }

  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }

  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }

  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/*SYSTEM*/

/* CORE */


button.p-button, .p-button {
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 1.08rem !important;
  border: none !important;
  transition: all 0.15s cubic-bezier(.4,0,.2,1);
  padding: 13px 0 !important;
  letter-spacing: 1px;
  box-shadow: 0 4px 14px #23263a22;
  background: #23263a !important;   
  color: #b6b9d0 !important;        
  outline: none !important;
}


button.p-button.bg-green, .p-button.bg-green {
  background: linear-gradient(90deg, #2ebd85 0%, #059669 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 18px #08623c;
}


button.p-button.bg-green:hover, .p-button.bg-green:focus, .p-button.bg-green:active {
  background: linear-gradient(90deg, #059669 100%, #10b981 100%) !important;
  filter: brightness(1.07);
  box-shadow: 0 6px 22px #10b98155;
}


button.p-button.bg-red, .p-button.bg-red {
  background: linear-gradient(90deg, #f6465d 0%, #bf2136 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 18px #ef444433;
}


button.p-button.bg-red:hover, .p-button.bg-red:focus, .p-button.bg-red:active {
  background: linear-gradient(90deg, #f6465d 0%, #ef4444 100%) !important;
  filter: brightness(1.07);
  box-shadow: 0 6px 22px #ef444455;
}


button.p-button:not(.bg-red):not(.bg-green),
.p-button:not(.bg-red):not(.bg-green) {
  background: #23263a !important; 
  color: #b6b9d0 !important;
  box-shadow: 0 4px 14px #23263a22;
}


.controller {
  min-height: 30px;    
  display: flex;
  align-items: center;
  
}


.controller .f-14, 
.controller .fw-b {
  font-family: monospace, 'Vazirmatn', Arial, sans-serif !important;
  min-width: 90px;      
  display: inline-block;
  text-align: left;
}

/*.order-line.sell:nth-child(2)  { background: linear-gradient(to right, rgba(40,28,33), #281c21); }
.order-line.sell:nth-child(3)  { background: linear-gradient(to right, rgba(242,54,69,0.26), transparent); }
.order-line.sell:nth-child(4)  { background: linear-gradient(to right, rgba(242,54,69,0.34), transparent); }
.order-line.sell:nth-child(5)  { background: linear-gradient(to right, rgba(242,54,69,0.42), transparent); }
.order-line.sell:nth-child(6)  { background: linear-gradient(to right, rgba(242,54,69,0.50), transparent); }
.order-line.sell:nth-child(7)  { background: linear-gradient(to right, rgba(242,54,69,0.58), transparent); }

.order-line.buy:nth-child(11)  { background: linear-gradient(to right, rgba(19,206,107,0.26), transparent); }
.order-line.buy:nth-child(12)  { background: linear-gradient(to right, rgba(19,206,107,0.34), transparent); }
.order-line.buy:nth-child(13)  { background: linear-gradient(to right, rgba(19,206,107,0.42), transparent); }
.order-line.buy:nth-child(14)  { background: linear-gradient(to right, rgba(19,206,107,0.50), transparent); }
.order-line.buy:nth-child(15)  { background: linear-gradient(to right, rgba(19,206,107,0.58), transparent); }
.order-line.buy:nth-child(16)  { background: linear-gradient(to right, rgba(25,37,36), #192524); }*/

.order-book-controller {
  box-shadow: 0 4px 32px #1c1c2e22;
  border-radius: 18px;
  background: #0f0f0f;
}

.glass {
  background: rgba(30, 34, 60, 0.7);
  backdrop-filter: blur(7px);
  border-radius: 16px;
  border: 1px solid #fff1;
}

@media (max-width: 768px) {
  .p-datatable .hide-mobile,
  .p-datatable .hide-mobile * {
    display: none !important;
}

